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