update bibtex
Browse files
README.md
CHANGED
|
@@ -36,11 +36,21 @@ model = AutoModelForSeq2SeqLM.from_pretrained("jihyoung/rebot-generation")
|
|
| 36 |
## Citation Information
|
| 37 |
|
| 38 |
```
|
| 39 |
-
@inproceedings{
|
| 40 |
-
title=
|
| 41 |
-
author=
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
}
|
| 46 |
```
|
|
|
|
| 36 |
## Citation Information
|
| 37 |
|
| 38 |
```
|
| 39 |
+
@inproceedings{jang-etal-2023-conversation,
|
| 40 |
+
title = "Conversation Chronicles: Towards Diverse Temporal and Relational Dynamics in Multi-Session Conversations",
|
| 41 |
+
author = "Jang, Jihyoung and
|
| 42 |
+
Boo, Minseong and
|
| 43 |
+
Kim, Hyounghun",
|
| 44 |
+
editor = "Bouamor, Houda and
|
| 45 |
+
Pino, Juan and
|
| 46 |
+
Bali, Kalika",
|
| 47 |
+
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
| 48 |
+
month = dec,
|
| 49 |
+
year = "2023",
|
| 50 |
+
address = "Singapore",
|
| 51 |
+
publisher = "Association for Computational Linguistics",
|
| 52 |
+
url = "https://aclanthology.org/2023.emnlp-main.838",
|
| 53 |
+
doi = "10.18653/v1/2023.emnlp-main.838",
|
| 54 |
+
pages = "13584--13606",
|
| 55 |
}
|
| 56 |
```
|