← Latest papers
🔢 mathematics

ConCise: Training-Free Conclusion-Chain State Compression for Cost-Efficient Multi-Step RAG Services

The paper proposes ConCise, a training-free protocol that optimizes multi-step RAG services by replacing raw text accumulation with structured conclusion chains and fusing generation steps, thereby reducing cumulative token growth from O(N2)O(N^2) to O(N)O(N) and achieving significant cost savings without requiring model retraining or specialized hardware.

Original authors: Kuan Yan, Zhiqing Tang, Tian Wang, Weijia Jia

Published 2026-06-30
📖 4 min read🧠 Deep dive

Original authors: Kuan Yan, Zhiqing Tang, Tian Wang, Weijia Jia

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 trying to solve a complex mystery, like a detective trying to find out who stole the crown jewels. You have a team of AI detectives (the Large Language Models) helping you.

The Problem: The "Cluttered Detective Board"

In a standard multi-step investigation, every time your AI detective finds a new clue (a document) or writes down a thought (reasoning), they tape it to a giant corkboard.

  • Round 1: They tape up one clue.
  • Round 2: They tape up a new clue plus the first one.
  • Round 3: They tape up a new clue plus the first two.

By the time you get to Round 10, the board is massive. It's covered in so much paper that the detective gets confused, misses the important details, and gets tired. In the real world of AI services, this "paper" costs money. Every time you send a request to the AI, you pay based on how much text you send. A giant board means a huge bill, slow responses, and a lot of wasted space.

The Solution: ConCise (The "Summary Notebook")

The paper introduces a new method called ConCise. Instead of taping every single piece of raw paper to the board, ConCise changes the rules:

  1. The "Conclusion Chain": After every round of thinking, the AI writes a tiny, neat summary of what it learned so far (a "conclusion"). It throws away the messy raw notes and only keeps this summary.
    • Analogy: Instead of carrying the whole library of books with you, you just carry a single notebook where you write down the most important fact from each book you read.
  2. The "One-Step" Magic: Usually, the AI has to do two things: think about the clues, and then write the summary. This costs money twice. ConCise combines these into one super-fast move, saving even more time and money.

How It Works in Plain English

  • Old Way (Full Context): You send the AI: "Here is the question, here is the first clue, here is my first thought, here is the second clue, here is my second thought..." The message gets longer and longer with every step.
  • ConCise Way: You send the AI: "Here is the question, here is the summary of what we learned so far, and here is the new clue." The message stays short and manageable.

The Results: What the Paper Found

The researchers tested this on 12 different scenarios using three different AI models and two types of difficult questions. Here is what happened:

  • Massive Savings: On average, ConCise saved 64.63% of the "tokens" (the units of text you pay for). It's like getting a 65% discount on your phone bill just by changing how you write your messages.
  • Accuracy:
    • For some AI methods (like the "IRCoT" style), the accuracy actually got better. Why? Because the old way was so cluttered that the AI got distracted by irrelevant details. ConCise forced the AI to focus only on the important facts.
    • For other AI methods (like the "Search-R1" style), the accuracy stayed mostly the same or dropped slightly. This happened because those AI models were already very good at handling long, messy lists, and sometimes throwing away the "messy" details meant losing a tiny, specific clue (like a specific number or date) that they needed.
  • The Trade-off: The paper notes a specific risk. If the AI makes a mistake in the very first summary, that mistake is "locked in" and carried forward forever because the system doesn't go back to check the original messy notes. It's like writing a wrong date in your notebook and then refusing to look at the original calendar again.

Why This Matters (According to the Paper)

This isn't about making the AI smarter at learning new things; it's about making it cheaper and faster to use for complex tasks.

  • It works without needing to retrain the AI models (it's "training-free").
  • It works with "black box" AI services (where you can't see inside the model).
  • It turns a cost that grows explosively (like $1, $4, $9, $16...) into a cost that grows slowly and steadily (like $1, $2, $3, $4...).

In short, ConCise is a clever way to keep the AI's "working memory" clean and cheap, so it can solve hard problems without running up a massive bill or getting confused by its own notes.

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 →