paper-with-me

Papers

Verbalized Algorithms: Classical Algorithms are All You Need (Mostly)

2025-09-09 · Supriya Lall, Christian Farrell, Hari Pathanjaly, Marko Pavic, Sarvesh Chezhian, Masataro Asai arxiv

Reasoning is a fundamentally algorithmic task. Yet current work on LLM-based reasoning relies on free-form generation whose theoretical guarantees (soundness, completeness, complexity, optimality) remain poorly understood. We argue that we should not treat them as general-purpose reasoners, and as an alternative, we propose a paradigm we call \emph{verbalized algorithms} (VAs), which combines LLMs and various algorithms with established guarantees. Instead of betting on LLM's ability to solve a reasoning task, VAs limit their scope by decomposing the task down to simple elementary operations on strings that they can answer reliably. For example, sorting a list of natural language strings could be done by using an LLM as a binary comparison oracle in a parallel or approximate sorting algorithm. We push the accuracy-runtime Pareto front with \emph{verbalized maximum}, \emph{sorting}, \emph{clustering}, and \emph{submodular maximization}, for numerical reasoning, topic clustering, Wi-Fi access point optimization, and multi-hop Q\&A RAG task. These results suggest improving LLM-based reasoning through standard algorithmic analysis is a feasible and better grounded research direction.

📄 PDF Abstract BibTeX arXiv:2509.08150

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Verbalized Particle Posterior: Bayesian Inference over Natural Language Hypotheses

2026-07-25 · Yan Zhang, Shikan Lian, Shibo Li arxiv

Verbalized Machine Learning (VML) parameterizes a model as a natural-language prompt that an LLM evaluates as f(x; theta). The framework is interpretable, but it commits to a single hypothesis with no measure of uncertai…

Bayesian Inference

Flipping Against All Odds: Reducing LLM Coin Flip Bias via Verbalized Rejection Sampling

2025-06-11 · Tim Z. Xiao, Johannes Zenn, Zhen Liu, Weiyang Liu 외

Large language models (LLMs) can often accurately describe probability distributions using natural language, yet they still struggle to generate faithful samples from them. This mismatch limits their use in tasks requiri…

AllDecision MakingPrompt Engineering

A Generalization Result for Convergence in Learning-to-Optimize

2024-10-10 · Michael Sucker, Peter Ochs

Learning-to-optimize leverages machine learning to accelerate optimization algorithms. While empirical results show tremendous improvements compared to classical optimization algorithms, theoretical guarantees are mostly…

Extending Automated Deduction for Commonsense Reasoning

2020-03-29 · Tanel Tammet

Commonsense reasoning has long been considered as one of the holy grails of artificial intelligence. Most of the recent progress in the field has been achieved by novel machine learning algorithms for natural language pr…

BIG-bench Machine LearningLogical Reasoning

An Approach to Solve Linear Equations Using a Time-Variant Adaptation Based Hybrid Evolutionary Algorithm

2013-04-11 · A. R. M. Jalal Uddin Jamali, M. M. A. Hashem, Md. Bazlar Rahman

For small number of equations, systems of linear (and sometimes nonlinear) equations can be solved by simple classical techniques. However, for large number of systems of linear (or nonlinear) equations, solutions using …

Evolutionary Algorithms