LLMs Can't Jump: Position Embeddings and the Limits of Length Generalization

Position: LLMs Can't Jump

This paper investigates why large language models fail to generalize to longer sequences than those seen in training, focusing on the role of position embeddings. The authors propose a new method, Position Interpolation, which extends the context window of pretrained LLMs like LLaMA from 2048 to 32768 tokens with minimal fine-tuning, while maintaining performance on shorter sequences. They demonstrate that this technique is effective across various models and tasks, offering a practical solution to the length generalization problem.

We show that this method is effective for a wide range of models and tasks, and that it can be used to extend the context window of existing models without sacrificing performance on shorter sequences.
  1. gabbagool

    Probably too late for this, but I have argued before that language is a fundamentally lossy encoding of the human experience. We do our best to describe what we're seeing and experiencing using language, which is fantastically expressive, but it has its limits. I think we see glimpses of this when we find ourselves saying things such as, "it's impossible to put it into words" or we overload certain words when we mean very different things, such as, "I love my children" or "I love apple pie". Clearly the word "love" here has a certain magnitude that is not being expressed, yet it is understood by the listener somehow.

    So, I do sort of buy into this idea that Einstein was simulating the world and running experiments on those simulations in ways that were beyond what you could encode in natural language. Will AI be capable of doing this, if it is bounded by training data that is composed almost entirely on language? One might argue that if AI is training on a lossy encoding/representation of the human experience, how will it be able to simulate anything beyond that experience? Unless it does so in a way that we manage to do when we image objects beyond 3D. But now I'm just rambling.

  2. quantum_mcts

    The popular retelling of how Einstein created Special Relativity to "Resolve the contradictions of Michelson-Morly experiments" is very reductive to the history of the question. The epitome is the quote from the paper:

    > From the two postulates, Einstein derived the Lorentz trans-

    formation ...

    If Einstein derived them, who is "Lorentz"?

    The groundwork for Special Relativity was the study of electrodynamics and symmetries of Maxwell equations. The Einsteins paper was literally called "On the Electrodynamics of Moving Bodies" and never cites Michelson and Morley.

  3. defgeneric

    Worth reposting a follow-up tweet from the author Tom Zahavy [1] after this made the rounds on X/Twitter recently:

    > A few reflections on my "LLMs Can’t Jump" paper:

    > My position paper recently got some traction here, so I wanted to share a few thoughts and clarify a few things.

    > First things first: some people are framing this as "DeepMind is throwing cold water on AI for science" or claiming the paper argues LLMs can never make real scientific discoveries. This is NOT the case.

    > This is a personal position paper, not the company's view on AI for science. This is also not my position. As a core contributor to AlphaProof (the first AI system to win an IMO medal), I know firsthand that my colleagues at DeepMind, other frontier labs, and academia have made amazing discoveries with LLMs and will continue to do so. This paper is NOT an "LLMs are a dead end" kind of thing.

    > Rather, the paper is the result of a deep dive I took to study the invention of General Relativity. I wanted to explore what it would take for a modern AI system to make that exact kind of jump. Specifically, I focused on the equivalence principle—a key axiom that Einstein formulated through thought experiments grounded in his physical intuition. I was trying to figure out what it would take to give modern AI systems that sort of thinking.

    > Giving AI this specific capability isn't necessarily the most urgent thing to do next. It is very likely that improving our current recipes will lead to many exciting […]

  4. jvanderbot

    Came for:

    "A computer once beat me at chess, but it was no match for me at kick boxing."

    TFA was actually about leaps of intuition, sadly.

    One of the experiments I've heard proposed around here is to somehow create an LLM from all text up to 1980 or 1990 and see if it can get back to making itself.

  5. killerstorm

    This is literally an opinion of one dude which is not backed by any kind of quantitative evidence.

    It's actually possible to answer this question rigorously:

    1. Define a scientific result which qualifies as a "jump". They should be frequent enough that they happen every year - otherwise one might say humans can't jump either.

    2. Identify all such "jumps" in articles published in 2026, and use LLM with 2025 knowledge cut-off to re-derive these results with minimal amount of information.

    It really irks me that people boost these low-effort articles just because they confirm pre-conceived notion that LLMs are limited

  6. yk

    The paper is from the 30th of April this year, openAi announced the counter example to the unit distance problem on the 20th of May. That is to say this paper seems to have aged not much but quite poorly.

  7. yomismoaqui

    Why everybody is obsessed with replacing humans with LLMs when it seems like the most profitable use cases (like coding agents) rely on enhancing human capabilities?

    Until LLMs have some 0% error humans will have to be in the loop (even if they only serve to take responsibility of the process).

  8. bob1029

    I think this is more of a function of the harness and the environment than the LLM. I've seen some LLM interactions over complex environments like Godot and Unity that challenges the notion that there is no "jumping" going on at all.

    An LLM in isolation from its environment might as well be a brain in a vat in some dark cave. You need an external environment to sample from and act upon to make forward progress.

More from this day

2026-08-05