watsonxDocsQA
收藏资源简介:
该数据集包含两部分:文档集合和问题答案对。文档集合部分提供了文档的ID、URL、标题、文档内容及其Markdown格式的内容。问题答案对部分包含了问题ID、问题内容、正确答案、正确答案对应的文档ID以及答案在文档中的上下文。数据集分为训练集,其中文档集合部分有1144个示例,问题答案对部分有45个示例;问题答案对部分还有一个测试集,包含30个示例。
This dataset comprises two components: a document collection and a question-answer (QA) pair set. The document collection provides document ID, URL, title, raw document content, and its Markdown-formatted content. The QA pair set includes question ID, question content, correct answer, the document ID corresponding to the correct answer, and the context where the answer appears in the target document. The dataset is split into a training subset, where the document collection contains 1144 samples and the QA pair set has 45 samples. Additionally, a test subset is included in the QA pair set, which consists of 30 samples.
watsonxDocsQA 数据集概述
数据集基本信息
- 许可证: Apache-2.0
- 数据集配置:
corpus: 包含训练集,路径为corpus/train-*question_answers: 包含训练集和测试集,路径分别为question_answers/train-*和question_answers/test-*
数据集结构
1. Corpus 数据集
- 特征:
doc_id: 字符串类型,文档的唯一标识符url: 字符串类型,文档的原始URLtitle: 字符串类型,文档标题document: 字符串类型,文档内容的文本表示md_document: 字符串类型,文档内容的Markdown表示
- 数据量:
- 训练集: 11,425,185 字节,1,144 个样本
- 下载大小: 3,327,056 字节
- 数据集大小: 10,625,185 字节
2. Question-Answers 数据集
- 特征:
question_id: 字符串类型,问题的唯一标识符question: 字符串类型,问题文本correct_answer: 字符串类型,正确答案correct_answer_document_ids: 字符串类型,正确答案的文档IDground_truths_contexts: 字符串类型,正确答案的上下文文本
- 数据量:
- 训练集: 60,224 字节,45 个样本
- 测试集: 33,370 字节,30 个样本
- 下载大小: 58,177 字节
- 数据集大小: 93,594 字节
数据集概述
- 目的: 专为端到端检索增强生成(RAG)评估设计
- 组成部分:
- 文档: 1,144 个文本和Markdown文件,来源于企业文档
- 基准: 75 个问答对,包含黄金文档标签和答案
- 问答对来源:
- 25 个问题: 由两位主题专家人工生成
- 50 个问题: 使用
tiiuae/falcon-180b模型合成生成,并经过人工筛选和审核
样本示例
- question_id: watsonx_q_2
- question: What foundation models have been built by IBM?
- correct_answer:
"Foundation models built by IBM include:- granite-13b-chat-v2
- granite-13b-chat-v1
- granite-13b-instruct-v1"
- ground_truths_contexts_ids: B2593108FA446C4B4B0EF5ADC2CD5D9585B0B63C
- ground_truths_contexts: Foundation models built by IBM
In IBM watsonx.ai, ...
联系方式
- 邮箱: benjams@il.ibm.com
- 反馈方式: 在该仓库中提交问题




