read more: https://
alphaxiv.org/abs/2605.10938
@askalphaxiv
-

ELF: A New Approach to Diffusion Language Models in Embedding Space
By
–
“ELF: Embedded Language Flows” Most diffusion LMs still treat language as discrete tokens, or keep forcing continuous states back into token space during generation. This paper runs diffusion almost entirely in continuous embedding space, then convert to tokens only at the
-
Using AI assistants for LaTeX formula extraction in research papers
By
–
Need a quick way to extract a formula?
— alphaXiv (@askalphaxiv) 13 mai 2026
alphaXiv’s assistant actually supports LaTeX generation!
Just simply highlight the equations in the paper, and ask the assistant for the LaTeX code, then copy it to the workspace of your choice. pic.twitter.com/mQd0a0w6VzNeed a quick way to extract a formula? alphaXiv’s assistant actually supports LaTeX generation! Just simply highlight the equations in the paper, and ask the assistant for the LaTeX code, then copy it to the workspace of your choice.
-

Technical Analysis of Attention Drift in Speculative Decoding Models
By
–
“Attention Drift: What Autoregressive Speculative Decoding Models Learn” Speculative decoding makes LLM inference faster, but drafters break under small template changes and long context. But why? This paper shows that as the drafter predicts more tokens, its attention drifts
-

Improving LLM Embedding Representations via Mean-Pooling of Generated Tokens
By
–
“The Truth Lies Somewhere in the Middle of the Generated Tokens” LLMs don’t store the meaning of a prompt in one hidden state. As they generate, the meaning gets spread across many token embeddings. So this paper propose a mean-pool over generated token embeddings instead of
-
Open Source Reinforcement Learning Training Scripts Released
By
–
You can also check out our training scripts here: https://
github.com/NovaSky-AI/Sky
RL/tree/main/examples/train/rlm
… Thanks to @sumanthrh and @charlie_ruan from the SkyRL team for their responsiveness in resolving issues and for providing an amazing RL library for the community! We'd also like to thank @a1zhang for his -

Reinforcing Recursive Language Models for Long-Context Tasks
By
–
Reinforcing Recursive Language Models Can a 4B model learn to recursively call itself to answer hard long-context questions? We RL fine-tuned a small model to behave as a native RLM. On evidence selection across scientific papers, our 4B RLM matches Sonnet 4.6 in quality