Commit
·
d905659
1
Parent(s):
a2a09d2
Add AveniBench split of PolyAI NLU++.
Browse files- README.md +51 -0
- data/test_easy.jsonl +0 -0
- data/test_hard.jsonl +0 -0
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
configs:
|
6 |
+
- config_name: hard
|
7 |
+
data_files:
|
8 |
+
- split: test
|
9 |
+
path:
|
10 |
+
- data/test_hard.jsonl
|
11 |
+
default: true
|
12 |
+
- config_name: easy
|
13 |
+
data_files:
|
14 |
+
- split: test
|
15 |
+
path:
|
16 |
+
- data/test_easy.jsonl
|
17 |
+
tags:
|
18 |
+
- aveni-bench
|
19 |
+
- dialogue
|
20 |
+
- finnlp
|
21 |
---
|
22 |
+
# AveniBench: PolyAI NLU++
|
23 |
+
|
24 |
+
PolyAI NLU++ split used in the AveniBench.
|
25 |
+
|
26 |
+
## License
|
27 |
+
|
28 |
+
This dataset is made available under the CC-BY-4.0 license.
|
29 |
+
|
30 |
+
## Citation
|
31 |
+
|
32 |
+
AveniBench
|
33 |
+
```bibtex
|
34 |
+
TDB
|
35 |
+
```
|
36 |
+
|
37 |
+
PolyAI NLU++
|
38 |
+
```bibtex
|
39 |
+
@inproceedings{casanueva-etal-2022-nlu,
|
40 |
+
title = "{NLU}++: A Multi-Label, Slot-Rich, Generalisable Dataset for Natural Language Understanding in Task-Oriented Dialogue",
|
41 |
+
author = "Casanueva, Inigo and
|
42 |
+
Vuli{\'c}, Ivan and
|
43 |
+
Spithourakis, Georgios and
|
44 |
+
Budzianowski, Pawe{\l}",
|
45 |
+
booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
|
46 |
+
month = jul,
|
47 |
+
year = "2022",
|
48 |
+
address = "Seattle, United States",
|
49 |
+
publisher = "Association for Computational Linguistics",
|
50 |
+
url = "https://aclanthology.org/2022.findings-naacl.154/",
|
51 |
+
doi = "10.18653/v1/2022.findings-naacl.154",
|
52 |
+
pages = "1998--2013",
|
53 |
+
}
|
54 |
+
```
|
data/test_easy.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/test_hard.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|