Update README.md
Browse files
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 |
-
@
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|