PhilipMay commited on
Commit
0293f13
1 Parent(s): 01dae90

add description and copyright

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ # NLU Evaluation Data - English and German
6
+ This contains a labeled multi-domain dataset (21 domains, English and German) with 25K user utterances for human-robot interaction.
7
+
8
+ This dataset is collected and annotated for evaluating NLU services and platforms.
9
+ The detailed paper on this dataset can be found at arXiv.org:
10
+ [Benchmarking Natural Language Understanding Services for building Conversational Agents](https://arxiv.org/abs/1903.05566)
11
+
12
+ The dataset builds on the annotated data of the [xliuhw/NLU-Evaluation-Data](https://github.com/xliuhw/NLU-Evaluation-Data)
13
+ repository. We have added an additional column (`answer_de`)
14
+ by translating the texts in column `answer` into German.
15
+ The translation was made with [DeepL](https://www.deepl.com/translator).
16
+
17
+ ## Copyright
18
+ Copyright (c) the authors of [xliuhw/NLU-Evaluation-Data](https://github.com/xliuhw/NLU-Evaluation-Data)/
19
+ Copyright (c) 2022 Philip May
20
+
21
+ All data is released under the
22
+ [Creative Commons Attribution 4.0 International License (CC BY 4.0)](http://creativecommons.org/licenses/by/4.0/).