yoonsanglee/AmbigDocs
收藏资源简介:
--- license: apache-2.0 task_categories: - question-answering language: - en tags: - multi-document reasoning - entity disambiguation - ambiguous QA task_ids: - open-domain-qa size_categories: - 10K<n<100K pretty_name: AmbigDocs source_datasets: - original annotations_creators: - no-annotation dataset_info: - config_name: default features: - name: qid dtype: string - name: ambiguous_entity dtype: string - name: question dtype: string - name: documents sequence: - name: title dtype: string - name: text dtype: string - name: pid dtype: string - name: answer dtype: string --- # Dataset Card for AmbigDocs ### Dataset Summary AmbigDocs is a benchmark for testing the abilities of current LMs to distinguish confusing entity mentions and generate a cohesive answer. ### Language English ### Data Fields Each instance contains the following fields: * `qid`: id of the data instance. * `ambiguous_entity`: an entity that can be interpreted as any of disambiguated entities, depending on the context. * `question`: question that contains the ambiguous entity. * `documents`: list of documents, where each document contains the following fields. * `title`: title of the document, which is also the distinct entity that share the same ambiguous name. * `text`: text of the document, each containing an answer to the question. * `pid`: id of the document, from 2018-12-20 Wikipedia corpus in [DPR](https://github.com/facebookresearch/DPR). * `answer`: answer to the question, which can be inferred from the document. ### Data Splits * `Train`: 25268 * `Validation`: 3610 * `Test`: 7220 ### Dataset Creation Please refer to our [paper](https://arxiv.org/abs/2404.12447) (Section 3) for details on annotation process and discussion on limitations.
许可证:Apache-2.0 任务类别: - 问答(Question Answering) 语言: - 英语 标签: - 多文档推理(Multi-Document Reasoning) - 实体消歧(Entity Disambiguation) - 歧义问答(Ambiguous QA) 任务子项: - 开放域问答(Open-Domain QA) 样本规模:10K<n<100K 美观名称:AmbigDocs 源数据集: - 原始数据集 注释创建者: - 无注释 数据集信息: - 配置名称:默认(default) 特征: - 名称:qid,数据类型:字符串 - 名称:ambiguous_entity,数据类型:字符串 - 名称:question,数据类型:字符串 - 名称:documents,为序列类型,包含以下子特征: - 名称:title,数据类型:字符串 - 名称:text,数据类型:字符串 - 名称:pid,数据类型:字符串 - 名称:answer,数据类型:字符串 # AmbigDocs 数据集卡片 ## 数据集概述 AmbigDocs是用于测试当前大语言模型(Large Language Model,LLM)区分易混淆实体指代并生成连贯答案能力的基准测试集。 ## 语言 英语 ## 数据字段 每个数据实例包含以下字段: * `qid`:数据实例的唯一标识符。 * `ambiguous_entity`:歧义实体,即根据上下文可被解释为多个不同消歧实体的实体。 * `question`:包含该歧义实体的问题。 * `documents`:文档列表,每个文档包含如下字段: * `title`:文档标题,同时也是共享该歧义名称的不同实体。 * `text`:文档文本,每条文本均包含该问题的一个答案。 * `pid`:文档ID,源自[DPR](https://github.com/facebookresearch/DPR)项目所用的2018年12月20日版维基百科语料库。 * `answer`:可从该文档中推断得到的问题答案。 ## 数据划分 * 训练集(Train):25268条样本 * 验证集(Validation):3610条样本 * 测试集(Test):7220条样本 ## 数据集构建 有关注释流程与局限性讨论的详细信息,请参阅我们的[论文](https://arxiv.org/abs/2404.12447)第3节。
数据集卡片 AmbigDocs
数据集概述
AmbigDocs 是一个用于测试当前语言模型区分混淆实体提及并生成连贯答案能力的基准。
语言
英语
数据字段
每个实例包含以下字段:
qid: 数据实例的ID。ambiguous_entity: 一个可以根据上下文解释为任何消歧实体的实体。question: 包含模糊实体的问题。documents: 文档列表,每个文档包含以下字段:title: 文档标题,也是共享相同模糊名称的独特实体。text: 文档文本,每个文档都包含问题的答案。pid: 文档ID,来自2018-12-20维基百科语料库(DPR)。answer: 问题的答案,可以从文档中推断出来。
数据分割
Train: 25268Validation: 3610Test: 7220
数据集创建
请参考我们的论文(arXiv:2404.12447 第3节)以获取关于标注过程和局限性的详细讨论。




