paper-with-me

Papers

A Large Language Model Based Method for Complex Logical Reasoning over Knowledge Graphs

2025-12-22 · Ziyan Zhang, Chao Wang, Zhuo Chen, Lei Chen, Chiyi Li, Kai Song arxiv

Reasoning over knowledge graphs (KGs) with first-order logic (FOL) queries is challenging due to the inherent incompleteness of real-world KGs and the compositional complexity of logical query structures. Most existing methods rely on embedding entities and relations into continuous geometric spaces and answer queries via differentiable set operations. While effective for simple query patterns, these approaches often struggle to generalize to complex queries involving multiple operators, deeper reasoning chains, or heterogeneous KG schemas. We propose ROG (Reasoning Over knowledge Graphs with large language models), an ensemble-style framework that combines query-aware KG neighborhood retrieval with large language model (LLM)-based chain-of-thought reasoning. ROG decomposes complex FOL queries into sequences of simpler sub-queries, retrieves compact, query-relevant subgraphs as contextual evidence, and performs step-by-step logical inference using an LLM, avoiding the need for task-specific embedding optimization. Experiments on standard KG reasoning benchmarks demonstrate that ROG consistently outperforms strong embedding-based baselines in terms of mean reciprocal rank (MRR), with particularly notable gains on high-complexity query types. These results suggest that integrating structured KG retrieval with LLM-driven logical reasoning offers a robust and effective alternative for complex KG reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2512.19092

Code (0)

등록된 구현이 없습니다.

Tasks

Logical ReasoningKnowledge Graphs

Similar Papers 제목 키워드 기반

Complex Logical Reasoning over Knowledge Graphs using Large Language Models

2023-05-02 · Nurendra Choudhary, Chandan K. Reddy

Reasoning over knowledge graphs (KGs) is a challenging task that requires a deep understanding of the complex relationships between entities and the underlying logic of their relations. Current approaches rely on learnin…

Knowledge GraphsLogical Reasoning

CLR-Fact: Evaluating the Complex Logical Reasoning Capability of Large Language Models over Factual Knowledge

2024-07-30 · Tianshi Zheng, Jiaxin Bai, Yicheng Wang, Tianqing Fang 외

While large language models (LLMs) have demonstrated impressive capabilities across various natural language processing tasks by acquiring rich factual knowledge from their broad training data, their ability to synthesiz…

In-Context LearningKnowledge GraphsLogical ReasoningWorld Knowledge

QMFOL: Benchmarking Large Language Model Reasoning via Quantifiable Monadic First-Order Logic Test Case Generation

2026-06-18 · Xinyi Zheng, Ling Shi, Tianlong Yu, Yongxin Zhao 외 arxiv

Large Language Models (LLMs) have made significant progress in reasoning, particularly in deductive reasoning, which is crucial for high-stakes decision-making. As models improve, evaluation benchmarks should evolve to k…

BioMaze: Benchmarking and Enhancing Large Language Models for Biological Pathway Reasoning

2025-02-23 · Haiteng Zhao, Chang Ma, Fangzhi Xu, Lingpeng Kong 외

The applications of large language models (LLMs) in various biological domains have been explored recently, but their reasoning ability in complex biological systems, such as pathways, remains underexplored, which is cru…

Benchmarking

Semantic-Aware Logical Reasoning via a Semiotic Framework

2025-09-29 · Yunyao Zhang, Xinglang Zhang, Junxi Sheng, Wenbing Li 외 arxiv

Logical reasoning is a fundamental capability of large language models. However, existing studies often overlook the interaction between logical complexity and semantic complexity, leading to systems that struggle with a…

Logical Reasoning