Datasets:

Languages:
multilingual
Multilinguality:
multilingual
Source Datasets:
nluplusplus
ArXiv:
License:
nikitam commited on
Commit
d1d8529
1 Parent(s): cc79e60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -42,7 +42,11 @@ pretty_name: multi3-nlu
42
 
43
 
44
  ### Dataset Summary
45
- Please note the dataset is not being loaded currently in the dataset loader - but you can access the raw files of the dataset in the folder where the dataset gets downloaded. We will fix this ASAP.
 
 
 
 
46
 
47
  Multi<sup>3</sup>NLU++ consists of 3080 utterances per language representing challenges in building multilingual multi-intent multi-domain task-oriented dialogue systems. The domains include banking and hotels. There are 62 unique intents.
48
 
@@ -139,7 +143,15 @@ We have carefully vetted the examples to exclude the problematic examples.
139
  The dataset comprises utterances extracted from real dialogues between users and conversational agents as well as synthetic human-authored utterances constructed with the aim of introducing additional combinations of intents and slots. The utterances therefore lack the wider context that would be present in a complete dialogue. As such the dataset cannot be used to evaluate systems with respect to discourse-level phenomena present in dialogue.
140
 
141
  ## Additional Information
142
- N/A
 
 
 
 
 
 
 
 
143
 
144
  ### Licensing Information
145
 
 
42
 
43
 
44
  ### Dataset Summary
45
+ Please access the dataset using
46
+ ```
47
+ git clone https://huggingface.co/datasets/uoe-nlp/multi3-nlu/
48
+
49
+ ```
50
 
51
  Multi<sup>3</sup>NLU++ consists of 3080 utterances per language representing challenges in building multilingual multi-intent multi-domain task-oriented dialogue systems. The domains include banking and hotels. There are 62 unique intents.
52
 
 
143
  The dataset comprises utterances extracted from real dialogues between users and conversational agents as well as synthetic human-authored utterances constructed with the aim of introducing additional combinations of intents and slots. The utterances therefore lack the wider context that would be present in a complete dialogue. As such the dataset cannot be used to evaluate systems with respect to discourse-level phenomena present in dialogue.
144
 
145
  ## Additional Information
146
+ Baseline models:
147
+ Our MLP and QA models are based on the huggingface transformers library.
148
+ ### QA
149
+ We use the following code snippet for our QA experiments. Please refer to the paper for more details
150
+
151
+ ```
152
+ https://github.com/huggingface/transformers/blob/main/examples/pytorch/question-answering/run_qa.py
153
+ python run_qa.py config_qa.json
154
+ ```
155
 
156
  ### Licensing Information
157