diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-03-24 09:48:42 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-03-24 09:48:42 -0500 |
| commit | 8f82b484b1e3f47ea436ef57f4276b5d81cc6ba0 (patch) | |
| tree | 67a98c3d3dc4d217c721834f8f4babc0b9766e45 | |
| parent | f5b8fe7275fd5c0b41d1e50034424865fe906564 (diff) | |
Update citation to arxiv (2603.20939)
| -rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -6,7 +6,7 @@ > > University of Illinois at Urbana-Champaign > -> [[Paper]](paper/paper.pdf) +> [[Paper]](https://arxiv.org/abs/2603.20939) [[PDF]](paper/paper.pdf) ## Overview @@ -125,10 +125,14 @@ response = llm.chat(user_id="user_001", query="Explain quicksort") ## Citation ```bibtex -@article{hao2025vars, - title={User Preference Modeling for Conversational LLM Agents: Weak Rewards from Retrieval-Augmented Interaction}, - author={Hao, Yuren and Mehri, Shuhaib and Zhai, ChengXiang and Hakkani-T{\"u}r, Dilek}, - year={2025} +@misc{hao2026userpreferencemodelingconversational, + title={User Preference Modeling for Conversational LLM Agents: Weak Rewards from Retrieval-Augmented Interaction}, + author={Yuren Hao and Shuhaib Mehri and ChengXiang Zhai and Dilek Hakkani-Tür}, + year={2026}, + eprint={2603.20939}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2603.20939}, } ``` |
