paper-with-me

Papers

Semi-structured LLM Reasoners Can Be Rigorously Audited

2025-05-30 · Jixuan Leng, Cassandra A. Cohen, Zhixian Zhang, Chenyan Xiong, William W. Cohen

As Large Language Models (LLMs) become increasingly capable at reasoning, the problem of "faithfulness" persists: LLM "reasoning traces" can contain errors and omissions that are difficult to detect, and may obscure biases in model outputs. To address these limitations, we introduce Semi-Structured Reasoning Models (SSRMs), which internalize a semi-structured Chain-of-Thought (CoT) reasoning format within the model. Our SSRMs generate reasoning traces in a Pythonic syntax. While SSRM traces are not executable, they adopt a restricted, task-specific vocabulary to name distinct reasoning steps, and to mark each step's inputs and outputs. Through extensive evaluation on ten benchmarks, SSRMs demonstrate strong performance and generality: they outperform comparably sized baselines by nearly ten percentage points on in-domain tasks while remaining competitive with specialized models on out-of-domain medical benchmarks. Furthermore, we show that semi-structured reasoning is more amenable to analysis: in particular, they can be automatically audited to identify reasoning flaws. We explore both hand-crafted structured audits, which detect task-specific problematic reasoning patterns, and learned typicality audits, which apply probabilistic models over reasoning patterns, and show that both audits can be used to effectively flag probable reasoning errors.

📄 PDF Abstract BibTeX arXiv:2505.24217

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

COPA-SSE: Semi-structured Explanations for Commonsense Reasoning

2022-01-18 · LREC 2022 6 · Ana Brassard, Benjamin Heinzerling, Pride Kavumba, Kentaro Inui

We present Semi-Structured Explanations for COPA (COPA-SSE), a new crowdsourced dataset of 9,747 semi-structured, English common sense explanations for Choice of Plausible Alternatives (COPA) questions. The explanations …

Common Sense ReasoningKnowledge Graphs

Building Trustworthy AI by Addressing its 16+2 Desiderata with Goal-Directed Commonsense Reasoning

2025-06-15 · Alexis R. Tudor, Yankai Zeng, Huaduo Wang, Joaquin Arias 외

Current advances in AI and its applicability have highlighted the need to ensure its trustworthiness for legal, ethical, and even commercial reasons. Sub-symbolic machine learning algorithms, such as the LLMs, simulate r…

Chatbot

Bridging Law and Data: Augmenting Reasoning via a Semi-Structured Dataset with IRAC methodology

2024-06-19 · Xiaoxi Kang, Lizhen Qu, Lay-Ki Soon, Zhuang Li 외

The effectiveness of Large Language Models (LLMs) in legal reasoning is often limited due to the unique legal terminologies and the necessity for highly specialized knowledge. These limitations highlight the need for hig…

Legal ReasoningRetrieval

PFSD: A Multi-Modal Pedestrian-Focus Scene Dataset for Rich Tasks in Semi-Structured Environments

2025-02-21 · Yueting Liu, Hanshi Wang, Yunfei Lei, ZhengJun Zha 외

Recent advancements in autonomous driving perception have revealed exceptional capabilities within structured environments dominated by vehicular traffic. However, current perception models exhibit significant limitation…

AttributeAutonomous DrivingPedestrian DetectionPoint Cloud Segmentation

Design-Based Supervised Learning with Noisy Human Labels

2026-07-16 · Robert Chew, Matthew R. Williams arxiv

Researchers increasingly use automated classifiers to label unstructured data for statistical analysis. Existing rectification methods can correct errors in these automated labels using a probability-sampled audit set, b…