paper-with-me

Papers

Algorithmic Thinking Theory

2025-12-04 · MohammadHossein Bateni, Vincent Cohen-Addad, Yuzhou Gu, Silvio Lattanzi, Simon Meierhans, Christopher Mohri arxiv

Large language models (LLMs) have proven to be highly effective for solving complex reasoning tasks. Surprisingly, their capabilities can often be improved by iterating on previously generated solutions. In this context, a reasoning plan for generating and combining a set of solutions can be thought of as an algorithm for reasoning using a probabilistic oracle. We introduce a theoretical framework for analyzing such reasoning algorithms. This framework formalizes the principles underlying popular techniques for iterative improvement and answer aggregation, providing a foundation for designing a new generation of more powerful reasoning methods. Unlike approaches for understanding models that rely on architectural specifics, our model is grounded in experimental evidence. As a result, it offers a general perspective that may extend to a wide range of current and future reasoning oracles.

📄 PDF Abstract BibTeX arXiv:2512.04923

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fairness, Accuracy, and Unreliable Data

2024-08-28 · Kevin Stangl

This thesis investigates three areas targeted at improving the reliability of machine learning; fairness in machine learning, strategic classification, and algorithmic robustness. Each of these domains has special proper…

FairnessLearning Theory

A Systems Thinking Approach to Algorithmic Fairness

2024-12-21 · Chris Lam

Systems thinking provides us with a way to model the algorithmic fairness problem by allowing us to encode prior knowledge and assumptions about where we believe bias might exist in the data generating process. We can th…

Causal InferenceFairness

End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking

2022-02-11 · Arpit Bansal, Avi Schwarzschild, Eitan Borgnia, Zeyad Emam 외

Machine learning systems perform well on pattern matching tasks, but their ability to perform algorithmic or logical reasoning is not well understood. One important reasoning capability is algorithmic extrapolation, in w…

Logical Reasoning

A First-Principles Theory of Slow Thinking and Active Perception

2026-07-09 · Hongkang Yang, Zhi-Qin John Xu, Feiyu Xiong, Weinan E arxiv

As part of a series on first-principles modeling of cognitive functions, this paper attempts to provide a mathematical formulation of thinking and perception. It formally derives slow thinking or more generally, active p…

MazeMate: An LLM-Powered Chatbot to Support Computational Thinking in Gamified Programming Learning

2025-09-24 · Chenyu Hou, Hua Yu, Gaoxia Zhu, John Derek Anas 외 arxiv

Computational Thinking (CT) is a foundational problem-solving skill, and gamified programming environments are a widely adopted approach to cultivating it. While large language models (LLMs) provide on-demand programming…