Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
pipeline_tag: summarization
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# 👫 ReBot -
|
| 11 |
|
| 12 |
ReBot is a novel multi-session dialgoue model which can generate dialogue with chronological dynamics! ReBot consists two modules: (1) chronological summarization module; (2) dialogue generation module.
|
| 13 |
|
|
@@ -17,7 +17,7 @@ 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/jihyoung/ConversationChronicles)
|
| 22 |
+ Summarization Module of Model : this repoistory
|
| 23 |
+ Generation Module of Model : [dialogue generation module](https://huggingface.co/jihyoung/rebot-generation)
|
|
@@ -38,6 +38,6 @@ summarizer = pipeline("summarization", model="jihyoung/rebot-summarization")
|
|
| 38 |
author={Jihyoung Jang, MinSeong Boo, Hyounghun Kim},
|
| 39 |
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
|
| 40 |
year={2023},
|
| 41 |
-
url={https://
|
| 42 |
}
|
| 43 |
```
|
|
|
|
| 7 |
pipeline_tag: summarization
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# 👫 ReBot - Summarization Module ⏰
|
| 11 |
|
| 12 |
ReBot is a novel multi-session dialgoue model which can generate dialogue with chronological dynamics! ReBot consists two modules: (1) chronological summarization module; (2) dialogue generation module.
|
| 13 |
|
|
|
|
| 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 |
+ Summarization Module of Model : this repoistory
|
| 23 |
+ Generation Module of Model : [dialogue generation module](https://huggingface.co/jihyoung/rebot-generation)
|
|
|
|
| 38 |
author={Jihyoung Jang, MinSeong Boo, Hyounghun Kim},
|
| 39 |
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
|
| 40 |
year={2023},
|
| 41 |
+
url={https://arxiv.org/abs/2310.13420}
|
| 42 |
}
|
| 43 |
```
|