Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
ArXiv:
Tags:
License:
system HF staff commited on
Commit
46562bf
1 Parent(s): 671842f

Update files from the datasets library (from 1.18.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.18.0

Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -18,9 +18,10 @@ task_categories:
18
  task_ids:
19
  - multi-label-classification
20
  paperswithcode_id: null
 
21
  ---
22
 
23
- # Dataset Card for swda
24
 
25
  ## Table of Contents
26
  - [Dataset Description](#dataset-description)
@@ -56,11 +57,11 @@ paperswithcode_id: null
56
 
57
  ### Dataset Summary
58
 
59
- The Switchboard Dialog Act Corpus (SwDA) extends the Switchboard-1 Telephone Speech Corpus, Release 2 with
60
- turn/utterance-level dialog-act tags. The tags summarize syntactic, semantic, and pragmatic information about the
61
  associated turn. The SwDA project was undertaken at UC Boulder in the late 1990s.
62
- The SwDA is not inherently linked to the Penn Treebank 3 parses of Switchboard, and it is far from straightforward to
63
- align the two resources. In addition, the SwDA is not distributed with the Switchboard's tables of metadata about the
64
  conversations and their participants.
65
 
66
 
@@ -72,7 +73,7 @@ conversations and their participants.
72
  | SGNN (Ravi et al., 2018) | 83.1 | [Self-Governing Neural Networks for On-Device Short Text Classification](https://www.aclweb.org/anthology/D18-1105.pdf)
73
  | CASA (Raheja et al., 2019) | 82.9 | [Dialogue Act Classification with Context-Aware Self-Attention](https://www.aclweb.org/anthology/N19-1373.pdf)
74
  | DAH-CRF (Li et al., 2019) | 82.3 | [A Dual-Attention Hierarchical Recurrent Neural Network for Dialogue Act Classification](https://www.aclweb.org/anthology/K19-1036.pdf)
75
- | ALDMN (Wan et al., 2018) | 81.5 | [Improved Dynamic Memory Network for Dialogue Act Classification with Adversarial Training](https://arxiv.org/pdf/1811.05021.pdf)
76
  | CRF-ASN (Chen et al., 2018) | 81.3 | [Dialogue Act Recognition via CRF-Attentive Structured Network](https://arxiv.org/abs/1711.05568)
77
  | Pretrained H-Transformer (Chapuis et al., 2020) | 79.3 | [Hierarchical Pre-training for Sequence Labelling in Spoken Dialog] (https://www.aclweb.org/anthology/2020.findings-emnlp.239)
78
  | Bi-LSTM-CRF (Kumar et al., 2017) | 79.2 | [Dialogue Act Sequence Labeling using Hierarchical encoder with CRF](https://arxiv.org/abs/1709.04250) | [Link](https://github.com/YanWenqiang/HBLSTM-CRF) |
@@ -122,7 +123,7 @@ An example from the dataset is:
122
  * `to_caller_education`: (int) Called education level 0, 1, 2, 3, 9.
123
  * `to_caller_birth_year`: (int) Caller birth year YYYY.
124
  * `to_caller_dialect_area`: (str) MIXED, NEW ENGLAND, NORTH MIDLAND, NORTHERN, NYC, SOUTH MIDLAND, SOUTHERN, UNK, WESTERN.
125
-
126
 
127
  ### Dialog act annotations
128
 
@@ -196,7 +197,7 @@ The development set is a subset of the training set to speed up development and
196
 
197
  #### Initial Data Collection and Normalization
198
 
199
- The SwDA is not inherently linked to the Penn Treebank 3 parses of Switchboard, and it is far from straightforward to align the two resources Calhoun et al. 2010, §2.4. In addition, the SwDA is not distributed with the Switchboard's tables of metadata about the conversations and their participants.
200
 
201
  #### Who are the source language producers?
202
 
 
18
  task_ids:
19
  - multi-label-classification
20
  paperswithcode_id: null
21
+ pretty_name: The Switchboard Dialog Act Corpus (SwDA)
22
  ---
23
 
24
+ # Dataset Card for SwDA
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
 
57
 
58
  ### Dataset Summary
59
 
60
+ The Switchboard Dialog Act Corpus (SwDA) extends the Switchboard-1 Telephone Speech Corpus, Release 2 with
61
+ turn/utterance-level dialog-act tags. The tags summarize syntactic, semantic, and pragmatic information about the
62
  associated turn. The SwDA project was undertaken at UC Boulder in the late 1990s.
63
+ The SwDA is not inherently linked to the Penn Treebank 3 parses of Switchboard, and it is far from straightforward to
64
+ align the two resources. In addition, the SwDA is not distributed with the Switchboard's tables of metadata about the
65
  conversations and their participants.
66
 
67
 
 
73
  | SGNN (Ravi et al., 2018) | 83.1 | [Self-Governing Neural Networks for On-Device Short Text Classification](https://www.aclweb.org/anthology/D18-1105.pdf)
74
  | CASA (Raheja et al., 2019) | 82.9 | [Dialogue Act Classification with Context-Aware Self-Attention](https://www.aclweb.org/anthology/N19-1373.pdf)
75
  | DAH-CRF (Li et al., 2019) | 82.3 | [A Dual-Attention Hierarchical Recurrent Neural Network for Dialogue Act Classification](https://www.aclweb.org/anthology/K19-1036.pdf)
76
+ | ALDMN (Wan et al., 2018) | 81.5 | [Improved Dynamic Memory Network for Dialogue Act Classification with Adversarial Training](https://arxiv.org/pdf/1811.05021.pdf)
77
  | CRF-ASN (Chen et al., 2018) | 81.3 | [Dialogue Act Recognition via CRF-Attentive Structured Network](https://arxiv.org/abs/1711.05568)
78
  | Pretrained H-Transformer (Chapuis et al., 2020) | 79.3 | [Hierarchical Pre-training for Sequence Labelling in Spoken Dialog] (https://www.aclweb.org/anthology/2020.findings-emnlp.239)
79
  | Bi-LSTM-CRF (Kumar et al., 2017) | 79.2 | [Dialogue Act Sequence Labeling using Hierarchical encoder with CRF](https://arxiv.org/abs/1709.04250) | [Link](https://github.com/YanWenqiang/HBLSTM-CRF) |
 
123
  * `to_caller_education`: (int) Called education level 0, 1, 2, 3, 9.
124
  * `to_caller_birth_year`: (int) Caller birth year YYYY.
125
  * `to_caller_dialect_area`: (str) MIXED, NEW ENGLAND, NORTH MIDLAND, NORTHERN, NYC, SOUTH MIDLAND, SOUTHERN, UNK, WESTERN.
126
+
127
 
128
  ### Dialog act annotations
129
 
 
197
 
198
  #### Initial Data Collection and Normalization
199
 
200
+ The SwDA is not inherently linked to the Penn Treebank 3 parses of Switchboard, and it is far from straightforward to align the two resources Calhoun et al. 2010, §2.4. In addition, the SwDA is not distributed with the Switchboard's tables of metadata about the conversations and their participants.
201
 
202
  #### Who are the source language producers?
203