jihyoung commited on
Commit
a2ed098
·
verified ·
1 Parent(s): 864316f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -31,10 +31,21 @@ tags:
31
  If you use EMMA in your research, please cite the following paper:
32
 
33
  ```bibtex
34
- @article{jang2024mixed,
35
- title={Mixed-Session Conversation with Egocentric Memory},
36
- author={Jang, Jihyoung and Kim, Taeyoung and Kim, Hyounghun},
37
- journal={arXiv preprint arXiv:2410.02503},
38
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
39
  }
40
  ```
 
31
  If you use EMMA in your research, please cite the following paper:
32
 
33
  ```bibtex
34
+ @inproceedings{jang-etal-2024-mixed,
35
+ title = "Mixed-Session Conversation with Egocentric Memory",
36
+ author = "Jang, Jihyoung and
37
+ Kim, Taeyoung and
38
+ Kim, Hyounghun",
39
+ editor = "Al-Onaizan, Yaser and
40
+ Bansal, Mohit and
41
+ Chen, Yun-Nung",
42
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
43
+ month = nov,
44
+ year = "2024",
45
+ address = "Miami, Florida, USA",
46
+ publisher = "Association for Computational Linguistics",
47
+ url = "https://aclanthology.org/2024.findings-emnlp.689/",
48
+ doi = "10.18653/v1/2024.findings-emnlp.689",
49
+ pages = "11786--11815"
50
  }
51
  ```