parquet-converter
commited on
Commit
·
1bb59db
1
Parent(s):
e6a474f
Update parquet files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +0 -41
- README.md +0 -147
- contract_nli/sled-test.parquet +3 -0
- contract_nli/sled-train.parquet +3 -0
- contract_nli/sled-validation.parquet +3 -0
- gov_report/sled-test.parquet +3 -0
- gov_report/sled-train-00000-of-00002.parquet +3 -0
- gov_report/sled-train-00001-of-00002.parquet +3 -0
- gov_report/sled-validation.parquet +3 -0
- hotpotqa/sled-train.parquet +3 -0
- hotpotqa/sled-validation.parquet +3 -0
- hotpotqa_second_only/sled-train.parquet +3 -0
- hotpotqa_second_only/sled-validation.parquet +3 -0
- narrative_qa/sled-test-00000-of-00006.parquet +3 -0
- narrative_qa/sled-test-00001-of-00006.parquet +3 -0
- narrative_qa/sled-test-00002-of-00006.parquet +3 -0
- narrative_qa/sled-test-00003-of-00006.parquet +3 -0
- narrative_qa/sled-test-00004-of-00006.parquet +3 -0
- narrative_qa/sled-test-00005-of-00006.parquet +3 -0
- narrative_qa/sled-train-00000-of-00028.parquet +3 -0
- narrative_qa/sled-train-00001-of-00028.parquet +3 -0
- narrative_qa/sled-train-00002-of-00028.parquet +3 -0
- narrative_qa/sled-train-00003-of-00028.parquet +3 -0
- narrative_qa/sled-train-00004-of-00028.parquet +3 -0
- narrative_qa/sled-train-00005-of-00028.parquet +3 -0
- narrative_qa/sled-train-00006-of-00028.parquet +3 -0
- narrative_qa/sled-train-00007-of-00028.parquet +3 -0
- narrative_qa/sled-train-00008-of-00028.parquet +3 -0
- narrative_qa/sled-train-00009-of-00028.parquet +3 -0
- narrative_qa/sled-train-00010-of-00028.parquet +3 -0
- narrative_qa/sled-train-00011-of-00028.parquet +3 -0
- narrative_qa/sled-train-00012-of-00028.parquet +3 -0
- narrative_qa/sled-train-00013-of-00028.parquet +3 -0
- narrative_qa/sled-train-00014-of-00028.parquet +3 -0
- narrative_qa/sled-train-00015-of-00028.parquet +3 -0
- narrative_qa/sled-train-00016-of-00028.parquet +3 -0
- narrative_qa/sled-train-00017-of-00028.parquet +3 -0
- narrative_qa/sled-train-00018-of-00028.parquet +3 -0
- narrative_qa/sled-train-00019-of-00028.parquet +3 -0
- narrative_qa/sled-train-00020-of-00028.parquet +3 -0
- narrative_qa/sled-train-00021-of-00028.parquet +3 -0
- narrative_qa/sled-train-00022-of-00028.parquet +3 -0
- narrative_qa/sled-train-00023-of-00028.parquet +3 -0
- narrative_qa/sled-train-00024-of-00028.parquet +3 -0
- narrative_qa/sled-train-00025-of-00028.parquet +3 -0
- narrative_qa/sled-train-00026-of-00028.parquet +3 -0
- narrative_qa/sled-train-00027-of-00028.parquet +3 -0
- narrative_qa/sled-validation-00000-of-00003.parquet +3 -0
- narrative_qa/sled-validation-00001-of-00003.parquet +3 -0
- narrative_qa/sled-validation-00002-of-00003.parquet +3 -0
.gitattributes
DELETED
@@ -1,41 +0,0 @@
|
|
1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
20 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
23 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
26 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
27 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
29 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
30 |
-
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
31 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
32 |
-
# Audio files - uncompressed
|
33 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
36 |
-
# Audio files - compressed
|
37 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
38 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
39 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
40 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
41 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
DELETED
@@ -1,147 +0,0 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
license:
|
5 |
-
- mit
|
6 |
-
task_categories:
|
7 |
-
- question-answering
|
8 |
-
- summarization
|
9 |
-
- text-generation
|
10 |
-
task_ids:
|
11 |
-
- multiple-choice-qa
|
12 |
-
- natural-language-inference
|
13 |
-
configs:
|
14 |
-
- gov_report
|
15 |
-
- summ_screen_fd
|
16 |
-
- qmsum
|
17 |
-
- qasper
|
18 |
-
- narrative_qa
|
19 |
-
- quality
|
20 |
-
- contract_nli
|
21 |
-
- squad
|
22 |
-
- squad_shuffled_distractors
|
23 |
-
- squad_ordered_distractors
|
24 |
-
- hotpotqa
|
25 |
-
- hotpotqa_second_only
|
26 |
-
tags:
|
27 |
-
- multi-hop-question-answering
|
28 |
-
- query-based-summarization
|
29 |
-
- long-texts
|
30 |
-
---
|
31 |
-
|
32 |
-
## Dataset Description
|
33 |
-
- **Repository:** [SLED Github repository](https://github.com/Mivg/SLED)
|
34 |
-
- **Paper:** [Efficient Long-Text Understanding with Short-Text Models
|
35 |
-
](https://arxiv.org/pdf/2208.00748.pdf)
|
36 |
-
|
37 |
-
# Dataset Card for SCROLLS
|
38 |
-
|
39 |
-
## Overview
|
40 |
-
This dataset is based on the [SCROLLS](https://huggingface.co/datasets/tau/scrolls) dataset ([paper](https://arxiv.org/pdf/2201.03533.pdf)), the [SQuAD 1.1](https://huggingface.co/datasets/squad) dataset and the [HotpotQA](https://huggingface.co/datasets/hotpot_qa) dataset.
|
41 |
-
It doesn't contain any unpblished data, but includes the configuration needed for the [Efficient Long-Text Understanding with Short-Text Models
|
42 |
-
](https://arxiv.org/pdf/2208.00748.pdf) paper.
|
43 |
-
|
44 |
-
## Tasks
|
45 |
-
The tasks included are:
|
46 |
-
|
47 |
-
#### GovReport ([Huang et al., 2021](https://arxiv.org/pdf/2104.02112.pdf))
|
48 |
-
GovReport is a summarization dataset of reports addressing various national policy issues published by the
|
49 |
-
Congressional Research Service and the U.S. Government Accountability Office, where each document is paired with a hand-written executive summary.
|
50 |
-
The reports and their summaries are longer than their equivalents in other popular long-document summarization datasets;
|
51 |
-
for example, GovReport's documents are approximately 1.5 and 2.5 times longer than the documents in Arxiv and PubMed, respectively.
|
52 |
-
|
53 |
-
#### SummScreenFD ([Chen et al., 2021](https://arxiv.org/pdf/2104.07091.pdf))
|
54 |
-
SummScreenFD is a summarization dataset in the domain of TV shows (e.g. Friends, Game of Thrones).
|
55 |
-
Given a transcript of a specific episode, the goal is to produce the episode's recap.
|
56 |
-
The original dataset is divided into two complementary subsets, based on the source of its community contributed transcripts.
|
57 |
-
For SCROLLS, we use the ForeverDreaming (FD) subset, as it incorporates 88 different shows,
|
58 |
-
making it a more diverse alternative to the TV MegaSite (TMS) subset, which has only 10 shows.
|
59 |
-
Community-authored recaps for the ForeverDreaming transcripts were collected from English Wikipedia and TVMaze.
|
60 |
-
|
61 |
-
#### QMSum ([Zhong et al., 2021](https://arxiv.org/pdf/2104.05938.pdf))
|
62 |
-
QMSum is a query-based summarization dataset, consisting of 232 meetings transcripts from multiple domains.
|
63 |
-
The corpus covers academic group meetings at the International Computer Science Institute and their summaries, industrial product meetings for designing a remote control,
|
64 |
-
and committee meetings of the Welsh and Canadian Parliaments, dealing with a variety of public policy issues.
|
65 |
-
Annotators were tasked with writing queries about the broad contents of the meetings, as well as specific questions about certain topics or decisions,
|
66 |
-
while ensuring that the relevant text for answering each query spans at least 200 words or 10 turns.
|
67 |
-
|
68 |
-
#### NarrativeQA ([Kočiský et al., 2021](https://arxiv.org/pdf/1712.07040.pdf))
|
69 |
-
NarrativeQA (Kočiský et al., 2021) is an established question answering dataset over entire books from Project Gutenberg and movie scripts from different websites.
|
70 |
-
Annotators were given summaries of the books and scripts obtained from Wikipedia, and asked to generate question-answer pairs,
|
71 |
-
resulting in about 30 questions and answers for each of the 1,567 books and scripts.
|
72 |
-
They were encouraged to use their own words rather then copying, and avoid asking yes/no questions or ones about the cast.
|
73 |
-
Each question was then answered by an additional annotator, providing each question with two reference answers (unless both answers are identical).
|
74 |
-
|
75 |
-
#### Qasper ([Dasigi et al., 2021](https://arxiv.org/pdf/2105.03011.pdf))
|
76 |
-
Qasper is a question answering dataset over NLP papers filtered from the Semantic Scholar Open Research Corpus (S2ORC).
|
77 |
-
Questions were written by NLP practitioners after reading only the title and abstract of the papers,
|
78 |
-
while another set of NLP practitioners annotated the answers given the entire document.
|
79 |
-
Qasper contains abstractive, extractive, and yes/no questions, as well as unanswerable ones.
|
80 |
-
|
81 |
-
#### QuALITY ([Pang et al., 2021](https://arxiv.org/pdf/2112.08608.pdf))
|
82 |
-
QuALITY is a multiple-choice question answering dataset over articles and stories sourced from Project Gutenberg,
|
83 |
-
the Open American National Corpus, and more.
|
84 |
-
Experienced writers wrote questions and distractors, and were incentivized to write answerable, unambiguous questions such that in order to correctly answer them,
|
85 |
-
human annotators must read large portions of the given document.
|
86 |
-
Reference answers were then calculated using the majority vote between of the annotators and writer's answers.
|
87 |
-
To measure the difficulty of their questions, Pang et al. conducted a speed validation process,
|
88 |
-
where another set of annotators were asked to answer questions given only a short period of time to skim through the document.
|
89 |
-
As a result, 50% of the questions in QuALITY are labeled as hard, i.e. the majority of the annotators in the speed validation setting chose the wrong answer.
|
90 |
-
|
91 |
-
#### ContractNLI ([Koreeda and Manning, 2021](https://arxiv.org/pdf/2110.01799.pdf))
|
92 |
-
Contract NLI is a natural language inference dataset in the legal domain.
|
93 |
-
Given a non-disclosure agreement (the premise), the task is to predict whether a particular legal statement (the hypothesis) is entailed, not entailed (neutral), or cannot be entailed (contradiction) from the contract.
|
94 |
-
The NDAs were manually picked after simple filtering from the Electronic Data Gathering, Analysis, and Retrieval system (EDGAR) and Google.
|
95 |
-
The dataset contains a total of 607 contracts and 17 unique hypotheses, which were combined to produce the dataset's 10,319 examples.
|
96 |
-
|
97 |
-
#### SQuAD 1.1 ([Rajpurkar et al., 2016](https://arxiv.org/pdf/1606.05250.pdf))
|
98 |
-
Stanford Question Answering Dataset (SQuAD) is a reading comprehension \
|
99 |
-
dataset, consisting of questions posed by crowdworkers on a set of Wikipedia \
|
100 |
-
articles, where the answer to every question is a segment of text, or span, \
|
101 |
-
from the corresponding reading passage, or the question might be unanswerable.
|
102 |
-
|
103 |
-
#### HotpotQA ([Yang et al., 2018](https://arxiv.org/pdf/1809.09600.pdf))
|
104 |
-
HotpotQA is a new dataset with 113k Wikipedia-based question-answer pairs with four key features:
|
105 |
-
(1) the questions require finding and reasoning over multiple supporting documents to answer;
|
106 |
-
(2) the questions are diverse and not constrained to any pre-existing knowledge bases or knowledge schemas;
|
107 |
-
(3) we provide sentence-level supporting facts required for reasoning, allowingQA systems to reason with strong supervisionand explain the predictions;
|
108 |
-
(4) we offer a new type of factoid comparison questions to testQA systems’ ability to extract relevant facts and perform necessary comparison.
|
109 |
-
|
110 |
-
## Data Fields
|
111 |
-
|
112 |
-
All the datasets in the benchmark are in the same input-output format
|
113 |
-
|
114 |
-
- `input`: a `string` feature. The input document.
|
115 |
-
- `input_prefix`: an optional `string` feature, for the datasets containing prefix (e.g. question)
|
116 |
-
- `output`: a `string` feature. The target.
|
117 |
-
- `id`: a `string` feature. Unique per input.
|
118 |
-
- `pid`: a `string` feature. Unique per input-output pair (can differ from 'id' in NarrativeQA and Qasper, where there is more then one valid target).
|
119 |
-
|
120 |
-
The dataset that contain `input_prefix` are:
|
121 |
-
- SQuAD - the question
|
122 |
-
- HotpotQA - the question
|
123 |
-
- qmsum - the query
|
124 |
-
- qasper - the question
|
125 |
-
- narrative_qa - the question
|
126 |
-
- quality - the question + the four choices
|
127 |
-
- contract_nli - the hypothesis
|
128 |
-
|
129 |
-
## Controlled experiments
|
130 |
-
To test multiple properties of SLED, we modify SQuAD 1.1 [Rajpurkar et al., 2016](https://arxiv.org/pdf/1606.05250.pdf)
|
131 |
-
and HotpotQA [Yang et al., 2018](https://arxiv.org/pdf/1809.09600.pdf) to create a few controlled experiments settings.
|
132 |
-
Those are accessible via the following configurations:
|
133 |
-
- squad - Contains the original version of SQuAD 1.1 (question + passage)
|
134 |
-
- squad_ordered_distractors - For each example, 9 random distrctor passages are concatenated (separated by '\n')
|
135 |
-
- squad_shuffled_distractors - For each example, 9 random distrctor passages are added (separated by '\n'), and jointly the 10 passages are randomly shuffled
|
136 |
-
- hotpotqa - A clean version of HotpotQA, where each input contains only the two gold passages (separated by '\n')
|
137 |
-
- hotpotqa_second_only - In each example, the input contains only the second gold passage
|
138 |
-
|
139 |
-
## Citation
|
140 |
-
If you use this dataset, **please make sure to cite all the original dataset papers as well SCROLLS.** [[bibtex](https://drive.google.com/uc?export=download&id=1IUYIzQD9DPsECw0JWkwk4Ildn8JOMtuU)]
|
141 |
-
```
|
142 |
-
@inproceedings{Ivgi2022EfficientLU,
|
143 |
-
title={Efficient Long-Text Understanding with Short-Text Models},
|
144 |
-
author={Maor Ivgi and Uri Shaham and Jonathan Berant},
|
145 |
-
year={2022}
|
146 |
-
}
|
147 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contract_nli/sled-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11b7514c4e1ba50755065be5f29b9eaf9bee8e495c933d336c094e844ac5cd14
|
3 |
+
size 654040
|
contract_nli/sled-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4239e4984d9a3bb0c19aac6c0898f1e77c3aa2dae6e7d42def49e4eb15ed4bd
|
3 |
+
size 2259432
|
contract_nli/sled-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91bc7ab93036d8b1533c172eb90e923d05e3d69d6fdede46689cbdc5b66bc846
|
3 |
+
size 356963
|
gov_report/sled-test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f268f42c51ac5e638103f9136ca3ed3c92280910291a40a7ec27342b0930d5bf
|
3 |
+
size 23520503
|
gov_report/sled-train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f66b1c53478492c4e35fb52207200b862e22ec943f868a69000ccc2b5a70bbf
|
3 |
+
size 271215414
|
gov_report/sled-train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bca2007a9611562bb2db7fb0c8194278a42a6058ec200ada54c587465d4949ca
|
3 |
+
size 206068394
|
gov_report/sled-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90c5f4467841dce75ccb740d07908825f88bfdbc5c88cb10fb93161d0d69624c
|
3 |
+
size 27561495
|
hotpotqa/sled-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ebca798d8c96284fa47bfa74b6d4474f90721c8f7e5754c535cb6f4e8f3536
|
3 |
+
size 61256896
|
hotpotqa/sled-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e058316b68eb56e86f685f8f9cc967e21abff99715e4caf60f5a1f7545ad4d89
|
3 |
+
size 5008952
|
hotpotqa_second_only/sled-train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10aed1db9add88985ed6bbed61983e756059f6ee9f4ce4eeb3a60becc6f68b21
|
3 |
+
size 36678024
|
hotpotqa_second_only/sled-validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ca71b7f20c1edeab41ac821639b3f6a8cdab814bdbdc317af36675a60437238
|
3 |
+
size 2987563
|
narrative_qa/sled-test-00000-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f806cd41021a01313801cc77a71a875d54283b3cefc18f862fc8d0467632ce33
|
3 |
+
size 11161985
|
narrative_qa/sled-test-00001-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aadf80b3634383838b160e35016af929692e37dfd5a34a3ec728bea5e15996a
|
3 |
+
size 11679880
|
narrative_qa/sled-test-00002-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dbac6f9299975f10b18c6b282243bfed14b863e7c551ae8be49297ebdbdee7e
|
3 |
+
size 12646159
|
narrative_qa/sled-test-00003-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8326c61d3184c11dea0f7b7c14cec6aeb72497eb74141ab503fcdcc33b14dd87
|
3 |
+
size 14545634
|
narrative_qa/sled-test-00004-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc04d8b5a3f1fdbd96e9e9ac533eb9697c481f1e1f987ad689b8bf41a5940208
|
3 |
+
size 12029406
|
narrative_qa/sled-test-00005-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cd2277a9bef47ddae6e4947a63b1c534f918de0d8530c36959b178dabbd02b6
|
3 |
+
size 1596367
|
narrative_qa/sled-train-00000-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b56d2fc7a1243f83ec4db56db4990ac4753dd17f81fd19bf769f68967da8180
|
3 |
+
size 6439998
|
narrative_qa/sled-train-00001-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dd7766820d7d685304e21447a2d782b946852408c36113f015e64561c27f9df
|
3 |
+
size 6691844
|
narrative_qa/sled-train-00002-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d5060154e9a3ee28add9379c3c6b33e14e668dcdb5083aeeff94f15f501183c
|
3 |
+
size 8699072
|
narrative_qa/sled-train-00003-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2251509906c5446e064994006dcafb1874a57d12f6f726bafb2132e85666ff41
|
3 |
+
size 10570887
|
narrative_qa/sled-train-00004-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8b4ea9766b266cdcbd74ae439c2e17eb0bbdf0061f48a2e9d74f92c84366e76
|
3 |
+
size 7839811
|
narrative_qa/sled-train-00005-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:996d25b12e86387fdb15f6167bcbc523d5e338f89566e7f2c7bfc758b89023a5
|
3 |
+
size 10372307
|
narrative_qa/sled-train-00006-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f551cb1b48f49e6a86d6ead720596799c97ccfc39b34fb946695e0284d376b8
|
3 |
+
size 7985808
|
narrative_qa/sled-train-00007-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eeade48fca45d94f517270e01b5ade5eb759dd2e5ecf1855836a9b6fc31ddc29
|
3 |
+
size 6411454
|
narrative_qa/sled-train-00008-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fa927638fecd794444efec738c1c278015666ed758439fa2e8468982eb546b2
|
3 |
+
size 6413716
|
narrative_qa/sled-train-00009-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e774fe0dd5c21f8db35fc2217ebc659ddc8045802f6cbbb6165f942228ed1c70
|
3 |
+
size 8742527
|
narrative_qa/sled-train-00010-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac49df1ea4e92310e7f38ce8027aea1e07f0be09ef0192397d2094aaf02fb7ea
|
3 |
+
size 7325747
|
narrative_qa/sled-train-00011-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4e92ee72d4d5ae825e4a439a97f0291d9df558efabbf5779d5c48dd5406ee25
|
3 |
+
size 6237796
|
narrative_qa/sled-train-00012-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27eb0bb7c920b79ee1607e1a3d2b754f93cb4b8cbb2cff52cf5cb5e3ae203d59
|
3 |
+
size 8333921
|
narrative_qa/sled-train-00013-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:312b13791029ffe6e9cced1558d4bb04dc7eb094c59444f5ff846421b4c04929
|
3 |
+
size 6270136
|
narrative_qa/sled-train-00014-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb03112f2fb4b9bf6be4e9a9605a74e927a0c553311594a3c2edf598a7930a88
|
3 |
+
size 8841226
|
narrative_qa/sled-train-00015-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70d22b3ccd9d7b573585e7cd67253c7a55097c73fd7294562dbe92bf6e56de67
|
3 |
+
size 8193046
|
narrative_qa/sled-train-00016-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1161270c92b4903a725bc7400a40feca7569ca9eeba99844ec195118579614e
|
3 |
+
size 8406507
|
narrative_qa/sled-train-00017-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b06edf6df83ed27f466e94d987fe6d00acc8efd79bca48b9722b6c80288285b9
|
3 |
+
size 7699995
|
narrative_qa/sled-train-00018-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ab1e4695af8f31a78ccc1dde51056ca633c7caf8f6fb280d89637f547b678c6
|
3 |
+
size 8299534
|
narrative_qa/sled-train-00019-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d25b0889779cc0efb4df0a18e8dd48c220c573152fbd19848ba706029246b3a
|
3 |
+
size 7271293
|
narrative_qa/sled-train-00020-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6119e833dd40152be1a44d4f67f99a3086af92365dfa422393b6e6e208f0c7fc
|
3 |
+
size 9735838
|
narrative_qa/sled-train-00021-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a8989aebe47bd326b461ba5d01814aa750e35b5b3e8b1d42907bbdbfd1a93e
|
3 |
+
size 5866620
|
narrative_qa/sled-train-00022-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3540c17225afb4d694507c4fdc4ec6ed00197494e227e3c74168f6f02b90872
|
3 |
+
size 6322502
|
narrative_qa/sled-train-00023-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35573cd2dff4e27a359517d57d615b2fa3d905aa787575ff6fd870fa68752062
|
3 |
+
size 7021062
|
narrative_qa/sled-train-00024-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dac2c1ad74cc0f3cbd6b72cf0a01629f19ce8bb6122d6ebc6b384c3f3dff800d
|
3 |
+
size 8031522
|
narrative_qa/sled-train-00025-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b568828b9587a5673a0b23966528c2a14ac4086dc578a8e5a44e03a643c261cb
|
3 |
+
size 9649547
|
narrative_qa/sled-train-00026-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6b6f84874a6c147d749fa8d37cf0bd9e067f5d9a53d8d0ae393fd5be395749d
|
3 |
+
size 8195551
|
narrative_qa/sled-train-00027-of-00028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:613c9fd49f9ef09fe3a3bc67dae53341b418216f82c7819e7f46a34b2e31e192
|
3 |
+
size 135448
|
narrative_qa/sled-validation-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5729940b170cf46c90a18fe8f5dd5e92961f4277aedb95edd925195cd6cf78ee
|
3 |
+
size 8365916
|
narrative_qa/sled-validation-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bb421285665fc925d0c9400a4d128ccd40af559e083f0a814b71bc727e1c76d
|
3 |
+
size 6797836
|
narrative_qa/sled-validation-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a97d8407f9d82c1dcb89197d095c02b339bf6927c521e94a980ac261d3cf73a4
|
3 |
+
size 7813686
|