hyungjoochae commited on
Commit
780e7f6
1 Parent(s): de5e106

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -6,4 +6,17 @@ datasets:
6
  A dialogue commonsense reasoner that generates Chain-of-Thought knowledge in a multi-hop manner. Our DOCTOR is trained with DONUT(https://huggingface.co/datasets/DLI-Lab/DONUT) which is also available on huggingface.
7
 
8
  ![](./figure2_overall.png)
9
- For more details, you can look at our paper (https://arxiv.org/abs/2310.09343).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  A dialogue commonsense reasoner that generates Chain-of-Thought knowledge in a multi-hop manner. Our DOCTOR is trained with DONUT(https://huggingface.co/datasets/DLI-Lab/DONUT) which is also available on huggingface.
7
 
8
  ![](./figure2_overall.png)
9
+ For more details, you can look at our paper (https://arxiv.org/abs/2310.09343).
10
+ If you find the following model helpful, please consider citing our paper!
11
+
12
+ **BibTeX:**
13
+ ```bibtex
14
+ @misc{chae2023dialogue,
15
+ title={Dialogue Chain-of-Thought Distillation for Commonsense-aware Conversational Agents},
16
+ author={Hyungjoo Chae and Yongho Song and Kai Tzu-iunn Ong and Taeyoon Kwon and Minjin Kim and Youngjae Yu and Dongha Lee and Dongyeop Kang and Jinyoung Yeo},
17
+ year={2023},
18
+ eprint={2310.09343},
19
+ archivePrefix={arXiv},
20
+ primaryClass={cs.CL}
21
+ }
22
+ ```