Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
dialogue-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
7a414e8
1
Parent(s):
47a8e13
Fix task tags (#2)
Browse files- Fix task tags (fd438775ca1c07145252e50e1a10d17875422322)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
- mit
|
4 |
annotations_creators:
|
5 |
- crowdsourced
|
6 |
language:
|
7 |
- en
|
|
|
|
|
8 |
multilinguality:
|
9 |
- monolingual
|
10 |
size_categories:
|
11 |
- 10K<n<100k
|
12 |
task_categories:
|
13 |
-
- text-generation
|
14 |
- conversational
|
|
|
15 |
task_ids:
|
16 |
- dialogue-modeling
|
|
|
|
|
17 |
- faithful-dialogue-modeling
|
18 |
- trustworthy-dialogue-modeling
|
19 |
-
pretty_name: A Faithful Benchmark for Information-Seeking Dialogue
|
20 |
---
|
21 |
|
22 |
## Dataset Summary
|
|
|
1 |
---
|
|
|
|
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
license:
|
7 |
+
- mit
|
8 |
multilinguality:
|
9 |
- monolingual
|
10 |
size_categories:
|
11 |
- 10K<n<100k
|
12 |
task_categories:
|
|
|
13 |
- conversational
|
14 |
+
- text-generation
|
15 |
task_ids:
|
16 |
- dialogue-modeling
|
17 |
+
pretty_name: A Faithful Benchmark for Information-Seeking Dialogue
|
18 |
+
tags:
|
19 |
- faithful-dialogue-modeling
|
20 |
- trustworthy-dialogue-modeling
|
|
|
21 |
---
|
22 |
|
23 |
## Dataset Summary
|