Update README.md
Browse files
README.md
CHANGED
@@ -227,8 +227,13 @@ If you use this project in your research or work, please consider citing it.
|
|
227 |
Here’s a suggested citation format in **BibTeX**:
|
228 |
|
229 |
```bibtex
|
230 |
-
@
|
231 |
-
|
232 |
-
|
|
|
|
|
|
|
|
|
|
|
233 |
}
|
234 |
```
|
|
|
227 |
Here’s a suggested citation format in **BibTeX**:
|
228 |
|
229 |
```bibtex
|
230 |
+
@misc{mok2025exploringpotentialllmspersonalized,
|
231 |
+
title={Exploring the Potential of LLMs as Personalized Assistants: Dataset, Evaluation, and Analysis},
|
232 |
+
author={Jisoo Mok and Ik-hwan Kim and Sangkwon Park and Sungroh Yoon},
|
233 |
+
year={2025},
|
234 |
+
eprint={2506.01262},
|
235 |
+
archivePrefix={arXiv},
|
236 |
+
primaryClass={cs.CL},
|
237 |
+
url={https://arxiv.org/abs/2506.01262},
|
238 |
}
|
239 |
```
|