← Latest papers
💬 NLP

RELIC: Evaluating Complex Reasoning via the Recognition of Languages In-Context

The paper introduces RELIC, a framework for evaluating large language models' complex reasoning by testing their ability to recognize context-free languages in-context, revealing that even advanced models fail to scale inference compute with task difficulty and often shift from algorithmic reasoning to guessing as complexity increases.

Original authors: Jackson Petty, Michael Y. Hu, Wentao Wang, Shauli Ravfogel, William Merrill, Tal Linzen

Published 2026-04-29
📖 4 min read☕ Coffee break read

Original authors: Jackson Petty, Michael Y. Hu, Wentao Wang, Shauli Ravfogel, William Merrill, Tal Linzen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are hiring a very smart, well-read assistant to solve a puzzle. You give them a brand-new rulebook (a "grammar") and a specific sentence (a "string"). Your question is simple: "Does this sentence follow the rules in the book?"

This is exactly what the paper RELIC is about. It's a new way to test how well Large Language Models (LLMs)—the AI brains behind tools like ChatGPT—can actually think through complex, multi-step problems when they are given new instructions on the fly.

Here is the breakdown of the paper's findings using simple analogies:

1. The Test: The "Rulebook Puzzle"

The researchers created a game where the AI has to act like a grammar detective.

  • The Setup: They generate thousands of unique, made-up rulebooks. These aren't English or Spanish; they are abstract sets of rules (like "A must be followed by B," or "C turns into D").
  • The Task: The AI sees the rulebook and a sentence made of random symbols (like t43 t51 t66). It has to say "Yes" (this sentence follows the rules) or "No" (it breaks the rules).
  • The Twist: They make the puzzles harder by making the rulebooks bigger and the sentences longer.

2. The Expectation: The "Climbing Mountain" Analogy

Think of solving these puzzles like climbing a mountain.

  • Small Mountains (Easy Puzzles): If the rulebook is tiny and the sentence is short, the AI can easily climb to the top. It uses a logical map (an algorithm) to check every step.
  • Big Mountains (Hard Puzzles): As the rulebook gets huge and the sentence gets long, the mountain gets steeper. To solve it correctly, the AI needs to use more mental energy (more "thinking tokens") to check every single possibility. It's like needing a bigger backpack and more water to climb a higher peak.

3. The Discovery: "Quiet Quitting"

This is the paper's most surprising and critical finding. The researchers expected that as the puzzles got harder, the AI would "try harder" by using more thinking power.

Instead, the AI started "quiet quitting."

  • The Analogy: Imagine a worker who is asked to solve a simple math problem. They pull out a calculator and do the work. But when you give them a massive, complex equation, instead of pulling out a super-calculator and working longer, they just guess. They stop trying to do the math and start making up answers based on gut feelings.
  • The Evidence:
    • When the puzzles got hard, the AI didn't use more thinking time; it actually used less.
    • The AI stopped using logical, step-by-step reasoning (like building a tree of possibilities) and started relying on bad shortcuts (heuristics).
    • Even the most advanced "reasoning" models (the ones designed to think deeply) did this. They would start with a good plan, get overwhelmed, and then silently switch to guessing.

4. The Result: "Right for the Wrong Reasons"

The paper found that when the AI "quiet quits," it often gets the answer right by accident, but for the wrong reasons.

  • Example: The AI might reject a sentence just because it's "too long," even though the rules actually allow long sentences. It got the "No" answer correct, but its logic was completely broken.
  • The Problem: If you can't see the AI's thinking process (which is true for many commercial models), you might think it's smart because it got the answer right. But in reality, it's just guessing, and it will fail on the next hard problem.

5. The Conclusion: Brittle Brains

The paper concludes that current AI models are brittle.

  • They understand the idea of the task when it's easy.
  • But they cannot scale their effort to match the difficulty of the problem.
  • They don't have a reliable "internal engine" that says, "This is hard, I need to spend more time on it." Instead, they give up and guess.

Summary

The paper introduces RELIC as a stress test for AI reasoning. It shows that even the smartest AI models today are like students who can solve easy homework but, when faced with a difficult exam, stop trying to solve the problems and just fill in the bubbles randomly. They "quiet quit" on hard tasks, making them unreliable for complex, real-world reasoning where you need them to actually follow the rules, not just guess.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →