| { |
| "build_info": { |
| "timestamp_utc": "2026-05-24T08:44:19.240990+00:00", |
| "source_dir": "/home/arman/project/LongBench/LongBench_data/data", |
| "output_dir": "/home/arman/project/LongBench/LongBench_data/hf_longbench_dataset", |
| "repo_id": "GinkgoQ/LongBench", |
| "pretty_name": "LongBench", |
| "license": "apache-2.0", |
| "validation_mode": "strict", |
| "max_shard_size": "500MB", |
| "token_count_method": "cl100k_base", |
| "datasets_version": "4.2.0" |
| }, |
| "source": { |
| "homepage": "https://github.com/THUDM/LongBench", |
| "paper": "https://arxiv.org/abs/2308.14508", |
| "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}" |
| }, |
| "features": { |
| "input": { |
| "dtype": "string", |
| "_type": "Value" |
| }, |
| "context": { |
| "dtype": "string", |
| "_type": "Value" |
| }, |
| "answers": { |
| "feature": { |
| "dtype": "string", |
| "_type": "Value" |
| }, |
| "_type": "List" |
| }, |
| "length": { |
| "dtype": "int32", |
| "_type": "Value" |
| }, |
| "input_tokens": { |
| "dtype": "int32", |
| "_type": "Value" |
| }, |
| "context_tokens": { |
| "dtype": "int32", |
| "_type": "Value" |
| }, |
| "total_tokens": { |
| "dtype": "int32", |
| "_type": "Value" |
| }, |
| "dataset": { |
| "dtype": "string", |
| "_type": "Value" |
| }, |
| "language": { |
| "dtype": "string", |
| "_type": "Value" |
| }, |
| "all_classes": { |
| "feature": { |
| "dtype": "string", |
| "_type": "Value" |
| }, |
| "_type": "List" |
| }, |
| "_id": { |
| "dtype": "string", |
| "_type": "Value" |
| } |
| }, |
| "tasks": [ |
| "narrativeqa", |
| "qasper", |
| "multifieldqa_en", |
| "multifieldqa_zh", |
| "hotpotqa", |
| "2wikimqa", |
| "musique", |
| "dureader", |
| "gov_report", |
| "qmsum", |
| "multi_news", |
| "vcsum", |
| "trec", |
| "triviaqa", |
| "samsum", |
| "lsht", |
| "passage_count", |
| "passage_retrieval_en", |
| "passage_retrieval_zh", |
| "lcc", |
| "repobench-p", |
| "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" |
| ], |
| "task_groups": { |
| "Single-Document QA": [ |
| "narrativeqa", |
| "qasper", |
| "multifieldqa_en", |
| "multifieldqa_zh" |
| ], |
| "Multi-Document QA": [ |
| "hotpotqa", |
| "2wikimqa", |
| "musique", |
| "dureader" |
| ], |
| "Summarization": [ |
| "gov_report", |
| "qmsum", |
| "multi_news", |
| "vcsum" |
| ], |
| "Few-Shot Learning": [ |
| "trec", |
| "triviaqa", |
| "samsum", |
| "lsht" |
| ], |
| "Synthetic Tasks": [ |
| "passage_count", |
| "passage_retrieval_en", |
| "passage_retrieval_zh" |
| ], |
| "Code Completion": [ |
| "lcc", |
| "repobench-p" |
| ], |
| "LongBench-E": [ |
| "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" |
| ] |
| }, |
| "task_stats": { |
| "narrativeqa": { |
| "task": "narrativeqa", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/narrativeqa.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "narrativeqa": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 5397, |
| "max_length": 36418, |
| "mean_length": 18404.94, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 4, |
| "max_input_tokens": 26, |
| "mean_input_tokens": 11.03, |
| "min_context_tokens": 7966, |
| "max_context_tokens": 65276, |
| "mean_context_tokens": 29779.86, |
| "min_total_tokens": 7972, |
| "max_total_tokens": 65293, |
| "mean_total_tokens": 29790.89 |
| }, |
| "qasper": { |
| "task": "qasper", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/qasper.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "qasper": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 55, |
| "2": 140, |
| "3": 5 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1440, |
| "max_length": 14660, |
| "mean_length": 3618.7, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 5, |
| "max_input_tokens": 26, |
| "mean_input_tokens": 9.45, |
| "min_context_tokens": 1846, |
| "max_context_tokens": 21121, |
| "mean_context_tokens": 4923.06, |
| "min_total_tokens": 1855, |
| "max_total_tokens": 21129, |
| "mean_total_tokens": 4932.52 |
| }, |
| "multifieldqa_en": { |
| "task": "multifieldqa_en", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/multifieldqa_en.jsonl", |
| "num_examples": 150, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 150 |
| }, |
| "dataset_labels": { |
| "multifieldqa_en": 150 |
| }, |
| "answer_count_distribution": { |
| "1": 150 |
| }, |
| "all_classes_count_distribution": { |
| "0": 150 |
| }, |
| "min_length": 505, |
| "max_length": 10337, |
| "mean_length": 4558.7, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 6, |
| "max_input_tokens": 30, |
| "mean_input_tokens": 13.33, |
| "min_context_tokens": 1286, |
| "max_context_tokens": 14949, |
| "mean_context_tokens": 6937.79, |
| "min_total_tokens": 1298, |
| "max_total_tokens": 14962, |
| "mean_total_tokens": 6951.12 |
| }, |
| "multifieldqa_zh": { |
| "task": "multifieldqa_zh", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/multifieldqa_zh.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "zh": 200 |
| }, |
| "dataset_labels": { |
| "multifieldqa_zh": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1260, |
| "max_length": 16791, |
| "mean_length": 6700.68, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 8, |
| "max_input_tokens": 51, |
| "mean_input_tokens": 20.5, |
| "min_context_tokens": 1277, |
| "max_context_tokens": 14937, |
| "mean_context_tokens": 7275.81, |
| "min_total_tokens": 1297, |
| "max_total_tokens": 14962, |
| "mean_total_tokens": 7296.32 |
| }, |
| "hotpotqa": { |
| "task": "hotpotqa", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/hotpotqa.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "hotpotqa": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1078, |
| "max_length": 12697, |
| "mean_length": 9149.22, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 8, |
| "max_input_tokens": 48, |
| "mean_input_tokens": 19.54, |
| "min_context_tokens": 1748, |
| "max_context_tokens": 16325, |
| "mean_context_tokens": 12793.29, |
| "min_total_tokens": 1771, |
| "max_total_tokens": 16346, |
| "mean_total_tokens": 12812.86 |
| }, |
| "2wikimqa": { |
| "task": "2wikimqa", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/2wikimqa.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "2wikimqa": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 535, |
| "max_length": 11950, |
| "mean_length": 4885.31, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 8, |
| "max_input_tokens": 33, |
| "mean_input_tokens": 16.85, |
| "min_context_tokens": 912, |
| "max_context_tokens": 16344, |
| "mean_context_tokens": 7116.4, |
| "min_total_tokens": 932, |
| "max_total_tokens": 16356, |
| "mean_total_tokens": 7133.24 |
| }, |
| "musique": { |
| "task": "musique", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/musique.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "musique": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 149, |
| "2": 38, |
| "3": 6, |
| "4": 4, |
| "5": 3 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 3440, |
| "max_length": 17355, |
| "mean_length": 11017.66, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 8, |
| "max_input_tokens": 41, |
| "mean_input_tokens": 18.59, |
| "min_context_tokens": 6484, |
| "max_context_tokens": 16337, |
| "mean_context_tokens": 15576.98, |
| "min_total_tokens": 6498, |
| "max_total_tokens": 16353, |
| "mean_total_tokens": 15595.57 |
| }, |
| "dureader": { |
| "task": "dureader", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/dureader.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "zh": 200 |
| }, |
| "dataset_labels": { |
| "dureader": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 80, |
| "2": 63, |
| "3": 57 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 8065, |
| "max_length": 27096, |
| "mean_length": 15768.04, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 4, |
| "max_input_tokens": 27, |
| "mean_input_tokens": 11.73, |
| "min_context_tokens": 8259, |
| "max_context_tokens": 32239, |
| "mean_context_tokens": 17592.26, |
| "min_total_tokens": 8266, |
| "max_total_tokens": 32255, |
| "mean_total_tokens": 17605.0 |
| }, |
| "gov_report": { |
| "task": "gov_report", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/gov_report.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "gov_report": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1743, |
| "max_length": 40508, |
| "mean_length": 8169.36, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 2019, |
| "max_context_tokens": 51394, |
| "mean_context_tokens": 10242.25, |
| "min_total_tokens": 2019, |
| "max_total_tokens": 51394, |
| "mean_total_tokens": 10242.25 |
| }, |
| "qmsum": { |
| "task": "qmsum", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/qmsum.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "qmsum": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1789, |
| "max_length": 24585, |
| "mean_length": 10545.94, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 5, |
| "max_input_tokens": 36, |
| "mean_input_tokens": 13.61, |
| "min_context_tokens": 2575, |
| "max_context_tokens": 30377, |
| "mean_context_tokens": 13855.03, |
| "min_total_tokens": 2584, |
| "max_total_tokens": 30389, |
| "mean_total_tokens": 13868.7 |
| }, |
| "multi_news": { |
| "task": "multi_news", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/multi_news.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "multi_news": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 258, |
| "max_length": 10933, |
| "mean_length": 2113.49, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 130, |
| "max_context_tokens": 13935, |
| "mean_context_tokens": 2609.06, |
| "min_total_tokens": 130, |
| "max_total_tokens": 13935, |
| "mean_total_tokens": 2609.06 |
| }, |
| "vcsum": { |
| "task": "vcsum", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/vcsum.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "zh": 200 |
| }, |
| "dataset_labels": { |
| "vcsum": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1114, |
| "max_length": 42073, |
| "mean_length": 15147.02, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 1359, |
| "max_context_tokens": 49027, |
| "mean_context_tokens": 16896.71, |
| "min_total_tokens": 1359, |
| "max_total_tokens": 49027, |
| "mean_total_tokens": 16896.71 |
| }, |
| "trec": { |
| "task": "trec", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/trec.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "trec": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "50": 200 |
| }, |
| "min_length": 1435, |
| "max_length": 8714, |
| "mean_length": 5176.36, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 8, |
| "max_input_tokens": 20, |
| "mean_input_tokens": 12.0, |
| "min_context_tokens": 1854, |
| "max_context_tokens": 11369, |
| "mean_context_tokens": 6756.22, |
| "min_total_tokens": 1866, |
| "max_total_tokens": 11382, |
| "mean_total_tokens": 6768.22 |
| }, |
| "triviaqa": { |
| "task": "triviaqa", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/triviaqa.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "triviaqa": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 6, |
| "2": 18, |
| "3": 17, |
| "4": 10, |
| "5": 11, |
| "6": 8, |
| "7": 8, |
| "8": 9, |
| "9": 4, |
| "10": 4, |
| "11": 6, |
| "12": 8, |
| "13": 10, |
| "14": 10, |
| "15": 5, |
| "16": 7, |
| "17": 2, |
| "18": 4, |
| "19": 2, |
| "20": 3, |
| "21": 7, |
| "22": 4, |
| "23": 2, |
| "24": 3, |
| "25": 3, |
| "26": 3, |
| "27": 1, |
| "28": 3, |
| "29": 1, |
| "32": 2, |
| "34": 4, |
| "35": 1, |
| "36": 2, |
| "37": 1, |
| "38": 1, |
| "40": 1, |
| "44": 1, |
| "45": 1, |
| "54": 1, |
| "84": 1, |
| "85": 1, |
| "90": 2, |
| "100": 1, |
| "182": 1 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 1145, |
| "max_length": 16633, |
| "mean_length": 8209.3, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 89, |
| "max_input_tokens": 1929, |
| "mean_input_tokens": 715.6, |
| "min_context_tokens": 1324, |
| "max_context_tokens": 22327, |
| "mean_context_tokens": 11055.41, |
| "min_total_tokens": 1482, |
| "max_total_tokens": 23349, |
| "mean_total_tokens": 11771.0 |
| }, |
| "samsum": { |
| "task": "samsum", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/samsum.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "samsum": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 936, |
| "max_length": 12252, |
| "mean_length": 6258.35, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 21, |
| "max_input_tokens": 507, |
| "mean_input_tokens": 150.32, |
| "min_context_tokens": 1332, |
| "max_context_tokens": 17938, |
| "mean_context_tokens": 9005.24, |
| "min_total_tokens": 1386, |
| "max_total_tokens": 17981, |
| "mean_total_tokens": 9155.56 |
| }, |
| "lsht": { |
| "task": "lsht", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/lsht.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "zh": 200 |
| }, |
| "dataset_labels": { |
| "lsht": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "24": 200 |
| }, |
| "min_length": 5648, |
| "max_length": 44221, |
| "mean_length": 22332.62, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 42, |
| "max_input_tokens": 5683, |
| "mean_input_tokens": 974.14, |
| "min_context_tokens": 6370, |
| "max_context_tokens": 51435, |
| "mean_context_tokens": 25347.92, |
| "min_total_tokens": 6452, |
| "max_total_tokens": 51727, |
| "mean_total_tokens": 26322.06 |
| }, |
| "passage_count": { |
| "task": "passage_count", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_count.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "passage_count": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 3554, |
| "max_length": 22099, |
| "mean_length": 11140.59, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 4740, |
| "max_context_tokens": 28965, |
| "mean_context_tokens": 14898.67, |
| "min_total_tokens": 4740, |
| "max_total_tokens": 28965, |
| "mean_total_tokens": 14898.67 |
| }, |
| "passage_retrieval_en": { |
| "task": "passage_retrieval_en", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_retrieval_en.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 200 |
| }, |
| "dataset_labels": { |
| "passage_retrieval_en": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 7533, |
| "max_length": 11516, |
| "mean_length": 9287.97, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 68, |
| "max_input_tokens": 445, |
| "mean_input_tokens": 174.88, |
| "min_context_tokens": 9753, |
| "max_context_tokens": 14934, |
| "mean_context_tokens": 12297.06, |
| "min_total_tokens": 9954, |
| "max_total_tokens": 15188, |
| "mean_total_tokens": 12471.94 |
| }, |
| "passage_retrieval_zh": { |
| "task": "passage_retrieval_zh", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_retrieval_zh.jsonl", |
| "num_examples": 200, |
| "duplicate_id_count": 0, |
| "languages": { |
| "zh": 200 |
| }, |
| "dataset_labels": { |
| "passage_retrieval_zh": 200 |
| }, |
| "answer_count_distribution": { |
| "1": 200 |
| }, |
| "all_classes_count_distribution": { |
| "0": 200 |
| }, |
| "min_length": 5055, |
| "max_length": 8963, |
| "mean_length": 6745.15, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 16, |
| "max_input_tokens": 1392, |
| "mean_input_tokens": 175.94, |
| "min_context_tokens": 5548, |
| "max_context_tokens": 10437, |
| "mean_context_tokens": 7589.1, |
| "min_total_tokens": 5674, |
| "max_total_tokens": 10736, |
| "mean_total_tokens": 7765.06 |
| }, |
| "lcc": { |
| "task": "lcc", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/lcc.jsonl", |
| "num_examples": 500, |
| "duplicate_id_count": 0, |
| "languages": { |
| "csharp": 158, |
| "java": 160, |
| "python": 182 |
| }, |
| "dataset_labels": { |
| "lcc": 500 |
| }, |
| "answer_count_distribution": { |
| "1": 500 |
| }, |
| "all_classes_count_distribution": { |
| "0": 500 |
| }, |
| "min_length": 399, |
| "max_length": 10029, |
| "mean_length": 1235.28, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 989, |
| "max_context_tokens": 30150, |
| "mean_context_tokens": 3165.98, |
| "min_total_tokens": 989, |
| "max_total_tokens": 30150, |
| "mean_total_tokens": 3165.98 |
| }, |
| "repobench-p": { |
| "task": "repobench-p", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/repobench-p.jsonl", |
| "num_examples": 500, |
| "duplicate_id_count": 0, |
| "languages": { |
| "java": 264, |
| "python": 236 |
| }, |
| "dataset_labels": { |
| "repobench-p": 500 |
| }, |
| "answer_count_distribution": { |
| "1": 500 |
| }, |
| "all_classes_count_distribution": { |
| "0": 500 |
| }, |
| "min_length": 810, |
| "max_length": 18754, |
| "mean_length": 4205.93, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 127, |
| "max_input_tokens": 3820, |
| "mean_input_tokens": 998.91, |
| "min_context_tokens": 1240, |
| "max_context_tokens": 37941, |
| "mean_context_tokens": 9814.47, |
| "min_total_tokens": 2644, |
| "max_total_tokens": 39128, |
| "mean_total_tokens": 10813.41 |
| }, |
| "qasper_e": { |
| "task": "qasper_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/qasper_e.jsonl", |
| "num_examples": 224, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 224 |
| }, |
| "dataset_labels": { |
| "qasper_e": 224 |
| }, |
| "answer_count_distribution": { |
| "1": 68, |
| "2": 153, |
| "3": 3 |
| }, |
| "all_classes_count_distribution": { |
| "0": 224 |
| }, |
| "min_length": 1443, |
| "max_length": 14722, |
| "mean_length": 4620.48, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 5, |
| "max_input_tokens": 26, |
| "mean_input_tokens": 9.8, |
| "min_context_tokens": 1846, |
| "max_context_tokens": 21121, |
| "mean_context_tokens": 6208.7, |
| "min_total_tokens": 1869, |
| "max_total_tokens": 21129, |
| "mean_total_tokens": 6218.5 |
| }, |
| "multifieldqa_en_e": { |
| "task": "multifieldqa_en_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/multifieldqa_en_e.jsonl", |
| "num_examples": 150, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 150 |
| }, |
| "dataset_labels": { |
| "multifieldqa_en_e": 150 |
| }, |
| "answer_count_distribution": { |
| "1": 150 |
| }, |
| "all_classes_count_distribution": { |
| "0": 150 |
| }, |
| "min_length": 505, |
| "max_length": 10337, |
| "mean_length": 4558.7, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 6, |
| "max_input_tokens": 30, |
| "mean_input_tokens": 13.33, |
| "min_context_tokens": 1286, |
| "max_context_tokens": 14949, |
| "mean_context_tokens": 6937.79, |
| "min_total_tokens": 1298, |
| "max_total_tokens": 14962, |
| "mean_total_tokens": 6951.12 |
| }, |
| "hotpotqa_e": { |
| "task": "hotpotqa_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/hotpotqa_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "hotpotqa_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 111, |
| "max_length": 12480, |
| "mean_length": 6657.96, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 10, |
| "max_input_tokens": 49, |
| "mean_input_tokens": 19.8, |
| "min_context_tokens": 167, |
| "max_context_tokens": 16313, |
| "mean_context_tokens": 9451.05, |
| "min_total_tokens": 186, |
| "max_total_tokens": 16329, |
| "mean_total_tokens": 9470.88 |
| }, |
| "2wikimqa_e": { |
| "task": "2wikimqa_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/2wikimqa_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "2wikimqa_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 987, |
| "max_length": 12334, |
| "mean_length": 6146.54, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 9, |
| "max_input_tokens": 31, |
| "mean_input_tokens": 16.6, |
| "min_context_tokens": 1379, |
| "max_context_tokens": 16319, |
| "mean_context_tokens": 8857.59, |
| "min_total_tokens": 1394, |
| "max_total_tokens": 16333, |
| "mean_total_tokens": 8874.2 |
| }, |
| "gov_report_e": { |
| "task": "gov_report_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/gov_report_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "gov_report_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 881, |
| "max_length": 23442, |
| "mean_length": 7140.79, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 1019, |
| "max_context_tokens": 27686, |
| "mean_context_tokens": 8160.53, |
| "min_total_tokens": 1019, |
| "max_total_tokens": 27686, |
| "mean_total_tokens": 8160.53 |
| }, |
| "multi_news_e": { |
| "task": "multi_news_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/multi_news_e.jsonl", |
| "num_examples": 294, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 294 |
| }, |
| "dataset_labels": { |
| "multi_news_e": 294 |
| }, |
| "answer_count_distribution": { |
| "1": 294 |
| }, |
| "all_classes_count_distribution": { |
| "0": 294 |
| }, |
| "min_length": 374, |
| "max_length": 27973, |
| "mean_length": 5999.31, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 359, |
| "max_context_tokens": 38322, |
| "mean_context_tokens": 7883.37, |
| "min_total_tokens": 359, |
| "max_total_tokens": 38322, |
| "mean_total_tokens": 7883.37 |
| }, |
| "trec_e": { |
| "task": "trec_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/trec_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "trec_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "50": 300 |
| }, |
| "min_length": 746, |
| "max_length": 13237, |
| "mean_length": 6259.26, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 8, |
| "max_input_tokens": 24, |
| "mean_input_tokens": 12.09, |
| "min_context_tokens": 972, |
| "max_context_tokens": 17173, |
| "mean_context_tokens": 8169.75, |
| "min_total_tokens": 982, |
| "max_total_tokens": 17185, |
| "mean_total_tokens": 8181.84 |
| }, |
| "triviaqa_e": { |
| "task": "triviaqa_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/triviaqa_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "triviaqa_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 7, |
| "2": 26, |
| "3": 21, |
| "4": 12, |
| "5": 13, |
| "6": 20, |
| "7": 16, |
| "8": 18, |
| "9": 11, |
| "10": 6, |
| "11": 7, |
| "12": 9, |
| "13": 16, |
| "14": 11, |
| "15": 3, |
| "16": 7, |
| "17": 3, |
| "18": 4, |
| "19": 2, |
| "20": 6, |
| "21": 10, |
| "22": 6, |
| "23": 6, |
| "24": 7, |
| "25": 5, |
| "26": 5, |
| "27": 2, |
| "28": 6, |
| "29": 2, |
| "30": 1, |
| "32": 7, |
| "34": 4, |
| "35": 1, |
| "36": 2, |
| "37": 2, |
| "40": 2, |
| "44": 2, |
| "45": 2, |
| "50": 1, |
| "54": 1, |
| "56": 1, |
| "84": 1, |
| "90": 1, |
| "92": 1, |
| "100": 2, |
| "182": 2 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 804, |
| "max_length": 15960, |
| "mean_length": 6684.6, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 89, |
| "max_input_tokens": 1929, |
| "mean_input_tokens": 696.78, |
| "min_context_tokens": 495, |
| "max_context_tokens": 36061, |
| "mean_context_tokens": 8996.34, |
| "min_total_tokens": 1054, |
| "max_total_tokens": 36228, |
| "mean_total_tokens": 9693.12 |
| }, |
| "samsum_e": { |
| "task": "samsum_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/samsum_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "samsum_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 936, |
| "max_length": 12403, |
| "mean_length": 6170.48, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 30, |
| "max_input_tokens": 543, |
| "mean_input_tokens": 153.12, |
| "min_context_tokens": 1332, |
| "max_context_tokens": 18171, |
| "mean_context_tokens": 8881.95, |
| "min_total_tokens": 1386, |
| "max_total_tokens": 18223, |
| "mean_total_tokens": 9035.07 |
| }, |
| "passage_count_e": { |
| "task": "passage_count_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_count_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "passage_count_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 1407, |
| "max_length": 14537, |
| "mean_length": 6117.3, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 1841, |
| "max_context_tokens": 22952, |
| "mean_context_tokens": 8232.71, |
| "min_total_tokens": 1841, |
| "max_total_tokens": 22952, |
| "mean_total_tokens": 8232.71 |
| }, |
| "passage_retrieval_en_e": { |
| "task": "passage_retrieval_en_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/passage_retrieval_en_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "en": 300 |
| }, |
| "dataset_labels": { |
| "passage_retrieval_en_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 2358, |
| "max_length": 10607, |
| "mean_length": 6115.38, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 44, |
| "max_input_tokens": 394, |
| "mean_input_tokens": 175.62, |
| "min_context_tokens": 3062, |
| "max_context_tokens": 14312, |
| "mean_context_tokens": 8009.82, |
| "min_total_tokens": 3169, |
| "max_total_tokens": 14490, |
| "mean_total_tokens": 8185.44 |
| }, |
| "lcc_e": { |
| "task": "lcc_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/lcc_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "csharp": 97, |
| "java": 91, |
| "python": 112 |
| }, |
| "dataset_labels": { |
| "lcc_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 386, |
| "max_length": 23278, |
| "mean_length": 5546.3, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 0, |
| "max_input_tokens": 0, |
| "mean_input_tokens": 0.0, |
| "min_context_tokens": 1099, |
| "max_context_tokens": 49200, |
| "mean_context_tokens": 13516.84, |
| "min_total_tokens": 1099, |
| "max_total_tokens": 49200, |
| "mean_total_tokens": 13516.84 |
| }, |
| "repobench-p_e": { |
| "task": "repobench-p_e", |
| "source_file": "/home/arman/project/LongBench/LongBench_data/data/repobench-p_e.jsonl", |
| "num_examples": 300, |
| "duplicate_id_count": 0, |
| "languages": { |
| "java": 167, |
| "python": 133 |
| }, |
| "dataset_labels": { |
| "repobench-p_e": 300 |
| }, |
| "answer_count_distribution": { |
| "1": 300 |
| }, |
| "all_classes_count_distribution": { |
| "0": 300 |
| }, |
| "min_length": 785, |
| "max_length": 18864, |
| "mean_length": 6067.31, |
| "token_count_method": "cl100k_base", |
| "min_input_tokens": 147, |
| "max_input_tokens": 4330, |
| "mean_input_tokens": 1073.45, |
| "min_context_tokens": 1240, |
| "max_context_tokens": 40430, |
| "mean_context_tokens": 14238.96, |
| "min_total_tokens": 2168, |
| "max_total_tokens": 41008, |
| "mean_total_tokens": 15312.48 |
| } |
| }, |
| "parquet_files": { |
| "narrativeqa": [ |
| "data/narrativeqa/test-00000-of-00001.parquet" |
| ], |
| "qasper": [ |
| "data/qasper/test-00000-of-00001.parquet" |
| ], |
| "multifieldqa_en": [ |
| "data/multifieldqa_en/test-00000-of-00001.parquet" |
| ], |
| "multifieldqa_zh": [ |
| "data/multifieldqa_zh/test-00000-of-00001.parquet" |
| ], |
| "hotpotqa": [ |
| "data/hotpotqa/test-00000-of-00001.parquet" |
| ], |
| "2wikimqa": [ |
| "data/2wikimqa/test-00000-of-00001.parquet" |
| ], |
| "musique": [ |
| "data/musique/test-00000-of-00001.parquet" |
| ], |
| "dureader": [ |
| "data/dureader/test-00000-of-00001.parquet" |
| ], |
| "gov_report": [ |
| "data/gov_report/test-00000-of-00001.parquet" |
| ], |
| "qmsum": [ |
| "data/qmsum/test-00000-of-00001.parquet" |
| ], |
| "multi_news": [ |
| "data/multi_news/test-00000-of-00001.parquet" |
| ], |
| "vcsum": [ |
| "data/vcsum/test-00000-of-00001.parquet" |
| ], |
| "trec": [ |
| "data/trec/test-00000-of-00001.parquet" |
| ], |
| "triviaqa": [ |
| "data/triviaqa/test-00000-of-00001.parquet" |
| ], |
| "samsum": [ |
| "data/samsum/test-00000-of-00001.parquet" |
| ], |
| "lsht": [ |
| "data/lsht/test-00000-of-00001.parquet" |
| ], |
| "passage_count": [ |
| "data/passage_count/test-00000-of-00001.parquet" |
| ], |
| "passage_retrieval_en": [ |
| "data/passage_retrieval_en/test-00000-of-00001.parquet" |
| ], |
| "passage_retrieval_zh": [ |
| "data/passage_retrieval_zh/test-00000-of-00001.parquet" |
| ], |
| "lcc": [ |
| "data/lcc/test-00000-of-00001.parquet" |
| ], |
| "repobench-p": [ |
| "data/repobench-p/test-00000-of-00001.parquet" |
| ], |
| "qasper_e": [ |
| "data/qasper_e/test-00000-of-00001.parquet" |
| ], |
| "multifieldqa_en_e": [ |
| "data/multifieldqa_en_e/test-00000-of-00001.parquet" |
| ], |
| "hotpotqa_e": [ |
| "data/hotpotqa_e/test-00000-of-00001.parquet" |
| ], |
| "2wikimqa_e": [ |
| "data/2wikimqa_e/test-00000-of-00001.parquet" |
| ], |
| "gov_report_e": [ |
| "data/gov_report_e/test-00000-of-00001.parquet" |
| ], |
| "multi_news_e": [ |
| "data/multi_news_e/test-00000-of-00001.parquet" |
| ], |
| "trec_e": [ |
| "data/trec_e/test-00000-of-00001.parquet" |
| ], |
| "triviaqa_e": [ |
| "data/triviaqa_e/test-00000-of-00001.parquet" |
| ], |
| "samsum_e": [ |
| "data/samsum_e/test-00000-of-00001.parquet" |
| ], |
| "passage_count_e": [ |
| "data/passage_count_e/test-00000-of-00001.parquet" |
| ], |
| "passage_retrieval_en_e": [ |
| "data/passage_retrieval_en_e/test-00000-of-00001.parquet" |
| ], |
| "lcc_e": [ |
| "data/lcc_e/test-00000-of-00001.parquet" |
| ], |
| "repobench-p_e": [ |
| "data/repobench-p_e/test-00000-of-00001.parquet" |
| ] |
| }, |
| "parquet_stats": { |
| "narrativeqa": { |
| "data/narrativeqa/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4538, |
| "file_size": 12714807 |
| } |
| }, |
| "qasper": { |
| "data/qasper/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4625, |
| "file_size": 2354374 |
| } |
| }, |
| "multifieldqa_en": { |
| "data/multifieldqa_en/test-00000-of-00001.parquet": { |
| "num_rows": 150, |
| "num_row_groups": 1, |
| "serialized_size": 4851, |
| "file_size": 2301619 |
| } |
| }, |
| "multifieldqa_zh": { |
| "data/multifieldqa_zh/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4498, |
| "file_size": 1959043 |
| } |
| }, |
| "hotpotqa": { |
| "data/hotpotqa/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4558, |
| "file_size": 6598795 |
| } |
| }, |
| "2wikimqa": { |
| "data/2wikimqa/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4457, |
| "file_size": 3592863 |
| } |
| }, |
| "musique": { |
| "data/musique/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4512, |
| "file_size": 8116451 |
| } |
| }, |
| "dureader": { |
| "data/dureader/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 5526, |
| "file_size": 5170217 |
| } |
| }, |
| "gov_report": { |
| "data/gov_report/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 8298, |
| "file_size": 5490476 |
| } |
| }, |
| "qmsum": { |
| "data/qmsum/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 5290, |
| "file_size": 5197864 |
| } |
| }, |
| "multi_news": { |
| "data/multi_news/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 7628, |
| "file_size": 1495263 |
| } |
| }, |
| "vcsum": { |
| "data/vcsum/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 5465, |
| "file_size": 5141334 |
| } |
| }, |
| "trec": { |
| "data/trec/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4463, |
| "file_size": 2675373 |
| } |
| }, |
| "triviaqa": { |
| "data/triviaqa/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 6734, |
| "file_size": 6286656 |
| } |
| }, |
| "samsum": { |
| "data/samsum/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 5504, |
| "file_size": 4114823 |
| } |
| }, |
| "lsht": { |
| "data/lsht/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 8056, |
| "file_size": 8145640 |
| } |
| }, |
| "passage_count": { |
| "data/passage_count/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 4319, |
| "file_size": 4952237 |
| } |
| }, |
| "passage_retrieval_en": { |
| "data/passage_retrieval_en/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 5632, |
| "file_size": 7041106 |
| } |
| }, |
| "passage_retrieval_zh": { |
| "data/passage_retrieval_zh/test-00000-of-00001.parquet": { |
| "num_rows": 200, |
| "num_row_groups": 1, |
| "serialized_size": 5028, |
| "file_size": 2680042 |
| } |
| }, |
| "lcc": { |
| "data/lcc/test-00000-of-00001.parquet": { |
| "num_rows": 500, |
| "num_row_groups": 1, |
| "serialized_size": 4408, |
| "file_size": 2350700 |
| } |
| }, |
| "repobench-p": { |
| "data/repobench-p/test-00000-of-00001.parquet": { |
| "num_rows": 500, |
| "num_row_groups": 1, |
| "serialized_size": 4414, |
| "file_size": 7759355 |
| } |
| }, |
| "qasper_e": { |
| "data/qasper_e/test-00000-of-00001.parquet": { |
| "num_rows": 224, |
| "num_row_groups": 1, |
| "serialized_size": 4584, |
| "file_size": 3315926 |
| } |
| }, |
| "multifieldqa_en_e": { |
| "data/multifieldqa_en_e/test-00000-of-00001.parquet": { |
| "num_rows": 150, |
| "num_row_groups": 1, |
| "serialized_size": 4856, |
| "file_size": 2176367 |
| } |
| }, |
| "hotpotqa_e": { |
| "data/hotpotqa_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 4502, |
| "file_size": 7180660 |
| } |
| }, |
| "2wikimqa_e": { |
| "data/2wikimqa_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 4454, |
| "file_size": 6801678 |
| } |
| }, |
| "gov_report_e": { |
| "data/gov_report_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 5548, |
| "file_size": 6656574 |
| } |
| }, |
| "multi_news_e": { |
| "data/multi_news_e/test-00000-of-00001.parquet": { |
| "num_rows": 294, |
| "num_row_groups": 1, |
| "serialized_size": 8297, |
| "file_size": 5849270 |
| } |
| }, |
| "trec_e": { |
| "data/trec_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 4504, |
| "file_size": 4858141 |
| } |
| }, |
| "triviaqa_e": { |
| "data/triviaqa_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 9834, |
| "file_size": 7542611 |
| } |
| }, |
| "samsum_e": { |
| "data/samsum_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 5646, |
| "file_size": 6085827 |
| } |
| }, |
| "passage_count_e": { |
| "data/passage_count_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 4323, |
| "file_size": 3812754 |
| } |
| }, |
| "passage_retrieval_en_e": { |
| "data/passage_retrieval_en_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 5643, |
| "file_size": 6955743 |
| } |
| }, |
| "lcc_e": { |
| "data/lcc_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 4379, |
| "file_size": 5520937 |
| } |
| }, |
| "repobench-p_e": { |
| "data/repobench-p_e/test-00000-of-00001.parquet": { |
| "num_rows": 300, |
| "num_row_groups": 1, |
| "serialized_size": 8543, |
| "file_size": 6622900 |
| } |
| } |
| }, |
| "total_examples": 8418 |
| } |