paper-with-me

Papers

CoLoTa: A Dataset for Entity-based Commonsense Reasoning over Long-Tail Knowledge

2025-04-20 · Armin Toroghi, Willis Guo, Scott Sanner

The rise of Large Language Models (LLMs) has redefined the AI landscape, particularly due to their ability to encode factual and commonsense knowledge, and their outstanding performance in tasks requiring reasoning. Despite these advances, hallucinations and reasoning errors remain a significant barrier to their deployment in high-stakes settings. In this work, we observe that even the most prominent LLMs, such as OpenAI-o1, suffer from high rates of reasoning errors and hallucinations on tasks requiring commonsense reasoning over obscure, long-tail entities. To investigate this limitation, we present a new dataset for Commonsense reasoning over Long-Tail entities (CoLoTa), that consists of 3,300 queries from question answering and claim verification tasks and covers a diverse range of commonsense reasoning skills. We remark that CoLoTa can also serve as a Knowledge Graph Question Answering (KGQA) dataset since the support of knowledge required to answer its queries is present in the Wikidata knowledge graph. However, as opposed to existing KGQA benchmarks that merely focus on factoid questions, our CoLoTa queries also require commonsense reasoning. Our experiments with strong LLM-based KGQA methodologies indicate their severe inability to answer queries involving commonsense reasoning. Hence, we propose CoLoTa as a novel benchmark for assessing both (i) LLM commonsense reasoning capabilities and their robustness to hallucinations on long-tail entities and (ii) the commonsense reasoning capabilities of KGQA methods.

📄 PDF Abstract BibTeX arXiv:2504.14462

Code (0)

등록된 구현이 없습니다.

Tasks

Claim VerificationGraph Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ARK-V1: An LLM-Agent for Knowledge Graph Question Answering Requiring Commonsense Reasoning

2025-09-22 · Jan-Felix Klein, Lars Ohnemus arxiv

Large Language Models (LLMs) show strong reasoning abilities but rely on internalized knowledge that is often insufficient, outdated, or incorrect when trying to answer a question that requires specific domain knowledge.…

Natural Language QueriesGraph Question AnsweringKnowledge Graphs

CommonWhy: A Dataset for Evaluating Entity-Based Causal Commonsense Reasoning in Large Language Models

2026-05-13 · Armin Toroghi, Faeze Moradi Kalarde, Scott Sanner arxiv

To effectively interact with the real world, Large Language Models (LLMs) require entity-based commonsense reasoning, a challenging task that necessitates integrating factual knowledge about specific entities with common…

Graph Question Answering

CREAK: A Dataset for Commonsense Reasoning over Entity Knowledge

2021-09-03 · Yasumasa Onoe, Michael J. Q. Zhang, Eunsol Choi, Greg Durrett

Most benchmark datasets targeting commonsense reasoning focus on everyday scenarios: physical knowledge like knowing that you could fill a cup under a waterfall [Talmor et al., 2019], social knowledge like bumping into s…

Fact CheckingFact VerificationNatural Language Understanding

CORN: Co-Reasoning Network for Commonsense Question Answering

2022-10-01 · COLING 2022 10 · Xin Guan, Biwei Cao, Qingqing Gao, Zheng Yin 외

Commonsense question answering (QA) requires machines to utilize the QA content and external commonsense knowledge graph (KG) for reasoning when answering questions. Existing work uses two independent modules to model th…

Question Answering

Retrieval Augmentation for Commonsense Reasoning: A Unified Approach

2022-10-23 · Wenhao Yu, Chenguang Zhu, Zhihan Zhang, Shuohang Wang 외

A common thread of retrieval-augmented methods in the existing literature focuses on retrieving encyclopedic knowledge, such as Wikipedia, which facilitates well-defined entity and relation spaces that can be modeled. Ho…

Retrieval