Seeking collaborators for scaling and independent evaluation of a new recurrent language model architecture (preprint + code) [R]

Reddit r/MachineLearning Papers

Summary

The author is seeking collaborators for scaling and independent evaluation of a new recurrent language model architecture, with a preprint and code available.

No content available
Original Article

Similar Articles

Reinforcing Recursive Language Models (18 minute read)

TLDR AI

The article explores reinforcement learning fine-tuning of small (4B) recursive language models (RLMs) to perform evidence selection from scientific documents, showing that RL-trained 4B models match Claude Sonnet 4.6 performance at a fraction of the size and cost.

alexzhang13/rlm

GitHub Trending (daily)

Recursive Language Models (RLMs) introduce a task-agnostic inference paradigm enabling language models to handle near-infinite contexts by recursively calling themselves over input, with an accompanying open-source inference engine and training environment.