paper-with-me

Papers

Soft Self-Consistency Improves Language Model Agents

2024-02-20 · Han Wang, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal

Generations from large language models (LLMs) can be improved by sampling and scoring multiple solutions to select a final answer. Current "sample and select" methods such as self-consistency (SC) rely on majority voting to score answers. However, when tasks have many distinct and valid answers, selection by voting requires a large number of samples. This makes SC prohibitively expensive for interactive tasks that involve generating multiple actions (answers) sequentially. After establishing that majority voting fails to provide consistent gains on such tasks, we demonstrate how to increase success rates by softening the scoring criterion. We introduce Soft Self-Consistency (SOFT-SC), which replaces SC's discontinuous scoring with a continuous score computed from model likelihoods, allowing for selection even when actions are sparsely distributed. SOFT-SC improves both performance and efficiency on long-horizon interactive tasks, requiring half as many samples as SC for comparable or better performance. For a fixed number of samples, SOFT-SC leads to a 1.3% increase over SC in absolute success rate on writing bash programs, a 6.6% increase on online shopping (WebShop), and a 4.7% increase for an interactive household game (ALFWorld). Finally, we show that SOFT-SC can be applied to both open-source and black-box models.

📄 PDF Abstract BibTeX arXiv:2402.13212

Code (1)

hannight/soft_self_consistency 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingmodelvalid

Similar Papers 제목 키워드 기반

Self-Evolving Coding Agents

2026-08-04 · Hao Zhou, Haichuan Hu, Ye Shang, Quanjun Zhang hf

Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agent…

Domain-Specific Agents for Cherenkov Telescope Array Control Software and Gamma-Ray Data Analysis

2025-10-01 · Dmitriy Kostunin, Elisa Jones, Vladimir Sotnikov, Valery Sotnikov 외 arxiv

We present domain-adapted large language model agents designed to support Cherenkov Telescope Array operation and data analysis. The agents combine contextual knowledge with automated validation and iterative correction …

Will I Sound Like Me? Improving Persona Consistency in Dialogues through Pragmatic Self-Consciousness

2020-04-13 · EMNLP 2020 11 · Hyunwoo Kim, Byeongchang Kim, Gunhee Kim

We explore the task of improving persona consistency of dialogue agents. Recent models tackling consistency often train with additional Natural Language Inference (NLI) labels or attach trained extra modules to the gener…

Dialogue GenerationNatural Language Inference

Multi-Agent Reasoning Improves Compute Efficiency: Pareto-Optimal Test-Time Scaling

2026-05-02 · Florian Valentin Wunderlich, Lars Benedikt Kaesberg, Jan Philip Wahle, Terry Ruas 외 arxiv

Advances in inference methods have enabled language models to improve their predictions without additional training. These methods often prioritize raw performance over cost-effective compute usage. However, computationa…

Computational Efficiency

Evolving Agents in the Dark: Retrospective Harness Optimization via Self-Preference

2026-06-04 · Wenbo Pan, Shujie Liu, Chin-Yew Lin, Jingying Zeng 외 arxiv

AI agents rely on a harness of skills, tools, and workflows to solve complex problems. Continually improving this harness is essential for adapting to new tasks. However, existing optimization methods typically require g…