CLSep 22, 2025

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

arXiv:2509.18063v1
Originality Incremental advance
AI Analysis

This addresses the challenge of insufficient or incorrect internalized knowledge in LLMs for domain-specific and commonsense reasoning tasks, though it is an incremental improvement over existing methods.

The paper tackles the problem of answering natural language queries requiring commonsense reasoning by integrating Knowledge Graphs (KGs) with Large Language Models (LLMs), resulting in ARK-V1 achieving substantially higher conditional accuracies than Chain-of-Thought baselines on the CoLoTa dataset.

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. Knowledge Graphs (KGs) provide structured external knowledge, yet their complexity and multi-hop reasoning requirements make integration challenging. We present ARK-V1, a simple KG-agent that iteratively explores graphs to answer natural language queries. We evaluate several not fine-tuned state-of-the art LLMs as backbones for ARK-V1 on the CoLoTa dataset, which requires both KG-based and commonsense reasoning over long-tail entities. ARK-V1 achieves substantially higher conditional accuracies than Chain-of-Thought baselines, and larger backbone models show a clear trend toward better coverage, correctness, and stability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes