pszemraj commited on
Commit
bb7c49a
1 Parent(s): 3825b45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -24
README.md CHANGED
@@ -20,53 +20,30 @@ The dataset was tokenized and fed to the model as a conversation between two spe
20
 
21
  - the default inference API examples should work _okay_
22
  - an ideal test would be explicitly adding `person beta` into the prompt text the model is forced to respond to instead of adding onto the entered prompt.
23
-
24
  ## citations
25
-
26
  ```
27
  @inproceedings{dinan2019wizard,
28
-
29
  author={Emily Dinan and Stephen Roller and Kurt Shuster and Angela Fan and Michael Auli and Jason Weston},
30
-
31
  title={{W}izard of {W}ikipedia: Knowledge-powered Conversational Agents},
32
-
33
  booktitle = {Proceedings of the International Conference on Learning Representations (ICLR)},
34
-
35
  year={2019},
36
-
37
  }
38
 
39
  @inproceedings{li-etal-2017-dailydialog,
40
-
41
  title = "{D}aily{D}ialog: A Manually Labelled Multi-turn Dialogue Dataset",
42
-
43
  author = "Li, Yanran and
44
-
45
  Su, Hui and
46
-
47
  Shen, Xiaoyu and
48
-
49
  Li, Wenjie and
50
-
51
  Cao, Ziqiang and
52
-
53
  Niu, Shuzi",
54
-
55
  booktitle = "Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
56
-
57
  month = nov,
58
-
59
  year = "2017",
60
-
61
  address = "Taipei, Taiwan",
62
-
63
  publisher = "Asian Federation of Natural Language Processing",
64
-
65
  url = "https://aclanthology.org/I17-1099",
66
-
67
  pages = "986--995",
68
-
69
  abstract = "We develop a high-quality multi-turn dialog dataset, \textbf{DailyDialog}, which is intriguing in several aspects. The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way and cover various topics about our daily life. We also manually label the developed dataset with communication intention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it benefit the research field of dialog systems. The dataset is available on \url{http://yanran.li/dailydialog}",
70
-
71
  }
72
- ```
 
20
 
21
  - the default inference API examples should work _okay_
22
  - an ideal test would be explicitly adding `person beta` into the prompt text the model is forced to respond to instead of adding onto the entered prompt.
 
23
  ## citations
 
24
  ```
25
  @inproceedings{dinan2019wizard,
 
26
  author={Emily Dinan and Stephen Roller and Kurt Shuster and Angela Fan and Michael Auli and Jason Weston},
 
27
  title={{W}izard of {W}ikipedia: Knowledge-powered Conversational Agents},
 
28
  booktitle = {Proceedings of the International Conference on Learning Representations (ICLR)},
 
29
  year={2019},
 
30
  }
31
 
32
  @inproceedings{li-etal-2017-dailydialog,
 
33
  title = "{D}aily{D}ialog: A Manually Labelled Multi-turn Dialogue Dataset",
 
34
  author = "Li, Yanran and
 
35
  Su, Hui and
 
36
  Shen, Xiaoyu and
 
37
  Li, Wenjie and
 
38
  Cao, Ziqiang and
 
39
  Niu, Shuzi",
 
40
  booktitle = "Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
 
41
  month = nov,
 
42
  year = "2017",
 
43
  address = "Taipei, Taiwan",
 
44
  publisher = "Asian Federation of Natural Language Processing",
 
45
  url = "https://aclanthology.org/I17-1099",
 
46
  pages = "986--995",
 
47
  abstract = "We develop a high-quality multi-turn dialog dataset, \textbf{DailyDialog}, which is intriguing in several aspects. The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way and cover various topics about our daily life. We also manually label the developed dataset with communication intention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it benefit the research field of dialog systems. The dataset is available on \url{http://yanran.li/dailydialog}",
 
48
  }
49
+ ```