jihyoung commited on
Commit
59be4b7
·
1 Parent(s): d907c40

update bibtex

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -36,11 +36,21 @@ model = AutoModelForSeq2SeqLM.from_pretrained("jihyoung/rebot-generation")
36
  ## Citation Information
37
 
38
  ```
39
- @inproceedings{jang2023conversation,
40
- title={Conversation Chronicles: Towards Diverse Temporal and Relational Dynamics in Multi-Session Conversations},
41
- author={Jihyoung Jang, MinSeong Boo, Hyounghun Kim},
42
- booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
43
- year={2023},
44
- url={https://arxiv.org/abs/2310.13420}
 
 
 
 
 
 
 
 
 
 
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
  ```