DigestAI news desk

AI news, digested. Every story with its sources, every hour.

Research

Recursive language models generalize out of domain, study shows

The study examines how limiting a language model's view can affect learning. It compares chain‑of‑thought (CoT) with recursive language models that solve each subtask in isolation.

1 source primary source

Key points

  • Recursive language models isolate subtasks, preventing context leakage that can cause shortcut learning.
  • Chain‑of‑thought can overfit to out‑of‑domain tokens, leading to failures when those tokens change.
  • In‑distribution performance is similar, but out‑of‑domain generalization favors recursive models.

In‑distribution, both approaches perform similarly; CoT can simulate the recursive rule, so generalization differs only by a constant factor. However, out‑of‑domain, CoT tends to fit training data by relying on context outside the current subtask, creating a shortcut that fails when those tokens change. Recursive isolation prevents this failure mode.

The authors argue that covering the right rule is insufficient for true reasoning; simplicity bias leads the model to choose shortcuts over correct reasoning. This contrasts with classical learning theory and highlights the need for context isolation to improve out‑of‑domain robustness.

Read the original atarXiv cs.CL · by Chenxiao Yang, Zhiyuan Li, David McAllester, Nathan Srebro primary sourceOpen source ↗
Topics · follow one to build your own front page
CoTRecursive Language Models

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us.

Comments

via GitHub Discussions

More in Research

All →

Related stories