← Latest papers
💬 NLP

Floor, Ceiling, and the Fusion Gap: How Much of Crowd Reading Attention Can Machines Predict?

This paper establishes the performance bounds for predicting crowd-highlighted text in web documents, demonstrating that while frontier language models capture only a fraction of the signal, an unweighted fusion of diverse models significantly outperforms single models by leveraging document-level structure, a gain that is efficiently retained by a distilled student model.

Original authors: Kazuki Nakayashiki, Keisuke Watanabe

Published 2026-08-04
📖 6 min read🧠 Deep dive

Original authors: Kazuki Nakayashiki, Keisuke Watanabe

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 teach a robot to read a book the way a human does. You want the robot to know which sentences are the "good parts" so it can highlight them for you. This is a huge challenge in the world of Artificial Intelligence, specifically in a field called "Information Retrieval" or "Natural Language Processing." The big question isn't just "Can the robot guess?" but "How good can it possibly get?"

To answer this, scientists need two things: a Floor and a Ceiling. The Floor is the absolute worst, dumbest guess you could make—like just highlighting the first few sentences of a page because that's where people usually start reading. The Ceiling is the theoretical limit of perfection. It represents the best possible score anyone could ever get, even if they had magic powers, because human readers don't all agree on what is "good." If a robot gets a score of 100, but humans only agree with each other 80% of the time, the robot can't actually be perfect; the ceiling is lower than 100.

This paper is a detective story about finding that Floor and Ceiling for a specific task: predicting which sentences a crowd of regular people will highlight in web articles. The researchers wanted to know: Are our smartest AI models close to human perfection, or are they still stumbling in the dark? And if they aren't there yet, what is the cheapest, easiest way to get them closer?

The Great Highlighting Heist

The researchers set up a massive experiment using 120 real web articles. They looked at how a "crowd" of unpaid, untrained readers highlighted sentences for their own enjoyment. Then, they built a scoreboard to see how well different AI models could predict those highlights.

First, they established the Floor. They tried the dumbest strategy possible: just highlighting the top sentences (the "lead"). Surprisingly, this simple trick worked pretty well, scoring a 0.2410. This makes sense because most articles put the most important info at the start.

Next, they built the Ceiling. They split the crowd of readers in half. They asked: "If half the crowd tried to predict what the other half would highlight, how well would they do?" This is the best anyone could possibly do, because it accounts for the fact that humans are messy and don't always agree. The ceiling score was 0.4437.

The gap between the Floor (0.2410) and the Ceiling (0.4437) is the "Headroom"—the space where AI can actually improve. The gap is 0.2028. The big question was: How much of this gap can current AI fill?

The Results: AI is Halfway There

The researchers tested five of the world's most advanced AI models (the "frontier models"). They found that the best single model could only fill about 53% of the gap. In other words, the task is roughly half-solved. The AI is much better than the dumb "first sentence" guess, but it still has a long way to go to match the collective wisdom of the crowd.

Here is where it gets interesting. The researchers tried to figure out why the AI wasn't doing better.

  • Is it just about position? They tried to teach a simple computer program to guess based only on where a sentence is and how long it is. It managed to recover only 5% of the gap. This proves that the missing piece isn't just about "where" the sentence is; it's about what the sentence actually says (the semantics).
  • Is it about compressing text? They tried a fancy tool designed to shrink text (LLMLingua-2) to see if it could find the highlights. It failed miserably, scoring even worse than the dumb "first sentence" guess. This means that trying to summarize or compress text doesn't help an AI understand what humans find interesting.

The Magic of the "Fusion"

So, if one smart AI isn't enough, what if you ask five different ones?

The researchers created a Fusion. They took the rankings from five different top-tier AI models and averaged them together. They also added a tiny nudge to favor the beginning of the article (the "position prior").

The result? The Fusion scored 60% of the gap. This is a significant jump.

  • It beats the best single model: The Fusion beat the single best AI by a small but statistically solid margin.
  • It doesn't need the "star": Even if you remove the best-performing AI from the group and just average the other four, the group still beats the single best model. This suggests that different AIs make different mistakes, and when you average them out, those mistakes cancel each other.
  • It's not a fluke: The team ran this experiment again on a completely new set of 217 documents (a pre-registered replication). The Fusion still won, confirming the result wasn't a lucky accident.

The "Distillation" Surprise

Finally, the researchers asked: "Can we teach a smaller, cheaper AI to do this?" They took the "wisdom" of the five-model Fusion and tried to teach it to a single, smaller AI model (an 8-billion parameter model).

They tried two types of students:

  1. The Local Student: A model that only reads a sentence and its immediate neighbors. This student only kept 63% of the Fusion's advantage.
  2. The Whole-Document Student: A model that reads the entire article at once. This student kept 90% of the Fusion's advantage and performed just as well as the strongest single AI model.

This tells us something profound: The "signal" of what humans find interesting lives in the structure of the whole document, not just in local sentences. To be a good highlighter, an AI needs to see the big picture.

The Takeaway

This paper doesn't claim that AI has "solved" reading. Instead, it gives us a realistic bracket:

  1. The task is about half-solved. We aren't there yet.
  2. The unsolved half is about meaning, not position. Simple tricks won't work; the AI has to understand the text.
  3. The cheapest upgrade is to ask multiple models. If you want the best results right now, don't just use one AI. Ask five different ones and average their answers. It's a simple trick that beats the best single model.

The authors also warn that as AI models get smarter and start agreeing with each other more, this "fusion advantage" might shrink. But for now, if you are building a "Highlight AI," the recipe is simple: don't rely on just one brain; use a committee.

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 →