← Latest papers
💬 NLP

IterCOMP: Reasoning-aware Adaptive Prompt Compression for Multi-hop Question Answering

IterCOMP is a training-free, iterative prompt compression framework that enhances multi-hop question answering by dynamically decomposing documents and generating targeted follow-up questions to construct compact, reasoning-oriented prompts, thereby improving accuracy and efficiency while reducing token usage.

Original authors: JungMin Yun, YoungBin Kim

Published 2026-08-17
📖 4 min read☕ Coffee break read

Original authors: JungMin Yun, YoungBin Kim

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 massive, multi-layered mystery. You have a giant stack of old newspapers, magazines, and handwritten notes scattered across your floor. Your goal is to find the answer to a tricky question that doesn't have a single obvious clue, but instead requires you to connect dots between three or four different articles. This is the world of "Multi-hop Question Answering," a special challenge for Artificial Intelligence (AI). In this corner of computer science, AI acts like a detective that reads through mountains of text to find answers. But here's the problem: if you give the AI the entire stack of newspapers at once, it gets overwhelmed. It's like trying to find a specific needle in a haystack while someone is shouting a thousand other random facts in your ear. The AI gets confused, slows down, and might even miss the answer because the "noise" drowns out the important clues. This is why researchers are always looking for ways to help the AI focus on just the right pieces of paper, throwing away the rest without losing the story.

Enter IterCOMP, a new method proposed by researchers Jungmin Yun and Youngbin Kim that acts like a super-smart, patient editor for these AI detectives. Instead of just blindly cutting out words to make the text shorter, IterCOMP uses a clever, step-by-step strategy to figure out exactly what the AI needs to solve the puzzle. Think of it as a game of "20 Questions" played with the AI itself. The system first looks at the clues it has and asks, "Do we have enough to solve this yet?" If the answer is "No," the AI doesn't just guess; it asks itself, "What specific piece of information is missing?" It then generates a new, targeted question to hunt down that missing clue, finds the relevant sentence, and adds it to its notes. It repeats this loop—checking, questioning, and gathering—until it has built a perfect, compact story that contains everything needed to solve the mystery.

The paper suggests that this approach is a significant improvement over existing methods. While older techniques often tried to compress text by simply removing "unimportant" words or sentences based on a single glance at the question, IterCOMP argues that this fails for complex, multi-step puzzles. The researchers found that by letting the AI reason through the gaps in its knowledge, they could create a much shorter prompt (the set of instructions and clues given to the AI) that actually performed better. In their tests on three different puzzle datasets (MusiQue, 2WikiMultiHopQA, and HotpotQA), IterCOMP didn't just save space; it made the AI smarter. For example, on the HotpotQA dataset, the method boosted the AI's accuracy score (F1) from 43.63 to 51.78, while shrinking the amount of text the AI had to read by about 81% (a compression ratio of 0.19). This means the AI could solve harder problems faster and cheaper, without needing to be retrained or taught new tricks.

The beauty of IterCOMP is that it doesn't require the AI to learn anything new. It works with the AI's existing brainpower, using a "training-free" loop to guide the search. The researchers showed that as the puzzles got harder (requiring more "hops" or steps of reasoning), the system naturally adjusted, asking more follow-up questions and gathering more evidence until it felt confident. However, they also noted that this isn't a magic wand; if the AI makes a mistake in judging what it knows, it might stop too early or gather the wrong clues. But overall, the study suggests that by turning prompt compression into an active reasoning process, we can help AI navigate the noise of the internet and find the truth, even when the answer is hidden deep inside a maze of documents.

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 →