← Latest papers
💬 NLP

ConPress: Learning Efficient Reasoning from Multi-Question Contextual Pressure

ConPress is a lightweight self-supervised fine-tuning method that leverages the "Self-Compression" phenomenon, where models naturally shorten reasoning traces when presented with multiple questions, to train large reasoning models to generate concise and accurate solutions for single-question tasks, significantly reducing inference overhead without external teachers or reinforcement learning.

Original authors: Jie Deng, Shining Liang, Jun Li, Hongzhi Li, Yutao Xie

Published 2026-06-25
📖 5 min read🧠 Deep dive

Original authors: Jie Deng, Shining Liang, Jun Li, Hongzhi Li, Yutao Xie

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 have a brilliant, over-enthusiastic student who is incredibly smart but has a bad habit: overthinking.

When you ask this student a simple math question like "What is 2 + 2?", they don't just say "4." Instead, they write a 50-page essay. They start by wondering if they remember addition correctly, then they visualize apples, then they check their fingers, then they debate the philosophical nature of numbers, and finally, after 20 pages of "wait, let me double-check," they arrive at the answer.

This is exactly what modern "Large Reasoning Models" (AI) do. They generate massive amounts of text (called "Chain-of-Thought") to solve problems. While this often leads to correct answers, it's incredibly slow, expensive, and full of fluff.

The paper ConPress introduces a clever trick to teach this student to be concise without losing their intelligence. Here is how it works, broken down into simple concepts:

1. The Discovery: The "Crowded Room" Effect

The researchers noticed something funny happening when they changed the rules of the game.

  • The Old Way (Single Question): If you ask the AI one question in a quiet room, it feels like it has all the time in the world. It takes its time, rambling through every possible thought path.
  • The New Way (Multi-Question Pressure): If you put three or four different questions in the same prompt and tell the AI, "Answer all of these right now," something magical happens. The AI suddenly stops rambling.

The Analogy: Imagine you are at a dinner party.

  • If you are the only one talking to the host, you might tell a long, winding story with lots of details.
  • But if the host says, "Okay, we have 10 people here, and we need to hear a quick story from everyone before dessert," you suddenly get to the point. You stop the "umms," the "let me think about this," and the "wait, let me check that." You just give the core story.

The researchers call this "Self-Compression." The pressure of having to answer multiple questions at once forces the AI to cut out the fluff and get straight to the logic.

2. The Solution: ConPress (Contextual Pressure)

The team realized they could use this "crowded room" effect to train the AI to be efficient permanently. They created a method called ConPress.

Here is the step-by-step process they used:

  1. The Stress Test: They took a bunch of math problems and grouped them into batches (e.g., 3 questions at a time). They asked the AI to solve all of them in one go.
  2. The Filter: Because the AI was rushing, it sometimes made mistakes. So, the researchers only kept the answers that were 100% correct. They threw away the wrong ones.
  3. The Lesson: They took those short, correct answers (the "compressed" reasoning) and used them to teach the AI how to answer single questions in the future.

The Analogy: It's like a coach who watches a sprinter run a race while carrying a heavy backpack (the multi-question pressure). The sprinter learns to run efficiently to carry the weight. The coach then takes the sprinter, removes the backpack, and says, "Now, run like you did when you had the backpack." The sprinter keeps the efficient stride even without the weight.

3. The Results: Faster, Cheaper, Still Smart

The results were impressive. By using this method, the AI models became significantly more efficient:

  • Less Talking: The models used 30% to 60% fewer words (tokens) to solve the same problems.
  • Same Smarts: Despite saying much less, they still got the right answers almost as often as before.
  • No External Teachers: Unlike other methods that require a "teacher" AI to rewrite the answers or complex reward systems, this method taught the AI using its own behavior. It was a "self-supervised" lesson.

What They Did NOT Claim

It is important to stick to what the paper actually says:

  • They did not claim this works for medical diagnosis or legal advice.
  • They did not claim this makes the AI "smarter" in terms of raw intelligence; it just makes it faster and cheaper at using the intelligence it already has.
  • They did not suggest this works by simply telling the AI "be short" at the moment of answering. The paper explicitly tested that and found it didn't work well. The AI has to learn the habit through training (ConPress) to keep the efficiency.

Summary

The paper ConPress discovered that if you squeeze a reasoning AI by asking it multiple questions at once, it naturally stops overthinking and starts being concise. They used this "squeeze" to train the AI to be efficient even when asked just one question later. The result is a smarter, faster, and more cost-effective AI that doesn't waste time rambling.

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 →