jihyoung commited on
Commit
d907c40
1 Parent(s): a843f19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,8 +17,8 @@ ReBot is a novel multi-session dialgoue model which can generate dialogue with c
17
 
18
  ## Model description
19
 
20
- + Paper: [Conversation Chronicles: Towards Diverse Temporal and Relational Dynamics in Multi-Session Conversations](https://openreview.net/forum?id=9LPJK81xy1)
21
- + Dataset : [Conversation Chronicles](https://huggingface.co/datasets/Jihyoung/ConversationChronicles)
22
  + Generation Module of Model : this repoistory
23
  + Summarization Module of Model : [chronological summarization module](https://huggingface.co/jihyoung/rebot-summarization)
24
 
@@ -41,6 +41,6 @@ model = AutoModelForSeq2SeqLM.from_pretrained("jihyoung/rebot-generation")
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://openreview.net/forum?id=9LPJK81xy1}
45
  }
46
  ```
 
17
 
18
  ## Model description
19
 
20
+ + Paper: [Conversation Chronicles: Towards Diverse Temporal and Relational Dynamics in Multi-Session Conversations](https://arxiv.org/abs/2310.13420)
21
+ + Dataset : [Conversation Chronicles](https://huggingface.co/datasets/jihyoung/ConversationChronicles)
22
  + Generation Module of Model : this repoistory
23
  + Summarization Module of Model : [chronological summarization module](https://huggingface.co/jihyoung/rebot-summarization)
24
 
 
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
  ```