ruler
收藏资源简介:
该数据集采用MIT许可证,包含两种配置(32768和65536),专为问答任务设计。数据集结构包括上下文(context)、问题(question)、答案前缀(answer_prefix)、答案(answer,为字符串列表)、任务类型(task)和最大新标记数(max_new_tokens)等字段。每种配置仅包含测试集(test),其中32768配置包含6500个样本,大小约为829MB;65536配置同样包含6500个样本,大小约为1.66GB。数据集适用于自然语言处理任务,特别是问答系统的开发和评估。
This dataset is licensed under the MIT License. It features two configurations (32768 and 65536) and is specifically designed for question answering tasks. Its structure includes fields such as context, question, answer_prefix, answer (which is a list of strings), task type, and max_new_tokens. Each configuration only includes a test split. The 32768 configuration contains 6500 samples with a total size of approximately 829 MB, while the 65536 configuration also has 6500 samples and a total size of around 1.66 GB. This dataset is applicable to natural language processing tasks, especially the development and evaluation of question answering systems.
数据集概述
基本信息
- 数据集名称: ruler
- 发布者: June30916
- 许可证: MIT
- 存储库地址: https://huggingface.co/datasets/June30916/ruler
数据集配置
数据集包含两种配置,主要区别在于上下文长度。
配置一:32768
- 配置名称: 32768
- 数据文件路径: 32768/test-*
- 下载大小: 393,187,189 字节
- 数据集大小: 829,775,545 字节
- 测试集样本数: 6,500 个示例
配置二:65536
- 配置名称: 65536
- 数据文件路径: 65536/test-*
- 下载大小: 796,088,430 字节
- 数据集大小: 1,662,361,645 字节
- 测试集样本数: 6,500 个示例
数据特征
两种配置具有相同的特征结构:
- context: 字符串类型,表示上下文。
- question: 字符串类型,表示问题。
- answer_prefix: 字符串类型,表示答案前缀。
- answer: 字符串列表类型,表示答案。
- task: 字符串类型,表示任务类型。
- max_new_tokens: int64类型,表示最大新生成标记数。
数据划分
两种配置均仅包含一个划分:
- 划分名称: test
- 划分类型: 测试集




