paper-with-me

Papers

Liquid Reasoning Transformers: A Sudoku-Based Prototype for Chess-Scale Algorithmic Tasks

2025-12-14 · Shivansh Sahni, Wenzhi Zhang arxiv

The Liquid Reasoning Transformer (LRT) is a transformer architecture designed for inference with adaptive depths using iterative changes, discard-based correction, and a learned stopping mechanism. Instead of relying on a single feedforward pass, the model updates a recurrent reasoning token across multiple internal steps, allowing it to correct early errors and allocate computation based on input difficulty. We evaluate the LRT on Sudoku as a controlled testbed for structured reasoning and show that it achieves strong performance, reaching 98.68% digit accuracy and 36.30% full-puzzle accuracy without using symbolic rules or search. Analyzing internal patterns shows that the discard and stop gates play different, important roles in stabilizing inferences and adjusting computational depth. We discuss how these mechanisms extend naturally to chess-scale reasoning tasks and outline extensions for multi-token reasoning and larger domains.

📄 PDF Abstract BibTeX arXiv:2512.12792

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Video Models Start to Solve Chess, Maze, Sudoku, Mental Rotation, and Raven' Matrices

2025-11-02 · Hokin Deng arxiv

We show that video generation models could reason now. Testing on tasks such as chess, maze, Sudoku, mental rotation, and Raven's Matrices, leading models such as Sora-2 achieve sixty percent success rates. We establish …

Reinforcement LearningVideo Generation

Stability and Generalization in Looped Transformers

2026-04-16 · Asher Labovich arxiv

Looped transformers promise test-time compute scaling by spending more iterations on harder problems, but it remains unclear which architectural choices let them extrapolate to harder problems at test time rather than me…

Out-of-distribution Tests Reveal Compositionality in Chess Transformers

2025-10-23 · Anna Mészáros, Patrik Reizinger, Ferenc Huszár arxiv

Chess is a canonical example of a task that requires rigorous reasoning and long-term planning. Modern decision Transformers - trained similarly to LLMs - are able to learn competent gameplay, but it is unclear to what e…

Mastering Chess with a Transformer Model

2024-09-18 · Daniel Monroe, Philip A. Chalmers

Transformer models have demonstrated impressive capabilities when trained at scale, excelling at difficult cognitive tasks requiring complex reasoning and rational decision-making. In this paper, we explore the applicati…

Decision MakingmodelPosition

Amortized Planning with Large-Scale Transformers: A Case Study on Chess

2024-02-07 · Anian Ruoss, Grégoire Delétang, Sourabh Medapati, Jordi Grau-Moya 외

This paper uses chess, a landmark planning problem in AI, to assess transformers' performance on a planning task where memorization is futile $\unicode{x2013}$ even at a large scale. To this end, we release ChessBench, a…

Memorization