paper-with-me

홈 › Papers

Critical-Questions-of-Thought: Steering LLM reasoning with Argumentative Querying

2024-12-19 · Federico Castagna, Isabel Sassoon, Simon Parsons

Studies have underscored how, regardless of the recent breakthrough and swift advances in AI research, even state-of-the-art Large Language models (LLMs) continue to struggle when performing logical and mathematical reasoning. The results seem to suggest that LLMs still work as (highly advanced) data pattern identifiers, scoring poorly when attempting to generalise and solve reasoning problems the models have never previously seen or that are not close to samples presented in their training data. To address this compelling concern, this paper makes use of the notion of critical questions from the literature on argumentation theory, focusing in particular on Toulmin's model of argumentation. We show that employing these critical questions can improve the reasoning capabilities of LLMs. By probing the rationale behind the models' reasoning process, the LLM can assess whether some logical mistake is occurring and correct it before providing the final reply to the user prompt. The underlying idea is drawn from the gold standard of any valid argumentative procedure: the conclusion is valid if it is entailed by accepted premises. Or, to paraphrase such Aristotelian principle in a real-world approximation, characterised by incomplete information and presumptive logic, the conclusion is valid if not proved otherwise. This approach successfully steers the models' output through a reasoning pipeline, resulting in better performance against the baseline and its Chain-of-Thought (CoT) implementation. To this end, an extensive evaluation of the proposed approach on the MT-Bench Reasoning and Math tasks across a range of LLMs is provided.

📄 PDF Abstract BibTeX arXiv:2412.15177

Code (1)

fcast07/cqot 공식 구현

Tasks

MathMathematical Reasoningvalid

Similar Papers 제목 키워드 기반

DayDreamer at CQs-Gen 2025: Generating Critical Questions through Argument Scheme Completion

2025-05-21 · Wendi Zhou, Ameer Saadat-Yazdi, Nadin Kökciyan

Critical questions are essential resources to provoke critical thinking when encountering an argumentative text. We present our system for the Critical Questions Generation (CQs-Gen) Shared Task at ArgMining 2025. Our ap…

Benchmarking Critical Questions Generation: A Challenging Reasoning Task for Large Language Models

2025-05-16 · Banca Calvo Figueras, Rodrigo Agerri

The task of Critical Questions Generation (CQs-Gen) aims to foster critical thinking by enabling systems to generate questions that expose underlying assumptions and challenge the validity of argumentative reasoning stru…

Benchmarking

Do Latent Tokens Think? A Causal and Adversarial Analysis of Chain-of-Continuous-Thought

2025-12-25 · Yuyi Zhang, Boyu Tang, Tianjie Ju, Sufeng Duan 외 arxiv

Latent tokens are gaining attention for enhancing reasoning in large language models (LLMs), yet their internal mechanisms remain unclear. This paper examines the problem from a reliability perspective, uncovering fundam…

Agentic Chain-of-Thought Steering for Efficient and Controllable LLM Reasoning

2026-06-02 · Yu Xia, Zhouhang Xie, Xin Xu, Byungkyu Kang 외 arxiv

Large language models improve final-answer accuracy through extended chain-of-thought reasoning, but often spend tokens inefficiently and offer little inference-time control. Existing efficient reasoning methods control …

Reinforcement Learning

SALT: Steering Activations towards Leakage-free Thinking in Chain of Thought

2025-11-11 · Shourya Batra, Pierce Tillman, Samarth Gaggar, Shashank Kesineni 외 arxiv

As Large Language Models (LLMs) evolve into personal assistants with access to sensitive user data, they face a critical privacy challenge: while prior work has addressed output-level privacy, recent findings reveal that…