system HF staff commited on
Commit
7faf1fa
1 Parent(s): 134d7a3

Update files from the datasets library (from 1.3.0)

Browse files

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

Files changed (1) hide show
  1. README.md +162 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "asnq"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq](https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 3398.76 MB
37
+ - **Size of the generated dataset:** 3647.70 MB
38
+ - **Total amount of disk used:** 7046.46 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ ASNQ is a dataset for answer sentence selection derived from
43
+ Google's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).
44
+
45
+ Each example contains a question, candidate sentence, label indicating whether or not
46
+ the sentence answers the question, and two additional features --
47
+ sentence_in_long_answer and short_answer_in_sentence indicating whether ot not the
48
+ candidate sentence is contained in the long_answer and if the short_answer is in the candidate sentence.
49
+
50
+ For more details please see
51
+ https://arxiv.org/pdf/1911.04118.pdf
52
+
53
+ and
54
+
55
+ https://research.google/pubs/pub47761/
56
+
57
+ ### [Supported Tasks](#supported-tasks)
58
+
59
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
60
+
61
+ ### [Languages](#languages)
62
+
63
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
64
+
65
+ ## [Dataset Structure](#dataset-structure)
66
+
67
+ We show detailed information for up to 5 configurations of the dataset.
68
+
69
+ ### [Data Instances](#data-instances)
70
+
71
+ #### default
72
+
73
+ - **Size of downloaded dataset files:** 3398.76 MB
74
+ - **Size of the generated dataset:** 3647.70 MB
75
+ - **Total amount of disk used:** 7046.46 MB
76
+
77
+ An example of 'validation' looks as follows.
78
+ ```
79
+ {
80
+ "label": 0,
81
+ "question": "when did somewhere over the rainbow come out",
82
+ "sentence": "In films and TV shows ( edit ) In the film Third Finger , Left Hand ( 1940 ) with Myrna Loy , Melvyn Douglas , and Raymond Walburn , the tune played throughout the film in short sequences .",
83
+ "sentence_in_long_answer": false,
84
+ "short_answer_in_sentence": false
85
+ }
86
+ ```
87
+
88
+ ### [Data Fields](#data-fields)
89
+
90
+ The data fields are the same among all splits.
91
+
92
+ #### default
93
+ - `question`: a `string` feature.
94
+ - `sentence`: a `string` feature.
95
+ - `label`: a classification label, with possible values including `neg` (0), `pos` (1).
96
+ - `sentence_in_long_answer`: a `bool` feature.
97
+ - `short_answer_in_sentence`: a `bool` feature.
98
+
99
+ ### [Data Splits Sample Size](#data-splits-sample-size)
100
+
101
+ | name | train |validation|
102
+ |-------|-------:|---------:|
103
+ |default|20377568| 930062|
104
+
105
+ ## [Dataset Creation](#dataset-creation)
106
+
107
+ ### [Curation Rationale](#curation-rationale)
108
+
109
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
+
111
+ ### [Source Data](#source-data)
112
+
113
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
+
115
+ ### [Annotations](#annotations)
116
+
117
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
+
119
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
120
+
121
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
+
123
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
124
+
125
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### [Discussion of Biases](#discussion-of-biases)
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ### [Other Known Limitations](#other-known-limitations)
134
+
135
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
+
137
+ ## [Additional Information](#additional-information)
138
+
139
+ ### [Dataset Curators](#dataset-curators)
140
+
141
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
+
143
+ ### [Licensing Information](#licensing-information)
144
+
145
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
+
147
+ ### [Citation Information](#citation-information)
148
+
149
+ ```
150
+ @article{garg2019tanda,
151
+ title={TANDA: Transfer and Adapt Pre-Trained Transformer Models for Answer Sentence Selection},
152
+ author={Siddhant Garg and Thuy Vu and Alessandro Moschitti},
153
+ year={2019},
154
+ eprint={1911.04118},
155
+ }
156
+
157
+ ```
158
+
159
+
160
+ ### Contributions
161
+
162
+ Thanks to [@mkserge](https://github.com/mkserge) for adding this dataset.