Datasets:
Convert dataset to Parquet
#5
by
yongchanghao
- opened
- data.zip → 2wikimqa/test-00000-of-00001.parquet +2 -2
- 2wikimqa_e/test-00000-of-00001.parquet +3 -0
- LongBench.py +0 -127
- README.md +959 -5
- dureader/test-00000-of-00001.parquet +3 -0
- gov_report/test-00000-of-00001.parquet +3 -0
- gov_report_e/test-00000-of-00001.parquet +3 -0
- hotpotqa/test-00000-of-00001.parquet +3 -0
- hotpotqa_e/test-00000-of-00001.parquet +3 -0
- lcc/test-00000-of-00001.parquet +3 -0
- lcc_e/test-00000-of-00001.parquet +3 -0
- lsht/test-00000-of-00001.parquet +3 -0
- multi_news/test-00000-of-00001.parquet +3 -0
- multi_news_e/test-00000-of-00001.parquet +3 -0
- multifieldqa_en/test-00000-of-00001.parquet +3 -0
- multifieldqa_en_e/test-00000-of-00001.parquet +3 -0
- multifieldqa_zh/test-00000-of-00001.parquet +3 -0
- musique/test-00000-of-00001.parquet +3 -0
- narrativeqa/test-00000-of-00001.parquet +3 -0
- passage_count/test-00000-of-00001.parquet +3 -0
- passage_count_e/test-00000-of-00001.parquet +3 -0
- passage_retrieval_en/test-00000-of-00001.parquet +3 -0
- passage_retrieval_en_e/test-00000-of-00001.parquet +3 -0
- passage_retrieval_zh/test-00000-of-00001.parquet +3 -0
- qasper/test-00000-of-00001.parquet +3 -0
- qasper_e/test-00000-of-00001.parquet +3 -0
- qmsum/test-00000-of-00001.parquet +3 -0
- repobench-p/test-00000-of-00001.parquet +3 -0
- repobench-p_e/test-00000-of-00001.parquet +3 -0
- samsum/test-00000-of-00001.parquet +3 -0
- samsum_e/test-00000-of-00001.parquet +3 -0
- trec/test-00000-of-00001.parquet +3 -0
- trec_e/test-00000-of-00001.parquet +3 -0
- triviaqa/test-00000-of-00001.parquet +3 -0
- triviaqa_e/test-00000-of-00001.parquet +3 -0
- vcsum/test-00000-of-00001.parquet +3 -0
data.zip → 2wikimqa/test-00000-of-00001.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc25ddd4bc9ab1db7f99898a17ded22e7c39bb606bb85980debd0c309bced07
|
3 |
+
size 3595131
|
2wikimqa_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1047bd5ae8be309afe6a8177eb8a384d5b33bff46d0a664a86bcec7a6d68dc7
|
3 |
+
size 6782587
|
LongBench.py
DELETED
@@ -1,127 +0,0 @@
|
|
1 |
-
# Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
|
2 |
-
#
|
3 |
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4 |
-
# you may not use this file except in compliance with the License.
|
5 |
-
# You may obtain a copy of the License at
|
6 |
-
#
|
7 |
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8 |
-
#
|
9 |
-
# Unless required by applicable law or agreed to in writing, software
|
10 |
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11 |
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 |
-
# See the License for the specific language governing permissions and
|
13 |
-
# limitations under the License.
|
14 |
-
import os
|
15 |
-
|
16 |
-
import datasets
|
17 |
-
import json
|
18 |
-
|
19 |
-
|
20 |
-
_DESCRIPTION = """\
|
21 |
-
LongBench is a comprehensive benchmark for multilingual and multi-task purposes, with the goal to fully measure and evaluate the ability of pre-trained language models to understand long text. This dataset consists of twenty different tasks, covering key long-text application scenarios such as multi-document QA, single-document QA, summarization, few-shot learning, synthetic tasks, and code completion.
|
22 |
-
"""
|
23 |
-
|
24 |
-
_HOMEPAGE = "https://github.com/THUDM/LongBench"
|
25 |
-
|
26 |
-
|
27 |
-
_URL = r"https://huggingface.co/datasets/THUDM/LongBench/resolve/main/data.zip"
|
28 |
-
|
29 |
-
task_list = [
|
30 |
-
"narrativeqa",
|
31 |
-
"qasper",
|
32 |
-
"multifieldqa_en",
|
33 |
-
"multifieldqa_zh",
|
34 |
-
"hotpotqa",
|
35 |
-
"2wikimqa",
|
36 |
-
"musique",
|
37 |
-
"dureader",
|
38 |
-
"gov_report",
|
39 |
-
"qmsum",
|
40 |
-
"multi_news",
|
41 |
-
"vcsum",
|
42 |
-
"trec",
|
43 |
-
"triviaqa",
|
44 |
-
"samsum",
|
45 |
-
"lsht",
|
46 |
-
"passage_count",
|
47 |
-
"passage_retrieval_en",
|
48 |
-
"passage_retrieval_zh",
|
49 |
-
"lcc",
|
50 |
-
"repobench-p",
|
51 |
-
"qasper_e",
|
52 |
-
"multifieldqa_en_e",
|
53 |
-
"hotpotqa_e",
|
54 |
-
"2wikimqa_e",
|
55 |
-
"gov_report_e",
|
56 |
-
"multi_news_e",
|
57 |
-
"trec_e",
|
58 |
-
"triviaqa_e",
|
59 |
-
"samsum_e",
|
60 |
-
"passage_count_e",
|
61 |
-
"passage_retrieval_en_e",
|
62 |
-
"lcc_e",
|
63 |
-
"repobench-p_e"
|
64 |
-
]
|
65 |
-
|
66 |
-
|
67 |
-
class LongBenchConfig(datasets.BuilderConfig):
|
68 |
-
def __init__(self, **kwargs):
|
69 |
-
super().__init__(version=datasets.Version("1.0.0"), **kwargs)
|
70 |
-
|
71 |
-
|
72 |
-
class LongBench(datasets.GeneratorBasedBuilder):
|
73 |
-
BUILDER_CONFIGS = [
|
74 |
-
LongBenchConfig(
|
75 |
-
name=task_name,
|
76 |
-
)
|
77 |
-
for task_name in task_list
|
78 |
-
]
|
79 |
-
|
80 |
-
def _info(self):
|
81 |
-
features = datasets.Features(
|
82 |
-
{
|
83 |
-
"input": datasets.Value("string"),
|
84 |
-
"context": datasets.Value("string"),
|
85 |
-
"answers": [datasets.Value("string")],
|
86 |
-
"length": datasets.Value("int32"),
|
87 |
-
"dataset": datasets.Value("string"),
|
88 |
-
"language": datasets.Value("string"),
|
89 |
-
"all_classes": [datasets.Value("string")],
|
90 |
-
"_id": datasets.Value("string"),
|
91 |
-
}
|
92 |
-
)
|
93 |
-
return datasets.DatasetInfo(
|
94 |
-
description=_DESCRIPTION,
|
95 |
-
features=features,
|
96 |
-
homepage=_HOMEPAGE,
|
97 |
-
)
|
98 |
-
|
99 |
-
def _split_generators(self, dl_manager):
|
100 |
-
data_dir = dl_manager.download_and_extract(_URL)
|
101 |
-
task_name = self.config.name
|
102 |
-
return [
|
103 |
-
datasets.SplitGenerator(
|
104 |
-
name=datasets.Split.TEST,
|
105 |
-
gen_kwargs={
|
106 |
-
"filepath": os.path.join(
|
107 |
-
data_dir, "data", f"{task_name}.jsonl"
|
108 |
-
),
|
109 |
-
},
|
110 |
-
)
|
111 |
-
]
|
112 |
-
|
113 |
-
def _generate_examples(self, filepath):
|
114 |
-
with open(filepath, encoding="utf-8") as f:
|
115 |
-
for idx, line in enumerate(f):
|
116 |
-
key = f"{self.config.name}-{idx}"
|
117 |
-
item = json.loads(line)
|
118 |
-
yield key, {
|
119 |
-
"input": item["input"],
|
120 |
-
"context": item["context"],
|
121 |
-
"answers": item["answers"],
|
122 |
-
"length": item["length"],
|
123 |
-
"dataset": item["dataset"],
|
124 |
-
"language": item["language"],
|
125 |
-
"_id": item["_id"],
|
126 |
-
"all_classes": item["all_classes"],
|
127 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,17 +1,971 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
- question-answering
|
4 |
- text-generation
|
5 |
- summarization
|
6 |
- conversational
|
7 |
- text-classification
|
8 |
-
language:
|
9 |
-
- en
|
10 |
-
- zh
|
11 |
tags:
|
12 |
- Long Context
|
13 |
-
|
14 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Introduction
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- question-answering
|
9 |
- text-generation
|
10 |
- summarization
|
11 |
- conversational
|
12 |
- text-classification
|
|
|
|
|
|
|
13 |
tags:
|
14 |
- Long Context
|
15 |
+
dataset_info:
|
16 |
+
- config_name: 2wikimqa
|
17 |
+
features:
|
18 |
+
- name: input
|
19 |
+
dtype: string
|
20 |
+
- name: context
|
21 |
+
dtype: string
|
22 |
+
- name: answers
|
23 |
+
list: string
|
24 |
+
- name: length
|
25 |
+
dtype: int32
|
26 |
+
- name: dataset
|
27 |
+
dtype: string
|
28 |
+
- name: language
|
29 |
+
dtype: string
|
30 |
+
- name: all_classes
|
31 |
+
list: string
|
32 |
+
- name: _id
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 5982997
|
37 |
+
num_examples: 200
|
38 |
+
download_size: 3595131
|
39 |
+
dataset_size: 5982997
|
40 |
+
- config_name: 2wikimqa_e
|
41 |
+
features:
|
42 |
+
- name: input
|
43 |
+
dtype: string
|
44 |
+
- name: context
|
45 |
+
dtype: string
|
46 |
+
- name: answers
|
47 |
+
list: string
|
48 |
+
- name: length
|
49 |
+
dtype: int32
|
50 |
+
- name: dataset
|
51 |
+
dtype: string
|
52 |
+
- name: language
|
53 |
+
dtype: string
|
54 |
+
- name: all_classes
|
55 |
+
list: string
|
56 |
+
- name: _id
|
57 |
+
dtype: string
|
58 |
+
splits:
|
59 |
+
- name: test
|
60 |
+
num_bytes: 11331920
|
61 |
+
num_examples: 300
|
62 |
+
download_size: 6782587
|
63 |
+
dataset_size: 11331920
|
64 |
+
- config_name: dureader
|
65 |
+
features:
|
66 |
+
- name: input
|
67 |
+
dtype: string
|
68 |
+
- name: context
|
69 |
+
dtype: string
|
70 |
+
- name: answers
|
71 |
+
list: string
|
72 |
+
- name: length
|
73 |
+
dtype: int32
|
74 |
+
- name: dataset
|
75 |
+
dtype: string
|
76 |
+
- name: language
|
77 |
+
dtype: string
|
78 |
+
- name: all_classes
|
79 |
+
list: string
|
80 |
+
- name: _id
|
81 |
+
dtype: string
|
82 |
+
splits:
|
83 |
+
- name: test
|
84 |
+
num_bytes: 8212951
|
85 |
+
num_examples: 200
|
86 |
+
download_size: 5167177
|
87 |
+
dataset_size: 8212951
|
88 |
+
- config_name: gov_report
|
89 |
+
features:
|
90 |
+
- name: input
|
91 |
+
dtype: string
|
92 |
+
- name: context
|
93 |
+
dtype: string
|
94 |
+
- name: answers
|
95 |
+
list: string
|
96 |
+
- name: length
|
97 |
+
dtype: int32
|
98 |
+
- name: dataset
|
99 |
+
dtype: string
|
100 |
+
- name: language
|
101 |
+
dtype: string
|
102 |
+
- name: all_classes
|
103 |
+
list: string
|
104 |
+
- name: _id
|
105 |
+
dtype: string
|
106 |
+
splits:
|
107 |
+
- name: test
|
108 |
+
num_bytes: 11593569
|
109 |
+
num_examples: 200
|
110 |
+
download_size: 5504355
|
111 |
+
dataset_size: 11593569
|
112 |
+
- config_name: gov_report_e
|
113 |
+
features:
|
114 |
+
- name: input
|
115 |
+
dtype: string
|
116 |
+
- name: context
|
117 |
+
dtype: string
|
118 |
+
- name: answers
|
119 |
+
list: string
|
120 |
+
- name: length
|
121 |
+
dtype: int32
|
122 |
+
- name: dataset
|
123 |
+
dtype: string
|
124 |
+
- name: language
|
125 |
+
dtype: string
|
126 |
+
- name: all_classes
|
127 |
+
list: string
|
128 |
+
- name: _id
|
129 |
+
dtype: string
|
130 |
+
splits:
|
131 |
+
- name: test
|
132 |
+
num_bytes: 14263436
|
133 |
+
num_examples: 300
|
134 |
+
download_size: 6669354
|
135 |
+
dataset_size: 14263436
|
136 |
+
- config_name: hotpotqa
|
137 |
+
features:
|
138 |
+
- name: input
|
139 |
+
dtype: string
|
140 |
+
- name: context
|
141 |
+
dtype: string
|
142 |
+
- name: answers
|
143 |
+
list: string
|
144 |
+
- name: length
|
145 |
+
dtype: int32
|
146 |
+
- name: dataset
|
147 |
+
dtype: string
|
148 |
+
- name: language
|
149 |
+
dtype: string
|
150 |
+
- name: all_classes
|
151 |
+
list: string
|
152 |
+
- name: _id
|
153 |
+
dtype: string
|
154 |
+
splits:
|
155 |
+
- name: test
|
156 |
+
num_bytes: 11379153
|
157 |
+
num_examples: 200
|
158 |
+
download_size: 6626936
|
159 |
+
dataset_size: 11379153
|
160 |
+
- config_name: hotpotqa_e
|
161 |
+
features:
|
162 |
+
- name: input
|
163 |
+
dtype: string
|
164 |
+
- name: context
|
165 |
+
dtype: string
|
166 |
+
- name: answers
|
167 |
+
list: string
|
168 |
+
- name: length
|
169 |
+
dtype: int32
|
170 |
+
- name: dataset
|
171 |
+
dtype: string
|
172 |
+
- name: language
|
173 |
+
dtype: string
|
174 |
+
- name: all_classes
|
175 |
+
list: string
|
176 |
+
- name: _id
|
177 |
+
dtype: string
|
178 |
+
splits:
|
179 |
+
- name: test
|
180 |
+
num_bytes: 12324268
|
181 |
+
num_examples: 300
|
182 |
+
download_size: 7196922
|
183 |
+
dataset_size: 12324268
|
184 |
+
- config_name: lcc
|
185 |
+
features:
|
186 |
+
- name: input
|
187 |
+
dtype: string
|
188 |
+
- name: context
|
189 |
+
dtype: string
|
190 |
+
- name: answers
|
191 |
+
list: string
|
192 |
+
- name: length
|
193 |
+
dtype: int32
|
194 |
+
- name: dataset
|
195 |
+
dtype: string
|
196 |
+
- name: language
|
197 |
+
dtype: string
|
198 |
+
- name: all_classes
|
199 |
+
list: string
|
200 |
+
- name: _id
|
201 |
+
dtype: string
|
202 |
+
splits:
|
203 |
+
- name: test
|
204 |
+
num_bytes: 6878988
|
205 |
+
num_examples: 500
|
206 |
+
download_size: 2348393
|
207 |
+
dataset_size: 6878988
|
208 |
+
- config_name: lcc_e
|
209 |
+
features:
|
210 |
+
- name: input
|
211 |
+
dtype: string
|
212 |
+
- name: context
|
213 |
+
dtype: string
|
214 |
+
- name: answers
|
215 |
+
list: string
|
216 |
+
- name: length
|
217 |
+
dtype: int32
|
218 |
+
- name: dataset
|
219 |
+
dtype: string
|
220 |
+
- name: language
|
221 |
+
dtype: string
|
222 |
+
- name: all_classes
|
223 |
+
list: string
|
224 |
+
- name: _id
|
225 |
+
dtype: string
|
226 |
+
splits:
|
227 |
+
- name: test
|
228 |
+
num_bytes: 17755543
|
229 |
+
num_examples: 300
|
230 |
+
download_size: 5530346
|
231 |
+
dataset_size: 17755543
|
232 |
+
- config_name: lsht
|
233 |
+
features:
|
234 |
+
- name: input
|
235 |
+
dtype: string
|
236 |
+
- name: context
|
237 |
+
dtype: string
|
238 |
+
- name: answers
|
239 |
+
list: string
|
240 |
+
- name: length
|
241 |
+
dtype: int32
|
242 |
+
- name: dataset
|
243 |
+
dtype: string
|
244 |
+
- name: language
|
245 |
+
dtype: string
|
246 |
+
- name: all_classes
|
247 |
+
list: string
|
248 |
+
- name: _id
|
249 |
+
dtype: string
|
250 |
+
splits:
|
251 |
+
- name: test
|
252 |
+
num_bytes: 13005634
|
253 |
+
num_examples: 200
|
254 |
+
download_size: 8143066
|
255 |
+
dataset_size: 13005634
|
256 |
+
- config_name: multi_news
|
257 |
+
features:
|
258 |
+
- name: input
|
259 |
+
dtype: string
|
260 |
+
- name: context
|
261 |
+
dtype: string
|
262 |
+
- name: answers
|
263 |
+
list: string
|
264 |
+
- name: length
|
265 |
+
dtype: int32
|
266 |
+
- name: dataset
|
267 |
+
dtype: string
|
268 |
+
- name: language
|
269 |
+
dtype: string
|
270 |
+
- name: all_classes
|
271 |
+
list: string
|
272 |
+
- name: _id
|
273 |
+
dtype: string
|
274 |
+
splits:
|
275 |
+
- name: test
|
276 |
+
num_bytes: 2715969
|
277 |
+
num_examples: 200
|
278 |
+
download_size: 1501391
|
279 |
+
dataset_size: 2715969
|
280 |
+
- config_name: multi_news_e
|
281 |
+
features:
|
282 |
+
- name: input
|
283 |
+
dtype: string
|
284 |
+
- name: context
|
285 |
+
dtype: string
|
286 |
+
- name: answers
|
287 |
+
list: string
|
288 |
+
- name: length
|
289 |
+
dtype: int32
|
290 |
+
- name: dataset
|
291 |
+
dtype: string
|
292 |
+
- name: language
|
293 |
+
dtype: string
|
294 |
+
- name: all_classes
|
295 |
+
list: string
|
296 |
+
- name: _id
|
297 |
+
dtype: string
|
298 |
+
splits:
|
299 |
+
- name: test
|
300 |
+
num_bytes: 11308405
|
301 |
+
num_examples: 294
|
302 |
+
download_size: 5833166
|
303 |
+
dataset_size: 11308405
|
304 |
+
- config_name: multifieldqa_en
|
305 |
+
features:
|
306 |
+
- name: input
|
307 |
+
dtype: string
|
308 |
+
- name: context
|
309 |
+
dtype: string
|
310 |
+
- name: answers
|
311 |
+
list: string
|
312 |
+
- name: length
|
313 |
+
dtype: int32
|
314 |
+
- name: dataset
|
315 |
+
dtype: string
|
316 |
+
- name: language
|
317 |
+
dtype: string
|
318 |
+
- name: all_classes
|
319 |
+
list: string
|
320 |
+
- name: _id
|
321 |
+
dtype: string
|
322 |
+
splits:
|
323 |
+
- name: test
|
324 |
+
num_bytes: 4427988
|
325 |
+
num_examples: 150
|
326 |
+
download_size: 1850093
|
327 |
+
dataset_size: 4427988
|
328 |
+
- config_name: multifieldqa_en_e
|
329 |
+
features:
|
330 |
+
- name: input
|
331 |
+
dtype: string
|
332 |
+
- name: context
|
333 |
+
dtype: string
|
334 |
+
- name: answers
|
335 |
+
list: string
|
336 |
+
- name: length
|
337 |
+
dtype: int32
|
338 |
+
- name: dataset
|
339 |
+
dtype: string
|
340 |
+
- name: language
|
341 |
+
dtype: string
|
342 |
+
- name: all_classes
|
343 |
+
list: string
|
344 |
+
- name: _id
|
345 |
+
dtype: string
|
346 |
+
splits:
|
347 |
+
- name: test
|
348 |
+
num_bytes: 4428288
|
349 |
+
num_examples: 150
|
350 |
+
download_size: 1829910
|
351 |
+
dataset_size: 4428288
|
352 |
+
- config_name: multifieldqa_zh
|
353 |
+
features:
|
354 |
+
- name: input
|
355 |
+
dtype: string
|
356 |
+
- name: context
|
357 |
+
dtype: string
|
358 |
+
- name: answers
|
359 |
+
list: string
|
360 |
+
- name: length
|
361 |
+
dtype: int32
|
362 |
+
- name: dataset
|
363 |
+
dtype: string
|
364 |
+
- name: language
|
365 |
+
dtype: string
|
366 |
+
- name: all_classes
|
367 |
+
list: string
|
368 |
+
- name: _id
|
369 |
+
dtype: string
|
370 |
+
splits:
|
371 |
+
- name: test
|
372 |
+
num_bytes: 3541307
|
373 |
+
num_examples: 200
|
374 |
+
download_size: 1447281
|
375 |
+
dataset_size: 3541307
|
376 |
+
- config_name: musique
|
377 |
+
features:
|
378 |
+
- name: input
|
379 |
+
dtype: string
|
380 |
+
- name: context
|
381 |
+
dtype: string
|
382 |
+
- name: answers
|
383 |
+
list: string
|
384 |
+
- name: length
|
385 |
+
dtype: int32
|
386 |
+
- name: dataset
|
387 |
+
dtype: string
|
388 |
+
- name: language
|
389 |
+
dtype: string
|
390 |
+
- name: all_classes
|
391 |
+
list: string
|
392 |
+
- name: _id
|
393 |
+
dtype: string
|
394 |
+
splits:
|
395 |
+
- name: test
|
396 |
+
num_bytes: 13965034
|
397 |
+
num_examples: 200
|
398 |
+
download_size: 8130878
|
399 |
+
dataset_size: 13965034
|
400 |
+
- config_name: narrativeqa
|
401 |
+
features:
|
402 |
+
- name: input
|
403 |
+
dtype: string
|
404 |
+
- name: context
|
405 |
+
dtype: string
|
406 |
+
- name: answers
|
407 |
+
list: string
|
408 |
+
- name: length
|
409 |
+
dtype: int32
|
410 |
+
- name: dataset
|
411 |
+
dtype: string
|
412 |
+
- name: language
|
413 |
+
dtype: string
|
414 |
+
- name: all_classes
|
415 |
+
list: string
|
416 |
+
- name: _id
|
417 |
+
dtype: string
|
418 |
+
splits:
|
419 |
+
- name: test
|
420 |
+
num_bytes: 21682299
|
421 |
+
num_examples: 200
|
422 |
+
download_size: 1308980
|
423 |
+
dataset_size: 21682299
|
424 |
+
- config_name: passage_count
|
425 |
+
features:
|
426 |
+
- name: input
|
427 |
+
dtype: string
|
428 |
+
- name: context
|
429 |
+
dtype: string
|
430 |
+
- name: answers
|
431 |
+
list: string
|
432 |
+
- name: length
|
433 |
+
dtype: int32
|
434 |
+
- name: dataset
|
435 |
+
dtype: string
|
436 |
+
- name: language
|
437 |
+
dtype: string
|
438 |
+
- name: all_classes
|
439 |
+
list: string
|
440 |
+
- name: _id
|
441 |
+
dtype: string
|
442 |
+
splits:
|
443 |
+
- name: test
|
444 |
+
num_bytes: 13417957
|
445 |
+
num_examples: 200
|
446 |
+
download_size: 4953911
|
447 |
+
dataset_size: 13417957
|
448 |
+
- config_name: passage_count_e
|
449 |
+
features:
|
450 |
+
- name: input
|
451 |
+
dtype: string
|
452 |
+
- name: context
|
453 |
+
dtype: string
|
454 |
+
- name: answers
|
455 |
+
list: string
|
456 |
+
- name: length
|
457 |
+
dtype: int32
|
458 |
+
- name: dataset
|
459 |
+
dtype: string
|
460 |
+
- name: language
|
461 |
+
dtype: string
|
462 |
+
- name: all_classes
|
463 |
+
list: string
|
464 |
+
- name: _id
|
465 |
+
dtype: string
|
466 |
+
splits:
|
467 |
+
- name: test
|
468 |
+
num_bytes: 11123592
|
469 |
+
num_examples: 300
|
470 |
+
download_size: 3868032
|
471 |
+
dataset_size: 11123592
|
472 |
+
- config_name: passage_retrieval_en
|
473 |
+
features:
|
474 |
+
- name: input
|
475 |
+
dtype: string
|
476 |
+
- name: context
|
477 |
+
dtype: string
|
478 |
+
- name: answers
|
479 |
+
list: string
|
480 |
+
- name: length
|
481 |
+
dtype: int32
|
482 |
+
- name: dataset
|
483 |
+
dtype: string
|
484 |
+
- name: language
|
485 |
+
dtype: string
|
486 |
+
- name: all_classes
|
487 |
+
list: string
|
488 |
+
- name: _id
|
489 |
+
dtype: string
|
490 |
+
splits:
|
491 |
+
- name: test
|
492 |
+
num_bytes: 11234534
|
493 |
+
num_examples: 200
|
494 |
+
download_size: 7041865
|
495 |
+
dataset_size: 11234534
|
496 |
+
- config_name: passage_retrieval_en_e
|
497 |
+
features:
|
498 |
+
- name: input
|
499 |
+
dtype: string
|
500 |
+
- name: context
|
501 |
+
dtype: string
|
502 |
+
- name: answers
|
503 |
+
list: string
|
504 |
+
- name: length
|
505 |
+
dtype: int32
|
506 |
+
- name: dataset
|
507 |
+
dtype: string
|
508 |
+
- name: language
|
509 |
+
dtype: string
|
510 |
+
- name: all_classes
|
511 |
+
list: string
|
512 |
+
- name: _id
|
513 |
+
dtype: string
|
514 |
+
splits:
|
515 |
+
- name: test
|
516 |
+
num_bytes: 11108473
|
517 |
+
num_examples: 300
|
518 |
+
download_size: 6962499
|
519 |
+
dataset_size: 11108473
|
520 |
+
- config_name: passage_retrieval_zh
|
521 |
+
features:
|
522 |
+
- name: input
|
523 |
+
dtype: string
|
524 |
+
- name: context
|
525 |
+
dtype: string
|
526 |
+
- name: answers
|
527 |
+
list: string
|
528 |
+
- name: length
|
529 |
+
dtype: int32
|
530 |
+
- name: dataset
|
531 |
+
dtype: string
|
532 |
+
- name: language
|
533 |
+
dtype: string
|
534 |
+
- name: all_classes
|
535 |
+
list: string
|
536 |
+
- name: _id
|
537 |
+
dtype: string
|
538 |
+
splits:
|
539 |
+
- name: test
|
540 |
+
num_bytes: 3660028
|
541 |
+
num_examples: 200
|
542 |
+
download_size: 2683824
|
543 |
+
dataset_size: 3660028
|
544 |
+
- config_name: qasper
|
545 |
+
features:
|
546 |
+
- name: input
|
547 |
+
dtype: string
|
548 |
+
- name: context
|
549 |
+
dtype: string
|
550 |
+
- name: answers
|
551 |
+
list: string
|
552 |
+
- name: length
|
553 |
+
dtype: int32
|
554 |
+
- name: dataset
|
555 |
+
dtype: string
|
556 |
+
- name: language
|
557 |
+
dtype: string
|
558 |
+
- name: all_classes
|
559 |
+
list: string
|
560 |
+
- name: _id
|
561 |
+
dtype: string
|
562 |
+
splits:
|
563 |
+
- name: test
|
564 |
+
num_bytes: 4792612
|
565 |
+
num_examples: 200
|
566 |
+
download_size: 1869662
|
567 |
+
dataset_size: 4792612
|
568 |
+
- config_name: qasper_e
|
569 |
+
features:
|
570 |
+
- name: input
|
571 |
+
dtype: string
|
572 |
+
- name: context
|
573 |
+
dtype: string
|
574 |
+
- name: answers
|
575 |
+
list: string
|
576 |
+
- name: length
|
577 |
+
dtype: int32
|
578 |
+
- name: dataset
|
579 |
+
dtype: string
|
580 |
+
- name: language
|
581 |
+
dtype: string
|
582 |
+
- name: all_classes
|
583 |
+
list: string
|
584 |
+
- name: _id
|
585 |
+
dtype: string
|
586 |
+
splits:
|
587 |
+
- name: test
|
588 |
+
num_bytes: 6856180
|
589 |
+
num_examples: 224
|
590 |
+
download_size: 2012933
|
591 |
+
dataset_size: 6856180
|
592 |
+
- config_name: qmsum
|
593 |
+
features:
|
594 |
+
- name: input
|
595 |
+
dtype: string
|
596 |
+
- name: context
|
597 |
+
dtype: string
|
598 |
+
- name: answers
|
599 |
+
list: string
|
600 |
+
- name: length
|
601 |
+
dtype: int32
|
602 |
+
- name: dataset
|
603 |
+
dtype: string
|
604 |
+
- name: language
|
605 |
+
dtype: string
|
606 |
+
- name: all_classes
|
607 |
+
list: string
|
608 |
+
- name: _id
|
609 |
+
dtype: string
|
610 |
+
splits:
|
611 |
+
- name: test
|
612 |
+
num_bytes: 11619927
|
613 |
+
num_examples: 200
|
614 |
+
download_size: 973894
|
615 |
+
dataset_size: 11619927
|
616 |
+
- config_name: repobench-p
|
617 |
+
features:
|
618 |
+
- name: input
|
619 |
+
dtype: string
|
620 |
+
- name: context
|
621 |
+
dtype: string
|
622 |
+
- name: answers
|
623 |
+
list: string
|
624 |
+
- name: length
|
625 |
+
dtype: int32
|
626 |
+
- name: dataset
|
627 |
+
dtype: string
|
628 |
+
- name: language
|
629 |
+
dtype: string
|
630 |
+
- name: all_classes
|
631 |
+
list: string
|
632 |
+
- name: _id
|
633 |
+
dtype: string
|
634 |
+
splits:
|
635 |
+
- name: test
|
636 |
+
num_bytes: 24155458
|
637 |
+
num_examples: 500
|
638 |
+
download_size: 7757199
|
639 |
+
dataset_size: 24155458
|
640 |
+
- config_name: repobench-p_e
|
641 |
+
features:
|
642 |
+
- name: input
|
643 |
+
dtype: string
|
644 |
+
- name: context
|
645 |
+
dtype: string
|
646 |
+
- name: answers
|
647 |
+
list: string
|
648 |
+
- name: length
|
649 |
+
dtype: int32
|
650 |
+
- name: dataset
|
651 |
+
dtype: string
|
652 |
+
- name: language
|
653 |
+
dtype: string
|
654 |
+
- name: all_classes
|
655 |
+
list: string
|
656 |
+
- name: _id
|
657 |
+
dtype: string
|
658 |
+
splits:
|
659 |
+
- name: test
|
660 |
+
num_bytes: 20378217
|
661 |
+
num_examples: 300
|
662 |
+
download_size: 6633193
|
663 |
+
dataset_size: 20378217
|
664 |
+
- config_name: samsum
|
665 |
+
features:
|
666 |
+
- name: input
|
667 |
+
dtype: string
|
668 |
+
- name: context
|
669 |
+
dtype: string
|
670 |
+
- name: answers
|
671 |
+
list: string
|
672 |
+
- name: length
|
673 |
+
dtype: int32
|
674 |
+
- name: dataset
|
675 |
+
dtype: string
|
676 |
+
- name: language
|
677 |
+
dtype: string
|
678 |
+
- name: all_classes
|
679 |
+
list: string
|
680 |
+
- name: _id
|
681 |
+
dtype: string
|
682 |
+
splits:
|
683 |
+
- name: test
|
684 |
+
num_bytes: 6968716
|
685 |
+
num_examples: 200
|
686 |
+
download_size: 4115281
|
687 |
+
dataset_size: 6968716
|
688 |
+
- config_name: samsum_e
|
689 |
+
features:
|
690 |
+
- name: input
|
691 |
+
dtype: string
|
692 |
+
- name: context
|
693 |
+
dtype: string
|
694 |
+
- name: answers
|
695 |
+
list: string
|
696 |
+
- name: length
|
697 |
+
dtype: int32
|
698 |
+
- name: dataset
|
699 |
+
dtype: string
|
700 |
+
- name: language
|
701 |
+
dtype: string
|
702 |
+
- name: all_classes
|
703 |
+
list: string
|
704 |
+
- name: _id
|
705 |
+
dtype: string
|
706 |
+
splits:
|
707 |
+
- name: test
|
708 |
+
num_bytes: 10304915
|
709 |
+
num_examples: 300
|
710 |
+
download_size: 6087327
|
711 |
+
dataset_size: 10304915
|
712 |
+
- config_name: trec
|
713 |
+
features:
|
714 |
+
- name: input
|
715 |
+
dtype: string
|
716 |
+
- name: context
|
717 |
+
dtype: string
|
718 |
+
- name: answers
|
719 |
+
list: string
|
720 |
+
- name: length
|
721 |
+
dtype: int32
|
722 |
+
- name: dataset
|
723 |
+
dtype: string
|
724 |
+
- name: language
|
725 |
+
dtype: string
|
726 |
+
- name: all_classes
|
727 |
+
list: string
|
728 |
+
- name: _id
|
729 |
+
dtype: string
|
730 |
+
splits:
|
731 |
+
- name: test
|
732 |
+
num_bytes: 6200475
|
733 |
+
num_examples: 200
|
734 |
+
download_size: 2676502
|
735 |
+
dataset_size: 6200475
|
736 |
+
- config_name: trec_e
|
737 |
+
features:
|
738 |
+
- name: input
|
739 |
+
dtype: string
|
740 |
+
- name: context
|
741 |
+
dtype: string
|
742 |
+
- name: answers
|
743 |
+
list: string
|
744 |
+
- name: length
|
745 |
+
dtype: int32
|
746 |
+
- name: dataset
|
747 |
+
dtype: string
|
748 |
+
- name: language
|
749 |
+
dtype: string
|
750 |
+
- name: all_classes
|
751 |
+
list: string
|
752 |
+
- name: _id
|
753 |
+
dtype: string
|
754 |
+
splits:
|
755 |
+
- name: test
|
756 |
+
num_bytes: 11182248
|
757 |
+
num_examples: 300
|
758 |
+
download_size: 4866603
|
759 |
+
dataset_size: 11182248
|
760 |
+
- config_name: triviaqa
|
761 |
+
features:
|
762 |
+
- name: input
|
763 |
+
dtype: string
|
764 |
+
- name: context
|
765 |
+
dtype: string
|
766 |
+
- name: answers
|
767 |
+
list: string
|
768 |
+
- name: length
|
769 |
+
dtype: int32
|
770 |
+
- name: dataset
|
771 |
+
dtype: string
|
772 |
+
- name: language
|
773 |
+
dtype: string
|
774 |
+
- name: all_classes
|
775 |
+
list: string
|
776 |
+
- name: _id
|
777 |
+
dtype: string
|
778 |
+
splits:
|
779 |
+
- name: test
|
780 |
+
num_bytes: 10153425
|
781 |
+
num_examples: 200
|
782 |
+
download_size: 6295606
|
783 |
+
dataset_size: 10153425
|
784 |
+
- config_name: triviaqa_e
|
785 |
+
features:
|
786 |
+
- name: input
|
787 |
+
dtype: string
|
788 |
+
- name: context
|
789 |
+
dtype: string
|
790 |
+
- name: answers
|
791 |
+
list: string
|
792 |
+
- name: length
|
793 |
+
dtype: int32
|
794 |
+
- name: dataset
|
795 |
+
dtype: string
|
796 |
+
- name: language
|
797 |
+
dtype: string
|
798 |
+
- name: all_classes
|
799 |
+
list: string
|
800 |
+
- name: _id
|
801 |
+
dtype: string
|
802 |
+
splits:
|
803 |
+
- name: test
|
804 |
+
num_bytes: 12465195
|
805 |
+
num_examples: 300
|
806 |
+
download_size: 7550236
|
807 |
+
dataset_size: 12465195
|
808 |
+
- config_name: vcsum
|
809 |
+
features:
|
810 |
+
- name: input
|
811 |
+
dtype: string
|
812 |
+
- name: context
|
813 |
+
dtype: string
|
814 |
+
- name: answers
|
815 |
+
list: string
|
816 |
+
- name: length
|
817 |
+
dtype: int32
|
818 |
+
- name: dataset
|
819 |
+
dtype: string
|
820 |
+
- name: language
|
821 |
+
dtype: string
|
822 |
+
- name: all_classes
|
823 |
+
list: string
|
824 |
+
- name: _id
|
825 |
+
dtype: string
|
826 |
+
splits:
|
827 |
+
- name: test
|
828 |
+
num_bytes: 8890955
|
829 |
+
num_examples: 200
|
830 |
+
download_size: 5131144
|
831 |
+
dataset_size: 8890955
|
832 |
+
configs:
|
833 |
+
- config_name: 2wikimqa
|
834 |
+
data_files:
|
835 |
+
- split: test
|
836 |
+
path: 2wikimqa/test-*
|
837 |
+
- config_name: 2wikimqa_e
|
838 |
+
data_files:
|
839 |
+
- split: test
|
840 |
+
path: 2wikimqa_e/test-*
|
841 |
+
- config_name: dureader
|
842 |
+
data_files:
|
843 |
+
- split: test
|
844 |
+
path: dureader/test-*
|
845 |
+
- config_name: gov_report
|
846 |
+
data_files:
|
847 |
+
- split: test
|
848 |
+
path: gov_report/test-*
|
849 |
+
- config_name: gov_report_e
|
850 |
+
data_files:
|
851 |
+
- split: test
|
852 |
+
path: gov_report_e/test-*
|
853 |
+
- config_name: hotpotqa
|
854 |
+
data_files:
|
855 |
+
- split: test
|
856 |
+
path: hotpotqa/test-*
|
857 |
+
- config_name: hotpotqa_e
|
858 |
+
data_files:
|
859 |
+
- split: test
|
860 |
+
path: hotpotqa_e/test-*
|
861 |
+
- config_name: lcc
|
862 |
+
data_files:
|
863 |
+
- split: test
|
864 |
+
path: lcc/test-*
|
865 |
+
- config_name: lcc_e
|
866 |
+
data_files:
|
867 |
+
- split: test
|
868 |
+
path: lcc_e/test-*
|
869 |
+
- config_name: lsht
|
870 |
+
data_files:
|
871 |
+
- split: test
|
872 |
+
path: lsht/test-*
|
873 |
+
- config_name: multi_news
|
874 |
+
data_files:
|
875 |
+
- split: test
|
876 |
+
path: multi_news/test-*
|
877 |
+
- config_name: multi_news_e
|
878 |
+
data_files:
|
879 |
+
- split: test
|
880 |
+
path: multi_news_e/test-*
|
881 |
+
- config_name: multifieldqa_en
|
882 |
+
data_files:
|
883 |
+
- split: test
|
884 |
+
path: multifieldqa_en/test-*
|
885 |
+
- config_name: multifieldqa_en_e
|
886 |
+
data_files:
|
887 |
+
- split: test
|
888 |
+
path: multifieldqa_en_e/test-*
|
889 |
+
- config_name: multifieldqa_zh
|
890 |
+
data_files:
|
891 |
+
- split: test
|
892 |
+
path: multifieldqa_zh/test-*
|
893 |
+
- config_name: musique
|
894 |
+
data_files:
|
895 |
+
- split: test
|
896 |
+
path: musique/test-*
|
897 |
+
- config_name: narrativeqa
|
898 |
+
data_files:
|
899 |
+
- split: test
|
900 |
+
path: narrativeqa/test-*
|
901 |
+
- config_name: passage_count
|
902 |
+
data_files:
|
903 |
+
- split: test
|
904 |
+
path: passage_count/test-*
|
905 |
+
- config_name: passage_count_e
|
906 |
+
data_files:
|
907 |
+
- split: test
|
908 |
+
path: passage_count_e/test-*
|
909 |
+
- config_name: passage_retrieval_en
|
910 |
+
data_files:
|
911 |
+
- split: test
|
912 |
+
path: passage_retrieval_en/test-*
|
913 |
+
- config_name: passage_retrieval_en_e
|
914 |
+
data_files:
|
915 |
+
- split: test
|
916 |
+
path: passage_retrieval_en_e/test-*
|
917 |
+
- config_name: passage_retrieval_zh
|
918 |
+
data_files:
|
919 |
+
- split: test
|
920 |
+
path: passage_retrieval_zh/test-*
|
921 |
+
- config_name: qasper
|
922 |
+
data_files:
|
923 |
+
- split: test
|
924 |
+
path: qasper/test-*
|
925 |
+
- config_name: qasper_e
|
926 |
+
data_files:
|
927 |
+
- split: test
|
928 |
+
path: qasper_e/test-*
|
929 |
+
- config_name: qmsum
|
930 |
+
data_files:
|
931 |
+
- split: test
|
932 |
+
path: qmsum/test-*
|
933 |
+
- config_name: repobench-p
|
934 |
+
data_files:
|
935 |
+
- split: test
|
936 |
+
path: repobench-p/test-*
|
937 |
+
- config_name: repobench-p_e
|
938 |
+
data_files:
|
939 |
+
- split: test
|
940 |
+
path: repobench-p_e/test-*
|
941 |
+
- config_name: samsum
|
942 |
+
data_files:
|
943 |
+
- split: test
|
944 |
+
path: samsum/test-*
|
945 |
+
- config_name: samsum_e
|
946 |
+
data_files:
|
947 |
+
- split: test
|
948 |
+
path: samsum_e/test-*
|
949 |
+
- config_name: trec
|
950 |
+
data_files:
|
951 |
+
- split: test
|
952 |
+
path: trec/test-*
|
953 |
+
- config_name: trec_e
|
954 |
+
data_files:
|
955 |
+
- split: test
|
956 |
+
path: trec_e/test-*
|
957 |
+
- config_name: triviaqa
|
958 |
+
data_files:
|
959 |
+
- split: test
|
960 |
+
path: triviaqa/test-*
|
961 |
+
- config_name: triviaqa_e
|
962 |
+
data_files:
|
963 |
+
- split: test
|
964 |
+
path: triviaqa_e/test-*
|
965 |
+
- config_name: vcsum
|
966 |
+
data_files:
|
967 |
+
- split: test
|
968 |
+
path: vcsum/test-*
|
969 |
---
|
970 |
|
971 |
# Introduction
|
dureader/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a917c758981d64b2bb1be636256f6f483c74824db6fc08627e079c8a0e96915
|
3 |
+
size 5167177
|
gov_report/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cb1ad457e6d1fbeff93dc03336be643fca42329bbd953b25fe556661de0c7fb
|
3 |
+
size 5504355
|
gov_report_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1a0c9eabf2dce4342fbefb4a4adf1a0958b92a4c742d3e13ab5bf49d9b8b12e
|
3 |
+
size 6669354
|
hotpotqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1104e8c2c643d4e78a4b6016c8e04ee6bca23bb54bee4296db2c1d150d7969ca
|
3 |
+
size 6626936
|
hotpotqa_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44ca413b8c2435a771cd7987b1d9298ab8fce512684533994b5a55c67b539dc3
|
3 |
+
size 7196922
|
lcc/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a36601c2f8bcc31a604f386d13412256e5e8dc4873437c15d0d0e228a641ac08
|
3 |
+
size 2348393
|
lcc_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5305e0815ea24378a0149bc6f3eacaa3e987e709f8e9882f0809dd25cba8166f
|
3 |
+
size 5530346
|
lsht/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd41f3c77b0a0c64c9da0c4b5ff555b6c71dd8db6bd27d086327392b9a54695d
|
3 |
+
size 8143066
|
multi_news/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c86ee8e27e448c29da3010f87b5dd8b7a9d61a12b7437a70f181bdac9a8e948
|
3 |
+
size 1501391
|
multi_news_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fb8f048924389066e1fa6cd42f03053c5f90978e6cabdf17606e1d5020854e6
|
3 |
+
size 5833166
|
multifieldqa_en/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f86dd4f433ce9bf23b6b53e62831a73360f93d6ce6f87a959c58129416b9c56e
|
3 |
+
size 1850093
|
multifieldqa_en_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52f6551e503d7c198612cd463e6a86bbf322352cb9124bced5ed43c63810e3af
|
3 |
+
size 1829910
|
multifieldqa_zh/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2b95f6edac1cbb19c570b8f6878a73a137cd87e212d4b914055db6a00c50770
|
3 |
+
size 1447281
|
musique/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b55847cb30611b8bb495ede97d1b2dee4b6923f31f6467e6d579005f3b6d83b
|
3 |
+
size 8130878
|
narrativeqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b4e97ce13be7db2cbdf5694b440a5d2699cd3a8e84f73f1ae66670e49a21af0
|
3 |
+
size 1308980
|
passage_count/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16edfd24c341e784903834fd2208657aa6ab66b34487a1d0484492a05f82caca
|
3 |
+
size 4953911
|
passage_count_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9446babd3eb388ba5816031cee15655e175339bb8db0f9686ccff3b2a26f8bd
|
3 |
+
size 3868032
|
passage_retrieval_en/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d65f9436e0875a95fdfd1b331eae7fd243a2aa9936566ef42f39b530ae575c63
|
3 |
+
size 7041865
|
passage_retrieval_en_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9991bb692aa4546156239f5aa24fa3f81b6b84b11c508d5de58259548a9a1a94
|
3 |
+
size 6962499
|
passage_retrieval_zh/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9774fe6de1c87141e94232f3b035359e9f6bff4a921f3086154d6c3156c22cc1
|
3 |
+
size 2683824
|
qasper/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4e154950cddc40e40ac0f1da16f7bd3de7b34f5e91b86297ad013e9b5b65f23
|
3 |
+
size 1869662
|
qasper_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e10505a1c84bea2da38c9fc7e8578980256872b6f1bbf6deb5fc8025e936de5f
|
3 |
+
size 2012933
|
qmsum/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e46fa841adf3a24242999aee22f477f771b5787f383e63c027d35119b78ebae0
|
3 |
+
size 973894
|
repobench-p/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1374fc217733536568618baba57a67453e80d7db909782573ebd830ad943e49
|
3 |
+
size 7757199
|
repobench-p_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f10cb511ee5a6cd2bcbe572bea4d243fb28a6301057f63e058192d5e86f0117
|
3 |
+
size 6633193
|
samsum/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c2e237ea85a25ec11feba8a927163adef6067a5c6015b9b0412ef0dab3776f1
|
3 |
+
size 4115281
|
samsum_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1c1261687e8710ac9c89e5a7e27b587b76b22e58510187f30ce26adcb88377a
|
3 |
+
size 6087327
|
trec/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:158a6b9a1550ac750e61dacf6e1e00df0e7fe1d5e7f8b751d274df56a11cb791
|
3 |
+
size 2676502
|
trec_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6128480f6f9c6513b7c1be167b00326d4efd9dde72ade5aedb4ff1b27a092b4
|
3 |
+
size 4866603
|
triviaqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8882d455f64bc58b6a11a9afa96592b79c908181b697fe73e9531f2362a2304
|
3 |
+
size 6295606
|
triviaqa_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1861bca9fc4423444de75259be40334af5260a0b53a388a562a50cd9d0df7c1
|
3 |
+
size 7550236
|
vcsum/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15c120e0e22ce18b0ca4767cd79c13725c0b914968a8b94829358de66690124a
|
3 |
+
size 5131144
|