paper-with-me

홈 › Papers

DIVKNOWQA: Assessing the Reasoning Ability of LLMs via Open-Domain Question Answering over Knowledge Base and Text

2023-10-31 · Wenting Zhao, Ye Liu, Tong Niu, Yao Wan, Philip S. Yu, Shafiq Joty, Yingbo Zhou, Semih Yavuz

Large Language Models (LLMs) have exhibited impressive generation capabilities, but they suffer from hallucinations when solely relying on their internal knowledge, especially when answering questions that require less commonly known information. Retrieval-augmented LLMs have emerged as a potential solution to ground LLMs in external knowledge. Nonetheless, recent approaches have primarily emphasized retrieval from unstructured text corpora, owing to its seamless integration into prompts. When using structured data such as knowledge graphs, most methods simplify it into natural text, neglecting the underlying structures. Moreover, a significant gap in the current landscape is the absence of a realistic benchmark for evaluating the effectiveness of grounding LLMs on heterogeneous knowledge sources (e.g., knowledge base and text). To fill this gap, we have curated a comprehensive dataset that poses two unique challenges: (1) Two-hop multi-source questions that require retrieving information from both open-domain structured and unstructured knowledge sources; retrieving information from structured knowledge sources is a critical component in correctly answering the questions. (2) The generation of symbolic queries (e.g., SPARQL for Wikidata) is a key requirement, which adds another layer of challenge. Our dataset is created using a combination of automatic generation through predefined reasoning chains and human annotation. We also introduce a novel approach that leverages multiple retrieval tools, including text passage retrieval and symbolic language-assisted retrieval. Our model outperforms previous approaches by a significant margin, demonstrating its effectiveness in addressing the above-mentioned reasoning challenges.

📄 PDF Abstract BibTeX arXiv:2310.20170

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalKnowledge GraphsOpen-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

GraCoRe: Benchmarking Graph Comprehension and Complex Reasoning in Large Language Models

2024-07-03 · Zike Yuan, Ming Liu, Hui Wang, Bing Qin

Evaluating the graph comprehension and reasoning abilities of Large Language Models (LLMs) is challenging and often incomplete. Existing benchmarks focus primarily on pure graph understanding, lacking a comprehensive eva…

Benchmarking

OpenEval: Benchmarking Chinese LLMs across Capability, Alignment and Safety

2024-03-18 · Chuang Liu, Linhao Yu, Jiaxuan Li, Renren Jin 외

The rapid development of Chinese large language models (LLMs) poses big challenges for efficient LLM evaluation. While current initiatives have introduced new benchmarks or evaluation platforms for assessing Chinese LLMs…

BenchmarkingMathematical Reasoning

DEVAL: A Framework for Evaluating and Improving the Derivation Capability of Large Language Models

2025-11-18 · Yifan Li, Qin Li, Min Zhang, Min Zhang arxiv

Assessing the reasoning ability of Large Language Models (LLMs) over data remains an open and pressing research question. Compared with LLMs, human reasoning can derive corresponding modifications to the output based on …

Prompt Engineering

Generative Evaluation of Complex Reasoning in Large Language Models

2025-04-03 · Haowei Lin, Xiangyu Wang, Ruilin Yan, Baizhou Huang 외

With powerful large language models (LLMs) demonstrating superhuman reasoning capabilities, a critical question arises: Do LLMs genuinely reason, or do they merely recall answers from their extensive, web-scraped trainin…

BenchmarkingMemorization

MR-Ben: A Meta-Reasoning Benchmark for Evaluating System-2 Thinking in LLMs

2024-06-20 · Zhongshen Zeng, Yinhong Liu, Yingjia Wan, Jingyao Li 외

Large language models (LLMs) have shown increasing capability in problem-solving and decision-making, largely based on the step-by-step chain-of-thought reasoning processes. However, evaluating these reasoning abilities …

Decision Making