LongBench / dataset_infos.json
ArmanAsq's picture
Build LongBench dataset from source JSONL files
68e352a verified
{
"narrativeqa": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "narrativeqa",
"config_name": "narrativeqa",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "narrativeqa"
}
}
},
"qasper": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "qasper",
"config_name": "qasper",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "qasper"
}
}
},
"multifieldqa_en": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "multifieldqa_en",
"config_name": "multifieldqa_en",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 150,
"dataset_name": "multifieldqa_en"
}
}
},
"multifieldqa_zh": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "multifieldqa_zh",
"config_name": "multifieldqa_zh",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "multifieldqa_zh"
}
}
},
"hotpotqa": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "hotpotqa",
"config_name": "hotpotqa",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "hotpotqa"
}
}
},
"2wikimqa": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "2wikimqa",
"config_name": "2wikimqa",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "2wikimqa"
}
}
},
"musique": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "musique",
"config_name": "musique",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "musique"
}
}
},
"dureader": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "dureader",
"config_name": "dureader",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "dureader"
}
}
},
"gov_report": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "gov_report",
"config_name": "gov_report",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "gov_report"
}
}
},
"qmsum": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "qmsum",
"config_name": "qmsum",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "qmsum"
}
}
},
"multi_news": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "multi_news",
"config_name": "multi_news",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "multi_news"
}
}
},
"vcsum": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "vcsum",
"config_name": "vcsum",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "vcsum"
}
}
},
"trec": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "trec",
"config_name": "trec",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "trec"
}
}
},
"triviaqa": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "triviaqa",
"config_name": "triviaqa",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "triviaqa"
}
}
},
"samsum": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "samsum",
"config_name": "samsum",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "samsum"
}
}
},
"lsht": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "lsht",
"config_name": "lsht",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "lsht"
}
}
},
"passage_count": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "passage_count",
"config_name": "passage_count",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "passage_count"
}
}
},
"passage_retrieval_en": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "passage_retrieval_en",
"config_name": "passage_retrieval_en",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "passage_retrieval_en"
}
}
},
"passage_retrieval_zh": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "passage_retrieval_zh",
"config_name": "passage_retrieval_zh",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 200,
"dataset_name": "passage_retrieval_zh"
}
}
},
"lcc": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "lcc",
"config_name": "lcc",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 500,
"dataset_name": "lcc"
}
}
},
"repobench-p": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "repobench-p",
"config_name": "repobench-p",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 500,
"dataset_name": "repobench-p"
}
}
},
"qasper_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "qasper_e",
"config_name": "qasper_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 224,
"dataset_name": "qasper_e"
}
}
},
"multifieldqa_en_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "multifieldqa_en_e",
"config_name": "multifieldqa_en_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 150,
"dataset_name": "multifieldqa_en_e"
}
}
},
"hotpotqa_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "hotpotqa_e",
"config_name": "hotpotqa_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "hotpotqa_e"
}
}
},
"2wikimqa_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "2wikimqa_e",
"config_name": "2wikimqa_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "2wikimqa_e"
}
}
},
"gov_report_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "gov_report_e",
"config_name": "gov_report_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "gov_report_e"
}
}
},
"multi_news_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "multi_news_e",
"config_name": "multi_news_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 294,
"dataset_name": "multi_news_e"
}
}
},
"trec_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "trec_e",
"config_name": "trec_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "trec_e"
}
}
},
"triviaqa_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "triviaqa_e",
"config_name": "triviaqa_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "triviaqa_e"
}
}
},
"samsum_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "samsum_e",
"config_name": "samsum_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "samsum_e"
}
}
},
"passage_count_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "passage_count_e",
"config_name": "passage_count_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "passage_count_e"
}
}
},
"passage_retrieval_en_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "passage_retrieval_en_e",
"config_name": "passage_retrieval_en_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "passage_retrieval_en_e"
}
}
},
"lcc_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "lcc_e",
"config_name": "lcc_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "lcc_e"
}
}
},
"repobench-p_e": {
"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",
"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}",
"homepage": "https://github.com/THUDM/LongBench",
"license": "apache-2.0",
"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"
}
},
"builder_name": "parquet",
"dataset_name": "repobench-p_e",
"config_name": "repobench-p_e",
"version": "1.0.0",
"splits": {
"test": {
"name": "test",
"num_examples": 300,
"dataset_name": "repobench-p_e"
}
}
}
}