Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
dialogue-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
License:
nouhadziri
commited on
Commit
•
bec649d
1
Parent(s):
ec3bc53
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ An example of 'train' looks as follows:
|
|
44 |
... // more dialogues
|
45 |
]
|
46 |
```
|
47 |
-
If the `original_response` is empty, it means that the response is faithful to the source and we consider it as a FaithDial response. Faithful responses in WoW are also edited slightly
|
48 |
## Data Fields
|
49 |
|
50 |
- `history`: `List[string]`. The dialogue history.
|
|
|
44 |
... // more dialogues
|
45 |
]
|
46 |
```
|
47 |
+
If the `original_response` is empty, it means that the response is faithful to the source and we consider it as a FaithDial response. Faithful responses in WoW are also edited slightly if they are found to have some grammatical issues or typos.
|
48 |
## Data Fields
|
49 |
|
50 |
- `history`: `List[string]`. The dialogue history.
|