paper-with-me

Papers

General Intelligence Requires Reward-based Pretraining

2025-02-26 · Seungwook Han, Jyothish Pari, Samuel J. Gershman, Pulkit Agrawal

Large Language Models (LLMs) have demonstrated impressive real-world utility, exemplifying artificial useful intelligence (AUI). However, their ability to reason adaptively and robustly -- the hallmarks of artificial general intelligence (AGI) -- remains fragile. While LLMs seemingly succeed in commonsense reasoning, programming, and mathematics, they struggle to generalize algorithmic understanding across novel contexts. Our experiments with algorithmic tasks in esoteric programming languages reveal that LLM's reasoning overfits to the training data and is limited in its transferability. We hypothesize that the core issue underlying such limited transferability is the coupling of reasoning and knowledge in LLMs. To transition from AUI to AGI, we propose disentangling knowledge and reasoning through three key directions: (1) pretaining to reason using RL from scratch as an alternative to the widely used next-token prediction pretraining, (2) using a curriculum of synthetic tasks to ease the learning of a reasoning prior for RL that can then be transferred to natural language tasks, and (3) learning more generalizable reasoning functions using a small context window to reduce exploiting spurious correlations between tokens. Such a reasoning system coupled with a trained retrieval system and a large external memory bank as a knowledge store can overcome several limitations of existing architectures at learning to reason in novel scenarios.

📄 PDF Abstract BibTeX arXiv:2502.19402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PretrainZero: Reinforcement Active Pretraining

2025-12-03 · Xingrun Xing, Zhiyuan Fan, Jie Lou, Guoqi Li 외 arxiv

Mimicking human behavior to actively learning from general experience and achieve artificial general intelligence has always been a human dream. Recent reinforcement learning (RL) based large-thinking models demonstrate …

Self-Supervised LearningReinforcement LearningActive Learning

Learning from One and Only One Shot

2022-01-14 · Haizi Yu, Igor Mineyev, Lav R. Varshney, James A. Evans

Humans can generalize from only a few examples and from little pretraining on similar tasks. Yet, machine learning (ML) typically requires large data to learn or pre-learn to transfer. Motivated by nativism and artificia…

Few-Shot Learning

ARC-AGI Without Pretraining

2025-12-05 · Isaac Liao, Albert Gu arxiv

Conventional wisdom in the age of LLMs dictates that solving IQ-test-like visual puzzles from the ARC-AGI-1 benchmark requires capabilities derived from massive pretraining. To counter this, we introduce CompressARC, a 7…

EA-Nav: Learning Safe Visual Navigation Policies with Embodiment Awareness

2026-07-22 · Jialu Zhang, Yong Du, Xianda Guo, Shunwang Sun 외 arxiv

Cross-embodiment navigation is a key challenge in embodied intelligence. Due to differences in embodiment, the same visual observation may imply different actions for different agents, making prediction ambiguous when re…

Reinforcement LearningVisual Navigation

Provably Efficient Policy-Reward Co-Pretraining for Adversarial Imitation Learning

2026-06-20 · Tian Xu, Zexuan Chen, Zhilong Zhang, Yi-Chen Li 외 arxiv

Adversarial imitation learning (AIL) achieves high-quality imitation compared to behavioral cloning (BC), but demands substantial online environment interaction. Recent empirical work has explored initializing AIL algori…