← Latest papers
💬 NLP

Learning Evidence Highlighting for Frozen LLMs

HiLight is a framework that improves the reasoning of frozen LLMs by training a lightweight "Emphasis Actor" to insert minimal highlight tags around key evidence within long, noisy contexts using reinforcement learning, without requiring evidence labels or modifying the underlying solver.

Original authors: Shaoang Li, Yanhang Shi, Yufei Li, Mingfu Liang, Xiaohan Wei, Yunchen Pu, Fei Tian, Chonglin Sun, Frank Shyu, Luke Simon, Sandeep Pandey, Xi Liu, Jian Li

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

Original authors: Shaoang Li, Yanhang Shi, Yufei Li, Mingfu Liang, Xiaohan Wei, Yunchen Pu, Fei Tian, Chonglin Sun, Frank Shyu, Luke Simon, Sandeep Pandey, Xi Liu, Jian Li

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 a detective trying to solve a mystery. You are handed a massive, 500-page stack of messy, disorganized documents: old receipts, random diary entries, newspaper clippings, and grocery lists. Somewhere in that mountain of paper is a single sentence that explains who the thief is.

Even if you are a brilliant detective (a "Large Language Model"), you might get overwhelmed. You might get distracted by a funny recipe on page 42 or a boring weather report on page 200. This is the "Lost in the Middle" problem: when there is too much noise, even the smartest minds miss the signal.

HiLight is like giving that detective a highlighter pen and a smart assistant before they start reading.

The Two Characters in the Story

To understand how HiLight works, think of two different people working together:

  1. The Actor (The Smart Assistant): This person doesn't solve the mystery. Their only job is to skim the 500 pages very quickly and say, "Hey, Boss! These three sentences on page 12, page 88, and page 402 look really important. I’ve put little neon sticky notes on them for you."
  2. The Solver (The Brilliant Detective): This is the heavy hitter. They are incredibly smart at reasoning, but they hate clutter. They take the stack of papers, look only at the parts with the neon sticky notes, and use those clues to solve the case perfectly.

How is this different from other methods?

Before HiLight, people tried two other ways to help the detective, but both had flaws:

  • The Shredder (Pruning): This method throws away all the "unimportant" pages to save time. The problem? Sometimes, a page that looks boring actually contains a tiny clue that connects two big ideas. If you shred it, the detective can't solve the mystery.
  • The Summarizer (Compression): This method tries to rewrite the 500 pages into a 5-page summary. The problem? In the process of summarizing, you might accidentally change the meaning or leave out a crucial detail (like changing "The man was not guilty" to "The man was guilty").

HiLight does neither. It leaves the original text exactly as it is. It just adds tiny, invisible "tags" (like digital highlighter marks) so the detective knows exactly where to look.

How does the "Assistant" learn?

The most clever part is how the Assistant (the Actor) learns to highlight. We don't tell the Assistant, "This is the important sentence." We don't have a teacher to grade them.

Instead, we use Trial and Error (Reinforcement Learning).

We let the Assistant highlight some parts, give the papers to the Detective, and see if the Detective solves the case.

  • If the Detective gets it right, we tell the Assistant: "Great job! Whatever you highlighted, do more of that!"
  • If the Detective gets it wrong, we tell the Assistant: "That was useless. Try highlighting something else next time."

Over time, the Assistant becomes an expert at spotting the "scent" of evidence, even though it has never actually seen a "correct" answer key.

Why does this matter?

  1. It’s Universal: Because the Assistant is just adding marks to text, you can train it on one type of AI and then use it to help a completely different, much more powerful AI (even ones like GPT-4 that you can't "touch" or modify).
  2. It’s Fast and Cheap: The Assistant is a "lightweight" model. It’s much faster and cheaper to run than the big, heavy Detective.
  3. It’s Transparent: If the Detective makes a mistake, you can look at the highlights and see exactly what they were looking at. It’s not a "black box"; you can see the logic.

In short: HiLight doesn't try to make the detective smarter; it just clears the desk so the detective can focus on the clues that actually matter.

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 →