CoLoTa
收藏资源简介:
CoLoTa数据集是由多伦多大学研究者创建的,包含3300个问题回答和声明验证任务的问题,涵盖了广泛的常识推理技能。数据集的问题是通过改写StrategyQA和CREAK数据集中的问题而形成的,将其中著名实体替换为Wikidata知识图谱中的不太知名的实体。CoLoTa不仅可作为评估大型语言模型在长尾实体上常识推理能力和抗幻觉性的新基准,也可作为知识图谱问答的新基准,以促进将事实和常识知识融入知识图谱问答方法的研究。
The CoLoTa dataset was created by researchers from the University of Toronto. It contains 3,300 question-answering and statement verification tasks covering a wide range of commonsense reasoning skills. The questions in this dataset are formulated by rewriting existing questions from the StrategyQA and CREAK datasets, where well-known entities are replaced with less prominent entities from the Wikidata knowledge graph. CoLoTa can serve not only as a novel benchmark for evaluating the commonsense reasoning ability and hallucination resistance of large language models on long-tail entities, but also as a new benchmark for knowledge graph question answering to promote research on integrating factual and commonsense knowledge into knowledge graph question answering methods.
CoLoTa数据集概述
数据集简介
- 名称:CoLoTa (Commonsense Reasoning over Long-Tail Knowledge)
- 用途:评估大语言模型在长尾实体上的幻觉问题以及知识图谱问答方法的常识推理能力
- 规模:3,300个查询
- 来源论文:"CoLoTa: A Dataset for Entity-based Commonsense Reasoning over Long-Tail Knowledge"
数据集组成
- Question Answering子集
- 数量:1,650个问题
- 基础数据集:StrategyQA
- 文件:CoLoTa_qa.json
- Claim Verification子集
- 数量:1,650个声明
- 基础数据集:Creak
- 文件:CoLoTa_cv.json
数据格式
- 格式:JSON
- 每条记录包含:
- 查询ID
- 查询内容(问题/声明)
- 答案
- 知识图谱实体及对应Wikidata QID
- 推理规则
- 相关知识图谱三元组
- 推理步骤及每步使用的事实
- 所需推理策略
数据获取方式
- 克隆整个仓库
- 直接下载子集文件:
- Question Answering子集:CoLoTa_qa.json
- Claim Verification子集:CoLoTa_cv.json
数据构建方法
-
查询选择:
- 从StrategyQA和CREAK中选择问题
- 确保所需事实知识存在于Wikidata中或可重写为针对新知识图谱实体的查询
-
实体替换:
- 将原始查询中的知名实体替换为同类型但知名度较低的实体
- 使用Wikidata三元组数量衡量实体知名度
- 通过Google搜索结果验证新实体确实不如原始实体知名
-
问题重写:
- 遵循"Would you ask it that way"提出的指导原则
- 改进自然语言查询的自然性
- 修正原始查询中隐含的不正确假设
基线方法
-
运行命令:
python -m baselines.run data/ --dataset_name <QA|CV> --scoring_method <zero shot CoT|few shot CoT> --experiment_name <test> --llm_name <gpt-o1|gpt-4o|gpt-3.5-turbo|gemini|groq-llama> --mode <modified|original>

- 1CoLoTa: A Dataset for Entity-based Commonsense Reasoning over Long-Tail Knowledge多伦多大学 · 2025年



