Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
Sasha Luccioni commited on
Commit
722dcef
1 Parent(s): 4f644a6

Eval metadata batch 3: Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR (#4337)

Browse files

* Eval metadata batch 3: Quora, Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR

* Update datasets/quora/README.md

Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE args

* Update datasets/rotten_tomatoes/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/rotten_tomatoes/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/squad/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/squad_v2/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/squad/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/squad_v2/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/squad_v2/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update README.md

removing eval for quora

Co-authored-by: sashavor <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

Commit from https://github.com/huggingface/datasets/commit/8ccf58b77343f323ba6654250f88b69699a57b8e

Files changed (1) hide show
  1. README.md +57 -9
README.md CHANGED
@@ -19,6 +19,54 @@ task_ids:
19
  - intent-classification
20
  paperswithcode_id: snips
21
  pretty_name: SNIPS Natural Language Understanding benchmark
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Snips Built In Intents
@@ -56,8 +104,8 @@ pretty_name: SNIPS Natural Language Understanding benchmark
56
 
57
  ### Dataset Summary
58
 
59
- Snips' built in intents dataset was initially used to compare different voice assistants and released as a public dataset hosted at
60
- https://github.com/sonos/nlu-benchmark in folder 2016-12-built-in-intents. The dataset contains 328 utterances over 10 intent classes.
61
  A related Medium post is https://medium.com/snips-ai/benchmarking-natural-language-understanding-systems-d35be6ce568d.
62
 
63
  ### Supported Tasks and Leaderboards
@@ -88,26 +136,26 @@ The source data is not split.
88
 
89
  ### Curation Rationale
90
 
91
- The dataset was originally created to compare the performance of a number of voice assistants. However, the labelled utterances are useful
92
  for developing and benchmarking text chatbots as well.
93
 
94
  ### Source Data
95
 
96
  #### Initial Data Collection and Normalization
97
 
98
- It is not clear how the data was collected. From the Medium post: `The benchmark relies on a set of 328 queries built by the business team
99
  at Snips, and kept secret from data scientists and engineers throughout the development of the solution.`
100
 
101
  #### Who are the source language producers?
102
 
103
- Originally prepared by snips.ai. The Snips team has since joined Sonos in November 2019. These open datasets remain available and their
104
  access is now managed by the Sonos Voice Experience Team. Please email sve-research@sonos.com with any question.
105
 
106
  ### Annotations
107
 
108
  #### Annotation process
109
 
110
- It is not clear how the data was collected. From the Medium post: `The benchmark relies on a set of 328 queries built by the business team
111
  at Snips, and kept secret from data scientists and engineers throughout the development of the solution.`
112
 
113
  #### Who are the annotators?
@@ -136,7 +184,7 @@ at Snips, and kept secret from data scientists and engineers throughout the deve
136
 
137
  ### Dataset Curators
138
 
139
- Originally prepared by snips.ai. The Snips team has since joined Sonos in November 2019. These open datasets remain available and their
140
  access is now managed by the Sonos Voice Experience Team. Please email sve-research@sonos.com with any question.
141
 
142
  ### Licensing Information
@@ -147,8 +195,8 @@ The source data is licensed under Creative Commons Zero v1.0 Universal.
147
 
148
  Any publication based on these datasets must include a full citation to the following paper in which the results were published by the Snips Team:
149
 
150
- Coucke A. et al., "Snips Voice Platform: an embedded Spoken Language Understanding system for private-by-design voice interfaces." CoRR 2018,
151
- https://arxiv.org/abs/1805.10190
152
 
153
  ### Contributions
154
 
19
  - intent-classification
20
  paperswithcode_id: snips
21
  pretty_name: SNIPS Natural Language Understanding benchmark
22
+ train-eval-index:
23
+ - config: default
24
+ task: text-classification
25
+ task_id: multi_class_classification
26
+ splits:
27
+ train_split: train
28
+ col_mapping:
29
+ text: text
30
+ label: target
31
+ metrics:
32
+ - type: accuracy
33
+ name: Accuracy
34
+ - type: f1
35
+ name: F1 macro
36
+ args:
37
+ average: macro
38
+ - type: f1
39
+ name: F1 micro
40
+ args:
41
+ average: micro
42
+ - type: f1
43
+ name: F1 weighted
44
+ args:
45
+ average: weighted
46
+ - type: precision
47
+ name: Precision macro
48
+ args:
49
+ average: macro
50
+ - type: precision
51
+ name: Precision micro
52
+ args:
53
+ average: micro
54
+ - type: precision
55
+ name: Precision weighted
56
+ args:
57
+ average: weighted
58
+ - type: recall
59
+ name: Recall macro
60
+ args:
61
+ average: macro
62
+ - type: recall
63
+ name: Recall micro
64
+ args:
65
+ average: micro
66
+ - type: recall
67
+ name: Recall weighted
68
+ args:
69
+ average: weighted
70
  ---
71
 
72
  # Dataset Card for Snips Built In Intents
104
 
105
  ### Dataset Summary
106
 
107
+ Snips' built in intents dataset was initially used to compare different voice assistants and released as a public dataset hosted at
108
+ https://github.com/sonos/nlu-benchmark in folder 2016-12-built-in-intents. The dataset contains 328 utterances over 10 intent classes.
109
  A related Medium post is https://medium.com/snips-ai/benchmarking-natural-language-understanding-systems-d35be6ce568d.
110
 
111
  ### Supported Tasks and Leaderboards
136
 
137
  ### Curation Rationale
138
 
139
+ The dataset was originally created to compare the performance of a number of voice assistants. However, the labelled utterances are useful
140
  for developing and benchmarking text chatbots as well.
141
 
142
  ### Source Data
143
 
144
  #### Initial Data Collection and Normalization
145
 
146
+ It is not clear how the data was collected. From the Medium post: `The benchmark relies on a set of 328 queries built by the business team
147
  at Snips, and kept secret from data scientists and engineers throughout the development of the solution.`
148
 
149
  #### Who are the source language producers?
150
 
151
+ Originally prepared by snips.ai. The Snips team has since joined Sonos in November 2019. These open datasets remain available and their
152
  access is now managed by the Sonos Voice Experience Team. Please email sve-research@sonos.com with any question.
153
 
154
  ### Annotations
155
 
156
  #### Annotation process
157
 
158
+ It is not clear how the data was collected. From the Medium post: `The benchmark relies on a set of 328 queries built by the business team
159
  at Snips, and kept secret from data scientists and engineers throughout the development of the solution.`
160
 
161
  #### Who are the annotators?
184
 
185
  ### Dataset Curators
186
 
187
+ Originally prepared by snips.ai. The Snips team has since joined Sonos in November 2019. These open datasets remain available and their
188
  access is now managed by the Sonos Voice Experience Team. Please email sve-research@sonos.com with any question.
189
 
190
  ### Licensing Information
195
 
196
  Any publication based on these datasets must include a full citation to the following paper in which the results were published by the Snips Team:
197
 
198
+ Coucke A. et al., "Snips Voice Platform: an embedded Spoken Language Understanding system for private-by-design voice interfaces." CoRR 2018,
199
+ https://arxiv.org/abs/1805.10190
200
 
201
  ### Contributions
202