Build LongBench dataset from source JSONL files
Browse files- .gitattributes +0 -59
- README.md +524 -0
- build_metadata.json +1696 -0
- data/2wikimqa/test-00000-of-00001.parquet +3 -0
- data/2wikimqa_e/test-00000-of-00001.parquet +3 -0
- data/dureader/test-00000-of-00001.parquet +3 -0
- data/gov_report/test-00000-of-00001.parquet +3 -0
- data/gov_report_e/test-00000-of-00001.parquet +3 -0
- data/hotpotqa/test-00000-of-00001.parquet +3 -0
- data/hotpotqa_e/test-00000-of-00001.parquet +3 -0
- data/lcc/test-00000-of-00001.parquet +3 -0
- data/lcc_e/test-00000-of-00001.parquet +3 -0
- data/lsht/test-00000-of-00001.parquet +3 -0
- data/multi_news/test-00000-of-00001.parquet +3 -0
- data/multi_news_e/test-00000-of-00001.parquet +3 -0
- data/multifieldqa_en/test-00000-of-00001.parquet +3 -0
- data/multifieldqa_en_e/test-00000-of-00001.parquet +3 -0
- data/multifieldqa_zh/test-00000-of-00001.parquet +3 -0
- data/musique/test-00000-of-00001.parquet +3 -0
- data/narrativeqa/test-00000-of-00001.parquet +3 -0
- data/passage_count/test-00000-of-00001.parquet +3 -0
- data/passage_count_e/test-00000-of-00001.parquet +3 -0
- data/passage_retrieval_en/test-00000-of-00001.parquet +3 -0
- data/passage_retrieval_en_e/test-00000-of-00001.parquet +3 -0
- data/passage_retrieval_zh/test-00000-of-00001.parquet +3 -0
- data/qasper/test-00000-of-00001.parquet +3 -0
- data/qasper_e/test-00000-of-00001.parquet +3 -0
- data/qmsum/test-00000-of-00001.parquet +3 -0
- data/repobench-p/test-00000-of-00001.parquet +3 -0
- data/repobench-p_e/test-00000-of-00001.parquet +3 -0
- data/samsum/test-00000-of-00001.parquet +3 -0
- data/samsum_e/test-00000-of-00001.parquet +3 -0
- data/trec/test-00000-of-00001.parquet +3 -0
- data/trec_e/test-00000-of-00001.parquet +3 -0
- data/triviaqa/test-00000-of-00001.parquet +3 -0
- data/triviaqa_e/test-00000-of-00001.parquet +3 -0
- data/vcsum/test-00000-of-00001.parquet +3 -0
- dataset_infos.json +2348 -0
.gitattributes
CHANGED
|
@@ -1,60 +1 @@
|
|
| 1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
# Audio files - uncompressed
|
| 40 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
-
# Audio files - compressed
|
| 44 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
-
# Image files - uncompressed
|
| 50 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
-
# Image files - compressed
|
| 55 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
-
# Video files - compressed
|
| 59 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
ADDED
|
@@ -0,0 +1,524 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pretty_name: "LongBench"
|
| 4 |
+
language:
|
| 5 |
+
- code
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
task_categories:
|
| 9 |
+
- question-answering
|
| 10 |
+
- summarization
|
| 11 |
+
- text-classification
|
| 12 |
+
- text-generation
|
| 13 |
+
- code-generation
|
| 14 |
+
task_ids:
|
| 15 |
+
- extractive-qa
|
| 16 |
+
- open-domain-qa
|
| 17 |
+
- document-question-answering
|
| 18 |
+
- summarization
|
| 19 |
+
- text-classification
|
| 20 |
+
- language-modeling
|
| 21 |
+
tags:
|
| 22 |
+
- longbench
|
| 23 |
+
- long-context
|
| 24 |
+
- benchmark
|
| 25 |
+
- evaluation
|
| 26 |
+
- multilingual
|
| 27 |
+
- bilingual
|
| 28 |
+
- question-answering
|
| 29 |
+
- summarization
|
| 30 |
+
- code
|
| 31 |
+
- llm
|
| 32 |
+
- large-language-models
|
| 33 |
+
size_categories:
|
| 34 |
+
- 1K<n<10K
|
| 35 |
+
source_datasets:
|
| 36 |
+
- original
|
| 37 |
+
configs:
|
| 38 |
+
- config_name: narrativeqa
|
| 39 |
+
data_files:
|
| 40 |
+
- split: test
|
| 41 |
+
path: data/narrativeqa/test-00000-of-00001.parquet
|
| 42 |
+
- config_name: qasper
|
| 43 |
+
data_files:
|
| 44 |
+
- split: test
|
| 45 |
+
path: data/qasper/test-00000-of-00001.parquet
|
| 46 |
+
- config_name: multifieldqa_en
|
| 47 |
+
data_files:
|
| 48 |
+
- split: test
|
| 49 |
+
path: data/multifieldqa_en/test-00000-of-00001.parquet
|
| 50 |
+
- config_name: multifieldqa_zh
|
| 51 |
+
data_files:
|
| 52 |
+
- split: test
|
| 53 |
+
path: data/multifieldqa_zh/test-00000-of-00001.parquet
|
| 54 |
+
- config_name: hotpotqa
|
| 55 |
+
data_files:
|
| 56 |
+
- split: test
|
| 57 |
+
path: data/hotpotqa/test-00000-of-00001.parquet
|
| 58 |
+
- config_name: 2wikimqa
|
| 59 |
+
data_files:
|
| 60 |
+
- split: test
|
| 61 |
+
path: data/2wikimqa/test-00000-of-00001.parquet
|
| 62 |
+
- config_name: musique
|
| 63 |
+
data_files:
|
| 64 |
+
- split: test
|
| 65 |
+
path: data/musique/test-00000-of-00001.parquet
|
| 66 |
+
- config_name: dureader
|
| 67 |
+
data_files:
|
| 68 |
+
- split: test
|
| 69 |
+
path: data/dureader/test-00000-of-00001.parquet
|
| 70 |
+
- config_name: gov_report
|
| 71 |
+
data_files:
|
| 72 |
+
- split: test
|
| 73 |
+
path: data/gov_report/test-00000-of-00001.parquet
|
| 74 |
+
- config_name: qmsum
|
| 75 |
+
data_files:
|
| 76 |
+
- split: test
|
| 77 |
+
path: data/qmsum/test-00000-of-00001.parquet
|
| 78 |
+
- config_name: multi_news
|
| 79 |
+
data_files:
|
| 80 |
+
- split: test
|
| 81 |
+
path: data/multi_news/test-00000-of-00001.parquet
|
| 82 |
+
- config_name: vcsum
|
| 83 |
+
data_files:
|
| 84 |
+
- split: test
|
| 85 |
+
path: data/vcsum/test-00000-of-00001.parquet
|
| 86 |
+
- config_name: trec
|
| 87 |
+
data_files:
|
| 88 |
+
- split: test
|
| 89 |
+
path: data/trec/test-00000-of-00001.parquet
|
| 90 |
+
- config_name: triviaqa
|
| 91 |
+
data_files:
|
| 92 |
+
- split: test
|
| 93 |
+
path: data/triviaqa/test-00000-of-00001.parquet
|
| 94 |
+
- config_name: samsum
|
| 95 |
+
data_files:
|
| 96 |
+
- split: test
|
| 97 |
+
path: data/samsum/test-00000-of-00001.parquet
|
| 98 |
+
- config_name: lsht
|
| 99 |
+
data_files:
|
| 100 |
+
- split: test
|
| 101 |
+
path: data/lsht/test-00000-of-00001.parquet
|
| 102 |
+
- config_name: passage_count
|
| 103 |
+
data_files:
|
| 104 |
+
- split: test
|
| 105 |
+
path: data/passage_count/test-00000-of-00001.parquet
|
| 106 |
+
- config_name: passage_retrieval_en
|
| 107 |
+
data_files:
|
| 108 |
+
- split: test
|
| 109 |
+
path: data/passage_retrieval_en/test-00000-of-00001.parquet
|
| 110 |
+
- config_name: passage_retrieval_zh
|
| 111 |
+
data_files:
|
| 112 |
+
- split: test
|
| 113 |
+
path: data/passage_retrieval_zh/test-00000-of-00001.parquet
|
| 114 |
+
- config_name: lcc
|
| 115 |
+
data_files:
|
| 116 |
+
- split: test
|
| 117 |
+
path: data/lcc/test-00000-of-00001.parquet
|
| 118 |
+
- config_name: repobench-p
|
| 119 |
+
data_files:
|
| 120 |
+
- split: test
|
| 121 |
+
path: data/repobench-p/test-00000-of-00001.parquet
|
| 122 |
+
- config_name: qasper_e
|
| 123 |
+
data_files:
|
| 124 |
+
- split: test
|
| 125 |
+
path: data/qasper_e/test-00000-of-00001.parquet
|
| 126 |
+
- config_name: multifieldqa_en_e
|
| 127 |
+
data_files:
|
| 128 |
+
- split: test
|
| 129 |
+
path: data/multifieldqa_en_e/test-00000-of-00001.parquet
|
| 130 |
+
- config_name: hotpotqa_e
|
| 131 |
+
data_files:
|
| 132 |
+
- split: test
|
| 133 |
+
path: data/hotpotqa_e/test-00000-of-00001.parquet
|
| 134 |
+
- config_name: 2wikimqa_e
|
| 135 |
+
data_files:
|
| 136 |
+
- split: test
|
| 137 |
+
path: data/2wikimqa_e/test-00000-of-00001.parquet
|
| 138 |
+
- config_name: gov_report_e
|
| 139 |
+
data_files:
|
| 140 |
+
- split: test
|
| 141 |
+
path: data/gov_report_e/test-00000-of-00001.parquet
|
| 142 |
+
- config_name: multi_news_e
|
| 143 |
+
data_files:
|
| 144 |
+
- split: test
|
| 145 |
+
path: data/multi_news_e/test-00000-of-00001.parquet
|
| 146 |
+
- config_name: trec_e
|
| 147 |
+
data_files:
|
| 148 |
+
- split: test
|
| 149 |
+
path: data/trec_e/test-00000-of-00001.parquet
|
| 150 |
+
- config_name: triviaqa_e
|
| 151 |
+
data_files:
|
| 152 |
+
- split: test
|
| 153 |
+
path: data/triviaqa_e/test-00000-of-00001.parquet
|
| 154 |
+
- config_name: samsum_e
|
| 155 |
+
data_files:
|
| 156 |
+
- split: test
|
| 157 |
+
path: data/samsum_e/test-00000-of-00001.parquet
|
| 158 |
+
- config_name: passage_count_e
|
| 159 |
+
data_files:
|
| 160 |
+
- split: test
|
| 161 |
+
path: data/passage_count_e/test-00000-of-00001.parquet
|
| 162 |
+
- config_name: passage_retrieval_en_e
|
| 163 |
+
data_files:
|
| 164 |
+
- split: test
|
| 165 |
+
path: data/passage_retrieval_en_e/test-00000-of-00001.parquet
|
| 166 |
+
- config_name: lcc_e
|
| 167 |
+
data_files:
|
| 168 |
+
- split: test
|
| 169 |
+
path: data/lcc_e/test-00000-of-00001.parquet
|
| 170 |
+
- config_name: repobench-p_e
|
| 171 |
+
data_files:
|
| 172 |
+
- split: test
|
| 173 |
+
path: data/repobench-p_e/test-00000-of-00001.parquet
|
| 174 |
+
---
|
| 175 |
+
|
| 176 |
+
# LongBench
|
| 177 |
+
|
| 178 |
+
## Dataset Summary
|
| 179 |
+
|
| 180 |
+
LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.
|
| 181 |
+
|
| 182 |
+
This Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.
|
| 183 |
+
|
| 184 |
+
|
| 185 |
+
This repository keeps the LongBench records in their original task-level shape while publishing them as typed Parquet configs. The split is always `test`; the configuration name is the LongBench task name. That means the benchmark can be loaded with plain `load_dataset(...)` calls, without the legacy dataset script or a manual `data.zip` step.
|
| 186 |
+
|
| 187 |
+
The `language` metadata above is intentionally limited to Hub-valid values. Row-level LongBench labels are preserved in the data and include natural languages (`en`, `zh`) plus code labels (`python`, `java`, `csharp`) for the completion tasks.
|
| 188 |
+
|
| 189 |
+
This repackaging also adds token counts to every row: `input_tokens`, `context_tokens`, and `total_tokens`, computed with `cl100k_base`. LongBench is specifically about long-context behavior, so the added counts make it easier to filter by real prompt size, inspect outliers, and compare tasks without guessing from the original mixed `length` field.
|
| 190 |
+
|
| 191 |
+
## Original Source and Attribution
|
| 192 |
+
|
| 193 |
+
- Original project: [https://github.com/THUDM/LongBench](https://github.com/THUDM/LongBench)
|
| 194 |
+
- Paper: [https://arxiv.org/abs/2308.14508](https://arxiv.org/abs/2308.14508)
|
| 195 |
+
- Original authors: Yushi Bai, Xin Lv, Jiajie Zhang, Hongchang Lyu, Jiankai Tang, Zhidian Huang, Zhengxiao Du, Xiao Liu, Aohan Zeng, Lei Hou, Yuxiao Dong, Jie Tang, and Juanzi Li.
|
| 196 |
+
- This repository: `GinkgoQ/LongBench`
|
| 197 |
+
- Packaging contribution: typed Parquet configs, Hub-valid metadata, local build metadata, and per-row `cl100k_base` token counts.
|
| 198 |
+
- Attribution note: the benchmark design and source records remain LongBench.
|
| 199 |
+
|
| 200 |
+
## Dataset Structure
|
| 201 |
+
|
| 202 |
+
Each LongBench task is exposed as a separate Hugging Face configuration. Every configuration has a single `test` split.
|
| 203 |
+
|
| 204 |
+
### Schema
|
| 205 |
+
|
| 206 |
+
| Field | Type | Description |
|
| 207 |
+
|---|---|---|
|
| 208 |
+
| `input` | `string` | The model-facing question, prompt, instruction, query, or task input. |
|
| 209 |
+
| `context` | `string` | The long-context document, passage set, dialogue, code context, or retrieved evidence. |
|
| 210 |
+
| `answers` | `list[string]` | Gold reference answer or answer candidates. |
|
| 211 |
+
| `length` | `int32` | Source-provided context length metadata. |
|
| 212 |
+
| `input_tokens` | `int32` | Number of `cl100k_base` tokens in `input`. Added by this repackaging. |
|
| 213 |
+
| `context_tokens` | `int32` | Number of `cl100k_base` tokens in `context`. Added by this repackaging. |
|
| 214 |
+
| `total_tokens` | `int32` | Number of `cl100k_base` tokens in `input` plus `context`, counted with one newline separator when `input` is non-empty. Added by this repackaging. |
|
| 215 |
+
| `dataset` | `string` | Original dataset/task label from LongBench. |
|
| 216 |
+
| `language` | `string` | Source-provided language label. |
|
| 217 |
+
| `all_classes` | `list[string]` | Candidate class labels when applicable. Empty for tasks where this is not used. |
|
| 218 |
+
| `_id` | `string` | Original example identifier, preserved when available. |
|
| 219 |
+
|
| 220 |
+
### Configurations
|
| 221 |
+
|
| 222 |
+
| Configuration | Task Group | Examples | Languages | Mean Source Length | Mean Tokens | Max Tokens |
|
| 223 |
+
|---|---|---:|---|---:|---:|---:|
|
| 224 |
+
| `narrativeqa` | Single-Document QA | 200 | `en` | 18404.94 | 29790.89 | 65293 |
|
| 225 |
+
| `qasper` | Single-Document QA | 200 | `en` | 3618.7 | 4932.52 | 21129 |
|
| 226 |
+
| `multifieldqa_en` | Single-Document QA | 150 | `en` | 4558.7 | 6951.12 | 14962 |
|
| 227 |
+
| `multifieldqa_zh` | Single-Document QA | 200 | `zh` | 6700.68 | 7296.32 | 14962 |
|
| 228 |
+
| `hotpotqa` | Multi-Document QA | 200 | `en` | 9149.22 | 12812.86 | 16346 |
|
| 229 |
+
| `2wikimqa` | Multi-Document QA | 200 | `en` | 4885.31 | 7133.24 | 16356 |
|
| 230 |
+
| `musique` | Multi-Document QA | 200 | `en` | 11017.66 | 15595.57 | 16353 |
|
| 231 |
+
| `dureader` | Multi-Document QA | 200 | `zh` | 15768.04 | 17605.0 | 32255 |
|
| 232 |
+
| `gov_report` | Summarization | 200 | `en` | 8169.36 | 10242.25 | 51394 |
|
| 233 |
+
| `qmsum` | Summarization | 200 | `en` | 10545.94 | 13868.7 | 30389 |
|
| 234 |
+
| `multi_news` | Summarization | 200 | `en` | 2113.49 | 2609.06 | 13935 |
|
| 235 |
+
| `vcsum` | Summarization | 200 | `zh` | 15147.02 | 16896.71 | 49027 |
|
| 236 |
+
| `trec` | Few-Shot Learning | 200 | `en` | 5176.36 | 6768.22 | 11382 |
|
| 237 |
+
| `triviaqa` | Few-Shot Learning | 200 | `en` | 8209.3 | 11771.0 | 23349 |
|
| 238 |
+
| `samsum` | Few-Shot Learning | 200 | `en` | 6258.35 | 9155.56 | 17981 |
|
| 239 |
+
| `lsht` | Few-Shot Learning | 200 | `zh` | 22332.62 | 26322.06 | 51727 |
|
| 240 |
+
| `passage_count` | Synthetic Tasks | 200 | `en` | 11140.59 | 14898.67 | 28965 |
|
| 241 |
+
| `passage_retrieval_en` | Synthetic Tasks | 200 | `en` | 9287.97 | 12471.94 | 15188 |
|
| 242 |
+
| `passage_retrieval_zh` | Synthetic Tasks | 200 | `zh` | 6745.15 | 7765.06 | 10736 |
|
| 243 |
+
| `lcc` | Code Completion | 500 | `csharp`, `java`, `python` | 1235.28 | 3165.98 | 30150 |
|
| 244 |
+
| `repobench-p` | Code Completion | 500 | `java`, `python` | 4205.93 | 10813.41 | 39128 |
|
| 245 |
+
| `qasper_e` | LongBench-E | 224 | `en` | 4620.48 | 6218.5 | 21129 |
|
| 246 |
+
| `multifieldqa_en_e` | LongBench-E | 150 | `en` | 4558.7 | 6951.12 | 14962 |
|
| 247 |
+
| `hotpotqa_e` | LongBench-E | 300 | `en` | 6657.96 | 9470.88 | 16329 |
|
| 248 |
+
| `2wikimqa_e` | LongBench-E | 300 | `en` | 6146.54 | 8874.2 | 16333 |
|
| 249 |
+
| `gov_report_e` | LongBench-E | 300 | `en` | 7140.79 | 8160.53 | 27686 |
|
| 250 |
+
| `multi_news_e` | LongBench-E | 294 | `en` | 5999.31 | 7883.37 | 38322 |
|
| 251 |
+
| `trec_e` | LongBench-E | 300 | `en` | 6259.26 | 8181.84 | 17185 |
|
| 252 |
+
| `triviaqa_e` | LongBench-E | 300 | `en` | 6684.6 | 9693.12 | 36228 |
|
| 253 |
+
| `samsum_e` | LongBench-E | 300 | `en` | 6170.48 | 9035.07 | 18223 |
|
| 254 |
+
| `passage_count_e` | LongBench-E | 300 | `en` | 6117.3 | 8232.71 | 22952 |
|
| 255 |
+
| `passage_retrieval_en_e` | LongBench-E | 300 | `en` | 6115.38 | 8185.44 | 14490 |
|
| 256 |
+
| `lcc_e` | LongBench-E | 300 | `csharp`, `java`, `python` | 5546.3 | 13516.84 | 49200 |
|
| 257 |
+
| `repobench-p_e` | LongBench-E | 300 | `java`, `python` | 6067.31 | 15312.48 | 41008 |
|
| 258 |
+
|
| 259 |
+
## Task Groups
|
| 260 |
+
|
| 261 |
+
### Single-Document QA
|
| 262 |
+
|
| 263 |
+
- Configurations: `narrativeqa`, `qasper`, `multifieldqa_en`, `multifieldqa_zh`
|
| 264 |
+
- Examples: **750**
|
| 265 |
+
### Multi-Document QA
|
| 266 |
+
|
| 267 |
+
- Configurations: `hotpotqa`, `2wikimqa`, `musique`, `dureader`
|
| 268 |
+
- Examples: **800**
|
| 269 |
+
### Summarization
|
| 270 |
+
|
| 271 |
+
- Configurations: `gov_report`, `qmsum`, `multi_news`, `vcsum`
|
| 272 |
+
- Examples: **800**
|
| 273 |
+
### Few-Shot Learning
|
| 274 |
+
|
| 275 |
+
- Configurations: `trec`, `triviaqa`, `samsum`, `lsht`
|
| 276 |
+
- Examples: **800**
|
| 277 |
+
### Synthetic Tasks
|
| 278 |
+
|
| 279 |
+
- Configurations: `passage_count`, `passage_retrieval_en`, `passage_retrieval_zh`
|
| 280 |
+
- Examples: **600**
|
| 281 |
+
### Code Completion
|
| 282 |
+
|
| 283 |
+
- Configurations: `lcc`, `repobench-p`
|
| 284 |
+
- Examples: **1000**
|
| 285 |
+
### LongBench-E
|
| 286 |
+
|
| 287 |
+
- Configurations: `qasper_e`, `multifieldqa_en_e`, `hotpotqa_e`, `2wikimqa_e`, `gov_report_e`, `multi_news_e`, `trec_e`, `triviaqa_e`, `samsum_e`, `passage_count_e`, `passage_retrieval_en_e`, `lcc_e`, `repobench-p_e`
|
| 288 |
+
- Examples: **3668**
|
| 289 |
+
|
| 290 |
+
## Languages
|
| 291 |
+
|
| 292 |
+
Row-level labels: `csharp`, `en`, `java`, `python`, `zh`
|
| 293 |
+
|
| 294 |
+
Hub metadata labels: `code`, `en`, `zh`
|
| 295 |
+
|
| 296 |
+
Code labels preserved in rows: `csharp`, `java`, `python`
|
| 297 |
+
|
| 298 |
+
## Source Dataset Labels
|
| 299 |
+
|
| 300 |
+
`2wikimqa`, `2wikimqa_e`, `dureader`, `gov_report`, `gov_report_e`, `hotpotqa`, `hotpotqa_e`, `lcc`, `lcc_e`, `lsht`, `multi_news`, `multi_news_e`, `multifieldqa_en`, `multifieldqa_en_e`, `multifieldqa_zh`, `musique`, `narrativeqa`, `passage_count`, `passage_count_e`, `passage_retrieval_en`, `passage_retrieval_en_e`, `passage_retrieval_zh`, `qasper`, `qasper_e`, `qmsum`, `repobench-p`, `repobench-p_e`, `samsum`, `samsum_e`, `trec`, `trec_e`, `triviaqa`, `triviaqa_e`, `vcsum`
|
| 301 |
+
|
| 302 |
+
## Token Counts
|
| 303 |
+
|
| 304 |
+
Token counts are generated during packaging with `cl100k_base`:
|
| 305 |
+
|
| 306 |
+
- `input_tokens`: tokens in the task input or question.
|
| 307 |
+
- `context_tokens`: tokens in the long context.
|
| 308 |
+
- `total_tokens`: tokens in the combined input/context prompt.
|
| 309 |
+
|
| 310 |
+
Across this build, the mean `total_tokens` is **10450.43** and the largest row has **65293** tokens.
|
| 311 |
+
|
| 312 |
+
## Loading
|
| 313 |
+
|
| 314 |
+
Load one task:
|
| 315 |
+
|
| 316 |
+
```python
|
| 317 |
+
from datasets import load_dataset
|
| 318 |
+
|
| 319 |
+
dataset = load_dataset("GinkgoQ/LongBench", "narrativeqa", split="test")
|
| 320 |
+
print(dataset)
|
| 321 |
+
print(dataset[0])
|
| 322 |
+
```
|
| 323 |
+
|
| 324 |
+
Load multiple tasks:
|
| 325 |
+
|
| 326 |
+
```python
|
| 327 |
+
from datasets import load_dataset
|
| 328 |
+
|
| 329 |
+
tasks = [
|
| 330 |
+
"narrativeqa",
|
| 331 |
+
"qasper",
|
| 332 |
+
"multifieldqa_en",
|
| 333 |
+
"multifieldqa_zh",
|
| 334 |
+
"hotpotqa",
|
| 335 |
+
"2wikimqa",
|
| 336 |
+
"musique",
|
| 337 |
+
"dureader",
|
| 338 |
+
"gov_report",
|
| 339 |
+
"qmsum",
|
| 340 |
+
"multi_news",
|
| 341 |
+
"vcsum",
|
| 342 |
+
"trec",
|
| 343 |
+
"triviaqa",
|
| 344 |
+
"samsum",
|
| 345 |
+
"lsht",
|
| 346 |
+
"passage_count",
|
| 347 |
+
"passage_retrieval_en",
|
| 348 |
+
"passage_retrieval_zh",
|
| 349 |
+
"lcc",
|
| 350 |
+
"repobench-p",
|
| 351 |
+
"qasper_e",
|
| 352 |
+
"multifieldqa_en_e",
|
| 353 |
+
"hotpotqa_e",
|
| 354 |
+
"2wikimqa_e",
|
| 355 |
+
"gov_report_e",
|
| 356 |
+
"multi_news_e",
|
| 357 |
+
"trec_e",
|
| 358 |
+
"triviaqa_e",
|
| 359 |
+
"samsum_e",
|
| 360 |
+
"passage_count_e",
|
| 361 |
+
"passage_retrieval_en_e",
|
| 362 |
+
"lcc_e",
|
| 363 |
+
"repobench-p_e"
|
| 364 |
+
]
|
| 365 |
+
|
| 366 |
+
datasets_by_task = {
|
| 367 |
+
task: load_dataset("GinkgoQ/LongBench", task, split="test")
|
| 368 |
+
for task in tasks
|
| 369 |
+
}
|
| 370 |
+
```
|
| 371 |
+
|
| 372 |
+
Load all available configurations dynamically:
|
| 373 |
+
|
| 374 |
+
```python
|
| 375 |
+
from datasets import get_dataset_config_names, load_dataset
|
| 376 |
+
|
| 377 |
+
repo_id = "GinkgoQ/LongBench"
|
| 378 |
+
configs = get_dataset_config_names(repo_id)
|
| 379 |
+
|
| 380 |
+
datasets_by_task = {
|
| 381 |
+
config: load_dataset(repo_id, config, split="test")
|
| 382 |
+
for config in configs
|
| 383 |
+
}
|
| 384 |
+
```
|
| 385 |
+
|
| 386 |
+
## Example Record
|
| 387 |
+
|
| 388 |
+
```json
|
| 389 |
+
{
|
| 390 |
+
"input": "...",
|
| 391 |
+
"context": "...",
|
| 392 |
+
"answers": ["..."],
|
| 393 |
+
"length": 12345,
|
| 394 |
+
"input_tokens": 12,
|
| 395 |
+
"context_tokens": 6789,
|
| 396 |
+
"total_tokens": 6802,
|
| 397 |
+
"dataset": "narrativeqa",
|
| 398 |
+
"language": "en",
|
| 399 |
+
"all_classes": [],
|
| 400 |
+
"_id": "..."
|
| 401 |
+
}
|
| 402 |
+
```
|
| 403 |
+
|
| 404 |
+
## Intended Use
|
| 405 |
+
|
| 406 |
+
This dataset is intended for:
|
| 407 |
+
|
| 408 |
+
* Long-context language model evaluation
|
| 409 |
+
* Benchmarking retrieval-augmented and long-context systems
|
| 410 |
+
* Comparing performance across long-document QA, multi-document QA, summarization, classification, synthetic reasoning, and code-completion tasks
|
| 411 |
+
* Reproducible evaluation workflows using the Hugging Face `datasets` library
|
| 412 |
+
|
| 413 |
+
## Out-of-Scope Use
|
| 414 |
+
|
| 415 |
+
This dataset should not be used as the sole evidence for claims about general model safety, factuality, robustness, legal compliance, medical reliability, or deployment readiness. It is an evaluation benchmark and should be combined with domain-specific tests when used for production model assessment.
|
| 416 |
+
|
| 417 |
+
## Data Fields
|
| 418 |
+
|
| 419 |
+
### `input`
|
| 420 |
+
|
| 421 |
+
The model-facing user query, prompt, question, task instruction, or completion prefix.
|
| 422 |
+
|
| 423 |
+
### `context`
|
| 424 |
+
|
| 425 |
+
The long context provided to the model. Depending on the task, this may contain documents, passages, reports, dialogue, retrieved evidence, or source code.
|
| 426 |
+
|
| 427 |
+
### `answers`
|
| 428 |
+
|
| 429 |
+
Reference answer list. Some tasks may include multiple valid answers.
|
| 430 |
+
|
| 431 |
+
### `length`
|
| 432 |
+
|
| 433 |
+
Source-provided length metadata.
|
| 434 |
+
|
| 435 |
+
### `input_tokens`
|
| 436 |
+
|
| 437 |
+
Number of `cl100k_base` tokens in `input`, added by this packaging script.
|
| 438 |
+
|
| 439 |
+
### `context_tokens`
|
| 440 |
+
|
| 441 |
+
Number of `cl100k_base` tokens in `context`, added by this packaging script.
|
| 442 |
+
|
| 443 |
+
### `total_tokens`
|
| 444 |
+
|
| 445 |
+
Number of `cl100k_base` tokens in the combined input/context prompt. When `input` is non-empty, the counter uses `input + "\n" + context`; otherwise it counts `context`.
|
| 446 |
+
|
| 447 |
+
### `dataset`
|
| 448 |
+
|
| 449 |
+
Original dataset or task label.
|
| 450 |
+
|
| 451 |
+
### `language`
|
| 452 |
+
|
| 453 |
+
Source-provided language metadata.
|
| 454 |
+
|
| 455 |
+
### `all_classes`
|
| 456 |
+
|
| 457 |
+
Candidate labels for classification-style tasks. Empty when not applicable.
|
| 458 |
+
|
| 459 |
+
### `_id`
|
| 460 |
+
|
| 461 |
+
Original example identifier when available. If an identifier was missing in a local source row, this build pipeline generated a deterministic fallback identifier using the task name and row index.
|
| 462 |
+
|
| 463 |
+
## Build Details
|
| 464 |
+
|
| 465 |
+
This repository was generated automatically from local JSONL files using a validation and conversion pipeline.
|
| 466 |
+
|
| 467 |
+
* Build timestamp UTC: `2026-05-24T08:39:15.338043+00:00`
|
| 468 |
+
* Source directory: `/home/arman/project/LongBench/LongBench_data/data`
|
| 469 |
+
* Number of configurations: **34**
|
| 470 |
+
* Total examples: **8418**
|
| 471 |
+
* File format: Parquet
|
| 472 |
+
* Split: `test`
|
| 473 |
+
* Schema: fixed typed schema shared by all configurations
|
| 474 |
+
* Validation mode: `strict`
|
| 475 |
+
* Max shard size: `500MB`
|
| 476 |
+
* Token count method: `cl100k_base`
|
| 477 |
+
|
| 478 |
+
## Processing Pipeline
|
| 479 |
+
|
| 480 |
+
The build pipeline performs the following steps:
|
| 481 |
+
|
| 482 |
+
1. Detects available LongBench JSONL files.
|
| 483 |
+
2. Validates task names against the known LongBench task list.
|
| 484 |
+
3. Reads each JSONL file line by line.
|
| 485 |
+
4. Validates JSON syntax and row object type.
|
| 486 |
+
5. Normalizes all original fields into a consistent Hugging Face schema.
|
| 487 |
+
6. Adds `input_tokens`, `context_tokens`, and `total_tokens` with `cl100k_base`.
|
| 488 |
+
7. Preserves the original LongBench fields.
|
| 489 |
+
8. Converts each task into a typed Hugging Face `Dataset`.
|
| 490 |
+
9. Writes each task as Parquet under `data/<config>/test-*.parquet`.
|
| 491 |
+
10. Generates this dataset card dynamically from the detected files and statistics.
|
| 492 |
+
11. Generates `dataset_infos.json` and `build_metadata.json`.
|
| 493 |
+
12. Optionally creates the Hugging Face dataset repository.
|
| 494 |
+
13. Uploads the generated repository folder to the Hugging Face Hub.
|
| 495 |
+
14. Optionally performs a remote smoke test with `load_dataset`.
|
| 496 |
+
|
| 497 |
+
## Validation Notes
|
| 498 |
+
|
| 499 |
+
The build script supports strict and non-strict modes.
|
| 500 |
+
|
| 501 |
+
In strict mode, the script fails if required fields are missing, if `input` or `context` are empty, if `length` is negative, or if list-like fields cannot be normalized.
|
| 502 |
+
|
| 503 |
+
In non-strict mode, the script preserves maximum compatibility by filling missing optional values with deterministic defaults where possible.
|
| 504 |
+
|
| 505 |
+
## Citation
|
| 506 |
+
|
| 507 |
+
If you use this repackaged dataset, cite the original LongBench paper:
|
| 508 |
+
|
| 509 |
+
```bibtex
|
| 510 |
+
@article{bai2023longbench,
|
| 511 |
+
title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},
|
| 512 |
+
author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},
|
| 513 |
+
journal={arXiv preprint arXiv:2308.14508},
|
| 514 |
+
year={2023}
|
| 515 |
+
}
|
| 516 |
+
```
|
| 517 |
+
|
| 518 |
+
## License
|
| 519 |
+
|
| 520 |
+
This repository uses the license metadata `apache-2.0`. Users should verify licensing and redistribution requirements against the original LongBench project and any upstream datasets included in LongBench before public redistribution or commercial usage.
|
| 521 |
+
|
| 522 |
+
## Acknowledgements
|
| 523 |
+
|
| 524 |
+
All benchmark design, task construction, and source data attribution belong to the LongBench authors and the THUDM LongBench project. This repository only repackages the source files for easier loading and use through the Hugging Face Hub.
|
build_metadata.json
ADDED
|
@@ -0,0 +1,1696 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"build_info": {
|
| 3 |
+
"timestamp_utc": "2026-05-24T08:39:15.338043+00:00",
|
| 4 |
+
"source_dir": "/home/arman/project/LongBench/LongBench_data/data",
|
| 5 |
+
"output_dir": "/home/arman/project/LongBench/LongBench_data/hf_longbench_dataset",
|
| 6 |
+
"repo_id": "GinkgoQ/LongBench",
|
| 7 |
+
"pretty_name": "LongBench",
|
| 8 |
+
"license": "apache-2.0",
|
| 9 |
+
"validation_mode": "strict",
|
| 10 |
+
"max_shard_size": "500MB",
|
| 11 |
+
"token_count_method": "cl100k_base",
|
| 12 |
+
"datasets_version": "4.2.0"
|
| 13 |
+
},
|
| 14 |
+
"source": {
|
| 15 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 16 |
+
"paper": "https://arxiv.org/abs/2308.14508",
|
| 17 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}"
|
| 18 |
+
},
|
| 19 |
+
"features": {
|
| 20 |
+
"input": {
|
| 21 |
+
"dtype": "string",
|
| 22 |
+
"_type": "Value"
|
| 23 |
+
},
|
| 24 |
+
"context": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"answers": {
|
| 29 |
+
"feature": {
|
| 30 |
+
"dtype": "string",
|
| 31 |
+
"_type": "Value"
|
| 32 |
+
},
|
| 33 |
+
"_type": "List"
|
| 34 |
+
},
|
| 35 |
+
"length": {
|
| 36 |
+
"dtype": "int32",
|
| 37 |
+
"_type": "Value"
|
| 38 |
+
},
|
| 39 |
+
"input_tokens": {
|
| 40 |
+
"dtype": "int32",
|
| 41 |
+
"_type": "Value"
|
| 42 |
+
},
|
| 43 |
+
"context_tokens": {
|
| 44 |
+
"dtype": "int32",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"total_tokens": {
|
| 48 |
+
"dtype": "int32",
|
| 49 |
+
"_type": "Value"
|
| 50 |
+
},
|
| 51 |
+
"dataset": {
|
| 52 |
+
"dtype": "string",
|
| 53 |
+
"_type": "Value"
|
| 54 |
+
},
|
| 55 |
+
"language": {
|
| 56 |
+
"dtype": "string",
|
| 57 |
+
"_type": "Value"
|
| 58 |
+
},
|
| 59 |
+
"all_classes": {
|
| 60 |
+
"feature": {
|
| 61 |
+
"dtype": "string",
|
| 62 |
+
"_type": "Value"
|
| 63 |
+
},
|
| 64 |
+
"_type": "List"
|
| 65 |
+
},
|
| 66 |
+
"_id": {
|
| 67 |
+
"dtype": "string",
|
| 68 |
+
"_type": "Value"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"tasks": [
|
| 72 |
+
"narrativeqa",
|
| 73 |
+
"qasper",
|
| 74 |
+
"multifieldqa_en",
|
| 75 |
+
"multifieldqa_zh",
|
| 76 |
+
"hotpotqa",
|
| 77 |
+
"2wikimqa",
|
| 78 |
+
"musique",
|
| 79 |
+
"dureader",
|
| 80 |
+
"gov_report",
|
| 81 |
+
"qmsum",
|
| 82 |
+
"multi_news",
|
| 83 |
+
"vcsum",
|
| 84 |
+
"trec",
|
| 85 |
+
"triviaqa",
|
| 86 |
+
"samsum",
|
| 87 |
+
"lsht",
|
| 88 |
+
"passage_count",
|
| 89 |
+
"passage_retrieval_en",
|
| 90 |
+
"passage_retrieval_zh",
|
| 91 |
+
"lcc",
|
| 92 |
+
"repobench-p",
|
| 93 |
+
"qasper_e",
|
| 94 |
+
"multifieldqa_en_e",
|
| 95 |
+
"hotpotqa_e",
|
| 96 |
+
"2wikimqa_e",
|
| 97 |
+
"gov_report_e",
|
| 98 |
+
"multi_news_e",
|
| 99 |
+
"trec_e",
|
| 100 |
+
"triviaqa_e",
|
| 101 |
+
"samsum_e",
|
| 102 |
+
"passage_count_e",
|
| 103 |
+
"passage_retrieval_en_e",
|
| 104 |
+
"lcc_e",
|
| 105 |
+
"repobench-p_e"
|
| 106 |
+
],
|
| 107 |
+
"task_groups": {
|
| 108 |
+
"Single-Document QA": [
|
| 109 |
+
"narrativeqa",
|
| 110 |
+
"qasper",
|
| 111 |
+
"multifieldqa_en",
|
| 112 |
+
"multifieldqa_zh"
|
| 113 |
+
],
|
| 114 |
+
"Multi-Document QA": [
|
| 115 |
+
"hotpotqa",
|
| 116 |
+
"2wikimqa",
|
| 117 |
+
"musique",
|
| 118 |
+
"dureader"
|
| 119 |
+
],
|
| 120 |
+
"Summarization": [
|
| 121 |
+
"gov_report",
|
| 122 |
+
"qmsum",
|
| 123 |
+
"multi_news",
|
| 124 |
+
"vcsum"
|
| 125 |
+
],
|
| 126 |
+
"Few-Shot Learning": [
|
| 127 |
+
"trec",
|
| 128 |
+
"triviaqa",
|
| 129 |
+
"samsum",
|
| 130 |
+
"lsht"
|
| 131 |
+
],
|
| 132 |
+
"Synthetic Tasks": [
|
| 133 |
+
"passage_count",
|
| 134 |
+
"passage_retrieval_en",
|
| 135 |
+
"passage_retrieval_zh"
|
| 136 |
+
],
|
| 137 |
+
"Code Completion": [
|
| 138 |
+
"lcc",
|
| 139 |
+
"repobench-p"
|
| 140 |
+
],
|
| 141 |
+
"LongBench-E": [
|
| 142 |
+
"qasper_e",
|
| 143 |
+
"multifieldqa_en_e",
|
| 144 |
+
"hotpotqa_e",
|
| 145 |
+
"2wikimqa_e",
|
| 146 |
+
"gov_report_e",
|
| 147 |
+
"multi_news_e",
|
| 148 |
+
"trec_e",
|
| 149 |
+
"triviaqa_e",
|
| 150 |
+
"samsum_e",
|
| 151 |
+
"passage_count_e",
|
| 152 |
+
"passage_retrieval_en_e",
|
| 153 |
+
"lcc_e",
|
| 154 |
+
"repobench-p_e"
|
| 155 |
+
]
|
| 156 |
+
},
|
| 157 |
+
"task_stats": {
|
| 158 |
+
"narrativeqa": {
|
| 159 |
+
"task": "narrativeqa",
|
| 160 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/narrativeqa.jsonl",
|
| 161 |
+
"num_examples": 200,
|
| 162 |
+
"duplicate_id_count": 0,
|
| 163 |
+
"languages": {
|
| 164 |
+
"en": 200
|
| 165 |
+
},
|
| 166 |
+
"dataset_labels": {
|
| 167 |
+
"narrativeqa": 200
|
| 168 |
+
},
|
| 169 |
+
"answer_count_distribution": {
|
| 170 |
+
"1": 200
|
| 171 |
+
},
|
| 172 |
+
"all_classes_count_distribution": {
|
| 173 |
+
"0": 200
|
| 174 |
+
},
|
| 175 |
+
"min_length": 5397,
|
| 176 |
+
"max_length": 36418,
|
| 177 |
+
"mean_length": 18404.94,
|
| 178 |
+
"token_count_method": "cl100k_base",
|
| 179 |
+
"min_input_tokens": 4,
|
| 180 |
+
"max_input_tokens": 26,
|
| 181 |
+
"mean_input_tokens": 11.03,
|
| 182 |
+
"min_context_tokens": 7966,
|
| 183 |
+
"max_context_tokens": 65276,
|
| 184 |
+
"mean_context_tokens": 29779.86,
|
| 185 |
+
"min_total_tokens": 7972,
|
| 186 |
+
"max_total_tokens": 65293,
|
| 187 |
+
"mean_total_tokens": 29790.89
|
| 188 |
+
},
|
| 189 |
+
"qasper": {
|
| 190 |
+
"task": "qasper",
|
| 191 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/qasper.jsonl",
|
| 192 |
+
"num_examples": 200,
|
| 193 |
+
"duplicate_id_count": 0,
|
| 194 |
+
"languages": {
|
| 195 |
+
"en": 200
|
| 196 |
+
},
|
| 197 |
+
"dataset_labels": {
|
| 198 |
+
"qasper": 200
|
| 199 |
+
},
|
| 200 |
+
"answer_count_distribution": {
|
| 201 |
+
"1": 55,
|
| 202 |
+
"2": 140,
|
| 203 |
+
"3": 5
|
| 204 |
+
},
|
| 205 |
+
"all_classes_count_distribution": {
|
| 206 |
+
"0": 200
|
| 207 |
+
},
|
| 208 |
+
"min_length": 1440,
|
| 209 |
+
"max_length": 14660,
|
| 210 |
+
"mean_length": 3618.7,
|
| 211 |
+
"token_count_method": "cl100k_base",
|
| 212 |
+
"min_input_tokens": 5,
|
| 213 |
+
"max_input_tokens": 26,
|
| 214 |
+
"mean_input_tokens": 9.45,
|
| 215 |
+
"min_context_tokens": 1846,
|
| 216 |
+
"max_context_tokens": 21121,
|
| 217 |
+
"mean_context_tokens": 4923.06,
|
| 218 |
+
"min_total_tokens": 1855,
|
| 219 |
+
"max_total_tokens": 21129,
|
| 220 |
+
"mean_total_tokens": 4932.52
|
| 221 |
+
},
|
| 222 |
+
"multifieldqa_en": {
|
| 223 |
+
"task": "multifieldqa_en",
|
| 224 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/multifieldqa_en.jsonl",
|
| 225 |
+
"num_examples": 150,
|
| 226 |
+
"duplicate_id_count": 0,
|
| 227 |
+
"languages": {
|
| 228 |
+
"en": 150
|
| 229 |
+
},
|
| 230 |
+
"dataset_labels": {
|
| 231 |
+
"multifieldqa_en": 150
|
| 232 |
+
},
|
| 233 |
+
"answer_count_distribution": {
|
| 234 |
+
"1": 150
|
| 235 |
+
},
|
| 236 |
+
"all_classes_count_distribution": {
|
| 237 |
+
"0": 150
|
| 238 |
+
},
|
| 239 |
+
"min_length": 505,
|
| 240 |
+
"max_length": 10337,
|
| 241 |
+
"mean_length": 4558.7,
|
| 242 |
+
"token_count_method": "cl100k_base",
|
| 243 |
+
"min_input_tokens": 6,
|
| 244 |
+
"max_input_tokens": 30,
|
| 245 |
+
"mean_input_tokens": 13.33,
|
| 246 |
+
"min_context_tokens": 1286,
|
| 247 |
+
"max_context_tokens": 14949,
|
| 248 |
+
"mean_context_tokens": 6937.79,
|
| 249 |
+
"min_total_tokens": 1298,
|
| 250 |
+
"max_total_tokens": 14962,
|
| 251 |
+
"mean_total_tokens": 6951.12
|
| 252 |
+
},
|
| 253 |
+
"multifieldqa_zh": {
|
| 254 |
+
"task": "multifieldqa_zh",
|
| 255 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/multifieldqa_zh.jsonl",
|
| 256 |
+
"num_examples": 200,
|
| 257 |
+
"duplicate_id_count": 0,
|
| 258 |
+
"languages": {
|
| 259 |
+
"zh": 200
|
| 260 |
+
},
|
| 261 |
+
"dataset_labels": {
|
| 262 |
+
"multifieldqa_zh": 200
|
| 263 |
+
},
|
| 264 |
+
"answer_count_distribution": {
|
| 265 |
+
"1": 200
|
| 266 |
+
},
|
| 267 |
+
"all_classes_count_distribution": {
|
| 268 |
+
"0": 200
|
| 269 |
+
},
|
| 270 |
+
"min_length": 1260,
|
| 271 |
+
"max_length": 16791,
|
| 272 |
+
"mean_length": 6700.68,
|
| 273 |
+
"token_count_method": "cl100k_base",
|
| 274 |
+
"min_input_tokens": 8,
|
| 275 |
+
"max_input_tokens": 51,
|
| 276 |
+
"mean_input_tokens": 20.5,
|
| 277 |
+
"min_context_tokens": 1277,
|
| 278 |
+
"max_context_tokens": 14937,
|
| 279 |
+
"mean_context_tokens": 7275.81,
|
| 280 |
+
"min_total_tokens": 1297,
|
| 281 |
+
"max_total_tokens": 14962,
|
| 282 |
+
"mean_total_tokens": 7296.32
|
| 283 |
+
},
|
| 284 |
+
"hotpotqa": {
|
| 285 |
+
"task": "hotpotqa",
|
| 286 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/hotpotqa.jsonl",
|
| 287 |
+
"num_examples": 200,
|
| 288 |
+
"duplicate_id_count": 0,
|
| 289 |
+
"languages": {
|
| 290 |
+
"en": 200
|
| 291 |
+
},
|
| 292 |
+
"dataset_labels": {
|
| 293 |
+
"hotpotqa": 200
|
| 294 |
+
},
|
| 295 |
+
"answer_count_distribution": {
|
| 296 |
+
"1": 200
|
| 297 |
+
},
|
| 298 |
+
"all_classes_count_distribution": {
|
| 299 |
+
"0": 200
|
| 300 |
+
},
|
| 301 |
+
"min_length": 1078,
|
| 302 |
+
"max_length": 12697,
|
| 303 |
+
"mean_length": 9149.22,
|
| 304 |
+
"token_count_method": "cl100k_base",
|
| 305 |
+
"min_input_tokens": 8,
|
| 306 |
+
"max_input_tokens": 48,
|
| 307 |
+
"mean_input_tokens": 19.54,
|
| 308 |
+
"min_context_tokens": 1748,
|
| 309 |
+
"max_context_tokens": 16325,
|
| 310 |
+
"mean_context_tokens": 12793.29,
|
| 311 |
+
"min_total_tokens": 1771,
|
| 312 |
+
"max_total_tokens": 16346,
|
| 313 |
+
"mean_total_tokens": 12812.86
|
| 314 |
+
},
|
| 315 |
+
"2wikimqa": {
|
| 316 |
+
"task": "2wikimqa",
|
| 317 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/2wikimqa.jsonl",
|
| 318 |
+
"num_examples": 200,
|
| 319 |
+
"duplicate_id_count": 0,
|
| 320 |
+
"languages": {
|
| 321 |
+
"en": 200
|
| 322 |
+
},
|
| 323 |
+
"dataset_labels": {
|
| 324 |
+
"2wikimqa": 200
|
| 325 |
+
},
|
| 326 |
+
"answer_count_distribution": {
|
| 327 |
+
"1": 200
|
| 328 |
+
},
|
| 329 |
+
"all_classes_count_distribution": {
|
| 330 |
+
"0": 200
|
| 331 |
+
},
|
| 332 |
+
"min_length": 535,
|
| 333 |
+
"max_length": 11950,
|
| 334 |
+
"mean_length": 4885.31,
|
| 335 |
+
"token_count_method": "cl100k_base",
|
| 336 |
+
"min_input_tokens": 8,
|
| 337 |
+
"max_input_tokens": 33,
|
| 338 |
+
"mean_input_tokens": 16.85,
|
| 339 |
+
"min_context_tokens": 912,
|
| 340 |
+
"max_context_tokens": 16344,
|
| 341 |
+
"mean_context_tokens": 7116.4,
|
| 342 |
+
"min_total_tokens": 932,
|
| 343 |
+
"max_total_tokens": 16356,
|
| 344 |
+
"mean_total_tokens": 7133.24
|
| 345 |
+
},
|
| 346 |
+
"musique": {
|
| 347 |
+
"task": "musique",
|
| 348 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/musique.jsonl",
|
| 349 |
+
"num_examples": 200,
|
| 350 |
+
"duplicate_id_count": 0,
|
| 351 |
+
"languages": {
|
| 352 |
+
"en": 200
|
| 353 |
+
},
|
| 354 |
+
"dataset_labels": {
|
| 355 |
+
"musique": 200
|
| 356 |
+
},
|
| 357 |
+
"answer_count_distribution": {
|
| 358 |
+
"1": 149,
|
| 359 |
+
"2": 38,
|
| 360 |
+
"3": 6,
|
| 361 |
+
"4": 4,
|
| 362 |
+
"5": 3
|
| 363 |
+
},
|
| 364 |
+
"all_classes_count_distribution": {
|
| 365 |
+
"0": 200
|
| 366 |
+
},
|
| 367 |
+
"min_length": 3440,
|
| 368 |
+
"max_length": 17355,
|
| 369 |
+
"mean_length": 11017.66,
|
| 370 |
+
"token_count_method": "cl100k_base",
|
| 371 |
+
"min_input_tokens": 8,
|
| 372 |
+
"max_input_tokens": 41,
|
| 373 |
+
"mean_input_tokens": 18.59,
|
| 374 |
+
"min_context_tokens": 6484,
|
| 375 |
+
"max_context_tokens": 16337,
|
| 376 |
+
"mean_context_tokens": 15576.98,
|
| 377 |
+
"min_total_tokens": 6498,
|
| 378 |
+
"max_total_tokens": 16353,
|
| 379 |
+
"mean_total_tokens": 15595.57
|
| 380 |
+
},
|
| 381 |
+
"dureader": {
|
| 382 |
+
"task": "dureader",
|
| 383 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/dureader.jsonl",
|
| 384 |
+
"num_examples": 200,
|
| 385 |
+
"duplicate_id_count": 0,
|
| 386 |
+
"languages": {
|
| 387 |
+
"zh": 200
|
| 388 |
+
},
|
| 389 |
+
"dataset_labels": {
|
| 390 |
+
"dureader": 200
|
| 391 |
+
},
|
| 392 |
+
"answer_count_distribution": {
|
| 393 |
+
"1": 80,
|
| 394 |
+
"2": 63,
|
| 395 |
+
"3": 57
|
| 396 |
+
},
|
| 397 |
+
"all_classes_count_distribution": {
|
| 398 |
+
"0": 200
|
| 399 |
+
},
|
| 400 |
+
"min_length": 8065,
|
| 401 |
+
"max_length": 27096,
|
| 402 |
+
"mean_length": 15768.04,
|
| 403 |
+
"token_count_method": "cl100k_base",
|
| 404 |
+
"min_input_tokens": 4,
|
| 405 |
+
"max_input_tokens": 27,
|
| 406 |
+
"mean_input_tokens": 11.73,
|
| 407 |
+
"min_context_tokens": 8259,
|
| 408 |
+
"max_context_tokens": 32239,
|
| 409 |
+
"mean_context_tokens": 17592.26,
|
| 410 |
+
"min_total_tokens": 8266,
|
| 411 |
+
"max_total_tokens": 32255,
|
| 412 |
+
"mean_total_tokens": 17605.0
|
| 413 |
+
},
|
| 414 |
+
"gov_report": {
|
| 415 |
+
"task": "gov_report",
|
| 416 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/gov_report.jsonl",
|
| 417 |
+
"num_examples": 200,
|
| 418 |
+
"duplicate_id_count": 0,
|
| 419 |
+
"languages": {
|
| 420 |
+
"en": 200
|
| 421 |
+
},
|
| 422 |
+
"dataset_labels": {
|
| 423 |
+
"gov_report": 200
|
| 424 |
+
},
|
| 425 |
+
"answer_count_distribution": {
|
| 426 |
+
"1": 200
|
| 427 |
+
},
|
| 428 |
+
"all_classes_count_distribution": {
|
| 429 |
+
"0": 200
|
| 430 |
+
},
|
| 431 |
+
"min_length": 1743,
|
| 432 |
+
"max_length": 40508,
|
| 433 |
+
"mean_length": 8169.36,
|
| 434 |
+
"token_count_method": "cl100k_base",
|
| 435 |
+
"min_input_tokens": 0,
|
| 436 |
+
"max_input_tokens": 0,
|
| 437 |
+
"mean_input_tokens": 0.0,
|
| 438 |
+
"min_context_tokens": 2019,
|
| 439 |
+
"max_context_tokens": 51394,
|
| 440 |
+
"mean_context_tokens": 10242.25,
|
| 441 |
+
"min_total_tokens": 2019,
|
| 442 |
+
"max_total_tokens": 51394,
|
| 443 |
+
"mean_total_tokens": 10242.25
|
| 444 |
+
},
|
| 445 |
+
"qmsum": {
|
| 446 |
+
"task": "qmsum",
|
| 447 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/qmsum.jsonl",
|
| 448 |
+
"num_examples": 200,
|
| 449 |
+
"duplicate_id_count": 0,
|
| 450 |
+
"languages": {
|
| 451 |
+
"en": 200
|
| 452 |
+
},
|
| 453 |
+
"dataset_labels": {
|
| 454 |
+
"qmsum": 200
|
| 455 |
+
},
|
| 456 |
+
"answer_count_distribution": {
|
| 457 |
+
"1": 200
|
| 458 |
+
},
|
| 459 |
+
"all_classes_count_distribution": {
|
| 460 |
+
"0": 200
|
| 461 |
+
},
|
| 462 |
+
"min_length": 1789,
|
| 463 |
+
"max_length": 24585,
|
| 464 |
+
"mean_length": 10545.94,
|
| 465 |
+
"token_count_method": "cl100k_base",
|
| 466 |
+
"min_input_tokens": 5,
|
| 467 |
+
"max_input_tokens": 36,
|
| 468 |
+
"mean_input_tokens": 13.61,
|
| 469 |
+
"min_context_tokens": 2575,
|
| 470 |
+
"max_context_tokens": 30377,
|
| 471 |
+
"mean_context_tokens": 13855.03,
|
| 472 |
+
"min_total_tokens": 2584,
|
| 473 |
+
"max_total_tokens": 30389,
|
| 474 |
+
"mean_total_tokens": 13868.7
|
| 475 |
+
},
|
| 476 |
+
"multi_news": {
|
| 477 |
+
"task": "multi_news",
|
| 478 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/multi_news.jsonl",
|
| 479 |
+
"num_examples": 200,
|
| 480 |
+
"duplicate_id_count": 0,
|
| 481 |
+
"languages": {
|
| 482 |
+
"en": 200
|
| 483 |
+
},
|
| 484 |
+
"dataset_labels": {
|
| 485 |
+
"multi_news": 200
|
| 486 |
+
},
|
| 487 |
+
"answer_count_distribution": {
|
| 488 |
+
"1": 200
|
| 489 |
+
},
|
| 490 |
+
"all_classes_count_distribution": {
|
| 491 |
+
"0": 200
|
| 492 |
+
},
|
| 493 |
+
"min_length": 258,
|
| 494 |
+
"max_length": 10933,
|
| 495 |
+
"mean_length": 2113.49,
|
| 496 |
+
"token_count_method": "cl100k_base",
|
| 497 |
+
"min_input_tokens": 0,
|
| 498 |
+
"max_input_tokens": 0,
|
| 499 |
+
"mean_input_tokens": 0.0,
|
| 500 |
+
"min_context_tokens": 130,
|
| 501 |
+
"max_context_tokens": 13935,
|
| 502 |
+
"mean_context_tokens": 2609.06,
|
| 503 |
+
"min_total_tokens": 130,
|
| 504 |
+
"max_total_tokens": 13935,
|
| 505 |
+
"mean_total_tokens": 2609.06
|
| 506 |
+
},
|
| 507 |
+
"vcsum": {
|
| 508 |
+
"task": "vcsum",
|
| 509 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/vcsum.jsonl",
|
| 510 |
+
"num_examples": 200,
|
| 511 |
+
"duplicate_id_count": 0,
|
| 512 |
+
"languages": {
|
| 513 |
+
"zh": 200
|
| 514 |
+
},
|
| 515 |
+
"dataset_labels": {
|
| 516 |
+
"vcsum": 200
|
| 517 |
+
},
|
| 518 |
+
"answer_count_distribution": {
|
| 519 |
+
"1": 200
|
| 520 |
+
},
|
| 521 |
+
"all_classes_count_distribution": {
|
| 522 |
+
"0": 200
|
| 523 |
+
},
|
| 524 |
+
"min_length": 1114,
|
| 525 |
+
"max_length": 42073,
|
| 526 |
+
"mean_length": 15147.02,
|
| 527 |
+
"token_count_method": "cl100k_base",
|
| 528 |
+
"min_input_tokens": 0,
|
| 529 |
+
"max_input_tokens": 0,
|
| 530 |
+
"mean_input_tokens": 0.0,
|
| 531 |
+
"min_context_tokens": 1359,
|
| 532 |
+
"max_context_tokens": 49027,
|
| 533 |
+
"mean_context_tokens": 16896.71,
|
| 534 |
+
"min_total_tokens": 1359,
|
| 535 |
+
"max_total_tokens": 49027,
|
| 536 |
+
"mean_total_tokens": 16896.71
|
| 537 |
+
},
|
| 538 |
+
"trec": {
|
| 539 |
+
"task": "trec",
|
| 540 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/trec.jsonl",
|
| 541 |
+
"num_examples": 200,
|
| 542 |
+
"duplicate_id_count": 0,
|
| 543 |
+
"languages": {
|
| 544 |
+
"en": 200
|
| 545 |
+
},
|
| 546 |
+
"dataset_labels": {
|
| 547 |
+
"trec": 200
|
| 548 |
+
},
|
| 549 |
+
"answer_count_distribution": {
|
| 550 |
+
"1": 200
|
| 551 |
+
},
|
| 552 |
+
"all_classes_count_distribution": {
|
| 553 |
+
"50": 200
|
| 554 |
+
},
|
| 555 |
+
"min_length": 1435,
|
| 556 |
+
"max_length": 8714,
|
| 557 |
+
"mean_length": 5176.36,
|
| 558 |
+
"token_count_method": "cl100k_base",
|
| 559 |
+
"min_input_tokens": 8,
|
| 560 |
+
"max_input_tokens": 20,
|
| 561 |
+
"mean_input_tokens": 12.0,
|
| 562 |
+
"min_context_tokens": 1854,
|
| 563 |
+
"max_context_tokens": 11369,
|
| 564 |
+
"mean_context_tokens": 6756.22,
|
| 565 |
+
"min_total_tokens": 1866,
|
| 566 |
+
"max_total_tokens": 11382,
|
| 567 |
+
"mean_total_tokens": 6768.22
|
| 568 |
+
},
|
| 569 |
+
"triviaqa": {
|
| 570 |
+
"task": "triviaqa",
|
| 571 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/triviaqa.jsonl",
|
| 572 |
+
"num_examples": 200,
|
| 573 |
+
"duplicate_id_count": 0,
|
| 574 |
+
"languages": {
|
| 575 |
+
"en": 200
|
| 576 |
+
},
|
| 577 |
+
"dataset_labels": {
|
| 578 |
+
"triviaqa": 200
|
| 579 |
+
},
|
| 580 |
+
"answer_count_distribution": {
|
| 581 |
+
"1": 6,
|
| 582 |
+
"2": 18,
|
| 583 |
+
"3": 17,
|
| 584 |
+
"4": 10,
|
| 585 |
+
"5": 11,
|
| 586 |
+
"6": 8,
|
| 587 |
+
"7": 8,
|
| 588 |
+
"8": 9,
|
| 589 |
+
"9": 4,
|
| 590 |
+
"10": 4,
|
| 591 |
+
"11": 6,
|
| 592 |
+
"12": 8,
|
| 593 |
+
"13": 10,
|
| 594 |
+
"14": 10,
|
| 595 |
+
"15": 5,
|
| 596 |
+
"16": 7,
|
| 597 |
+
"17": 2,
|
| 598 |
+
"18": 4,
|
| 599 |
+
"19": 2,
|
| 600 |
+
"20": 3,
|
| 601 |
+
"21": 7,
|
| 602 |
+
"22": 4,
|
| 603 |
+
"23": 2,
|
| 604 |
+
"24": 3,
|
| 605 |
+
"25": 3,
|
| 606 |
+
"26": 3,
|
| 607 |
+
"27": 1,
|
| 608 |
+
"28": 3,
|
| 609 |
+
"29": 1,
|
| 610 |
+
"32": 2,
|
| 611 |
+
"34": 4,
|
| 612 |
+
"35": 1,
|
| 613 |
+
"36": 2,
|
| 614 |
+
"37": 1,
|
| 615 |
+
"38": 1,
|
| 616 |
+
"40": 1,
|
| 617 |
+
"44": 1,
|
| 618 |
+
"45": 1,
|
| 619 |
+
"54": 1,
|
| 620 |
+
"84": 1,
|
| 621 |
+
"85": 1,
|
| 622 |
+
"90": 2,
|
| 623 |
+
"100": 1,
|
| 624 |
+
"182": 1
|
| 625 |
+
},
|
| 626 |
+
"all_classes_count_distribution": {
|
| 627 |
+
"0": 200
|
| 628 |
+
},
|
| 629 |
+
"min_length": 1145,
|
| 630 |
+
"max_length": 16633,
|
| 631 |
+
"mean_length": 8209.3,
|
| 632 |
+
"token_count_method": "cl100k_base",
|
| 633 |
+
"min_input_tokens": 89,
|
| 634 |
+
"max_input_tokens": 1929,
|
| 635 |
+
"mean_input_tokens": 715.6,
|
| 636 |
+
"min_context_tokens": 1324,
|
| 637 |
+
"max_context_tokens": 22327,
|
| 638 |
+
"mean_context_tokens": 11055.41,
|
| 639 |
+
"min_total_tokens": 1482,
|
| 640 |
+
"max_total_tokens": 23349,
|
| 641 |
+
"mean_total_tokens": 11771.0
|
| 642 |
+
},
|
| 643 |
+
"samsum": {
|
| 644 |
+
"task": "samsum",
|
| 645 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/samsum.jsonl",
|
| 646 |
+
"num_examples": 200,
|
| 647 |
+
"duplicate_id_count": 0,
|
| 648 |
+
"languages": {
|
| 649 |
+
"en": 200
|
| 650 |
+
},
|
| 651 |
+
"dataset_labels": {
|
| 652 |
+
"samsum": 200
|
| 653 |
+
},
|
| 654 |
+
"answer_count_distribution": {
|
| 655 |
+
"1": 200
|
| 656 |
+
},
|
| 657 |
+
"all_classes_count_distribution": {
|
| 658 |
+
"0": 200
|
| 659 |
+
},
|
| 660 |
+
"min_length": 936,
|
| 661 |
+
"max_length": 12252,
|
| 662 |
+
"mean_length": 6258.35,
|
| 663 |
+
"token_count_method": "cl100k_base",
|
| 664 |
+
"min_input_tokens": 21,
|
| 665 |
+
"max_input_tokens": 507,
|
| 666 |
+
"mean_input_tokens": 150.32,
|
| 667 |
+
"min_context_tokens": 1332,
|
| 668 |
+
"max_context_tokens": 17938,
|
| 669 |
+
"mean_context_tokens": 9005.24,
|
| 670 |
+
"min_total_tokens": 1386,
|
| 671 |
+
"max_total_tokens": 17981,
|
| 672 |
+
"mean_total_tokens": 9155.56
|
| 673 |
+
},
|
| 674 |
+
"lsht": {
|
| 675 |
+
"task": "lsht",
|
| 676 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/lsht.jsonl",
|
| 677 |
+
"num_examples": 200,
|
| 678 |
+
"duplicate_id_count": 0,
|
| 679 |
+
"languages": {
|
| 680 |
+
"zh": 200
|
| 681 |
+
},
|
| 682 |
+
"dataset_labels": {
|
| 683 |
+
"lsht": 200
|
| 684 |
+
},
|
| 685 |
+
"answer_count_distribution": {
|
| 686 |
+
"1": 200
|
| 687 |
+
},
|
| 688 |
+
"all_classes_count_distribution": {
|
| 689 |
+
"24": 200
|
| 690 |
+
},
|
| 691 |
+
"min_length": 5648,
|
| 692 |
+
"max_length": 44221,
|
| 693 |
+
"mean_length": 22332.62,
|
| 694 |
+
"token_count_method": "cl100k_base",
|
| 695 |
+
"min_input_tokens": 42,
|
| 696 |
+
"max_input_tokens": 5683,
|
| 697 |
+
"mean_input_tokens": 974.14,
|
| 698 |
+
"min_context_tokens": 6370,
|
| 699 |
+
"max_context_tokens": 51435,
|
| 700 |
+
"mean_context_tokens": 25347.92,
|
| 701 |
+
"min_total_tokens": 6452,
|
| 702 |
+
"max_total_tokens": 51727,
|
| 703 |
+
"mean_total_tokens": 26322.06
|
| 704 |
+
},
|
| 705 |
+
"passage_count": {
|
| 706 |
+
"task": "passage_count",
|
| 707 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_count.jsonl",
|
| 708 |
+
"num_examples": 200,
|
| 709 |
+
"duplicate_id_count": 0,
|
| 710 |
+
"languages": {
|
| 711 |
+
"en": 200
|
| 712 |
+
},
|
| 713 |
+
"dataset_labels": {
|
| 714 |
+
"passage_count": 200
|
| 715 |
+
},
|
| 716 |
+
"answer_count_distribution": {
|
| 717 |
+
"1": 200
|
| 718 |
+
},
|
| 719 |
+
"all_classes_count_distribution": {
|
| 720 |
+
"0": 200
|
| 721 |
+
},
|
| 722 |
+
"min_length": 3554,
|
| 723 |
+
"max_length": 22099,
|
| 724 |
+
"mean_length": 11140.59,
|
| 725 |
+
"token_count_method": "cl100k_base",
|
| 726 |
+
"min_input_tokens": 0,
|
| 727 |
+
"max_input_tokens": 0,
|
| 728 |
+
"mean_input_tokens": 0.0,
|
| 729 |
+
"min_context_tokens": 4740,
|
| 730 |
+
"max_context_tokens": 28965,
|
| 731 |
+
"mean_context_tokens": 14898.67,
|
| 732 |
+
"min_total_tokens": 4740,
|
| 733 |
+
"max_total_tokens": 28965,
|
| 734 |
+
"mean_total_tokens": 14898.67
|
| 735 |
+
},
|
| 736 |
+
"passage_retrieval_en": {
|
| 737 |
+
"task": "passage_retrieval_en",
|
| 738 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_retrieval_en.jsonl",
|
| 739 |
+
"num_examples": 200,
|
| 740 |
+
"duplicate_id_count": 0,
|
| 741 |
+
"languages": {
|
| 742 |
+
"en": 200
|
| 743 |
+
},
|
| 744 |
+
"dataset_labels": {
|
| 745 |
+
"passage_retrieval_en": 200
|
| 746 |
+
},
|
| 747 |
+
"answer_count_distribution": {
|
| 748 |
+
"1": 200
|
| 749 |
+
},
|
| 750 |
+
"all_classes_count_distribution": {
|
| 751 |
+
"0": 200
|
| 752 |
+
},
|
| 753 |
+
"min_length": 7533,
|
| 754 |
+
"max_length": 11516,
|
| 755 |
+
"mean_length": 9287.97,
|
| 756 |
+
"token_count_method": "cl100k_base",
|
| 757 |
+
"min_input_tokens": 68,
|
| 758 |
+
"max_input_tokens": 445,
|
| 759 |
+
"mean_input_tokens": 174.88,
|
| 760 |
+
"min_context_tokens": 9753,
|
| 761 |
+
"max_context_tokens": 14934,
|
| 762 |
+
"mean_context_tokens": 12297.06,
|
| 763 |
+
"min_total_tokens": 9954,
|
| 764 |
+
"max_total_tokens": 15188,
|
| 765 |
+
"mean_total_tokens": 12471.94
|
| 766 |
+
},
|
| 767 |
+
"passage_retrieval_zh": {
|
| 768 |
+
"task": "passage_retrieval_zh",
|
| 769 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_retrieval_zh.jsonl",
|
| 770 |
+
"num_examples": 200,
|
| 771 |
+
"duplicate_id_count": 0,
|
| 772 |
+
"languages": {
|
| 773 |
+
"zh": 200
|
| 774 |
+
},
|
| 775 |
+
"dataset_labels": {
|
| 776 |
+
"passage_retrieval_zh": 200
|
| 777 |
+
},
|
| 778 |
+
"answer_count_distribution": {
|
| 779 |
+
"1": 200
|
| 780 |
+
},
|
| 781 |
+
"all_classes_count_distribution": {
|
| 782 |
+
"0": 200
|
| 783 |
+
},
|
| 784 |
+
"min_length": 5055,
|
| 785 |
+
"max_length": 8963,
|
| 786 |
+
"mean_length": 6745.15,
|
| 787 |
+
"token_count_method": "cl100k_base",
|
| 788 |
+
"min_input_tokens": 16,
|
| 789 |
+
"max_input_tokens": 1392,
|
| 790 |
+
"mean_input_tokens": 175.94,
|
| 791 |
+
"min_context_tokens": 5548,
|
| 792 |
+
"max_context_tokens": 10437,
|
| 793 |
+
"mean_context_tokens": 7589.1,
|
| 794 |
+
"min_total_tokens": 5674,
|
| 795 |
+
"max_total_tokens": 10736,
|
| 796 |
+
"mean_total_tokens": 7765.06
|
| 797 |
+
},
|
| 798 |
+
"lcc": {
|
| 799 |
+
"task": "lcc",
|
| 800 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/lcc.jsonl",
|
| 801 |
+
"num_examples": 500,
|
| 802 |
+
"duplicate_id_count": 0,
|
| 803 |
+
"languages": {
|
| 804 |
+
"csharp": 158,
|
| 805 |
+
"java": 160,
|
| 806 |
+
"python": 182
|
| 807 |
+
},
|
| 808 |
+
"dataset_labels": {
|
| 809 |
+
"lcc": 500
|
| 810 |
+
},
|
| 811 |
+
"answer_count_distribution": {
|
| 812 |
+
"1": 500
|
| 813 |
+
},
|
| 814 |
+
"all_classes_count_distribution": {
|
| 815 |
+
"0": 500
|
| 816 |
+
},
|
| 817 |
+
"min_length": 399,
|
| 818 |
+
"max_length": 10029,
|
| 819 |
+
"mean_length": 1235.28,
|
| 820 |
+
"token_count_method": "cl100k_base",
|
| 821 |
+
"min_input_tokens": 0,
|
| 822 |
+
"max_input_tokens": 0,
|
| 823 |
+
"mean_input_tokens": 0.0,
|
| 824 |
+
"min_context_tokens": 989,
|
| 825 |
+
"max_context_tokens": 30150,
|
| 826 |
+
"mean_context_tokens": 3165.98,
|
| 827 |
+
"min_total_tokens": 989,
|
| 828 |
+
"max_total_tokens": 30150,
|
| 829 |
+
"mean_total_tokens": 3165.98
|
| 830 |
+
},
|
| 831 |
+
"repobench-p": {
|
| 832 |
+
"task": "repobench-p",
|
| 833 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/repobench-p.jsonl",
|
| 834 |
+
"num_examples": 500,
|
| 835 |
+
"duplicate_id_count": 0,
|
| 836 |
+
"languages": {
|
| 837 |
+
"java": 264,
|
| 838 |
+
"python": 236
|
| 839 |
+
},
|
| 840 |
+
"dataset_labels": {
|
| 841 |
+
"repobench-p": 500
|
| 842 |
+
},
|
| 843 |
+
"answer_count_distribution": {
|
| 844 |
+
"1": 500
|
| 845 |
+
},
|
| 846 |
+
"all_classes_count_distribution": {
|
| 847 |
+
"0": 500
|
| 848 |
+
},
|
| 849 |
+
"min_length": 810,
|
| 850 |
+
"max_length": 18754,
|
| 851 |
+
"mean_length": 4205.93,
|
| 852 |
+
"token_count_method": "cl100k_base",
|
| 853 |
+
"min_input_tokens": 127,
|
| 854 |
+
"max_input_tokens": 3820,
|
| 855 |
+
"mean_input_tokens": 998.91,
|
| 856 |
+
"min_context_tokens": 1240,
|
| 857 |
+
"max_context_tokens": 37941,
|
| 858 |
+
"mean_context_tokens": 9814.47,
|
| 859 |
+
"min_total_tokens": 2644,
|
| 860 |
+
"max_total_tokens": 39128,
|
| 861 |
+
"mean_total_tokens": 10813.41
|
| 862 |
+
},
|
| 863 |
+
"qasper_e": {
|
| 864 |
+
"task": "qasper_e",
|
| 865 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/qasper_e.jsonl",
|
| 866 |
+
"num_examples": 224,
|
| 867 |
+
"duplicate_id_count": 0,
|
| 868 |
+
"languages": {
|
| 869 |
+
"en": 224
|
| 870 |
+
},
|
| 871 |
+
"dataset_labels": {
|
| 872 |
+
"qasper_e": 224
|
| 873 |
+
},
|
| 874 |
+
"answer_count_distribution": {
|
| 875 |
+
"1": 68,
|
| 876 |
+
"2": 153,
|
| 877 |
+
"3": 3
|
| 878 |
+
},
|
| 879 |
+
"all_classes_count_distribution": {
|
| 880 |
+
"0": 224
|
| 881 |
+
},
|
| 882 |
+
"min_length": 1443,
|
| 883 |
+
"max_length": 14722,
|
| 884 |
+
"mean_length": 4620.48,
|
| 885 |
+
"token_count_method": "cl100k_base",
|
| 886 |
+
"min_input_tokens": 5,
|
| 887 |
+
"max_input_tokens": 26,
|
| 888 |
+
"mean_input_tokens": 9.8,
|
| 889 |
+
"min_context_tokens": 1846,
|
| 890 |
+
"max_context_tokens": 21121,
|
| 891 |
+
"mean_context_tokens": 6208.7,
|
| 892 |
+
"min_total_tokens": 1869,
|
| 893 |
+
"max_total_tokens": 21129,
|
| 894 |
+
"mean_total_tokens": 6218.5
|
| 895 |
+
},
|
| 896 |
+
"multifieldqa_en_e": {
|
| 897 |
+
"task": "multifieldqa_en_e",
|
| 898 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/multifieldqa_en_e.jsonl",
|
| 899 |
+
"num_examples": 150,
|
| 900 |
+
"duplicate_id_count": 0,
|
| 901 |
+
"languages": {
|
| 902 |
+
"en": 150
|
| 903 |
+
},
|
| 904 |
+
"dataset_labels": {
|
| 905 |
+
"multifieldqa_en_e": 150
|
| 906 |
+
},
|
| 907 |
+
"answer_count_distribution": {
|
| 908 |
+
"1": 150
|
| 909 |
+
},
|
| 910 |
+
"all_classes_count_distribution": {
|
| 911 |
+
"0": 150
|
| 912 |
+
},
|
| 913 |
+
"min_length": 505,
|
| 914 |
+
"max_length": 10337,
|
| 915 |
+
"mean_length": 4558.7,
|
| 916 |
+
"token_count_method": "cl100k_base",
|
| 917 |
+
"min_input_tokens": 6,
|
| 918 |
+
"max_input_tokens": 30,
|
| 919 |
+
"mean_input_tokens": 13.33,
|
| 920 |
+
"min_context_tokens": 1286,
|
| 921 |
+
"max_context_tokens": 14949,
|
| 922 |
+
"mean_context_tokens": 6937.79,
|
| 923 |
+
"min_total_tokens": 1298,
|
| 924 |
+
"max_total_tokens": 14962,
|
| 925 |
+
"mean_total_tokens": 6951.12
|
| 926 |
+
},
|
| 927 |
+
"hotpotqa_e": {
|
| 928 |
+
"task": "hotpotqa_e",
|
| 929 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/hotpotqa_e.jsonl",
|
| 930 |
+
"num_examples": 300,
|
| 931 |
+
"duplicate_id_count": 0,
|
| 932 |
+
"languages": {
|
| 933 |
+
"en": 300
|
| 934 |
+
},
|
| 935 |
+
"dataset_labels": {
|
| 936 |
+
"hotpotqa_e": 300
|
| 937 |
+
},
|
| 938 |
+
"answer_count_distribution": {
|
| 939 |
+
"1": 300
|
| 940 |
+
},
|
| 941 |
+
"all_classes_count_distribution": {
|
| 942 |
+
"0": 300
|
| 943 |
+
},
|
| 944 |
+
"min_length": 111,
|
| 945 |
+
"max_length": 12480,
|
| 946 |
+
"mean_length": 6657.96,
|
| 947 |
+
"token_count_method": "cl100k_base",
|
| 948 |
+
"min_input_tokens": 10,
|
| 949 |
+
"max_input_tokens": 49,
|
| 950 |
+
"mean_input_tokens": 19.8,
|
| 951 |
+
"min_context_tokens": 167,
|
| 952 |
+
"max_context_tokens": 16313,
|
| 953 |
+
"mean_context_tokens": 9451.05,
|
| 954 |
+
"min_total_tokens": 186,
|
| 955 |
+
"max_total_tokens": 16329,
|
| 956 |
+
"mean_total_tokens": 9470.88
|
| 957 |
+
},
|
| 958 |
+
"2wikimqa_e": {
|
| 959 |
+
"task": "2wikimqa_e",
|
| 960 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/2wikimqa_e.jsonl",
|
| 961 |
+
"num_examples": 300,
|
| 962 |
+
"duplicate_id_count": 0,
|
| 963 |
+
"languages": {
|
| 964 |
+
"en": 300
|
| 965 |
+
},
|
| 966 |
+
"dataset_labels": {
|
| 967 |
+
"2wikimqa_e": 300
|
| 968 |
+
},
|
| 969 |
+
"answer_count_distribution": {
|
| 970 |
+
"1": 300
|
| 971 |
+
},
|
| 972 |
+
"all_classes_count_distribution": {
|
| 973 |
+
"0": 300
|
| 974 |
+
},
|
| 975 |
+
"min_length": 987,
|
| 976 |
+
"max_length": 12334,
|
| 977 |
+
"mean_length": 6146.54,
|
| 978 |
+
"token_count_method": "cl100k_base",
|
| 979 |
+
"min_input_tokens": 9,
|
| 980 |
+
"max_input_tokens": 31,
|
| 981 |
+
"mean_input_tokens": 16.6,
|
| 982 |
+
"min_context_tokens": 1379,
|
| 983 |
+
"max_context_tokens": 16319,
|
| 984 |
+
"mean_context_tokens": 8857.59,
|
| 985 |
+
"min_total_tokens": 1394,
|
| 986 |
+
"max_total_tokens": 16333,
|
| 987 |
+
"mean_total_tokens": 8874.2
|
| 988 |
+
},
|
| 989 |
+
"gov_report_e": {
|
| 990 |
+
"task": "gov_report_e",
|
| 991 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/gov_report_e.jsonl",
|
| 992 |
+
"num_examples": 300,
|
| 993 |
+
"duplicate_id_count": 0,
|
| 994 |
+
"languages": {
|
| 995 |
+
"en": 300
|
| 996 |
+
},
|
| 997 |
+
"dataset_labels": {
|
| 998 |
+
"gov_report_e": 300
|
| 999 |
+
},
|
| 1000 |
+
"answer_count_distribution": {
|
| 1001 |
+
"1": 300
|
| 1002 |
+
},
|
| 1003 |
+
"all_classes_count_distribution": {
|
| 1004 |
+
"0": 300
|
| 1005 |
+
},
|
| 1006 |
+
"min_length": 881,
|
| 1007 |
+
"max_length": 23442,
|
| 1008 |
+
"mean_length": 7140.79,
|
| 1009 |
+
"token_count_method": "cl100k_base",
|
| 1010 |
+
"min_input_tokens": 0,
|
| 1011 |
+
"max_input_tokens": 0,
|
| 1012 |
+
"mean_input_tokens": 0.0,
|
| 1013 |
+
"min_context_tokens": 1019,
|
| 1014 |
+
"max_context_tokens": 27686,
|
| 1015 |
+
"mean_context_tokens": 8160.53,
|
| 1016 |
+
"min_total_tokens": 1019,
|
| 1017 |
+
"max_total_tokens": 27686,
|
| 1018 |
+
"mean_total_tokens": 8160.53
|
| 1019 |
+
},
|
| 1020 |
+
"multi_news_e": {
|
| 1021 |
+
"task": "multi_news_e",
|
| 1022 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/multi_news_e.jsonl",
|
| 1023 |
+
"num_examples": 294,
|
| 1024 |
+
"duplicate_id_count": 0,
|
| 1025 |
+
"languages": {
|
| 1026 |
+
"en": 294
|
| 1027 |
+
},
|
| 1028 |
+
"dataset_labels": {
|
| 1029 |
+
"multi_news_e": 294
|
| 1030 |
+
},
|
| 1031 |
+
"answer_count_distribution": {
|
| 1032 |
+
"1": 294
|
| 1033 |
+
},
|
| 1034 |
+
"all_classes_count_distribution": {
|
| 1035 |
+
"0": 294
|
| 1036 |
+
},
|
| 1037 |
+
"min_length": 374,
|
| 1038 |
+
"max_length": 27973,
|
| 1039 |
+
"mean_length": 5999.31,
|
| 1040 |
+
"token_count_method": "cl100k_base",
|
| 1041 |
+
"min_input_tokens": 0,
|
| 1042 |
+
"max_input_tokens": 0,
|
| 1043 |
+
"mean_input_tokens": 0.0,
|
| 1044 |
+
"min_context_tokens": 359,
|
| 1045 |
+
"max_context_tokens": 38322,
|
| 1046 |
+
"mean_context_tokens": 7883.37,
|
| 1047 |
+
"min_total_tokens": 359,
|
| 1048 |
+
"max_total_tokens": 38322,
|
| 1049 |
+
"mean_total_tokens": 7883.37
|
| 1050 |
+
},
|
| 1051 |
+
"trec_e": {
|
| 1052 |
+
"task": "trec_e",
|
| 1053 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/trec_e.jsonl",
|
| 1054 |
+
"num_examples": 300,
|
| 1055 |
+
"duplicate_id_count": 0,
|
| 1056 |
+
"languages": {
|
| 1057 |
+
"en": 300
|
| 1058 |
+
},
|
| 1059 |
+
"dataset_labels": {
|
| 1060 |
+
"trec_e": 300
|
| 1061 |
+
},
|
| 1062 |
+
"answer_count_distribution": {
|
| 1063 |
+
"1": 300
|
| 1064 |
+
},
|
| 1065 |
+
"all_classes_count_distribution": {
|
| 1066 |
+
"50": 300
|
| 1067 |
+
},
|
| 1068 |
+
"min_length": 746,
|
| 1069 |
+
"max_length": 13237,
|
| 1070 |
+
"mean_length": 6259.26,
|
| 1071 |
+
"token_count_method": "cl100k_base",
|
| 1072 |
+
"min_input_tokens": 8,
|
| 1073 |
+
"max_input_tokens": 24,
|
| 1074 |
+
"mean_input_tokens": 12.09,
|
| 1075 |
+
"min_context_tokens": 972,
|
| 1076 |
+
"max_context_tokens": 17173,
|
| 1077 |
+
"mean_context_tokens": 8169.75,
|
| 1078 |
+
"min_total_tokens": 982,
|
| 1079 |
+
"max_total_tokens": 17185,
|
| 1080 |
+
"mean_total_tokens": 8181.84
|
| 1081 |
+
},
|
| 1082 |
+
"triviaqa_e": {
|
| 1083 |
+
"task": "triviaqa_e",
|
| 1084 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/triviaqa_e.jsonl",
|
| 1085 |
+
"num_examples": 300,
|
| 1086 |
+
"duplicate_id_count": 0,
|
| 1087 |
+
"languages": {
|
| 1088 |
+
"en": 300
|
| 1089 |
+
},
|
| 1090 |
+
"dataset_labels": {
|
| 1091 |
+
"triviaqa_e": 300
|
| 1092 |
+
},
|
| 1093 |
+
"answer_count_distribution": {
|
| 1094 |
+
"1": 7,
|
| 1095 |
+
"2": 26,
|
| 1096 |
+
"3": 21,
|
| 1097 |
+
"4": 12,
|
| 1098 |
+
"5": 13,
|
| 1099 |
+
"6": 20,
|
| 1100 |
+
"7": 16,
|
| 1101 |
+
"8": 18,
|
| 1102 |
+
"9": 11,
|
| 1103 |
+
"10": 6,
|
| 1104 |
+
"11": 7,
|
| 1105 |
+
"12": 9,
|
| 1106 |
+
"13": 16,
|
| 1107 |
+
"14": 11,
|
| 1108 |
+
"15": 3,
|
| 1109 |
+
"16": 7,
|
| 1110 |
+
"17": 3,
|
| 1111 |
+
"18": 4,
|
| 1112 |
+
"19": 2,
|
| 1113 |
+
"20": 6,
|
| 1114 |
+
"21": 10,
|
| 1115 |
+
"22": 6,
|
| 1116 |
+
"23": 6,
|
| 1117 |
+
"24": 7,
|
| 1118 |
+
"25": 5,
|
| 1119 |
+
"26": 5,
|
| 1120 |
+
"27": 2,
|
| 1121 |
+
"28": 6,
|
| 1122 |
+
"29": 2,
|
| 1123 |
+
"30": 1,
|
| 1124 |
+
"32": 7,
|
| 1125 |
+
"34": 4,
|
| 1126 |
+
"35": 1,
|
| 1127 |
+
"36": 2,
|
| 1128 |
+
"37": 2,
|
| 1129 |
+
"40": 2,
|
| 1130 |
+
"44": 2,
|
| 1131 |
+
"45": 2,
|
| 1132 |
+
"50": 1,
|
| 1133 |
+
"54": 1,
|
| 1134 |
+
"56": 1,
|
| 1135 |
+
"84": 1,
|
| 1136 |
+
"90": 1,
|
| 1137 |
+
"92": 1,
|
| 1138 |
+
"100": 2,
|
| 1139 |
+
"182": 2
|
| 1140 |
+
},
|
| 1141 |
+
"all_classes_count_distribution": {
|
| 1142 |
+
"0": 300
|
| 1143 |
+
},
|
| 1144 |
+
"min_length": 804,
|
| 1145 |
+
"max_length": 15960,
|
| 1146 |
+
"mean_length": 6684.6,
|
| 1147 |
+
"token_count_method": "cl100k_base",
|
| 1148 |
+
"min_input_tokens": 89,
|
| 1149 |
+
"max_input_tokens": 1929,
|
| 1150 |
+
"mean_input_tokens": 696.78,
|
| 1151 |
+
"min_context_tokens": 495,
|
| 1152 |
+
"max_context_tokens": 36061,
|
| 1153 |
+
"mean_context_tokens": 8996.34,
|
| 1154 |
+
"min_total_tokens": 1054,
|
| 1155 |
+
"max_total_tokens": 36228,
|
| 1156 |
+
"mean_total_tokens": 9693.12
|
| 1157 |
+
},
|
| 1158 |
+
"samsum_e": {
|
| 1159 |
+
"task": "samsum_e",
|
| 1160 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/samsum_e.jsonl",
|
| 1161 |
+
"num_examples": 300,
|
| 1162 |
+
"duplicate_id_count": 0,
|
| 1163 |
+
"languages": {
|
| 1164 |
+
"en": 300
|
| 1165 |
+
},
|
| 1166 |
+
"dataset_labels": {
|
| 1167 |
+
"samsum_e": 300
|
| 1168 |
+
},
|
| 1169 |
+
"answer_count_distribution": {
|
| 1170 |
+
"1": 300
|
| 1171 |
+
},
|
| 1172 |
+
"all_classes_count_distribution": {
|
| 1173 |
+
"0": 300
|
| 1174 |
+
},
|
| 1175 |
+
"min_length": 936,
|
| 1176 |
+
"max_length": 12403,
|
| 1177 |
+
"mean_length": 6170.48,
|
| 1178 |
+
"token_count_method": "cl100k_base",
|
| 1179 |
+
"min_input_tokens": 30,
|
| 1180 |
+
"max_input_tokens": 543,
|
| 1181 |
+
"mean_input_tokens": 153.12,
|
| 1182 |
+
"min_context_tokens": 1332,
|
| 1183 |
+
"max_context_tokens": 18171,
|
| 1184 |
+
"mean_context_tokens": 8881.95,
|
| 1185 |
+
"min_total_tokens": 1386,
|
| 1186 |
+
"max_total_tokens": 18223,
|
| 1187 |
+
"mean_total_tokens": 9035.07
|
| 1188 |
+
},
|
| 1189 |
+
"passage_count_e": {
|
| 1190 |
+
"task": "passage_count_e",
|
| 1191 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_count_e.jsonl",
|
| 1192 |
+
"num_examples": 300,
|
| 1193 |
+
"duplicate_id_count": 0,
|
| 1194 |
+
"languages": {
|
| 1195 |
+
"en": 300
|
| 1196 |
+
},
|
| 1197 |
+
"dataset_labels": {
|
| 1198 |
+
"passage_count_e": 300
|
| 1199 |
+
},
|
| 1200 |
+
"answer_count_distribution": {
|
| 1201 |
+
"1": 300
|
| 1202 |
+
},
|
| 1203 |
+
"all_classes_count_distribution": {
|
| 1204 |
+
"0": 300
|
| 1205 |
+
},
|
| 1206 |
+
"min_length": 1407,
|
| 1207 |
+
"max_length": 14537,
|
| 1208 |
+
"mean_length": 6117.3,
|
| 1209 |
+
"token_count_method": "cl100k_base",
|
| 1210 |
+
"min_input_tokens": 0,
|
| 1211 |
+
"max_input_tokens": 0,
|
| 1212 |
+
"mean_input_tokens": 0.0,
|
| 1213 |
+
"min_context_tokens": 1841,
|
| 1214 |
+
"max_context_tokens": 22952,
|
| 1215 |
+
"mean_context_tokens": 8232.71,
|
| 1216 |
+
"min_total_tokens": 1841,
|
| 1217 |
+
"max_total_tokens": 22952,
|
| 1218 |
+
"mean_total_tokens": 8232.71
|
| 1219 |
+
},
|
| 1220 |
+
"passage_retrieval_en_e": {
|
| 1221 |
+
"task": "passage_retrieval_en_e",
|
| 1222 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_retrieval_en_e.jsonl",
|
| 1223 |
+
"num_examples": 300,
|
| 1224 |
+
"duplicate_id_count": 0,
|
| 1225 |
+
"languages": {
|
| 1226 |
+
"en": 300
|
| 1227 |
+
},
|
| 1228 |
+
"dataset_labels": {
|
| 1229 |
+
"passage_retrieval_en_e": 300
|
| 1230 |
+
},
|
| 1231 |
+
"answer_count_distribution": {
|
| 1232 |
+
"1": 300
|
| 1233 |
+
},
|
| 1234 |
+
"all_classes_count_distribution": {
|
| 1235 |
+
"0": 300
|
| 1236 |
+
},
|
| 1237 |
+
"min_length": 2358,
|
| 1238 |
+
"max_length": 10607,
|
| 1239 |
+
"mean_length": 6115.38,
|
| 1240 |
+
"token_count_method": "cl100k_base",
|
| 1241 |
+
"min_input_tokens": 44,
|
| 1242 |
+
"max_input_tokens": 394,
|
| 1243 |
+
"mean_input_tokens": 175.62,
|
| 1244 |
+
"min_context_tokens": 3062,
|
| 1245 |
+
"max_context_tokens": 14312,
|
| 1246 |
+
"mean_context_tokens": 8009.82,
|
| 1247 |
+
"min_total_tokens": 3169,
|
| 1248 |
+
"max_total_tokens": 14490,
|
| 1249 |
+
"mean_total_tokens": 8185.44
|
| 1250 |
+
},
|
| 1251 |
+
"lcc_e": {
|
| 1252 |
+
"task": "lcc_e",
|
| 1253 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/lcc_e.jsonl",
|
| 1254 |
+
"num_examples": 300,
|
| 1255 |
+
"duplicate_id_count": 0,
|
| 1256 |
+
"languages": {
|
| 1257 |
+
"csharp": 97,
|
| 1258 |
+
"java": 91,
|
| 1259 |
+
"python": 112
|
| 1260 |
+
},
|
| 1261 |
+
"dataset_labels": {
|
| 1262 |
+
"lcc_e": 300
|
| 1263 |
+
},
|
| 1264 |
+
"answer_count_distribution": {
|
| 1265 |
+
"1": 300
|
| 1266 |
+
},
|
| 1267 |
+
"all_classes_count_distribution": {
|
| 1268 |
+
"0": 300
|
| 1269 |
+
},
|
| 1270 |
+
"min_length": 386,
|
| 1271 |
+
"max_length": 23278,
|
| 1272 |
+
"mean_length": 5546.3,
|
| 1273 |
+
"token_count_method": "cl100k_base",
|
| 1274 |
+
"min_input_tokens": 0,
|
| 1275 |
+
"max_input_tokens": 0,
|
| 1276 |
+
"mean_input_tokens": 0.0,
|
| 1277 |
+
"min_context_tokens": 1099,
|
| 1278 |
+
"max_context_tokens": 49200,
|
| 1279 |
+
"mean_context_tokens": 13516.84,
|
| 1280 |
+
"min_total_tokens": 1099,
|
| 1281 |
+
"max_total_tokens": 49200,
|
| 1282 |
+
"mean_total_tokens": 13516.84
|
| 1283 |
+
},
|
| 1284 |
+
"repobench-p_e": {
|
| 1285 |
+
"task": "repobench-p_e",
|
| 1286 |
+
"source_file": "/home/arman/project/LongBench/LongBench_data/data/repobench-p_e.jsonl",
|
| 1287 |
+
"num_examples": 300,
|
| 1288 |
+
"duplicate_id_count": 0,
|
| 1289 |
+
"languages": {
|
| 1290 |
+
"java": 167,
|
| 1291 |
+
"python": 133
|
| 1292 |
+
},
|
| 1293 |
+
"dataset_labels": {
|
| 1294 |
+
"repobench-p_e": 300
|
| 1295 |
+
},
|
| 1296 |
+
"answer_count_distribution": {
|
| 1297 |
+
"1": 300
|
| 1298 |
+
},
|
| 1299 |
+
"all_classes_count_distribution": {
|
| 1300 |
+
"0": 300
|
| 1301 |
+
},
|
| 1302 |
+
"min_length": 785,
|
| 1303 |
+
"max_length": 18864,
|
| 1304 |
+
"mean_length": 6067.31,
|
| 1305 |
+
"token_count_method": "cl100k_base",
|
| 1306 |
+
"min_input_tokens": 147,
|
| 1307 |
+
"max_input_tokens": 4330,
|
| 1308 |
+
"mean_input_tokens": 1073.45,
|
| 1309 |
+
"min_context_tokens": 1240,
|
| 1310 |
+
"max_context_tokens": 40430,
|
| 1311 |
+
"mean_context_tokens": 14238.96,
|
| 1312 |
+
"min_total_tokens": 2168,
|
| 1313 |
+
"max_total_tokens": 41008,
|
| 1314 |
+
"mean_total_tokens": 15312.48
|
| 1315 |
+
}
|
| 1316 |
+
},
|
| 1317 |
+
"parquet_files": {
|
| 1318 |
+
"narrativeqa": [
|
| 1319 |
+
"data/narrativeqa/test-00000-of-00001.parquet"
|
| 1320 |
+
],
|
| 1321 |
+
"qasper": [
|
| 1322 |
+
"data/qasper/test-00000-of-00001.parquet"
|
| 1323 |
+
],
|
| 1324 |
+
"multifieldqa_en": [
|
| 1325 |
+
"data/multifieldqa_en/test-00000-of-00001.parquet"
|
| 1326 |
+
],
|
| 1327 |
+
"multifieldqa_zh": [
|
| 1328 |
+
"data/multifieldqa_zh/test-00000-of-00001.parquet"
|
| 1329 |
+
],
|
| 1330 |
+
"hotpotqa": [
|
| 1331 |
+
"data/hotpotqa/test-00000-of-00001.parquet"
|
| 1332 |
+
],
|
| 1333 |
+
"2wikimqa": [
|
| 1334 |
+
"data/2wikimqa/test-00000-of-00001.parquet"
|
| 1335 |
+
],
|
| 1336 |
+
"musique": [
|
| 1337 |
+
"data/musique/test-00000-of-00001.parquet"
|
| 1338 |
+
],
|
| 1339 |
+
"dureader": [
|
| 1340 |
+
"data/dureader/test-00000-of-00001.parquet"
|
| 1341 |
+
],
|
| 1342 |
+
"gov_report": [
|
| 1343 |
+
"data/gov_report/test-00000-of-00001.parquet"
|
| 1344 |
+
],
|
| 1345 |
+
"qmsum": [
|
| 1346 |
+
"data/qmsum/test-00000-of-00001.parquet"
|
| 1347 |
+
],
|
| 1348 |
+
"multi_news": [
|
| 1349 |
+
"data/multi_news/test-00000-of-00001.parquet"
|
| 1350 |
+
],
|
| 1351 |
+
"vcsum": [
|
| 1352 |
+
"data/vcsum/test-00000-of-00001.parquet"
|
| 1353 |
+
],
|
| 1354 |
+
"trec": [
|
| 1355 |
+
"data/trec/test-00000-of-00001.parquet"
|
| 1356 |
+
],
|
| 1357 |
+
"triviaqa": [
|
| 1358 |
+
"data/triviaqa/test-00000-of-00001.parquet"
|
| 1359 |
+
],
|
| 1360 |
+
"samsum": [
|
| 1361 |
+
"data/samsum/test-00000-of-00001.parquet"
|
| 1362 |
+
],
|
| 1363 |
+
"lsht": [
|
| 1364 |
+
"data/lsht/test-00000-of-00001.parquet"
|
| 1365 |
+
],
|
| 1366 |
+
"passage_count": [
|
| 1367 |
+
"data/passage_count/test-00000-of-00001.parquet"
|
| 1368 |
+
],
|
| 1369 |
+
"passage_retrieval_en": [
|
| 1370 |
+
"data/passage_retrieval_en/test-00000-of-00001.parquet"
|
| 1371 |
+
],
|
| 1372 |
+
"passage_retrieval_zh": [
|
| 1373 |
+
"data/passage_retrieval_zh/test-00000-of-00001.parquet"
|
| 1374 |
+
],
|
| 1375 |
+
"lcc": [
|
| 1376 |
+
"data/lcc/test-00000-of-00001.parquet"
|
| 1377 |
+
],
|
| 1378 |
+
"repobench-p": [
|
| 1379 |
+
"data/repobench-p/test-00000-of-00001.parquet"
|
| 1380 |
+
],
|
| 1381 |
+
"qasper_e": [
|
| 1382 |
+
"data/qasper_e/test-00000-of-00001.parquet"
|
| 1383 |
+
],
|
| 1384 |
+
"multifieldqa_en_e": [
|
| 1385 |
+
"data/multifieldqa_en_e/test-00000-of-00001.parquet"
|
| 1386 |
+
],
|
| 1387 |
+
"hotpotqa_e": [
|
| 1388 |
+
"data/hotpotqa_e/test-00000-of-00001.parquet"
|
| 1389 |
+
],
|
| 1390 |
+
"2wikimqa_e": [
|
| 1391 |
+
"data/2wikimqa_e/test-00000-of-00001.parquet"
|
| 1392 |
+
],
|
| 1393 |
+
"gov_report_e": [
|
| 1394 |
+
"data/gov_report_e/test-00000-of-00001.parquet"
|
| 1395 |
+
],
|
| 1396 |
+
"multi_news_e": [
|
| 1397 |
+
"data/multi_news_e/test-00000-of-00001.parquet"
|
| 1398 |
+
],
|
| 1399 |
+
"trec_e": [
|
| 1400 |
+
"data/trec_e/test-00000-of-00001.parquet"
|
| 1401 |
+
],
|
| 1402 |
+
"triviaqa_e": [
|
| 1403 |
+
"data/triviaqa_e/test-00000-of-00001.parquet"
|
| 1404 |
+
],
|
| 1405 |
+
"samsum_e": [
|
| 1406 |
+
"data/samsum_e/test-00000-of-00001.parquet"
|
| 1407 |
+
],
|
| 1408 |
+
"passage_count_e": [
|
| 1409 |
+
"data/passage_count_e/test-00000-of-00001.parquet"
|
| 1410 |
+
],
|
| 1411 |
+
"passage_retrieval_en_e": [
|
| 1412 |
+
"data/passage_retrieval_en_e/test-00000-of-00001.parquet"
|
| 1413 |
+
],
|
| 1414 |
+
"lcc_e": [
|
| 1415 |
+
"data/lcc_e/test-00000-of-00001.parquet"
|
| 1416 |
+
],
|
| 1417 |
+
"repobench-p_e": [
|
| 1418 |
+
"data/repobench-p_e/test-00000-of-00001.parquet"
|
| 1419 |
+
]
|
| 1420 |
+
},
|
| 1421 |
+
"parquet_stats": {
|
| 1422 |
+
"narrativeqa": {
|
| 1423 |
+
"data/narrativeqa/test-00000-of-00001.parquet": {
|
| 1424 |
+
"num_rows": 200,
|
| 1425 |
+
"num_row_groups": 1,
|
| 1426 |
+
"serialized_size": 4538,
|
| 1427 |
+
"file_size": 12714807
|
| 1428 |
+
}
|
| 1429 |
+
},
|
| 1430 |
+
"qasper": {
|
| 1431 |
+
"data/qasper/test-00000-of-00001.parquet": {
|
| 1432 |
+
"num_rows": 200,
|
| 1433 |
+
"num_row_groups": 1,
|
| 1434 |
+
"serialized_size": 4625,
|
| 1435 |
+
"file_size": 2354374
|
| 1436 |
+
}
|
| 1437 |
+
},
|
| 1438 |
+
"multifieldqa_en": {
|
| 1439 |
+
"data/multifieldqa_en/test-00000-of-00001.parquet": {
|
| 1440 |
+
"num_rows": 150,
|
| 1441 |
+
"num_row_groups": 1,
|
| 1442 |
+
"serialized_size": 4851,
|
| 1443 |
+
"file_size": 2301619
|
| 1444 |
+
}
|
| 1445 |
+
},
|
| 1446 |
+
"multifieldqa_zh": {
|
| 1447 |
+
"data/multifieldqa_zh/test-00000-of-00001.parquet": {
|
| 1448 |
+
"num_rows": 200,
|
| 1449 |
+
"num_row_groups": 1,
|
| 1450 |
+
"serialized_size": 4498,
|
| 1451 |
+
"file_size": 1959043
|
| 1452 |
+
}
|
| 1453 |
+
},
|
| 1454 |
+
"hotpotqa": {
|
| 1455 |
+
"data/hotpotqa/test-00000-of-00001.parquet": {
|
| 1456 |
+
"num_rows": 200,
|
| 1457 |
+
"num_row_groups": 1,
|
| 1458 |
+
"serialized_size": 4558,
|
| 1459 |
+
"file_size": 6598795
|
| 1460 |
+
}
|
| 1461 |
+
},
|
| 1462 |
+
"2wikimqa": {
|
| 1463 |
+
"data/2wikimqa/test-00000-of-00001.parquet": {
|
| 1464 |
+
"num_rows": 200,
|
| 1465 |
+
"num_row_groups": 1,
|
| 1466 |
+
"serialized_size": 4457,
|
| 1467 |
+
"file_size": 3592863
|
| 1468 |
+
}
|
| 1469 |
+
},
|
| 1470 |
+
"musique": {
|
| 1471 |
+
"data/musique/test-00000-of-00001.parquet": {
|
| 1472 |
+
"num_rows": 200,
|
| 1473 |
+
"num_row_groups": 1,
|
| 1474 |
+
"serialized_size": 4512,
|
| 1475 |
+
"file_size": 8116451
|
| 1476 |
+
}
|
| 1477 |
+
},
|
| 1478 |
+
"dureader": {
|
| 1479 |
+
"data/dureader/test-00000-of-00001.parquet": {
|
| 1480 |
+
"num_rows": 200,
|
| 1481 |
+
"num_row_groups": 1,
|
| 1482 |
+
"serialized_size": 5526,
|
| 1483 |
+
"file_size": 5170217
|
| 1484 |
+
}
|
| 1485 |
+
},
|
| 1486 |
+
"gov_report": {
|
| 1487 |
+
"data/gov_report/test-00000-of-00001.parquet": {
|
| 1488 |
+
"num_rows": 200,
|
| 1489 |
+
"num_row_groups": 1,
|
| 1490 |
+
"serialized_size": 8298,
|
| 1491 |
+
"file_size": 5490476
|
| 1492 |
+
}
|
| 1493 |
+
},
|
| 1494 |
+
"qmsum": {
|
| 1495 |
+
"data/qmsum/test-00000-of-00001.parquet": {
|
| 1496 |
+
"num_rows": 200,
|
| 1497 |
+
"num_row_groups": 1,
|
| 1498 |
+
"serialized_size": 5290,
|
| 1499 |
+
"file_size": 5197864
|
| 1500 |
+
}
|
| 1501 |
+
},
|
| 1502 |
+
"multi_news": {
|
| 1503 |
+
"data/multi_news/test-00000-of-00001.parquet": {
|
| 1504 |
+
"num_rows": 200,
|
| 1505 |
+
"num_row_groups": 1,
|
| 1506 |
+
"serialized_size": 7628,
|
| 1507 |
+
"file_size": 1495263
|
| 1508 |
+
}
|
| 1509 |
+
},
|
| 1510 |
+
"vcsum": {
|
| 1511 |
+
"data/vcsum/test-00000-of-00001.parquet": {
|
| 1512 |
+
"num_rows": 200,
|
| 1513 |
+
"num_row_groups": 1,
|
| 1514 |
+
"serialized_size": 5465,
|
| 1515 |
+
"file_size": 5141334
|
| 1516 |
+
}
|
| 1517 |
+
},
|
| 1518 |
+
"trec": {
|
| 1519 |
+
"data/trec/test-00000-of-00001.parquet": {
|
| 1520 |
+
"num_rows": 200,
|
| 1521 |
+
"num_row_groups": 1,
|
| 1522 |
+
"serialized_size": 4463,
|
| 1523 |
+
"file_size": 2675373
|
| 1524 |
+
}
|
| 1525 |
+
},
|
| 1526 |
+
"triviaqa": {
|
| 1527 |
+
"data/triviaqa/test-00000-of-00001.parquet": {
|
| 1528 |
+
"num_rows": 200,
|
| 1529 |
+
"num_row_groups": 1,
|
| 1530 |
+
"serialized_size": 6734,
|
| 1531 |
+
"file_size": 6286656
|
| 1532 |
+
}
|
| 1533 |
+
},
|
| 1534 |
+
"samsum": {
|
| 1535 |
+
"data/samsum/test-00000-of-00001.parquet": {
|
| 1536 |
+
"num_rows": 200,
|
| 1537 |
+
"num_row_groups": 1,
|
| 1538 |
+
"serialized_size": 5504,
|
| 1539 |
+
"file_size": 4114823
|
| 1540 |
+
}
|
| 1541 |
+
},
|
| 1542 |
+
"lsht": {
|
| 1543 |
+
"data/lsht/test-00000-of-00001.parquet": {
|
| 1544 |
+
"num_rows": 200,
|
| 1545 |
+
"num_row_groups": 1,
|
| 1546 |
+
"serialized_size": 8056,
|
| 1547 |
+
"file_size": 8145640
|
| 1548 |
+
}
|
| 1549 |
+
},
|
| 1550 |
+
"passage_count": {
|
| 1551 |
+
"data/passage_count/test-00000-of-00001.parquet": {
|
| 1552 |
+
"num_rows": 200,
|
| 1553 |
+
"num_row_groups": 1,
|
| 1554 |
+
"serialized_size": 4319,
|
| 1555 |
+
"file_size": 4952237
|
| 1556 |
+
}
|
| 1557 |
+
},
|
| 1558 |
+
"passage_retrieval_en": {
|
| 1559 |
+
"data/passage_retrieval_en/test-00000-of-00001.parquet": {
|
| 1560 |
+
"num_rows": 200,
|
| 1561 |
+
"num_row_groups": 1,
|
| 1562 |
+
"serialized_size": 5632,
|
| 1563 |
+
"file_size": 7041106
|
| 1564 |
+
}
|
| 1565 |
+
},
|
| 1566 |
+
"passage_retrieval_zh": {
|
| 1567 |
+
"data/passage_retrieval_zh/test-00000-of-00001.parquet": {
|
| 1568 |
+
"num_rows": 200,
|
| 1569 |
+
"num_row_groups": 1,
|
| 1570 |
+
"serialized_size": 5028,
|
| 1571 |
+
"file_size": 2680042
|
| 1572 |
+
}
|
| 1573 |
+
},
|
| 1574 |
+
"lcc": {
|
| 1575 |
+
"data/lcc/test-00000-of-00001.parquet": {
|
| 1576 |
+
"num_rows": 500,
|
| 1577 |
+
"num_row_groups": 1,
|
| 1578 |
+
"serialized_size": 4408,
|
| 1579 |
+
"file_size": 2350700
|
| 1580 |
+
}
|
| 1581 |
+
},
|
| 1582 |
+
"repobench-p": {
|
| 1583 |
+
"data/repobench-p/test-00000-of-00001.parquet": {
|
| 1584 |
+
"num_rows": 500,
|
| 1585 |
+
"num_row_groups": 1,
|
| 1586 |
+
"serialized_size": 4414,
|
| 1587 |
+
"file_size": 7759355
|
| 1588 |
+
}
|
| 1589 |
+
},
|
| 1590 |
+
"qasper_e": {
|
| 1591 |
+
"data/qasper_e/test-00000-of-00001.parquet": {
|
| 1592 |
+
"num_rows": 224,
|
| 1593 |
+
"num_row_groups": 1,
|
| 1594 |
+
"serialized_size": 4584,
|
| 1595 |
+
"file_size": 3315926
|
| 1596 |
+
}
|
| 1597 |
+
},
|
| 1598 |
+
"multifieldqa_en_e": {
|
| 1599 |
+
"data/multifieldqa_en_e/test-00000-of-00001.parquet": {
|
| 1600 |
+
"num_rows": 150,
|
| 1601 |
+
"num_row_groups": 1,
|
| 1602 |
+
"serialized_size": 4856,
|
| 1603 |
+
"file_size": 2176367
|
| 1604 |
+
}
|
| 1605 |
+
},
|
| 1606 |
+
"hotpotqa_e": {
|
| 1607 |
+
"data/hotpotqa_e/test-00000-of-00001.parquet": {
|
| 1608 |
+
"num_rows": 300,
|
| 1609 |
+
"num_row_groups": 1,
|
| 1610 |
+
"serialized_size": 4502,
|
| 1611 |
+
"file_size": 7180660
|
| 1612 |
+
}
|
| 1613 |
+
},
|
| 1614 |
+
"2wikimqa_e": {
|
| 1615 |
+
"data/2wikimqa_e/test-00000-of-00001.parquet": {
|
| 1616 |
+
"num_rows": 300,
|
| 1617 |
+
"num_row_groups": 1,
|
| 1618 |
+
"serialized_size": 4454,
|
| 1619 |
+
"file_size": 6801678
|
| 1620 |
+
}
|
| 1621 |
+
},
|
| 1622 |
+
"gov_report_e": {
|
| 1623 |
+
"data/gov_report_e/test-00000-of-00001.parquet": {
|
| 1624 |
+
"num_rows": 300,
|
| 1625 |
+
"num_row_groups": 1,
|
| 1626 |
+
"serialized_size": 5548,
|
| 1627 |
+
"file_size": 6656574
|
| 1628 |
+
}
|
| 1629 |
+
},
|
| 1630 |
+
"multi_news_e": {
|
| 1631 |
+
"data/multi_news_e/test-00000-of-00001.parquet": {
|
| 1632 |
+
"num_rows": 294,
|
| 1633 |
+
"num_row_groups": 1,
|
| 1634 |
+
"serialized_size": 8297,
|
| 1635 |
+
"file_size": 5849270
|
| 1636 |
+
}
|
| 1637 |
+
},
|
| 1638 |
+
"trec_e": {
|
| 1639 |
+
"data/trec_e/test-00000-of-00001.parquet": {
|
| 1640 |
+
"num_rows": 300,
|
| 1641 |
+
"num_row_groups": 1,
|
| 1642 |
+
"serialized_size": 4504,
|
| 1643 |
+
"file_size": 4858141
|
| 1644 |
+
}
|
| 1645 |
+
},
|
| 1646 |
+
"triviaqa_e": {
|
| 1647 |
+
"data/triviaqa_e/test-00000-of-00001.parquet": {
|
| 1648 |
+
"num_rows": 300,
|
| 1649 |
+
"num_row_groups": 1,
|
| 1650 |
+
"serialized_size": 9834,
|
| 1651 |
+
"file_size": 7542611
|
| 1652 |
+
}
|
| 1653 |
+
},
|
| 1654 |
+
"samsum_e": {
|
| 1655 |
+
"data/samsum_e/test-00000-of-00001.parquet": {
|
| 1656 |
+
"num_rows": 300,
|
| 1657 |
+
"num_row_groups": 1,
|
| 1658 |
+
"serialized_size": 5646,
|
| 1659 |
+
"file_size": 6085827
|
| 1660 |
+
}
|
| 1661 |
+
},
|
| 1662 |
+
"passage_count_e": {
|
| 1663 |
+
"data/passage_count_e/test-00000-of-00001.parquet": {
|
| 1664 |
+
"num_rows": 300,
|
| 1665 |
+
"num_row_groups": 1,
|
| 1666 |
+
"serialized_size": 4323,
|
| 1667 |
+
"file_size": 3812754
|
| 1668 |
+
}
|
| 1669 |
+
},
|
| 1670 |
+
"passage_retrieval_en_e": {
|
| 1671 |
+
"data/passage_retrieval_en_e/test-00000-of-00001.parquet": {
|
| 1672 |
+
"num_rows": 300,
|
| 1673 |
+
"num_row_groups": 1,
|
| 1674 |
+
"serialized_size": 5643,
|
| 1675 |
+
"file_size": 6955743
|
| 1676 |
+
}
|
| 1677 |
+
},
|
| 1678 |
+
"lcc_e": {
|
| 1679 |
+
"data/lcc_e/test-00000-of-00001.parquet": {
|
| 1680 |
+
"num_rows": 300,
|
| 1681 |
+
"num_row_groups": 1,
|
| 1682 |
+
"serialized_size": 4379,
|
| 1683 |
+
"file_size": 5520937
|
| 1684 |
+
}
|
| 1685 |
+
},
|
| 1686 |
+
"repobench-p_e": {
|
| 1687 |
+
"data/repobench-p_e/test-00000-of-00001.parquet": {
|
| 1688 |
+
"num_rows": 300,
|
| 1689 |
+
"num_row_groups": 1,
|
| 1690 |
+
"serialized_size": 8543,
|
| 1691 |
+
"file_size": 6622900
|
| 1692 |
+
}
|
| 1693 |
+
}
|
| 1694 |
+
},
|
| 1695 |
+
"total_examples": 8418
|
| 1696 |
+
}
|
data/2wikimqa/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a77249bb10da59e15b2d7ca5f192acce5f434772a74d6bef71aba395b766a70
|
| 3 |
+
size 3592863
|
data/2wikimqa_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecdfa9dd70ae5c0b1f53f77ad00a911382c1a82bd3349c03a6de4f657fde4ee8
|
| 3 |
+
size 6801678
|
data/dureader/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:327b76482e024f533bf5f82544073462e0ccf7ff597fa2312986c653967eacb4
|
| 3 |
+
size 5170217
|
data/gov_report/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:076081895dba1a7357924f34690a4602ddd8a26d400f3e09b8448d03aca5369f
|
| 3 |
+
size 5490476
|
data/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:00b296276996b3fc66291734b410543a74cb596d879ea9060ba002cdabb52e89
|
| 3 |
+
size 6656574
|
data/hotpotqa/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fce9164f5f4d9ef52a2398e9db0cf412d52e3e426e985a4cd2896c2eddcda8f3
|
| 3 |
+
size 6598795
|
data/hotpotqa_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19d39f6d1047fa170f21dfdf98e82d53a0c1c8814e01225567dc94f68f467e53
|
| 3 |
+
size 7180660
|
data/lcc/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:948d3dae59811bf4a2166313c0bfa87564ac07b987d9f14d2d0d172b481e126f
|
| 3 |
+
size 2350700
|
data/lcc_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13218e29793252ec3020ff7e6569441c05faac5c2fd11a9f3fbccfac5d369b26
|
| 3 |
+
size 5520937
|
data/lsht/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5095e173da6204105ce0577b081c0280060f7ea05287a2f69929fc360e104ac7
|
| 3 |
+
size 8145640
|
data/multi_news/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62438dd749d1ba3c8e2d66b7b8f7a209905dcead4eb52372da0f80c8ca188c80
|
| 3 |
+
size 1495263
|
data/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:8e9c42c801fc6be94d984582ab4760d5e2f80cee16429fbd773a3b7c98854b45
|
| 3 |
+
size 5849270
|
data/multifieldqa_en/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d3f986e8a6cf51c894ce47124dc01b12b6d4433e8509a5ca8938e268b5404dc
|
| 3 |
+
size 2301619
|
data/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:5a8bf2ed51a07f57e91dfe267069b9e6082ab81decaf2d77a2b105a6ab607556
|
| 3 |
+
size 2176367
|
data/multifieldqa_zh/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d5f095f84bde485b8afae0eeeacd6cee369f9d1fb017eb905dcee6c78f5edf6
|
| 3 |
+
size 1959043
|
data/musique/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c82f3368b7dbd295fa463c35b2d61cd9f7dd43db4b2487a71dd6d53e8bbc3f6
|
| 3 |
+
size 8116451
|
data/narrativeqa/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0653f7e25a0b953fe5c77a2bc6da51808e5b06425f7f388912f24523538299a3
|
| 3 |
+
size 12714807
|
data/passage_count/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a0cdfda03b947f2452e110663ede885fb1d6b32db85f6ba60088a7662e3045
|
| 3 |
+
size 4952237
|
data/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:97e606579c20e30a5fc6d16b4f48c621f943edf7ca365082a06e96d121d0e397
|
| 3 |
+
size 3812754
|
data/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:45887fb8078fdd99e29ba583ea3e43839049a2463b837beae4dd6cd2b9fb888a
|
| 3 |
+
size 7041106
|
data/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:6365afcb0c70f018aef3a1bdc648efec488f6d457375271f520357eeb0d69909
|
| 3 |
+
size 6955743
|
data/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:0e8763ad0e38ce9c3e214be4358be54e8d9171cf6dda80beb928f7da22cb7c57
|
| 3 |
+
size 2680042
|
data/qasper/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:944e094833f07dec5ed6367d8c59e6c355ca132ace286696f4fa81e5b86e12b1
|
| 3 |
+
size 2354374
|
data/qasper_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d27b9ca16c9c19d20cf03598bb4461291f8a68178145459de977319491bf11
|
| 3 |
+
size 3315926
|
data/qmsum/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f4360b18d8f50e4d97c4ba3f433d263a66e0f733e822fca127be1317d5f4210
|
| 3 |
+
size 5197864
|
data/repobench-p/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68ae6dc040de07166d9b1f83cb5f2b7ca07c865f2564abece04d5f10e812b3a
|
| 3 |
+
size 7759355
|
data/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:108dd6b6d8e797f77db70e016159cd8b66b19fad07d1ffc1b46b85b0f3105c4b
|
| 3 |
+
size 6622900
|
data/samsum/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c41dc8236df07c42ffd30e78694d37c4d338fb7ab839bfa6bbe4de19c75b81c0
|
| 3 |
+
size 4114823
|
data/samsum_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e0a51086fab0ad7f9a88de1c9547da909156218cebee9442ab24e715ed5f0e6
|
| 3 |
+
size 6085827
|
data/trec/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1d100de4aaf5fb48e19ae6ca9f6e107234922194d0b89c97cb8894e7cd0d5eb
|
| 3 |
+
size 2675373
|
data/trec_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b39bfa3b0d7f2e0220ab891fd9a6204acdcb6fd22be22e1294379de2d049003
|
| 3 |
+
size 4858141
|
data/triviaqa/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52ad526858662b5a3206aba7f00e336f2eca622af7a6c788ce437baf65118f80
|
| 3 |
+
size 6286656
|
data/triviaqa_e/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ea770117cef1dc3ede99b7d8ef3f068c77d686eb862a306aa99a77d86208492
|
| 3 |
+
size 7542611
|
data/vcsum/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90236ef7c12c9877f4623db56598b3f75cb0e0aace1c7c6254a839b4644f9fa
|
| 3 |
+
size 5141334
|
dataset_infos.json
ADDED
|
@@ -0,0 +1,2348 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"narrativeqa": {
|
| 3 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 4 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 5 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 6 |
+
"license": "apache-2.0",
|
| 7 |
+
"features": {
|
| 8 |
+
"input": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"context": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"answers": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"_type": "List"
|
| 22 |
+
},
|
| 23 |
+
"length": {
|
| 24 |
+
"dtype": "int32",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"input_tokens": {
|
| 28 |
+
"dtype": "int32",
|
| 29 |
+
"_type": "Value"
|
| 30 |
+
},
|
| 31 |
+
"context_tokens": {
|
| 32 |
+
"dtype": "int32",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"total_tokens": {
|
| 36 |
+
"dtype": "int32",
|
| 37 |
+
"_type": "Value"
|
| 38 |
+
},
|
| 39 |
+
"dataset": {
|
| 40 |
+
"dtype": "string",
|
| 41 |
+
"_type": "Value"
|
| 42 |
+
},
|
| 43 |
+
"language": {
|
| 44 |
+
"dtype": "string",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"all_classes": {
|
| 48 |
+
"feature": {
|
| 49 |
+
"dtype": "string",
|
| 50 |
+
"_type": "Value"
|
| 51 |
+
},
|
| 52 |
+
"_type": "List"
|
| 53 |
+
},
|
| 54 |
+
"_id": {
|
| 55 |
+
"dtype": "string",
|
| 56 |
+
"_type": "Value"
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
"builder_name": "parquet",
|
| 60 |
+
"dataset_name": "narrativeqa",
|
| 61 |
+
"config_name": "narrativeqa",
|
| 62 |
+
"version": "1.0.0",
|
| 63 |
+
"splits": {
|
| 64 |
+
"test": {
|
| 65 |
+
"name": "test",
|
| 66 |
+
"num_examples": 200,
|
| 67 |
+
"dataset_name": "narrativeqa"
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"qasper": {
|
| 72 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 73 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 74 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 75 |
+
"license": "apache-2.0",
|
| 76 |
+
"features": {
|
| 77 |
+
"input": {
|
| 78 |
+
"dtype": "string",
|
| 79 |
+
"_type": "Value"
|
| 80 |
+
},
|
| 81 |
+
"context": {
|
| 82 |
+
"dtype": "string",
|
| 83 |
+
"_type": "Value"
|
| 84 |
+
},
|
| 85 |
+
"answers": {
|
| 86 |
+
"feature": {
|
| 87 |
+
"dtype": "string",
|
| 88 |
+
"_type": "Value"
|
| 89 |
+
},
|
| 90 |
+
"_type": "List"
|
| 91 |
+
},
|
| 92 |
+
"length": {
|
| 93 |
+
"dtype": "int32",
|
| 94 |
+
"_type": "Value"
|
| 95 |
+
},
|
| 96 |
+
"input_tokens": {
|
| 97 |
+
"dtype": "int32",
|
| 98 |
+
"_type": "Value"
|
| 99 |
+
},
|
| 100 |
+
"context_tokens": {
|
| 101 |
+
"dtype": "int32",
|
| 102 |
+
"_type": "Value"
|
| 103 |
+
},
|
| 104 |
+
"total_tokens": {
|
| 105 |
+
"dtype": "int32",
|
| 106 |
+
"_type": "Value"
|
| 107 |
+
},
|
| 108 |
+
"dataset": {
|
| 109 |
+
"dtype": "string",
|
| 110 |
+
"_type": "Value"
|
| 111 |
+
},
|
| 112 |
+
"language": {
|
| 113 |
+
"dtype": "string",
|
| 114 |
+
"_type": "Value"
|
| 115 |
+
},
|
| 116 |
+
"all_classes": {
|
| 117 |
+
"feature": {
|
| 118 |
+
"dtype": "string",
|
| 119 |
+
"_type": "Value"
|
| 120 |
+
},
|
| 121 |
+
"_type": "List"
|
| 122 |
+
},
|
| 123 |
+
"_id": {
|
| 124 |
+
"dtype": "string",
|
| 125 |
+
"_type": "Value"
|
| 126 |
+
}
|
| 127 |
+
},
|
| 128 |
+
"builder_name": "parquet",
|
| 129 |
+
"dataset_name": "qasper",
|
| 130 |
+
"config_name": "qasper",
|
| 131 |
+
"version": "1.0.0",
|
| 132 |
+
"splits": {
|
| 133 |
+
"test": {
|
| 134 |
+
"name": "test",
|
| 135 |
+
"num_examples": 200,
|
| 136 |
+
"dataset_name": "qasper"
|
| 137 |
+
}
|
| 138 |
+
}
|
| 139 |
+
},
|
| 140 |
+
"multifieldqa_en": {
|
| 141 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 142 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 143 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 144 |
+
"license": "apache-2.0",
|
| 145 |
+
"features": {
|
| 146 |
+
"input": {
|
| 147 |
+
"dtype": "string",
|
| 148 |
+
"_type": "Value"
|
| 149 |
+
},
|
| 150 |
+
"context": {
|
| 151 |
+
"dtype": "string",
|
| 152 |
+
"_type": "Value"
|
| 153 |
+
},
|
| 154 |
+
"answers": {
|
| 155 |
+
"feature": {
|
| 156 |
+
"dtype": "string",
|
| 157 |
+
"_type": "Value"
|
| 158 |
+
},
|
| 159 |
+
"_type": "List"
|
| 160 |
+
},
|
| 161 |
+
"length": {
|
| 162 |
+
"dtype": "int32",
|
| 163 |
+
"_type": "Value"
|
| 164 |
+
},
|
| 165 |
+
"input_tokens": {
|
| 166 |
+
"dtype": "int32",
|
| 167 |
+
"_type": "Value"
|
| 168 |
+
},
|
| 169 |
+
"context_tokens": {
|
| 170 |
+
"dtype": "int32",
|
| 171 |
+
"_type": "Value"
|
| 172 |
+
},
|
| 173 |
+
"total_tokens": {
|
| 174 |
+
"dtype": "int32",
|
| 175 |
+
"_type": "Value"
|
| 176 |
+
},
|
| 177 |
+
"dataset": {
|
| 178 |
+
"dtype": "string",
|
| 179 |
+
"_type": "Value"
|
| 180 |
+
},
|
| 181 |
+
"language": {
|
| 182 |
+
"dtype": "string",
|
| 183 |
+
"_type": "Value"
|
| 184 |
+
},
|
| 185 |
+
"all_classes": {
|
| 186 |
+
"feature": {
|
| 187 |
+
"dtype": "string",
|
| 188 |
+
"_type": "Value"
|
| 189 |
+
},
|
| 190 |
+
"_type": "List"
|
| 191 |
+
},
|
| 192 |
+
"_id": {
|
| 193 |
+
"dtype": "string",
|
| 194 |
+
"_type": "Value"
|
| 195 |
+
}
|
| 196 |
+
},
|
| 197 |
+
"builder_name": "parquet",
|
| 198 |
+
"dataset_name": "multifieldqa_en",
|
| 199 |
+
"config_name": "multifieldqa_en",
|
| 200 |
+
"version": "1.0.0",
|
| 201 |
+
"splits": {
|
| 202 |
+
"test": {
|
| 203 |
+
"name": "test",
|
| 204 |
+
"num_examples": 150,
|
| 205 |
+
"dataset_name": "multifieldqa_en"
|
| 206 |
+
}
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
"multifieldqa_zh": {
|
| 210 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 211 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 212 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 213 |
+
"license": "apache-2.0",
|
| 214 |
+
"features": {
|
| 215 |
+
"input": {
|
| 216 |
+
"dtype": "string",
|
| 217 |
+
"_type": "Value"
|
| 218 |
+
},
|
| 219 |
+
"context": {
|
| 220 |
+
"dtype": "string",
|
| 221 |
+
"_type": "Value"
|
| 222 |
+
},
|
| 223 |
+
"answers": {
|
| 224 |
+
"feature": {
|
| 225 |
+
"dtype": "string",
|
| 226 |
+
"_type": "Value"
|
| 227 |
+
},
|
| 228 |
+
"_type": "List"
|
| 229 |
+
},
|
| 230 |
+
"length": {
|
| 231 |
+
"dtype": "int32",
|
| 232 |
+
"_type": "Value"
|
| 233 |
+
},
|
| 234 |
+
"input_tokens": {
|
| 235 |
+
"dtype": "int32",
|
| 236 |
+
"_type": "Value"
|
| 237 |
+
},
|
| 238 |
+
"context_tokens": {
|
| 239 |
+
"dtype": "int32",
|
| 240 |
+
"_type": "Value"
|
| 241 |
+
},
|
| 242 |
+
"total_tokens": {
|
| 243 |
+
"dtype": "int32",
|
| 244 |
+
"_type": "Value"
|
| 245 |
+
},
|
| 246 |
+
"dataset": {
|
| 247 |
+
"dtype": "string",
|
| 248 |
+
"_type": "Value"
|
| 249 |
+
},
|
| 250 |
+
"language": {
|
| 251 |
+
"dtype": "string",
|
| 252 |
+
"_type": "Value"
|
| 253 |
+
},
|
| 254 |
+
"all_classes": {
|
| 255 |
+
"feature": {
|
| 256 |
+
"dtype": "string",
|
| 257 |
+
"_type": "Value"
|
| 258 |
+
},
|
| 259 |
+
"_type": "List"
|
| 260 |
+
},
|
| 261 |
+
"_id": {
|
| 262 |
+
"dtype": "string",
|
| 263 |
+
"_type": "Value"
|
| 264 |
+
}
|
| 265 |
+
},
|
| 266 |
+
"builder_name": "parquet",
|
| 267 |
+
"dataset_name": "multifieldqa_zh",
|
| 268 |
+
"config_name": "multifieldqa_zh",
|
| 269 |
+
"version": "1.0.0",
|
| 270 |
+
"splits": {
|
| 271 |
+
"test": {
|
| 272 |
+
"name": "test",
|
| 273 |
+
"num_examples": 200,
|
| 274 |
+
"dataset_name": "multifieldqa_zh"
|
| 275 |
+
}
|
| 276 |
+
}
|
| 277 |
+
},
|
| 278 |
+
"hotpotqa": {
|
| 279 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 280 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 281 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 282 |
+
"license": "apache-2.0",
|
| 283 |
+
"features": {
|
| 284 |
+
"input": {
|
| 285 |
+
"dtype": "string",
|
| 286 |
+
"_type": "Value"
|
| 287 |
+
},
|
| 288 |
+
"context": {
|
| 289 |
+
"dtype": "string",
|
| 290 |
+
"_type": "Value"
|
| 291 |
+
},
|
| 292 |
+
"answers": {
|
| 293 |
+
"feature": {
|
| 294 |
+
"dtype": "string",
|
| 295 |
+
"_type": "Value"
|
| 296 |
+
},
|
| 297 |
+
"_type": "List"
|
| 298 |
+
},
|
| 299 |
+
"length": {
|
| 300 |
+
"dtype": "int32",
|
| 301 |
+
"_type": "Value"
|
| 302 |
+
},
|
| 303 |
+
"input_tokens": {
|
| 304 |
+
"dtype": "int32",
|
| 305 |
+
"_type": "Value"
|
| 306 |
+
},
|
| 307 |
+
"context_tokens": {
|
| 308 |
+
"dtype": "int32",
|
| 309 |
+
"_type": "Value"
|
| 310 |
+
},
|
| 311 |
+
"total_tokens": {
|
| 312 |
+
"dtype": "int32",
|
| 313 |
+
"_type": "Value"
|
| 314 |
+
},
|
| 315 |
+
"dataset": {
|
| 316 |
+
"dtype": "string",
|
| 317 |
+
"_type": "Value"
|
| 318 |
+
},
|
| 319 |
+
"language": {
|
| 320 |
+
"dtype": "string",
|
| 321 |
+
"_type": "Value"
|
| 322 |
+
},
|
| 323 |
+
"all_classes": {
|
| 324 |
+
"feature": {
|
| 325 |
+
"dtype": "string",
|
| 326 |
+
"_type": "Value"
|
| 327 |
+
},
|
| 328 |
+
"_type": "List"
|
| 329 |
+
},
|
| 330 |
+
"_id": {
|
| 331 |
+
"dtype": "string",
|
| 332 |
+
"_type": "Value"
|
| 333 |
+
}
|
| 334 |
+
},
|
| 335 |
+
"builder_name": "parquet",
|
| 336 |
+
"dataset_name": "hotpotqa",
|
| 337 |
+
"config_name": "hotpotqa",
|
| 338 |
+
"version": "1.0.0",
|
| 339 |
+
"splits": {
|
| 340 |
+
"test": {
|
| 341 |
+
"name": "test",
|
| 342 |
+
"num_examples": 200,
|
| 343 |
+
"dataset_name": "hotpotqa"
|
| 344 |
+
}
|
| 345 |
+
}
|
| 346 |
+
},
|
| 347 |
+
"2wikimqa": {
|
| 348 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 349 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 350 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 351 |
+
"license": "apache-2.0",
|
| 352 |
+
"features": {
|
| 353 |
+
"input": {
|
| 354 |
+
"dtype": "string",
|
| 355 |
+
"_type": "Value"
|
| 356 |
+
},
|
| 357 |
+
"context": {
|
| 358 |
+
"dtype": "string",
|
| 359 |
+
"_type": "Value"
|
| 360 |
+
},
|
| 361 |
+
"answers": {
|
| 362 |
+
"feature": {
|
| 363 |
+
"dtype": "string",
|
| 364 |
+
"_type": "Value"
|
| 365 |
+
},
|
| 366 |
+
"_type": "List"
|
| 367 |
+
},
|
| 368 |
+
"length": {
|
| 369 |
+
"dtype": "int32",
|
| 370 |
+
"_type": "Value"
|
| 371 |
+
},
|
| 372 |
+
"input_tokens": {
|
| 373 |
+
"dtype": "int32",
|
| 374 |
+
"_type": "Value"
|
| 375 |
+
},
|
| 376 |
+
"context_tokens": {
|
| 377 |
+
"dtype": "int32",
|
| 378 |
+
"_type": "Value"
|
| 379 |
+
},
|
| 380 |
+
"total_tokens": {
|
| 381 |
+
"dtype": "int32",
|
| 382 |
+
"_type": "Value"
|
| 383 |
+
},
|
| 384 |
+
"dataset": {
|
| 385 |
+
"dtype": "string",
|
| 386 |
+
"_type": "Value"
|
| 387 |
+
},
|
| 388 |
+
"language": {
|
| 389 |
+
"dtype": "string",
|
| 390 |
+
"_type": "Value"
|
| 391 |
+
},
|
| 392 |
+
"all_classes": {
|
| 393 |
+
"feature": {
|
| 394 |
+
"dtype": "string",
|
| 395 |
+
"_type": "Value"
|
| 396 |
+
},
|
| 397 |
+
"_type": "List"
|
| 398 |
+
},
|
| 399 |
+
"_id": {
|
| 400 |
+
"dtype": "string",
|
| 401 |
+
"_type": "Value"
|
| 402 |
+
}
|
| 403 |
+
},
|
| 404 |
+
"builder_name": "parquet",
|
| 405 |
+
"dataset_name": "2wikimqa",
|
| 406 |
+
"config_name": "2wikimqa",
|
| 407 |
+
"version": "1.0.0",
|
| 408 |
+
"splits": {
|
| 409 |
+
"test": {
|
| 410 |
+
"name": "test",
|
| 411 |
+
"num_examples": 200,
|
| 412 |
+
"dataset_name": "2wikimqa"
|
| 413 |
+
}
|
| 414 |
+
}
|
| 415 |
+
},
|
| 416 |
+
"musique": {
|
| 417 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 418 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 419 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 420 |
+
"license": "apache-2.0",
|
| 421 |
+
"features": {
|
| 422 |
+
"input": {
|
| 423 |
+
"dtype": "string",
|
| 424 |
+
"_type": "Value"
|
| 425 |
+
},
|
| 426 |
+
"context": {
|
| 427 |
+
"dtype": "string",
|
| 428 |
+
"_type": "Value"
|
| 429 |
+
},
|
| 430 |
+
"answers": {
|
| 431 |
+
"feature": {
|
| 432 |
+
"dtype": "string",
|
| 433 |
+
"_type": "Value"
|
| 434 |
+
},
|
| 435 |
+
"_type": "List"
|
| 436 |
+
},
|
| 437 |
+
"length": {
|
| 438 |
+
"dtype": "int32",
|
| 439 |
+
"_type": "Value"
|
| 440 |
+
},
|
| 441 |
+
"input_tokens": {
|
| 442 |
+
"dtype": "int32",
|
| 443 |
+
"_type": "Value"
|
| 444 |
+
},
|
| 445 |
+
"context_tokens": {
|
| 446 |
+
"dtype": "int32",
|
| 447 |
+
"_type": "Value"
|
| 448 |
+
},
|
| 449 |
+
"total_tokens": {
|
| 450 |
+
"dtype": "int32",
|
| 451 |
+
"_type": "Value"
|
| 452 |
+
},
|
| 453 |
+
"dataset": {
|
| 454 |
+
"dtype": "string",
|
| 455 |
+
"_type": "Value"
|
| 456 |
+
},
|
| 457 |
+
"language": {
|
| 458 |
+
"dtype": "string",
|
| 459 |
+
"_type": "Value"
|
| 460 |
+
},
|
| 461 |
+
"all_classes": {
|
| 462 |
+
"feature": {
|
| 463 |
+
"dtype": "string",
|
| 464 |
+
"_type": "Value"
|
| 465 |
+
},
|
| 466 |
+
"_type": "List"
|
| 467 |
+
},
|
| 468 |
+
"_id": {
|
| 469 |
+
"dtype": "string",
|
| 470 |
+
"_type": "Value"
|
| 471 |
+
}
|
| 472 |
+
},
|
| 473 |
+
"builder_name": "parquet",
|
| 474 |
+
"dataset_name": "musique",
|
| 475 |
+
"config_name": "musique",
|
| 476 |
+
"version": "1.0.0",
|
| 477 |
+
"splits": {
|
| 478 |
+
"test": {
|
| 479 |
+
"name": "test",
|
| 480 |
+
"num_examples": 200,
|
| 481 |
+
"dataset_name": "musique"
|
| 482 |
+
}
|
| 483 |
+
}
|
| 484 |
+
},
|
| 485 |
+
"dureader": {
|
| 486 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 487 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 488 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 489 |
+
"license": "apache-2.0",
|
| 490 |
+
"features": {
|
| 491 |
+
"input": {
|
| 492 |
+
"dtype": "string",
|
| 493 |
+
"_type": "Value"
|
| 494 |
+
},
|
| 495 |
+
"context": {
|
| 496 |
+
"dtype": "string",
|
| 497 |
+
"_type": "Value"
|
| 498 |
+
},
|
| 499 |
+
"answers": {
|
| 500 |
+
"feature": {
|
| 501 |
+
"dtype": "string",
|
| 502 |
+
"_type": "Value"
|
| 503 |
+
},
|
| 504 |
+
"_type": "List"
|
| 505 |
+
},
|
| 506 |
+
"length": {
|
| 507 |
+
"dtype": "int32",
|
| 508 |
+
"_type": "Value"
|
| 509 |
+
},
|
| 510 |
+
"input_tokens": {
|
| 511 |
+
"dtype": "int32",
|
| 512 |
+
"_type": "Value"
|
| 513 |
+
},
|
| 514 |
+
"context_tokens": {
|
| 515 |
+
"dtype": "int32",
|
| 516 |
+
"_type": "Value"
|
| 517 |
+
},
|
| 518 |
+
"total_tokens": {
|
| 519 |
+
"dtype": "int32",
|
| 520 |
+
"_type": "Value"
|
| 521 |
+
},
|
| 522 |
+
"dataset": {
|
| 523 |
+
"dtype": "string",
|
| 524 |
+
"_type": "Value"
|
| 525 |
+
},
|
| 526 |
+
"language": {
|
| 527 |
+
"dtype": "string",
|
| 528 |
+
"_type": "Value"
|
| 529 |
+
},
|
| 530 |
+
"all_classes": {
|
| 531 |
+
"feature": {
|
| 532 |
+
"dtype": "string",
|
| 533 |
+
"_type": "Value"
|
| 534 |
+
},
|
| 535 |
+
"_type": "List"
|
| 536 |
+
},
|
| 537 |
+
"_id": {
|
| 538 |
+
"dtype": "string",
|
| 539 |
+
"_type": "Value"
|
| 540 |
+
}
|
| 541 |
+
},
|
| 542 |
+
"builder_name": "parquet",
|
| 543 |
+
"dataset_name": "dureader",
|
| 544 |
+
"config_name": "dureader",
|
| 545 |
+
"version": "1.0.0",
|
| 546 |
+
"splits": {
|
| 547 |
+
"test": {
|
| 548 |
+
"name": "test",
|
| 549 |
+
"num_examples": 200,
|
| 550 |
+
"dataset_name": "dureader"
|
| 551 |
+
}
|
| 552 |
+
}
|
| 553 |
+
},
|
| 554 |
+
"gov_report": {
|
| 555 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 556 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 557 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 558 |
+
"license": "apache-2.0",
|
| 559 |
+
"features": {
|
| 560 |
+
"input": {
|
| 561 |
+
"dtype": "string",
|
| 562 |
+
"_type": "Value"
|
| 563 |
+
},
|
| 564 |
+
"context": {
|
| 565 |
+
"dtype": "string",
|
| 566 |
+
"_type": "Value"
|
| 567 |
+
},
|
| 568 |
+
"answers": {
|
| 569 |
+
"feature": {
|
| 570 |
+
"dtype": "string",
|
| 571 |
+
"_type": "Value"
|
| 572 |
+
},
|
| 573 |
+
"_type": "List"
|
| 574 |
+
},
|
| 575 |
+
"length": {
|
| 576 |
+
"dtype": "int32",
|
| 577 |
+
"_type": "Value"
|
| 578 |
+
},
|
| 579 |
+
"input_tokens": {
|
| 580 |
+
"dtype": "int32",
|
| 581 |
+
"_type": "Value"
|
| 582 |
+
},
|
| 583 |
+
"context_tokens": {
|
| 584 |
+
"dtype": "int32",
|
| 585 |
+
"_type": "Value"
|
| 586 |
+
},
|
| 587 |
+
"total_tokens": {
|
| 588 |
+
"dtype": "int32",
|
| 589 |
+
"_type": "Value"
|
| 590 |
+
},
|
| 591 |
+
"dataset": {
|
| 592 |
+
"dtype": "string",
|
| 593 |
+
"_type": "Value"
|
| 594 |
+
},
|
| 595 |
+
"language": {
|
| 596 |
+
"dtype": "string",
|
| 597 |
+
"_type": "Value"
|
| 598 |
+
},
|
| 599 |
+
"all_classes": {
|
| 600 |
+
"feature": {
|
| 601 |
+
"dtype": "string",
|
| 602 |
+
"_type": "Value"
|
| 603 |
+
},
|
| 604 |
+
"_type": "List"
|
| 605 |
+
},
|
| 606 |
+
"_id": {
|
| 607 |
+
"dtype": "string",
|
| 608 |
+
"_type": "Value"
|
| 609 |
+
}
|
| 610 |
+
},
|
| 611 |
+
"builder_name": "parquet",
|
| 612 |
+
"dataset_name": "gov_report",
|
| 613 |
+
"config_name": "gov_report",
|
| 614 |
+
"version": "1.0.0",
|
| 615 |
+
"splits": {
|
| 616 |
+
"test": {
|
| 617 |
+
"name": "test",
|
| 618 |
+
"num_examples": 200,
|
| 619 |
+
"dataset_name": "gov_report"
|
| 620 |
+
}
|
| 621 |
+
}
|
| 622 |
+
},
|
| 623 |
+
"qmsum": {
|
| 624 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 625 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 626 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 627 |
+
"license": "apache-2.0",
|
| 628 |
+
"features": {
|
| 629 |
+
"input": {
|
| 630 |
+
"dtype": "string",
|
| 631 |
+
"_type": "Value"
|
| 632 |
+
},
|
| 633 |
+
"context": {
|
| 634 |
+
"dtype": "string",
|
| 635 |
+
"_type": "Value"
|
| 636 |
+
},
|
| 637 |
+
"answers": {
|
| 638 |
+
"feature": {
|
| 639 |
+
"dtype": "string",
|
| 640 |
+
"_type": "Value"
|
| 641 |
+
},
|
| 642 |
+
"_type": "List"
|
| 643 |
+
},
|
| 644 |
+
"length": {
|
| 645 |
+
"dtype": "int32",
|
| 646 |
+
"_type": "Value"
|
| 647 |
+
},
|
| 648 |
+
"input_tokens": {
|
| 649 |
+
"dtype": "int32",
|
| 650 |
+
"_type": "Value"
|
| 651 |
+
},
|
| 652 |
+
"context_tokens": {
|
| 653 |
+
"dtype": "int32",
|
| 654 |
+
"_type": "Value"
|
| 655 |
+
},
|
| 656 |
+
"total_tokens": {
|
| 657 |
+
"dtype": "int32",
|
| 658 |
+
"_type": "Value"
|
| 659 |
+
},
|
| 660 |
+
"dataset": {
|
| 661 |
+
"dtype": "string",
|
| 662 |
+
"_type": "Value"
|
| 663 |
+
},
|
| 664 |
+
"language": {
|
| 665 |
+
"dtype": "string",
|
| 666 |
+
"_type": "Value"
|
| 667 |
+
},
|
| 668 |
+
"all_classes": {
|
| 669 |
+
"feature": {
|
| 670 |
+
"dtype": "string",
|
| 671 |
+
"_type": "Value"
|
| 672 |
+
},
|
| 673 |
+
"_type": "List"
|
| 674 |
+
},
|
| 675 |
+
"_id": {
|
| 676 |
+
"dtype": "string",
|
| 677 |
+
"_type": "Value"
|
| 678 |
+
}
|
| 679 |
+
},
|
| 680 |
+
"builder_name": "parquet",
|
| 681 |
+
"dataset_name": "qmsum",
|
| 682 |
+
"config_name": "qmsum",
|
| 683 |
+
"version": "1.0.0",
|
| 684 |
+
"splits": {
|
| 685 |
+
"test": {
|
| 686 |
+
"name": "test",
|
| 687 |
+
"num_examples": 200,
|
| 688 |
+
"dataset_name": "qmsum"
|
| 689 |
+
}
|
| 690 |
+
}
|
| 691 |
+
},
|
| 692 |
+
"multi_news": {
|
| 693 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 694 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 695 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 696 |
+
"license": "apache-2.0",
|
| 697 |
+
"features": {
|
| 698 |
+
"input": {
|
| 699 |
+
"dtype": "string",
|
| 700 |
+
"_type": "Value"
|
| 701 |
+
},
|
| 702 |
+
"context": {
|
| 703 |
+
"dtype": "string",
|
| 704 |
+
"_type": "Value"
|
| 705 |
+
},
|
| 706 |
+
"answers": {
|
| 707 |
+
"feature": {
|
| 708 |
+
"dtype": "string",
|
| 709 |
+
"_type": "Value"
|
| 710 |
+
},
|
| 711 |
+
"_type": "List"
|
| 712 |
+
},
|
| 713 |
+
"length": {
|
| 714 |
+
"dtype": "int32",
|
| 715 |
+
"_type": "Value"
|
| 716 |
+
},
|
| 717 |
+
"input_tokens": {
|
| 718 |
+
"dtype": "int32",
|
| 719 |
+
"_type": "Value"
|
| 720 |
+
},
|
| 721 |
+
"context_tokens": {
|
| 722 |
+
"dtype": "int32",
|
| 723 |
+
"_type": "Value"
|
| 724 |
+
},
|
| 725 |
+
"total_tokens": {
|
| 726 |
+
"dtype": "int32",
|
| 727 |
+
"_type": "Value"
|
| 728 |
+
},
|
| 729 |
+
"dataset": {
|
| 730 |
+
"dtype": "string",
|
| 731 |
+
"_type": "Value"
|
| 732 |
+
},
|
| 733 |
+
"language": {
|
| 734 |
+
"dtype": "string",
|
| 735 |
+
"_type": "Value"
|
| 736 |
+
},
|
| 737 |
+
"all_classes": {
|
| 738 |
+
"feature": {
|
| 739 |
+
"dtype": "string",
|
| 740 |
+
"_type": "Value"
|
| 741 |
+
},
|
| 742 |
+
"_type": "List"
|
| 743 |
+
},
|
| 744 |
+
"_id": {
|
| 745 |
+
"dtype": "string",
|
| 746 |
+
"_type": "Value"
|
| 747 |
+
}
|
| 748 |
+
},
|
| 749 |
+
"builder_name": "parquet",
|
| 750 |
+
"dataset_name": "multi_news",
|
| 751 |
+
"config_name": "multi_news",
|
| 752 |
+
"version": "1.0.0",
|
| 753 |
+
"splits": {
|
| 754 |
+
"test": {
|
| 755 |
+
"name": "test",
|
| 756 |
+
"num_examples": 200,
|
| 757 |
+
"dataset_name": "multi_news"
|
| 758 |
+
}
|
| 759 |
+
}
|
| 760 |
+
},
|
| 761 |
+
"vcsum": {
|
| 762 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 763 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 764 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 765 |
+
"license": "apache-2.0",
|
| 766 |
+
"features": {
|
| 767 |
+
"input": {
|
| 768 |
+
"dtype": "string",
|
| 769 |
+
"_type": "Value"
|
| 770 |
+
},
|
| 771 |
+
"context": {
|
| 772 |
+
"dtype": "string",
|
| 773 |
+
"_type": "Value"
|
| 774 |
+
},
|
| 775 |
+
"answers": {
|
| 776 |
+
"feature": {
|
| 777 |
+
"dtype": "string",
|
| 778 |
+
"_type": "Value"
|
| 779 |
+
},
|
| 780 |
+
"_type": "List"
|
| 781 |
+
},
|
| 782 |
+
"length": {
|
| 783 |
+
"dtype": "int32",
|
| 784 |
+
"_type": "Value"
|
| 785 |
+
},
|
| 786 |
+
"input_tokens": {
|
| 787 |
+
"dtype": "int32",
|
| 788 |
+
"_type": "Value"
|
| 789 |
+
},
|
| 790 |
+
"context_tokens": {
|
| 791 |
+
"dtype": "int32",
|
| 792 |
+
"_type": "Value"
|
| 793 |
+
},
|
| 794 |
+
"total_tokens": {
|
| 795 |
+
"dtype": "int32",
|
| 796 |
+
"_type": "Value"
|
| 797 |
+
},
|
| 798 |
+
"dataset": {
|
| 799 |
+
"dtype": "string",
|
| 800 |
+
"_type": "Value"
|
| 801 |
+
},
|
| 802 |
+
"language": {
|
| 803 |
+
"dtype": "string",
|
| 804 |
+
"_type": "Value"
|
| 805 |
+
},
|
| 806 |
+
"all_classes": {
|
| 807 |
+
"feature": {
|
| 808 |
+
"dtype": "string",
|
| 809 |
+
"_type": "Value"
|
| 810 |
+
},
|
| 811 |
+
"_type": "List"
|
| 812 |
+
},
|
| 813 |
+
"_id": {
|
| 814 |
+
"dtype": "string",
|
| 815 |
+
"_type": "Value"
|
| 816 |
+
}
|
| 817 |
+
},
|
| 818 |
+
"builder_name": "parquet",
|
| 819 |
+
"dataset_name": "vcsum",
|
| 820 |
+
"config_name": "vcsum",
|
| 821 |
+
"version": "1.0.0",
|
| 822 |
+
"splits": {
|
| 823 |
+
"test": {
|
| 824 |
+
"name": "test",
|
| 825 |
+
"num_examples": 200,
|
| 826 |
+
"dataset_name": "vcsum"
|
| 827 |
+
}
|
| 828 |
+
}
|
| 829 |
+
},
|
| 830 |
+
"trec": {
|
| 831 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 832 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 833 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 834 |
+
"license": "apache-2.0",
|
| 835 |
+
"features": {
|
| 836 |
+
"input": {
|
| 837 |
+
"dtype": "string",
|
| 838 |
+
"_type": "Value"
|
| 839 |
+
},
|
| 840 |
+
"context": {
|
| 841 |
+
"dtype": "string",
|
| 842 |
+
"_type": "Value"
|
| 843 |
+
},
|
| 844 |
+
"answers": {
|
| 845 |
+
"feature": {
|
| 846 |
+
"dtype": "string",
|
| 847 |
+
"_type": "Value"
|
| 848 |
+
},
|
| 849 |
+
"_type": "List"
|
| 850 |
+
},
|
| 851 |
+
"length": {
|
| 852 |
+
"dtype": "int32",
|
| 853 |
+
"_type": "Value"
|
| 854 |
+
},
|
| 855 |
+
"input_tokens": {
|
| 856 |
+
"dtype": "int32",
|
| 857 |
+
"_type": "Value"
|
| 858 |
+
},
|
| 859 |
+
"context_tokens": {
|
| 860 |
+
"dtype": "int32",
|
| 861 |
+
"_type": "Value"
|
| 862 |
+
},
|
| 863 |
+
"total_tokens": {
|
| 864 |
+
"dtype": "int32",
|
| 865 |
+
"_type": "Value"
|
| 866 |
+
},
|
| 867 |
+
"dataset": {
|
| 868 |
+
"dtype": "string",
|
| 869 |
+
"_type": "Value"
|
| 870 |
+
},
|
| 871 |
+
"language": {
|
| 872 |
+
"dtype": "string",
|
| 873 |
+
"_type": "Value"
|
| 874 |
+
},
|
| 875 |
+
"all_classes": {
|
| 876 |
+
"feature": {
|
| 877 |
+
"dtype": "string",
|
| 878 |
+
"_type": "Value"
|
| 879 |
+
},
|
| 880 |
+
"_type": "List"
|
| 881 |
+
},
|
| 882 |
+
"_id": {
|
| 883 |
+
"dtype": "string",
|
| 884 |
+
"_type": "Value"
|
| 885 |
+
}
|
| 886 |
+
},
|
| 887 |
+
"builder_name": "parquet",
|
| 888 |
+
"dataset_name": "trec",
|
| 889 |
+
"config_name": "trec",
|
| 890 |
+
"version": "1.0.0",
|
| 891 |
+
"splits": {
|
| 892 |
+
"test": {
|
| 893 |
+
"name": "test",
|
| 894 |
+
"num_examples": 200,
|
| 895 |
+
"dataset_name": "trec"
|
| 896 |
+
}
|
| 897 |
+
}
|
| 898 |
+
},
|
| 899 |
+
"triviaqa": {
|
| 900 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 901 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 902 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 903 |
+
"license": "apache-2.0",
|
| 904 |
+
"features": {
|
| 905 |
+
"input": {
|
| 906 |
+
"dtype": "string",
|
| 907 |
+
"_type": "Value"
|
| 908 |
+
},
|
| 909 |
+
"context": {
|
| 910 |
+
"dtype": "string",
|
| 911 |
+
"_type": "Value"
|
| 912 |
+
},
|
| 913 |
+
"answers": {
|
| 914 |
+
"feature": {
|
| 915 |
+
"dtype": "string",
|
| 916 |
+
"_type": "Value"
|
| 917 |
+
},
|
| 918 |
+
"_type": "List"
|
| 919 |
+
},
|
| 920 |
+
"length": {
|
| 921 |
+
"dtype": "int32",
|
| 922 |
+
"_type": "Value"
|
| 923 |
+
},
|
| 924 |
+
"input_tokens": {
|
| 925 |
+
"dtype": "int32",
|
| 926 |
+
"_type": "Value"
|
| 927 |
+
},
|
| 928 |
+
"context_tokens": {
|
| 929 |
+
"dtype": "int32",
|
| 930 |
+
"_type": "Value"
|
| 931 |
+
},
|
| 932 |
+
"total_tokens": {
|
| 933 |
+
"dtype": "int32",
|
| 934 |
+
"_type": "Value"
|
| 935 |
+
},
|
| 936 |
+
"dataset": {
|
| 937 |
+
"dtype": "string",
|
| 938 |
+
"_type": "Value"
|
| 939 |
+
},
|
| 940 |
+
"language": {
|
| 941 |
+
"dtype": "string",
|
| 942 |
+
"_type": "Value"
|
| 943 |
+
},
|
| 944 |
+
"all_classes": {
|
| 945 |
+
"feature": {
|
| 946 |
+
"dtype": "string",
|
| 947 |
+
"_type": "Value"
|
| 948 |
+
},
|
| 949 |
+
"_type": "List"
|
| 950 |
+
},
|
| 951 |
+
"_id": {
|
| 952 |
+
"dtype": "string",
|
| 953 |
+
"_type": "Value"
|
| 954 |
+
}
|
| 955 |
+
},
|
| 956 |
+
"builder_name": "parquet",
|
| 957 |
+
"dataset_name": "triviaqa",
|
| 958 |
+
"config_name": "triviaqa",
|
| 959 |
+
"version": "1.0.0",
|
| 960 |
+
"splits": {
|
| 961 |
+
"test": {
|
| 962 |
+
"name": "test",
|
| 963 |
+
"num_examples": 200,
|
| 964 |
+
"dataset_name": "triviaqa"
|
| 965 |
+
}
|
| 966 |
+
}
|
| 967 |
+
},
|
| 968 |
+
"samsum": {
|
| 969 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 970 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 971 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 972 |
+
"license": "apache-2.0",
|
| 973 |
+
"features": {
|
| 974 |
+
"input": {
|
| 975 |
+
"dtype": "string",
|
| 976 |
+
"_type": "Value"
|
| 977 |
+
},
|
| 978 |
+
"context": {
|
| 979 |
+
"dtype": "string",
|
| 980 |
+
"_type": "Value"
|
| 981 |
+
},
|
| 982 |
+
"answers": {
|
| 983 |
+
"feature": {
|
| 984 |
+
"dtype": "string",
|
| 985 |
+
"_type": "Value"
|
| 986 |
+
},
|
| 987 |
+
"_type": "List"
|
| 988 |
+
},
|
| 989 |
+
"length": {
|
| 990 |
+
"dtype": "int32",
|
| 991 |
+
"_type": "Value"
|
| 992 |
+
},
|
| 993 |
+
"input_tokens": {
|
| 994 |
+
"dtype": "int32",
|
| 995 |
+
"_type": "Value"
|
| 996 |
+
},
|
| 997 |
+
"context_tokens": {
|
| 998 |
+
"dtype": "int32",
|
| 999 |
+
"_type": "Value"
|
| 1000 |
+
},
|
| 1001 |
+
"total_tokens": {
|
| 1002 |
+
"dtype": "int32",
|
| 1003 |
+
"_type": "Value"
|
| 1004 |
+
},
|
| 1005 |
+
"dataset": {
|
| 1006 |
+
"dtype": "string",
|
| 1007 |
+
"_type": "Value"
|
| 1008 |
+
},
|
| 1009 |
+
"language": {
|
| 1010 |
+
"dtype": "string",
|
| 1011 |
+
"_type": "Value"
|
| 1012 |
+
},
|
| 1013 |
+
"all_classes": {
|
| 1014 |
+
"feature": {
|
| 1015 |
+
"dtype": "string",
|
| 1016 |
+
"_type": "Value"
|
| 1017 |
+
},
|
| 1018 |
+
"_type": "List"
|
| 1019 |
+
},
|
| 1020 |
+
"_id": {
|
| 1021 |
+
"dtype": "string",
|
| 1022 |
+
"_type": "Value"
|
| 1023 |
+
}
|
| 1024 |
+
},
|
| 1025 |
+
"builder_name": "parquet",
|
| 1026 |
+
"dataset_name": "samsum",
|
| 1027 |
+
"config_name": "samsum",
|
| 1028 |
+
"version": "1.0.0",
|
| 1029 |
+
"splits": {
|
| 1030 |
+
"test": {
|
| 1031 |
+
"name": "test",
|
| 1032 |
+
"num_examples": 200,
|
| 1033 |
+
"dataset_name": "samsum"
|
| 1034 |
+
}
|
| 1035 |
+
}
|
| 1036 |
+
},
|
| 1037 |
+
"lsht": {
|
| 1038 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1039 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1040 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1041 |
+
"license": "apache-2.0",
|
| 1042 |
+
"features": {
|
| 1043 |
+
"input": {
|
| 1044 |
+
"dtype": "string",
|
| 1045 |
+
"_type": "Value"
|
| 1046 |
+
},
|
| 1047 |
+
"context": {
|
| 1048 |
+
"dtype": "string",
|
| 1049 |
+
"_type": "Value"
|
| 1050 |
+
},
|
| 1051 |
+
"answers": {
|
| 1052 |
+
"feature": {
|
| 1053 |
+
"dtype": "string",
|
| 1054 |
+
"_type": "Value"
|
| 1055 |
+
},
|
| 1056 |
+
"_type": "List"
|
| 1057 |
+
},
|
| 1058 |
+
"length": {
|
| 1059 |
+
"dtype": "int32",
|
| 1060 |
+
"_type": "Value"
|
| 1061 |
+
},
|
| 1062 |
+
"input_tokens": {
|
| 1063 |
+
"dtype": "int32",
|
| 1064 |
+
"_type": "Value"
|
| 1065 |
+
},
|
| 1066 |
+
"context_tokens": {
|
| 1067 |
+
"dtype": "int32",
|
| 1068 |
+
"_type": "Value"
|
| 1069 |
+
},
|
| 1070 |
+
"total_tokens": {
|
| 1071 |
+
"dtype": "int32",
|
| 1072 |
+
"_type": "Value"
|
| 1073 |
+
},
|
| 1074 |
+
"dataset": {
|
| 1075 |
+
"dtype": "string",
|
| 1076 |
+
"_type": "Value"
|
| 1077 |
+
},
|
| 1078 |
+
"language": {
|
| 1079 |
+
"dtype": "string",
|
| 1080 |
+
"_type": "Value"
|
| 1081 |
+
},
|
| 1082 |
+
"all_classes": {
|
| 1083 |
+
"feature": {
|
| 1084 |
+
"dtype": "string",
|
| 1085 |
+
"_type": "Value"
|
| 1086 |
+
},
|
| 1087 |
+
"_type": "List"
|
| 1088 |
+
},
|
| 1089 |
+
"_id": {
|
| 1090 |
+
"dtype": "string",
|
| 1091 |
+
"_type": "Value"
|
| 1092 |
+
}
|
| 1093 |
+
},
|
| 1094 |
+
"builder_name": "parquet",
|
| 1095 |
+
"dataset_name": "lsht",
|
| 1096 |
+
"config_name": "lsht",
|
| 1097 |
+
"version": "1.0.0",
|
| 1098 |
+
"splits": {
|
| 1099 |
+
"test": {
|
| 1100 |
+
"name": "test",
|
| 1101 |
+
"num_examples": 200,
|
| 1102 |
+
"dataset_name": "lsht"
|
| 1103 |
+
}
|
| 1104 |
+
}
|
| 1105 |
+
},
|
| 1106 |
+
"passage_count": {
|
| 1107 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1108 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1109 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1110 |
+
"license": "apache-2.0",
|
| 1111 |
+
"features": {
|
| 1112 |
+
"input": {
|
| 1113 |
+
"dtype": "string",
|
| 1114 |
+
"_type": "Value"
|
| 1115 |
+
},
|
| 1116 |
+
"context": {
|
| 1117 |
+
"dtype": "string",
|
| 1118 |
+
"_type": "Value"
|
| 1119 |
+
},
|
| 1120 |
+
"answers": {
|
| 1121 |
+
"feature": {
|
| 1122 |
+
"dtype": "string",
|
| 1123 |
+
"_type": "Value"
|
| 1124 |
+
},
|
| 1125 |
+
"_type": "List"
|
| 1126 |
+
},
|
| 1127 |
+
"length": {
|
| 1128 |
+
"dtype": "int32",
|
| 1129 |
+
"_type": "Value"
|
| 1130 |
+
},
|
| 1131 |
+
"input_tokens": {
|
| 1132 |
+
"dtype": "int32",
|
| 1133 |
+
"_type": "Value"
|
| 1134 |
+
},
|
| 1135 |
+
"context_tokens": {
|
| 1136 |
+
"dtype": "int32",
|
| 1137 |
+
"_type": "Value"
|
| 1138 |
+
},
|
| 1139 |
+
"total_tokens": {
|
| 1140 |
+
"dtype": "int32",
|
| 1141 |
+
"_type": "Value"
|
| 1142 |
+
},
|
| 1143 |
+
"dataset": {
|
| 1144 |
+
"dtype": "string",
|
| 1145 |
+
"_type": "Value"
|
| 1146 |
+
},
|
| 1147 |
+
"language": {
|
| 1148 |
+
"dtype": "string",
|
| 1149 |
+
"_type": "Value"
|
| 1150 |
+
},
|
| 1151 |
+
"all_classes": {
|
| 1152 |
+
"feature": {
|
| 1153 |
+
"dtype": "string",
|
| 1154 |
+
"_type": "Value"
|
| 1155 |
+
},
|
| 1156 |
+
"_type": "List"
|
| 1157 |
+
},
|
| 1158 |
+
"_id": {
|
| 1159 |
+
"dtype": "string",
|
| 1160 |
+
"_type": "Value"
|
| 1161 |
+
}
|
| 1162 |
+
},
|
| 1163 |
+
"builder_name": "parquet",
|
| 1164 |
+
"dataset_name": "passage_count",
|
| 1165 |
+
"config_name": "passage_count",
|
| 1166 |
+
"version": "1.0.0",
|
| 1167 |
+
"splits": {
|
| 1168 |
+
"test": {
|
| 1169 |
+
"name": "test",
|
| 1170 |
+
"num_examples": 200,
|
| 1171 |
+
"dataset_name": "passage_count"
|
| 1172 |
+
}
|
| 1173 |
+
}
|
| 1174 |
+
},
|
| 1175 |
+
"passage_retrieval_en": {
|
| 1176 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1177 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1178 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1179 |
+
"license": "apache-2.0",
|
| 1180 |
+
"features": {
|
| 1181 |
+
"input": {
|
| 1182 |
+
"dtype": "string",
|
| 1183 |
+
"_type": "Value"
|
| 1184 |
+
},
|
| 1185 |
+
"context": {
|
| 1186 |
+
"dtype": "string",
|
| 1187 |
+
"_type": "Value"
|
| 1188 |
+
},
|
| 1189 |
+
"answers": {
|
| 1190 |
+
"feature": {
|
| 1191 |
+
"dtype": "string",
|
| 1192 |
+
"_type": "Value"
|
| 1193 |
+
},
|
| 1194 |
+
"_type": "List"
|
| 1195 |
+
},
|
| 1196 |
+
"length": {
|
| 1197 |
+
"dtype": "int32",
|
| 1198 |
+
"_type": "Value"
|
| 1199 |
+
},
|
| 1200 |
+
"input_tokens": {
|
| 1201 |
+
"dtype": "int32",
|
| 1202 |
+
"_type": "Value"
|
| 1203 |
+
},
|
| 1204 |
+
"context_tokens": {
|
| 1205 |
+
"dtype": "int32",
|
| 1206 |
+
"_type": "Value"
|
| 1207 |
+
},
|
| 1208 |
+
"total_tokens": {
|
| 1209 |
+
"dtype": "int32",
|
| 1210 |
+
"_type": "Value"
|
| 1211 |
+
},
|
| 1212 |
+
"dataset": {
|
| 1213 |
+
"dtype": "string",
|
| 1214 |
+
"_type": "Value"
|
| 1215 |
+
},
|
| 1216 |
+
"language": {
|
| 1217 |
+
"dtype": "string",
|
| 1218 |
+
"_type": "Value"
|
| 1219 |
+
},
|
| 1220 |
+
"all_classes": {
|
| 1221 |
+
"feature": {
|
| 1222 |
+
"dtype": "string",
|
| 1223 |
+
"_type": "Value"
|
| 1224 |
+
},
|
| 1225 |
+
"_type": "List"
|
| 1226 |
+
},
|
| 1227 |
+
"_id": {
|
| 1228 |
+
"dtype": "string",
|
| 1229 |
+
"_type": "Value"
|
| 1230 |
+
}
|
| 1231 |
+
},
|
| 1232 |
+
"builder_name": "parquet",
|
| 1233 |
+
"dataset_name": "passage_retrieval_en",
|
| 1234 |
+
"config_name": "passage_retrieval_en",
|
| 1235 |
+
"version": "1.0.0",
|
| 1236 |
+
"splits": {
|
| 1237 |
+
"test": {
|
| 1238 |
+
"name": "test",
|
| 1239 |
+
"num_examples": 200,
|
| 1240 |
+
"dataset_name": "passage_retrieval_en"
|
| 1241 |
+
}
|
| 1242 |
+
}
|
| 1243 |
+
},
|
| 1244 |
+
"passage_retrieval_zh": {
|
| 1245 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1246 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1247 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1248 |
+
"license": "apache-2.0",
|
| 1249 |
+
"features": {
|
| 1250 |
+
"input": {
|
| 1251 |
+
"dtype": "string",
|
| 1252 |
+
"_type": "Value"
|
| 1253 |
+
},
|
| 1254 |
+
"context": {
|
| 1255 |
+
"dtype": "string",
|
| 1256 |
+
"_type": "Value"
|
| 1257 |
+
},
|
| 1258 |
+
"answers": {
|
| 1259 |
+
"feature": {
|
| 1260 |
+
"dtype": "string",
|
| 1261 |
+
"_type": "Value"
|
| 1262 |
+
},
|
| 1263 |
+
"_type": "List"
|
| 1264 |
+
},
|
| 1265 |
+
"length": {
|
| 1266 |
+
"dtype": "int32",
|
| 1267 |
+
"_type": "Value"
|
| 1268 |
+
},
|
| 1269 |
+
"input_tokens": {
|
| 1270 |
+
"dtype": "int32",
|
| 1271 |
+
"_type": "Value"
|
| 1272 |
+
},
|
| 1273 |
+
"context_tokens": {
|
| 1274 |
+
"dtype": "int32",
|
| 1275 |
+
"_type": "Value"
|
| 1276 |
+
},
|
| 1277 |
+
"total_tokens": {
|
| 1278 |
+
"dtype": "int32",
|
| 1279 |
+
"_type": "Value"
|
| 1280 |
+
},
|
| 1281 |
+
"dataset": {
|
| 1282 |
+
"dtype": "string",
|
| 1283 |
+
"_type": "Value"
|
| 1284 |
+
},
|
| 1285 |
+
"language": {
|
| 1286 |
+
"dtype": "string",
|
| 1287 |
+
"_type": "Value"
|
| 1288 |
+
},
|
| 1289 |
+
"all_classes": {
|
| 1290 |
+
"feature": {
|
| 1291 |
+
"dtype": "string",
|
| 1292 |
+
"_type": "Value"
|
| 1293 |
+
},
|
| 1294 |
+
"_type": "List"
|
| 1295 |
+
},
|
| 1296 |
+
"_id": {
|
| 1297 |
+
"dtype": "string",
|
| 1298 |
+
"_type": "Value"
|
| 1299 |
+
}
|
| 1300 |
+
},
|
| 1301 |
+
"builder_name": "parquet",
|
| 1302 |
+
"dataset_name": "passage_retrieval_zh",
|
| 1303 |
+
"config_name": "passage_retrieval_zh",
|
| 1304 |
+
"version": "1.0.0",
|
| 1305 |
+
"splits": {
|
| 1306 |
+
"test": {
|
| 1307 |
+
"name": "test",
|
| 1308 |
+
"num_examples": 200,
|
| 1309 |
+
"dataset_name": "passage_retrieval_zh"
|
| 1310 |
+
}
|
| 1311 |
+
}
|
| 1312 |
+
},
|
| 1313 |
+
"lcc": {
|
| 1314 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1315 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1316 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1317 |
+
"license": "apache-2.0",
|
| 1318 |
+
"features": {
|
| 1319 |
+
"input": {
|
| 1320 |
+
"dtype": "string",
|
| 1321 |
+
"_type": "Value"
|
| 1322 |
+
},
|
| 1323 |
+
"context": {
|
| 1324 |
+
"dtype": "string",
|
| 1325 |
+
"_type": "Value"
|
| 1326 |
+
},
|
| 1327 |
+
"answers": {
|
| 1328 |
+
"feature": {
|
| 1329 |
+
"dtype": "string",
|
| 1330 |
+
"_type": "Value"
|
| 1331 |
+
},
|
| 1332 |
+
"_type": "List"
|
| 1333 |
+
},
|
| 1334 |
+
"length": {
|
| 1335 |
+
"dtype": "int32",
|
| 1336 |
+
"_type": "Value"
|
| 1337 |
+
},
|
| 1338 |
+
"input_tokens": {
|
| 1339 |
+
"dtype": "int32",
|
| 1340 |
+
"_type": "Value"
|
| 1341 |
+
},
|
| 1342 |
+
"context_tokens": {
|
| 1343 |
+
"dtype": "int32",
|
| 1344 |
+
"_type": "Value"
|
| 1345 |
+
},
|
| 1346 |
+
"total_tokens": {
|
| 1347 |
+
"dtype": "int32",
|
| 1348 |
+
"_type": "Value"
|
| 1349 |
+
},
|
| 1350 |
+
"dataset": {
|
| 1351 |
+
"dtype": "string",
|
| 1352 |
+
"_type": "Value"
|
| 1353 |
+
},
|
| 1354 |
+
"language": {
|
| 1355 |
+
"dtype": "string",
|
| 1356 |
+
"_type": "Value"
|
| 1357 |
+
},
|
| 1358 |
+
"all_classes": {
|
| 1359 |
+
"feature": {
|
| 1360 |
+
"dtype": "string",
|
| 1361 |
+
"_type": "Value"
|
| 1362 |
+
},
|
| 1363 |
+
"_type": "List"
|
| 1364 |
+
},
|
| 1365 |
+
"_id": {
|
| 1366 |
+
"dtype": "string",
|
| 1367 |
+
"_type": "Value"
|
| 1368 |
+
}
|
| 1369 |
+
},
|
| 1370 |
+
"builder_name": "parquet",
|
| 1371 |
+
"dataset_name": "lcc",
|
| 1372 |
+
"config_name": "lcc",
|
| 1373 |
+
"version": "1.0.0",
|
| 1374 |
+
"splits": {
|
| 1375 |
+
"test": {
|
| 1376 |
+
"name": "test",
|
| 1377 |
+
"num_examples": 500,
|
| 1378 |
+
"dataset_name": "lcc"
|
| 1379 |
+
}
|
| 1380 |
+
}
|
| 1381 |
+
},
|
| 1382 |
+
"repobench-p": {
|
| 1383 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1384 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1385 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1386 |
+
"license": "apache-2.0",
|
| 1387 |
+
"features": {
|
| 1388 |
+
"input": {
|
| 1389 |
+
"dtype": "string",
|
| 1390 |
+
"_type": "Value"
|
| 1391 |
+
},
|
| 1392 |
+
"context": {
|
| 1393 |
+
"dtype": "string",
|
| 1394 |
+
"_type": "Value"
|
| 1395 |
+
},
|
| 1396 |
+
"answers": {
|
| 1397 |
+
"feature": {
|
| 1398 |
+
"dtype": "string",
|
| 1399 |
+
"_type": "Value"
|
| 1400 |
+
},
|
| 1401 |
+
"_type": "List"
|
| 1402 |
+
},
|
| 1403 |
+
"length": {
|
| 1404 |
+
"dtype": "int32",
|
| 1405 |
+
"_type": "Value"
|
| 1406 |
+
},
|
| 1407 |
+
"input_tokens": {
|
| 1408 |
+
"dtype": "int32",
|
| 1409 |
+
"_type": "Value"
|
| 1410 |
+
},
|
| 1411 |
+
"context_tokens": {
|
| 1412 |
+
"dtype": "int32",
|
| 1413 |
+
"_type": "Value"
|
| 1414 |
+
},
|
| 1415 |
+
"total_tokens": {
|
| 1416 |
+
"dtype": "int32",
|
| 1417 |
+
"_type": "Value"
|
| 1418 |
+
},
|
| 1419 |
+
"dataset": {
|
| 1420 |
+
"dtype": "string",
|
| 1421 |
+
"_type": "Value"
|
| 1422 |
+
},
|
| 1423 |
+
"language": {
|
| 1424 |
+
"dtype": "string",
|
| 1425 |
+
"_type": "Value"
|
| 1426 |
+
},
|
| 1427 |
+
"all_classes": {
|
| 1428 |
+
"feature": {
|
| 1429 |
+
"dtype": "string",
|
| 1430 |
+
"_type": "Value"
|
| 1431 |
+
},
|
| 1432 |
+
"_type": "List"
|
| 1433 |
+
},
|
| 1434 |
+
"_id": {
|
| 1435 |
+
"dtype": "string",
|
| 1436 |
+
"_type": "Value"
|
| 1437 |
+
}
|
| 1438 |
+
},
|
| 1439 |
+
"builder_name": "parquet",
|
| 1440 |
+
"dataset_name": "repobench-p",
|
| 1441 |
+
"config_name": "repobench-p",
|
| 1442 |
+
"version": "1.0.0",
|
| 1443 |
+
"splits": {
|
| 1444 |
+
"test": {
|
| 1445 |
+
"name": "test",
|
| 1446 |
+
"num_examples": 500,
|
| 1447 |
+
"dataset_name": "repobench-p"
|
| 1448 |
+
}
|
| 1449 |
+
}
|
| 1450 |
+
},
|
| 1451 |
+
"qasper_e": {
|
| 1452 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1453 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1454 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1455 |
+
"license": "apache-2.0",
|
| 1456 |
+
"features": {
|
| 1457 |
+
"input": {
|
| 1458 |
+
"dtype": "string",
|
| 1459 |
+
"_type": "Value"
|
| 1460 |
+
},
|
| 1461 |
+
"context": {
|
| 1462 |
+
"dtype": "string",
|
| 1463 |
+
"_type": "Value"
|
| 1464 |
+
},
|
| 1465 |
+
"answers": {
|
| 1466 |
+
"feature": {
|
| 1467 |
+
"dtype": "string",
|
| 1468 |
+
"_type": "Value"
|
| 1469 |
+
},
|
| 1470 |
+
"_type": "List"
|
| 1471 |
+
},
|
| 1472 |
+
"length": {
|
| 1473 |
+
"dtype": "int32",
|
| 1474 |
+
"_type": "Value"
|
| 1475 |
+
},
|
| 1476 |
+
"input_tokens": {
|
| 1477 |
+
"dtype": "int32",
|
| 1478 |
+
"_type": "Value"
|
| 1479 |
+
},
|
| 1480 |
+
"context_tokens": {
|
| 1481 |
+
"dtype": "int32",
|
| 1482 |
+
"_type": "Value"
|
| 1483 |
+
},
|
| 1484 |
+
"total_tokens": {
|
| 1485 |
+
"dtype": "int32",
|
| 1486 |
+
"_type": "Value"
|
| 1487 |
+
},
|
| 1488 |
+
"dataset": {
|
| 1489 |
+
"dtype": "string",
|
| 1490 |
+
"_type": "Value"
|
| 1491 |
+
},
|
| 1492 |
+
"language": {
|
| 1493 |
+
"dtype": "string",
|
| 1494 |
+
"_type": "Value"
|
| 1495 |
+
},
|
| 1496 |
+
"all_classes": {
|
| 1497 |
+
"feature": {
|
| 1498 |
+
"dtype": "string",
|
| 1499 |
+
"_type": "Value"
|
| 1500 |
+
},
|
| 1501 |
+
"_type": "List"
|
| 1502 |
+
},
|
| 1503 |
+
"_id": {
|
| 1504 |
+
"dtype": "string",
|
| 1505 |
+
"_type": "Value"
|
| 1506 |
+
}
|
| 1507 |
+
},
|
| 1508 |
+
"builder_name": "parquet",
|
| 1509 |
+
"dataset_name": "qasper_e",
|
| 1510 |
+
"config_name": "qasper_e",
|
| 1511 |
+
"version": "1.0.0",
|
| 1512 |
+
"splits": {
|
| 1513 |
+
"test": {
|
| 1514 |
+
"name": "test",
|
| 1515 |
+
"num_examples": 224,
|
| 1516 |
+
"dataset_name": "qasper_e"
|
| 1517 |
+
}
|
| 1518 |
+
}
|
| 1519 |
+
},
|
| 1520 |
+
"multifieldqa_en_e": {
|
| 1521 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1522 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1523 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1524 |
+
"license": "apache-2.0",
|
| 1525 |
+
"features": {
|
| 1526 |
+
"input": {
|
| 1527 |
+
"dtype": "string",
|
| 1528 |
+
"_type": "Value"
|
| 1529 |
+
},
|
| 1530 |
+
"context": {
|
| 1531 |
+
"dtype": "string",
|
| 1532 |
+
"_type": "Value"
|
| 1533 |
+
},
|
| 1534 |
+
"answers": {
|
| 1535 |
+
"feature": {
|
| 1536 |
+
"dtype": "string",
|
| 1537 |
+
"_type": "Value"
|
| 1538 |
+
},
|
| 1539 |
+
"_type": "List"
|
| 1540 |
+
},
|
| 1541 |
+
"length": {
|
| 1542 |
+
"dtype": "int32",
|
| 1543 |
+
"_type": "Value"
|
| 1544 |
+
},
|
| 1545 |
+
"input_tokens": {
|
| 1546 |
+
"dtype": "int32",
|
| 1547 |
+
"_type": "Value"
|
| 1548 |
+
},
|
| 1549 |
+
"context_tokens": {
|
| 1550 |
+
"dtype": "int32",
|
| 1551 |
+
"_type": "Value"
|
| 1552 |
+
},
|
| 1553 |
+
"total_tokens": {
|
| 1554 |
+
"dtype": "int32",
|
| 1555 |
+
"_type": "Value"
|
| 1556 |
+
},
|
| 1557 |
+
"dataset": {
|
| 1558 |
+
"dtype": "string",
|
| 1559 |
+
"_type": "Value"
|
| 1560 |
+
},
|
| 1561 |
+
"language": {
|
| 1562 |
+
"dtype": "string",
|
| 1563 |
+
"_type": "Value"
|
| 1564 |
+
},
|
| 1565 |
+
"all_classes": {
|
| 1566 |
+
"feature": {
|
| 1567 |
+
"dtype": "string",
|
| 1568 |
+
"_type": "Value"
|
| 1569 |
+
},
|
| 1570 |
+
"_type": "List"
|
| 1571 |
+
},
|
| 1572 |
+
"_id": {
|
| 1573 |
+
"dtype": "string",
|
| 1574 |
+
"_type": "Value"
|
| 1575 |
+
}
|
| 1576 |
+
},
|
| 1577 |
+
"builder_name": "parquet",
|
| 1578 |
+
"dataset_name": "multifieldqa_en_e",
|
| 1579 |
+
"config_name": "multifieldqa_en_e",
|
| 1580 |
+
"version": "1.0.0",
|
| 1581 |
+
"splits": {
|
| 1582 |
+
"test": {
|
| 1583 |
+
"name": "test",
|
| 1584 |
+
"num_examples": 150,
|
| 1585 |
+
"dataset_name": "multifieldqa_en_e"
|
| 1586 |
+
}
|
| 1587 |
+
}
|
| 1588 |
+
},
|
| 1589 |
+
"hotpotqa_e": {
|
| 1590 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1591 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1592 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1593 |
+
"license": "apache-2.0",
|
| 1594 |
+
"features": {
|
| 1595 |
+
"input": {
|
| 1596 |
+
"dtype": "string",
|
| 1597 |
+
"_type": "Value"
|
| 1598 |
+
},
|
| 1599 |
+
"context": {
|
| 1600 |
+
"dtype": "string",
|
| 1601 |
+
"_type": "Value"
|
| 1602 |
+
},
|
| 1603 |
+
"answers": {
|
| 1604 |
+
"feature": {
|
| 1605 |
+
"dtype": "string",
|
| 1606 |
+
"_type": "Value"
|
| 1607 |
+
},
|
| 1608 |
+
"_type": "List"
|
| 1609 |
+
},
|
| 1610 |
+
"length": {
|
| 1611 |
+
"dtype": "int32",
|
| 1612 |
+
"_type": "Value"
|
| 1613 |
+
},
|
| 1614 |
+
"input_tokens": {
|
| 1615 |
+
"dtype": "int32",
|
| 1616 |
+
"_type": "Value"
|
| 1617 |
+
},
|
| 1618 |
+
"context_tokens": {
|
| 1619 |
+
"dtype": "int32",
|
| 1620 |
+
"_type": "Value"
|
| 1621 |
+
},
|
| 1622 |
+
"total_tokens": {
|
| 1623 |
+
"dtype": "int32",
|
| 1624 |
+
"_type": "Value"
|
| 1625 |
+
},
|
| 1626 |
+
"dataset": {
|
| 1627 |
+
"dtype": "string",
|
| 1628 |
+
"_type": "Value"
|
| 1629 |
+
},
|
| 1630 |
+
"language": {
|
| 1631 |
+
"dtype": "string",
|
| 1632 |
+
"_type": "Value"
|
| 1633 |
+
},
|
| 1634 |
+
"all_classes": {
|
| 1635 |
+
"feature": {
|
| 1636 |
+
"dtype": "string",
|
| 1637 |
+
"_type": "Value"
|
| 1638 |
+
},
|
| 1639 |
+
"_type": "List"
|
| 1640 |
+
},
|
| 1641 |
+
"_id": {
|
| 1642 |
+
"dtype": "string",
|
| 1643 |
+
"_type": "Value"
|
| 1644 |
+
}
|
| 1645 |
+
},
|
| 1646 |
+
"builder_name": "parquet",
|
| 1647 |
+
"dataset_name": "hotpotqa_e",
|
| 1648 |
+
"config_name": "hotpotqa_e",
|
| 1649 |
+
"version": "1.0.0",
|
| 1650 |
+
"splits": {
|
| 1651 |
+
"test": {
|
| 1652 |
+
"name": "test",
|
| 1653 |
+
"num_examples": 300,
|
| 1654 |
+
"dataset_name": "hotpotqa_e"
|
| 1655 |
+
}
|
| 1656 |
+
}
|
| 1657 |
+
},
|
| 1658 |
+
"2wikimqa_e": {
|
| 1659 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1660 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1661 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1662 |
+
"license": "apache-2.0",
|
| 1663 |
+
"features": {
|
| 1664 |
+
"input": {
|
| 1665 |
+
"dtype": "string",
|
| 1666 |
+
"_type": "Value"
|
| 1667 |
+
},
|
| 1668 |
+
"context": {
|
| 1669 |
+
"dtype": "string",
|
| 1670 |
+
"_type": "Value"
|
| 1671 |
+
},
|
| 1672 |
+
"answers": {
|
| 1673 |
+
"feature": {
|
| 1674 |
+
"dtype": "string",
|
| 1675 |
+
"_type": "Value"
|
| 1676 |
+
},
|
| 1677 |
+
"_type": "List"
|
| 1678 |
+
},
|
| 1679 |
+
"length": {
|
| 1680 |
+
"dtype": "int32",
|
| 1681 |
+
"_type": "Value"
|
| 1682 |
+
},
|
| 1683 |
+
"input_tokens": {
|
| 1684 |
+
"dtype": "int32",
|
| 1685 |
+
"_type": "Value"
|
| 1686 |
+
},
|
| 1687 |
+
"context_tokens": {
|
| 1688 |
+
"dtype": "int32",
|
| 1689 |
+
"_type": "Value"
|
| 1690 |
+
},
|
| 1691 |
+
"total_tokens": {
|
| 1692 |
+
"dtype": "int32",
|
| 1693 |
+
"_type": "Value"
|
| 1694 |
+
},
|
| 1695 |
+
"dataset": {
|
| 1696 |
+
"dtype": "string",
|
| 1697 |
+
"_type": "Value"
|
| 1698 |
+
},
|
| 1699 |
+
"language": {
|
| 1700 |
+
"dtype": "string",
|
| 1701 |
+
"_type": "Value"
|
| 1702 |
+
},
|
| 1703 |
+
"all_classes": {
|
| 1704 |
+
"feature": {
|
| 1705 |
+
"dtype": "string",
|
| 1706 |
+
"_type": "Value"
|
| 1707 |
+
},
|
| 1708 |
+
"_type": "List"
|
| 1709 |
+
},
|
| 1710 |
+
"_id": {
|
| 1711 |
+
"dtype": "string",
|
| 1712 |
+
"_type": "Value"
|
| 1713 |
+
}
|
| 1714 |
+
},
|
| 1715 |
+
"builder_name": "parquet",
|
| 1716 |
+
"dataset_name": "2wikimqa_e",
|
| 1717 |
+
"config_name": "2wikimqa_e",
|
| 1718 |
+
"version": "1.0.0",
|
| 1719 |
+
"splits": {
|
| 1720 |
+
"test": {
|
| 1721 |
+
"name": "test",
|
| 1722 |
+
"num_examples": 300,
|
| 1723 |
+
"dataset_name": "2wikimqa_e"
|
| 1724 |
+
}
|
| 1725 |
+
}
|
| 1726 |
+
},
|
| 1727 |
+
"gov_report_e": {
|
| 1728 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1729 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1730 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1731 |
+
"license": "apache-2.0",
|
| 1732 |
+
"features": {
|
| 1733 |
+
"input": {
|
| 1734 |
+
"dtype": "string",
|
| 1735 |
+
"_type": "Value"
|
| 1736 |
+
},
|
| 1737 |
+
"context": {
|
| 1738 |
+
"dtype": "string",
|
| 1739 |
+
"_type": "Value"
|
| 1740 |
+
},
|
| 1741 |
+
"answers": {
|
| 1742 |
+
"feature": {
|
| 1743 |
+
"dtype": "string",
|
| 1744 |
+
"_type": "Value"
|
| 1745 |
+
},
|
| 1746 |
+
"_type": "List"
|
| 1747 |
+
},
|
| 1748 |
+
"length": {
|
| 1749 |
+
"dtype": "int32",
|
| 1750 |
+
"_type": "Value"
|
| 1751 |
+
},
|
| 1752 |
+
"input_tokens": {
|
| 1753 |
+
"dtype": "int32",
|
| 1754 |
+
"_type": "Value"
|
| 1755 |
+
},
|
| 1756 |
+
"context_tokens": {
|
| 1757 |
+
"dtype": "int32",
|
| 1758 |
+
"_type": "Value"
|
| 1759 |
+
},
|
| 1760 |
+
"total_tokens": {
|
| 1761 |
+
"dtype": "int32",
|
| 1762 |
+
"_type": "Value"
|
| 1763 |
+
},
|
| 1764 |
+
"dataset": {
|
| 1765 |
+
"dtype": "string",
|
| 1766 |
+
"_type": "Value"
|
| 1767 |
+
},
|
| 1768 |
+
"language": {
|
| 1769 |
+
"dtype": "string",
|
| 1770 |
+
"_type": "Value"
|
| 1771 |
+
},
|
| 1772 |
+
"all_classes": {
|
| 1773 |
+
"feature": {
|
| 1774 |
+
"dtype": "string",
|
| 1775 |
+
"_type": "Value"
|
| 1776 |
+
},
|
| 1777 |
+
"_type": "List"
|
| 1778 |
+
},
|
| 1779 |
+
"_id": {
|
| 1780 |
+
"dtype": "string",
|
| 1781 |
+
"_type": "Value"
|
| 1782 |
+
}
|
| 1783 |
+
},
|
| 1784 |
+
"builder_name": "parquet",
|
| 1785 |
+
"dataset_name": "gov_report_e",
|
| 1786 |
+
"config_name": "gov_report_e",
|
| 1787 |
+
"version": "1.0.0",
|
| 1788 |
+
"splits": {
|
| 1789 |
+
"test": {
|
| 1790 |
+
"name": "test",
|
| 1791 |
+
"num_examples": 300,
|
| 1792 |
+
"dataset_name": "gov_report_e"
|
| 1793 |
+
}
|
| 1794 |
+
}
|
| 1795 |
+
},
|
| 1796 |
+
"multi_news_e": {
|
| 1797 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1798 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1799 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1800 |
+
"license": "apache-2.0",
|
| 1801 |
+
"features": {
|
| 1802 |
+
"input": {
|
| 1803 |
+
"dtype": "string",
|
| 1804 |
+
"_type": "Value"
|
| 1805 |
+
},
|
| 1806 |
+
"context": {
|
| 1807 |
+
"dtype": "string",
|
| 1808 |
+
"_type": "Value"
|
| 1809 |
+
},
|
| 1810 |
+
"answers": {
|
| 1811 |
+
"feature": {
|
| 1812 |
+
"dtype": "string",
|
| 1813 |
+
"_type": "Value"
|
| 1814 |
+
},
|
| 1815 |
+
"_type": "List"
|
| 1816 |
+
},
|
| 1817 |
+
"length": {
|
| 1818 |
+
"dtype": "int32",
|
| 1819 |
+
"_type": "Value"
|
| 1820 |
+
},
|
| 1821 |
+
"input_tokens": {
|
| 1822 |
+
"dtype": "int32",
|
| 1823 |
+
"_type": "Value"
|
| 1824 |
+
},
|
| 1825 |
+
"context_tokens": {
|
| 1826 |
+
"dtype": "int32",
|
| 1827 |
+
"_type": "Value"
|
| 1828 |
+
},
|
| 1829 |
+
"total_tokens": {
|
| 1830 |
+
"dtype": "int32",
|
| 1831 |
+
"_type": "Value"
|
| 1832 |
+
},
|
| 1833 |
+
"dataset": {
|
| 1834 |
+
"dtype": "string",
|
| 1835 |
+
"_type": "Value"
|
| 1836 |
+
},
|
| 1837 |
+
"language": {
|
| 1838 |
+
"dtype": "string",
|
| 1839 |
+
"_type": "Value"
|
| 1840 |
+
},
|
| 1841 |
+
"all_classes": {
|
| 1842 |
+
"feature": {
|
| 1843 |
+
"dtype": "string",
|
| 1844 |
+
"_type": "Value"
|
| 1845 |
+
},
|
| 1846 |
+
"_type": "List"
|
| 1847 |
+
},
|
| 1848 |
+
"_id": {
|
| 1849 |
+
"dtype": "string",
|
| 1850 |
+
"_type": "Value"
|
| 1851 |
+
}
|
| 1852 |
+
},
|
| 1853 |
+
"builder_name": "parquet",
|
| 1854 |
+
"dataset_name": "multi_news_e",
|
| 1855 |
+
"config_name": "multi_news_e",
|
| 1856 |
+
"version": "1.0.0",
|
| 1857 |
+
"splits": {
|
| 1858 |
+
"test": {
|
| 1859 |
+
"name": "test",
|
| 1860 |
+
"num_examples": 294,
|
| 1861 |
+
"dataset_name": "multi_news_e"
|
| 1862 |
+
}
|
| 1863 |
+
}
|
| 1864 |
+
},
|
| 1865 |
+
"trec_e": {
|
| 1866 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1867 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1868 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1869 |
+
"license": "apache-2.0",
|
| 1870 |
+
"features": {
|
| 1871 |
+
"input": {
|
| 1872 |
+
"dtype": "string",
|
| 1873 |
+
"_type": "Value"
|
| 1874 |
+
},
|
| 1875 |
+
"context": {
|
| 1876 |
+
"dtype": "string",
|
| 1877 |
+
"_type": "Value"
|
| 1878 |
+
},
|
| 1879 |
+
"answers": {
|
| 1880 |
+
"feature": {
|
| 1881 |
+
"dtype": "string",
|
| 1882 |
+
"_type": "Value"
|
| 1883 |
+
},
|
| 1884 |
+
"_type": "List"
|
| 1885 |
+
},
|
| 1886 |
+
"length": {
|
| 1887 |
+
"dtype": "int32",
|
| 1888 |
+
"_type": "Value"
|
| 1889 |
+
},
|
| 1890 |
+
"input_tokens": {
|
| 1891 |
+
"dtype": "int32",
|
| 1892 |
+
"_type": "Value"
|
| 1893 |
+
},
|
| 1894 |
+
"context_tokens": {
|
| 1895 |
+
"dtype": "int32",
|
| 1896 |
+
"_type": "Value"
|
| 1897 |
+
},
|
| 1898 |
+
"total_tokens": {
|
| 1899 |
+
"dtype": "int32",
|
| 1900 |
+
"_type": "Value"
|
| 1901 |
+
},
|
| 1902 |
+
"dataset": {
|
| 1903 |
+
"dtype": "string",
|
| 1904 |
+
"_type": "Value"
|
| 1905 |
+
},
|
| 1906 |
+
"language": {
|
| 1907 |
+
"dtype": "string",
|
| 1908 |
+
"_type": "Value"
|
| 1909 |
+
},
|
| 1910 |
+
"all_classes": {
|
| 1911 |
+
"feature": {
|
| 1912 |
+
"dtype": "string",
|
| 1913 |
+
"_type": "Value"
|
| 1914 |
+
},
|
| 1915 |
+
"_type": "List"
|
| 1916 |
+
},
|
| 1917 |
+
"_id": {
|
| 1918 |
+
"dtype": "string",
|
| 1919 |
+
"_type": "Value"
|
| 1920 |
+
}
|
| 1921 |
+
},
|
| 1922 |
+
"builder_name": "parquet",
|
| 1923 |
+
"dataset_name": "trec_e",
|
| 1924 |
+
"config_name": "trec_e",
|
| 1925 |
+
"version": "1.0.0",
|
| 1926 |
+
"splits": {
|
| 1927 |
+
"test": {
|
| 1928 |
+
"name": "test",
|
| 1929 |
+
"num_examples": 300,
|
| 1930 |
+
"dataset_name": "trec_e"
|
| 1931 |
+
}
|
| 1932 |
+
}
|
| 1933 |
+
},
|
| 1934 |
+
"triviaqa_e": {
|
| 1935 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 1936 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 1937 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 1938 |
+
"license": "apache-2.0",
|
| 1939 |
+
"features": {
|
| 1940 |
+
"input": {
|
| 1941 |
+
"dtype": "string",
|
| 1942 |
+
"_type": "Value"
|
| 1943 |
+
},
|
| 1944 |
+
"context": {
|
| 1945 |
+
"dtype": "string",
|
| 1946 |
+
"_type": "Value"
|
| 1947 |
+
},
|
| 1948 |
+
"answers": {
|
| 1949 |
+
"feature": {
|
| 1950 |
+
"dtype": "string",
|
| 1951 |
+
"_type": "Value"
|
| 1952 |
+
},
|
| 1953 |
+
"_type": "List"
|
| 1954 |
+
},
|
| 1955 |
+
"length": {
|
| 1956 |
+
"dtype": "int32",
|
| 1957 |
+
"_type": "Value"
|
| 1958 |
+
},
|
| 1959 |
+
"input_tokens": {
|
| 1960 |
+
"dtype": "int32",
|
| 1961 |
+
"_type": "Value"
|
| 1962 |
+
},
|
| 1963 |
+
"context_tokens": {
|
| 1964 |
+
"dtype": "int32",
|
| 1965 |
+
"_type": "Value"
|
| 1966 |
+
},
|
| 1967 |
+
"total_tokens": {
|
| 1968 |
+
"dtype": "int32",
|
| 1969 |
+
"_type": "Value"
|
| 1970 |
+
},
|
| 1971 |
+
"dataset": {
|
| 1972 |
+
"dtype": "string",
|
| 1973 |
+
"_type": "Value"
|
| 1974 |
+
},
|
| 1975 |
+
"language": {
|
| 1976 |
+
"dtype": "string",
|
| 1977 |
+
"_type": "Value"
|
| 1978 |
+
},
|
| 1979 |
+
"all_classes": {
|
| 1980 |
+
"feature": {
|
| 1981 |
+
"dtype": "string",
|
| 1982 |
+
"_type": "Value"
|
| 1983 |
+
},
|
| 1984 |
+
"_type": "List"
|
| 1985 |
+
},
|
| 1986 |
+
"_id": {
|
| 1987 |
+
"dtype": "string",
|
| 1988 |
+
"_type": "Value"
|
| 1989 |
+
}
|
| 1990 |
+
},
|
| 1991 |
+
"builder_name": "parquet",
|
| 1992 |
+
"dataset_name": "triviaqa_e",
|
| 1993 |
+
"config_name": "triviaqa_e",
|
| 1994 |
+
"version": "1.0.0",
|
| 1995 |
+
"splits": {
|
| 1996 |
+
"test": {
|
| 1997 |
+
"name": "test",
|
| 1998 |
+
"num_examples": 300,
|
| 1999 |
+
"dataset_name": "triviaqa_e"
|
| 2000 |
+
}
|
| 2001 |
+
}
|
| 2002 |
+
},
|
| 2003 |
+
"samsum_e": {
|
| 2004 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 2005 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 2006 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 2007 |
+
"license": "apache-2.0",
|
| 2008 |
+
"features": {
|
| 2009 |
+
"input": {
|
| 2010 |
+
"dtype": "string",
|
| 2011 |
+
"_type": "Value"
|
| 2012 |
+
},
|
| 2013 |
+
"context": {
|
| 2014 |
+
"dtype": "string",
|
| 2015 |
+
"_type": "Value"
|
| 2016 |
+
},
|
| 2017 |
+
"answers": {
|
| 2018 |
+
"feature": {
|
| 2019 |
+
"dtype": "string",
|
| 2020 |
+
"_type": "Value"
|
| 2021 |
+
},
|
| 2022 |
+
"_type": "List"
|
| 2023 |
+
},
|
| 2024 |
+
"length": {
|
| 2025 |
+
"dtype": "int32",
|
| 2026 |
+
"_type": "Value"
|
| 2027 |
+
},
|
| 2028 |
+
"input_tokens": {
|
| 2029 |
+
"dtype": "int32",
|
| 2030 |
+
"_type": "Value"
|
| 2031 |
+
},
|
| 2032 |
+
"context_tokens": {
|
| 2033 |
+
"dtype": "int32",
|
| 2034 |
+
"_type": "Value"
|
| 2035 |
+
},
|
| 2036 |
+
"total_tokens": {
|
| 2037 |
+
"dtype": "int32",
|
| 2038 |
+
"_type": "Value"
|
| 2039 |
+
},
|
| 2040 |
+
"dataset": {
|
| 2041 |
+
"dtype": "string",
|
| 2042 |
+
"_type": "Value"
|
| 2043 |
+
},
|
| 2044 |
+
"language": {
|
| 2045 |
+
"dtype": "string",
|
| 2046 |
+
"_type": "Value"
|
| 2047 |
+
},
|
| 2048 |
+
"all_classes": {
|
| 2049 |
+
"feature": {
|
| 2050 |
+
"dtype": "string",
|
| 2051 |
+
"_type": "Value"
|
| 2052 |
+
},
|
| 2053 |
+
"_type": "List"
|
| 2054 |
+
},
|
| 2055 |
+
"_id": {
|
| 2056 |
+
"dtype": "string",
|
| 2057 |
+
"_type": "Value"
|
| 2058 |
+
}
|
| 2059 |
+
},
|
| 2060 |
+
"builder_name": "parquet",
|
| 2061 |
+
"dataset_name": "samsum_e",
|
| 2062 |
+
"config_name": "samsum_e",
|
| 2063 |
+
"version": "1.0.0",
|
| 2064 |
+
"splits": {
|
| 2065 |
+
"test": {
|
| 2066 |
+
"name": "test",
|
| 2067 |
+
"num_examples": 300,
|
| 2068 |
+
"dataset_name": "samsum_e"
|
| 2069 |
+
}
|
| 2070 |
+
}
|
| 2071 |
+
},
|
| 2072 |
+
"passage_count_e": {
|
| 2073 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 2074 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 2075 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 2076 |
+
"license": "apache-2.0",
|
| 2077 |
+
"features": {
|
| 2078 |
+
"input": {
|
| 2079 |
+
"dtype": "string",
|
| 2080 |
+
"_type": "Value"
|
| 2081 |
+
},
|
| 2082 |
+
"context": {
|
| 2083 |
+
"dtype": "string",
|
| 2084 |
+
"_type": "Value"
|
| 2085 |
+
},
|
| 2086 |
+
"answers": {
|
| 2087 |
+
"feature": {
|
| 2088 |
+
"dtype": "string",
|
| 2089 |
+
"_type": "Value"
|
| 2090 |
+
},
|
| 2091 |
+
"_type": "List"
|
| 2092 |
+
},
|
| 2093 |
+
"length": {
|
| 2094 |
+
"dtype": "int32",
|
| 2095 |
+
"_type": "Value"
|
| 2096 |
+
},
|
| 2097 |
+
"input_tokens": {
|
| 2098 |
+
"dtype": "int32",
|
| 2099 |
+
"_type": "Value"
|
| 2100 |
+
},
|
| 2101 |
+
"context_tokens": {
|
| 2102 |
+
"dtype": "int32",
|
| 2103 |
+
"_type": "Value"
|
| 2104 |
+
},
|
| 2105 |
+
"total_tokens": {
|
| 2106 |
+
"dtype": "int32",
|
| 2107 |
+
"_type": "Value"
|
| 2108 |
+
},
|
| 2109 |
+
"dataset": {
|
| 2110 |
+
"dtype": "string",
|
| 2111 |
+
"_type": "Value"
|
| 2112 |
+
},
|
| 2113 |
+
"language": {
|
| 2114 |
+
"dtype": "string",
|
| 2115 |
+
"_type": "Value"
|
| 2116 |
+
},
|
| 2117 |
+
"all_classes": {
|
| 2118 |
+
"feature": {
|
| 2119 |
+
"dtype": "string",
|
| 2120 |
+
"_type": "Value"
|
| 2121 |
+
},
|
| 2122 |
+
"_type": "List"
|
| 2123 |
+
},
|
| 2124 |
+
"_id": {
|
| 2125 |
+
"dtype": "string",
|
| 2126 |
+
"_type": "Value"
|
| 2127 |
+
}
|
| 2128 |
+
},
|
| 2129 |
+
"builder_name": "parquet",
|
| 2130 |
+
"dataset_name": "passage_count_e",
|
| 2131 |
+
"config_name": "passage_count_e",
|
| 2132 |
+
"version": "1.0.0",
|
| 2133 |
+
"splits": {
|
| 2134 |
+
"test": {
|
| 2135 |
+
"name": "test",
|
| 2136 |
+
"num_examples": 300,
|
| 2137 |
+
"dataset_name": "passage_count_e"
|
| 2138 |
+
}
|
| 2139 |
+
}
|
| 2140 |
+
},
|
| 2141 |
+
"passage_retrieval_en_e": {
|
| 2142 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 2143 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 2144 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 2145 |
+
"license": "apache-2.0",
|
| 2146 |
+
"features": {
|
| 2147 |
+
"input": {
|
| 2148 |
+
"dtype": "string",
|
| 2149 |
+
"_type": "Value"
|
| 2150 |
+
},
|
| 2151 |
+
"context": {
|
| 2152 |
+
"dtype": "string",
|
| 2153 |
+
"_type": "Value"
|
| 2154 |
+
},
|
| 2155 |
+
"answers": {
|
| 2156 |
+
"feature": {
|
| 2157 |
+
"dtype": "string",
|
| 2158 |
+
"_type": "Value"
|
| 2159 |
+
},
|
| 2160 |
+
"_type": "List"
|
| 2161 |
+
},
|
| 2162 |
+
"length": {
|
| 2163 |
+
"dtype": "int32",
|
| 2164 |
+
"_type": "Value"
|
| 2165 |
+
},
|
| 2166 |
+
"input_tokens": {
|
| 2167 |
+
"dtype": "int32",
|
| 2168 |
+
"_type": "Value"
|
| 2169 |
+
},
|
| 2170 |
+
"context_tokens": {
|
| 2171 |
+
"dtype": "int32",
|
| 2172 |
+
"_type": "Value"
|
| 2173 |
+
},
|
| 2174 |
+
"total_tokens": {
|
| 2175 |
+
"dtype": "int32",
|
| 2176 |
+
"_type": "Value"
|
| 2177 |
+
},
|
| 2178 |
+
"dataset": {
|
| 2179 |
+
"dtype": "string",
|
| 2180 |
+
"_type": "Value"
|
| 2181 |
+
},
|
| 2182 |
+
"language": {
|
| 2183 |
+
"dtype": "string",
|
| 2184 |
+
"_type": "Value"
|
| 2185 |
+
},
|
| 2186 |
+
"all_classes": {
|
| 2187 |
+
"feature": {
|
| 2188 |
+
"dtype": "string",
|
| 2189 |
+
"_type": "Value"
|
| 2190 |
+
},
|
| 2191 |
+
"_type": "List"
|
| 2192 |
+
},
|
| 2193 |
+
"_id": {
|
| 2194 |
+
"dtype": "string",
|
| 2195 |
+
"_type": "Value"
|
| 2196 |
+
}
|
| 2197 |
+
},
|
| 2198 |
+
"builder_name": "parquet",
|
| 2199 |
+
"dataset_name": "passage_retrieval_en_e",
|
| 2200 |
+
"config_name": "passage_retrieval_en_e",
|
| 2201 |
+
"version": "1.0.0",
|
| 2202 |
+
"splits": {
|
| 2203 |
+
"test": {
|
| 2204 |
+
"name": "test",
|
| 2205 |
+
"num_examples": 300,
|
| 2206 |
+
"dataset_name": "passage_retrieval_en_e"
|
| 2207 |
+
}
|
| 2208 |
+
}
|
| 2209 |
+
},
|
| 2210 |
+
"lcc_e": {
|
| 2211 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 2212 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 2213 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 2214 |
+
"license": "apache-2.0",
|
| 2215 |
+
"features": {
|
| 2216 |
+
"input": {
|
| 2217 |
+
"dtype": "string",
|
| 2218 |
+
"_type": "Value"
|
| 2219 |
+
},
|
| 2220 |
+
"context": {
|
| 2221 |
+
"dtype": "string",
|
| 2222 |
+
"_type": "Value"
|
| 2223 |
+
},
|
| 2224 |
+
"answers": {
|
| 2225 |
+
"feature": {
|
| 2226 |
+
"dtype": "string",
|
| 2227 |
+
"_type": "Value"
|
| 2228 |
+
},
|
| 2229 |
+
"_type": "List"
|
| 2230 |
+
},
|
| 2231 |
+
"length": {
|
| 2232 |
+
"dtype": "int32",
|
| 2233 |
+
"_type": "Value"
|
| 2234 |
+
},
|
| 2235 |
+
"input_tokens": {
|
| 2236 |
+
"dtype": "int32",
|
| 2237 |
+
"_type": "Value"
|
| 2238 |
+
},
|
| 2239 |
+
"context_tokens": {
|
| 2240 |
+
"dtype": "int32",
|
| 2241 |
+
"_type": "Value"
|
| 2242 |
+
},
|
| 2243 |
+
"total_tokens": {
|
| 2244 |
+
"dtype": "int32",
|
| 2245 |
+
"_type": "Value"
|
| 2246 |
+
},
|
| 2247 |
+
"dataset": {
|
| 2248 |
+
"dtype": "string",
|
| 2249 |
+
"_type": "Value"
|
| 2250 |
+
},
|
| 2251 |
+
"language": {
|
| 2252 |
+
"dtype": "string",
|
| 2253 |
+
"_type": "Value"
|
| 2254 |
+
},
|
| 2255 |
+
"all_classes": {
|
| 2256 |
+
"feature": {
|
| 2257 |
+
"dtype": "string",
|
| 2258 |
+
"_type": "Value"
|
| 2259 |
+
},
|
| 2260 |
+
"_type": "List"
|
| 2261 |
+
},
|
| 2262 |
+
"_id": {
|
| 2263 |
+
"dtype": "string",
|
| 2264 |
+
"_type": "Value"
|
| 2265 |
+
}
|
| 2266 |
+
},
|
| 2267 |
+
"builder_name": "parquet",
|
| 2268 |
+
"dataset_name": "lcc_e",
|
| 2269 |
+
"config_name": "lcc_e",
|
| 2270 |
+
"version": "1.0.0",
|
| 2271 |
+
"splits": {
|
| 2272 |
+
"test": {
|
| 2273 |
+
"name": "test",
|
| 2274 |
+
"num_examples": 300,
|
| 2275 |
+
"dataset_name": "lcc_e"
|
| 2276 |
+
}
|
| 2277 |
+
}
|
| 2278 |
+
},
|
| 2279 |
+
"repobench-p_e": {
|
| 2280 |
+
"description": "LongBench is a bilingual, multitask benchmark for evaluating long-context understanding in large language models. It covers long-text application scenarios including single-document question answering, multi-document question answering, summarization, few-shot learning, synthetic long-context tasks, and code completion.\n\nThis Hugging Face dataset repository repackages locally downloaded LongBench JSONL files into a clean, typed, data-only Hugging Face dataset layout with one configuration per task. The goal of this repackaging is ease of use, reproducibility, dataset viewer compatibility, efficient loading, and convenient downstream evaluation. The dataset content, task design, and original benchmark are attributed to the LongBench authors and the THUDM LongBench project.\n",
|
| 2281 |
+
"citation": "@article{bai2023longbench,\n title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},\n author={Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi},\n journal={arXiv preprint arXiv:2308.14508},\n year={2023}\n}",
|
| 2282 |
+
"homepage": "https://github.com/THUDM/LongBench",
|
| 2283 |
+
"license": "apache-2.0",
|
| 2284 |
+
"features": {
|
| 2285 |
+
"input": {
|
| 2286 |
+
"dtype": "string",
|
| 2287 |
+
"_type": "Value"
|
| 2288 |
+
},
|
| 2289 |
+
"context": {
|
| 2290 |
+
"dtype": "string",
|
| 2291 |
+
"_type": "Value"
|
| 2292 |
+
},
|
| 2293 |
+
"answers": {
|
| 2294 |
+
"feature": {
|
| 2295 |
+
"dtype": "string",
|
| 2296 |
+
"_type": "Value"
|
| 2297 |
+
},
|
| 2298 |
+
"_type": "List"
|
| 2299 |
+
},
|
| 2300 |
+
"length": {
|
| 2301 |
+
"dtype": "int32",
|
| 2302 |
+
"_type": "Value"
|
| 2303 |
+
},
|
| 2304 |
+
"input_tokens": {
|
| 2305 |
+
"dtype": "int32",
|
| 2306 |
+
"_type": "Value"
|
| 2307 |
+
},
|
| 2308 |
+
"context_tokens": {
|
| 2309 |
+
"dtype": "int32",
|
| 2310 |
+
"_type": "Value"
|
| 2311 |
+
},
|
| 2312 |
+
"total_tokens": {
|
| 2313 |
+
"dtype": "int32",
|
| 2314 |
+
"_type": "Value"
|
| 2315 |
+
},
|
| 2316 |
+
"dataset": {
|
| 2317 |
+
"dtype": "string",
|
| 2318 |
+
"_type": "Value"
|
| 2319 |
+
},
|
| 2320 |
+
"language": {
|
| 2321 |
+
"dtype": "string",
|
| 2322 |
+
"_type": "Value"
|
| 2323 |
+
},
|
| 2324 |
+
"all_classes": {
|
| 2325 |
+
"feature": {
|
| 2326 |
+
"dtype": "string",
|
| 2327 |
+
"_type": "Value"
|
| 2328 |
+
},
|
| 2329 |
+
"_type": "List"
|
| 2330 |
+
},
|
| 2331 |
+
"_id": {
|
| 2332 |
+
"dtype": "string",
|
| 2333 |
+
"_type": "Value"
|
| 2334 |
+
}
|
| 2335 |
+
},
|
| 2336 |
+
"builder_name": "parquet",
|
| 2337 |
+
"dataset_name": "repobench-p_e",
|
| 2338 |
+
"config_name": "repobench-p_e",
|
| 2339 |
+
"version": "1.0.0",
|
| 2340 |
+
"splits": {
|
| 2341 |
+
"test": {
|
| 2342 |
+
"name": "test",
|
| 2343 |
+
"num_examples": 300,
|
| 2344 |
+
"dataset_name": "repobench-p_e"
|
| 2345 |
+
}
|
| 2346 |
+
}
|
| 2347 |
+
}
|
| 2348 |
+
}
|