Update README.md
Browse files
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://
|
21 |
-
+ Dataset : [Conversation Chronicles](https://huggingface.co/datasets/
|
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://
|
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 |
```
|