Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10M<n<100M
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
7c144b1
1 Parent(s): 772b8e0

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -42,8 +42,15 @@ dataset_info:
42
  - name: validation
43
  num_bytes: 168004403
44
  num_examples: 930062
45
- download_size: 1482064429
46
  dataset_size: 3824869475
 
 
 
 
 
 
 
47
  ---
48
 
49
  # Dataset Card for "asnq"
 
42
  - name: validation
43
  num_bytes: 168004403
44
  num_examples: 930062
45
+ download_size: 2496835395
46
  dataset_size: 3824869475
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: train
51
+ path: data/train-*
52
+ - split: validation
53
+ path: data/validation-*
54
  ---
55
 
56
  # Dataset Card for "asnq"
data/train-00000-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51e6cd0278c630e2094d9cdd5502fb3f35e60e260477a969832b8422cf5574e
3
+ size 299139770
data/train-00001-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b74a1689c47410893d8e944a994bd8e610ab173cb9e9255e225d1777b7d0859a
3
+ size 298212695
data/train-00002-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9dd2783190464db93960c13fd8e99e949b52add2bdb4b5a9267e8601cfaef53
3
+ size 299688447
data/train-00003-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7ff76549b7fc5e055419e274a1b28a277ac2742ed15298f47ee287530323407
3
+ size 299173033
data/train-00004-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1baa386b5d338dea200eec4aebf3f553bf5591b059a0efbf587857c8713f3e95
3
+ size 299751866
data/train-00005-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c4c802114cfd6db510dbcecd5155c58b92758b06c01fd91fe94bfcb411b9cb
3
+ size 299035267
data/train-00006-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce69b66214e21c3330a1836e652742876615e462e59b973fdfd89ee21c38303b
3
+ size 299086683
data/train-00007-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b090f7299765d9101cc87ec2b29b05b13e96acd6e6717c91282b06f0e606e567
3
+ size 299236601
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c400a3e7bbd1b1f184bbc3bda3747b3946ccfa29e76c7ce2841613601515fed6
3
+ size 103511033
dataset_infos.json CHANGED
@@ -1 +1,59 @@
1
- {"default": {"description": "ASNQ is a dataset for answer sentence selection derived from\nGoogle's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).\n\nEach example contains a question, candidate sentence, label indicating whether or not\nthe sentence answers the question, and two additional features --\nsentence_in_long_answer and short_answer_in_sentence indicating whether ot not the\ncandidate sentence is contained in the long_answer and if the short_answer is in the candidate sentence.\n\nFor more details please see\nhttps://arxiv.org/pdf/1911.04118.pdf\n\nand\n\nhttps://research.google/pubs/pub47761/\n", "citation": "@article{garg2019tanda,\n title={TANDA: Transfer and Adapt Pre-Trained Transformer Models for Answer Sentence Selection},\n author={Siddhant Garg and Thuy Vu and Alessandro Moschitti},\n year={2019},\n eprint={1911.04118},\n}\n", "homepage": "https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["neg", "pos"], "id": null, "_type": "ClassLabel"}, "sentence_in_long_answer": {"dtype": "bool", "id": null, "_type": "Value"}, "short_answer_in_sentence": {"dtype": "bool", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "asnq", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3656865072, "num_examples": 20377568, "dataset_name": "asnq"}, "validation": {"name": "validation", "num_bytes": 168004403, "num_examples": 930062, "dataset_name": "asnq"}}, "download_checksums": {"data/asnq.zip": {"num_bytes": 1482064429, "checksum": "4d1b3ee889be3d2a090d075a7494cee339f6fcfae6bc16ce5d06ad66874e591c"}}, "download_size": 1482064429, "post_processing_size": null, "dataset_size": 3824869475, "size_in_bytes": 5306933904}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "ASNQ is a dataset for answer sentence selection derived from\nGoogle's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).\n\nEach example contains a question, candidate sentence, label indicating whether or not\nthe sentence answers the question, and two additional features --\nsentence_in_long_answer and short_answer_in_sentence indicating whether ot not the\ncandidate sentence is contained in the long_answer and if the short_answer is in the candidate sentence.\n\nFor more details please see\nhttps://arxiv.org/pdf/1911.04118.pdf\n\nand\n\nhttps://research.google/pubs/pub47761/\n",
4
+ "citation": "@article{garg2019tanda,\n title={TANDA: Transfer and Adapt Pre-Trained Transformer Models for Answer Sentence Selection},\n author={Siddhant Garg and Thuy Vu and Alessandro Moschitti},\n year={2019},\n eprint={1911.04118},\n}\n",
5
+ "homepage": "https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq",
6
+ "license": "",
7
+ "features": {
8
+ "question": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "sentence": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "label": {
17
+ "names": [
18
+ "neg",
19
+ "pos"
20
+ ],
21
+ "_type": "ClassLabel"
22
+ },
23
+ "sentence_in_long_answer": {
24
+ "dtype": "bool",
25
+ "_type": "Value"
26
+ },
27
+ "short_answer_in_sentence": {
28
+ "dtype": "bool",
29
+ "_type": "Value"
30
+ }
31
+ },
32
+ "builder_name": "parquet",
33
+ "dataset_name": "asnq",
34
+ "config_name": "default",
35
+ "version": {
36
+ "version_str": "1.0.0",
37
+ "major": 1,
38
+ "minor": 0,
39
+ "patch": 0
40
+ },
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 3656865072,
45
+ "num_examples": 20377568,
46
+ "dataset_name": null
47
+ },
48
+ "validation": {
49
+ "name": "validation",
50
+ "num_bytes": 168004403,
51
+ "num_examples": 930062,
52
+ "dataset_name": null
53
+ }
54
+ },
55
+ "download_size": 2496835395,
56
+ "dataset_size": 3824869475,
57
+ "size_in_bytes": 6321704870
58
+ }
59
+ }