PulseAugur
EN
LIVE 14:40:44

New frameworks enhance audibility of LLM-generated reasoning graphs

Two new research papers introduce frameworks for improving the audibility and reliability of reasoning graphs generated by large language models (LLMs). The first, PEARL, focuses on repairing noisy LLM outputs into auditable reasoning graphs by using a closed Peircean schema and judge feedback to correct syntax, edge labels, and root orientation. The second, Causal-Audit, proposes an explicit, graph-based causal reasoning framework for question answering that constructs target-aware causal chains and aggregates evidence from multiple paths to ensure interpretability and robustness. Both methods aim to provide inspectable reasoning traces for AI scientist workflows. AI

IMPACT These frameworks aim to improve the interpretability and reliability of LLM reasoning, crucial for scientific research and AI agent workflows.

RANK_REASON Two academic papers published on arXiv introducing new frameworks for reasoning graph extraction and causal reasoning in LLMs.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New frameworks enhance audibility of LLM-generated reasoning graphs

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Bohan Su, Pengze Li, Yuchen Lu, Xi Chen ·

    PEARL: Auditable Repair for Scientific Reasoning Graph Extraction

    arXiv:2607.17917v1 Announce Type: new Abstract: Scientific Reasoning Graph Extraction (SRGE) aims to recover explicit links among observations, evidence, intermediate claims, and paper-level conclusions. LLMs can produce graph-like scientific explanations, but their outputs often…

  2. arXiv cs.AI TIER_1 English(EN) · Su Lan, Xuefei Yin, Yanming Zhu, Alan Wee-Chung Liew ·

    Causal-Audit: Explicit and Auditable Graph-based Reasoning via Target-Aware Causal Chain Construction

    arXiv:2607.15281v1 Announce Type: new Abstract: Causal and intervention-based question answering is fundamental to advancing large language models (LLMs) toward reasoning beyond surface-level correlations and understanding underlying causal mechanisms. However, existing LLM-based…