RepLiQA
收藏资源简介:
RepLiQA是一个评估数据集,包含上下文-问题-答案三元组,上下文涉及虚构的实体,如人物或地点,不真实存在。该数据集旨在测试大型语言模型(LLMs)在提供文档中查找和使用上下文信息的能力。与现有问答数据集不同,RepLiQA的非事实性确保模型性能不受LLMs记忆训练数据中事实的能力影响,可以更自信地测试模型利用提供上下文的能力。数据集涵盖17个主题或文档类别,每个文档附带5个问题-答案对。此外,约20%的问题无法从提供的文档中得到回答,模型应能表明无法获取答案的情况。
RepLiQA is an evaluation dataset comprising context-question-answer triples, where the contexts involve fictional entities such as characters or places that do not exist in reality. This dataset is designed to test the ability of large language models (LLMs) to locate and utilize contextual information within provided documents. Unlike existing question-answering datasets, the non-factual nature of RepLiQA ensures that model performance is not influenced by the LLMs' ability to memorize facts from training data, thereby allowing for a more confident assessment of the models' capability to leverage provided context. The dataset covers 17 topics or document categories, with each document accompanied by 5 question-answer pairs. Additionally, approximately 20% of the questions cannot be answered from the provided documents, requiring the model to indicate when an answer is unattainable.
数据集概述
名称: RepLiQA
类型: 评估数据集
内容: 包含Context-Question-Answer三元组,涉及17个主题的非事实性文档,用于测试大型语言模型(LLMs)在非现实实体文档中寻找和使用上下文信息的能力。
特点:
- 文档内容涉及虚构的人物、地点和组织。
- 每个文档附带5个问题-答案对。
- 约20%的问题无法从文档中得到答案。
支持的任务
- 问答(Question-Answering)
- 主题检索(Topic Retrieval)
- 选择性问答(Selective Question-Answering)
数据字段
document_id(字符串): 唯一标识相关文档。document_topic(字符串): 17个主题之一。document_path(字符串): 原始PDF文档的相对路径。document_extracted(字符串): 从原始PDF文档自动提取的文本。question_id(字符串): 唯一标识每个文档-问题组合。question(字符串): 问题。answer(字符串): 答案,当问题可答时;否则为UNANSWERABLE。long_answer(字符串): 当answer可答时,从文档中复制粘贴的段落;否则为NA。
数据集更新计划
repliqa_0: 2024年6月12日repliqa_1: 2024年12月9日repliqa_2: 2025年2月10日repliqa_3: 2025年4月14日repliqa_4: 2025年6月9日
这些分片将逐步发布,以确保模型评估时不会泄露新的数据分区。




