← Latest papers
💬 NLP

LongSumEval: Question-Answering Based Evaluation and Feedback-Driven Refinement for Long Document Summarization

The paper introduces LongSumEval, a unified framework that bridges evaluation and generation for long document summarization by using structured question-answering feedback to provide interpretable scores and actionable guidance, thereby significantly improving summary quality and alignment with human judgments without requiring model retraining.

Original authors: Huyen Nguyen, Haoxuan Zhang, Yang Zhang, Haihua Chen, Junhua Ding

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

Original authors: Huyen Nguyen, Haoxuan Zhang, Yang Zhang, Haihua Chen, Junhua Ding

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 massive, 50-page legal contract or a dense scientific report. You ask a smart AI to summarize it into a few paragraphs. The AI does its best, but how do you know if the summary is actually good?

This is the problem the paper LongSumEval tries to solve.

The Problem: The "Black Box" Grader

Currently, most computer programs that grade summaries are like a strict math teacher who only checks if the student used the exact same words as the textbook. If the student rephrases a sentence perfectly but uses different words, the computer might give them a bad grade.

Worse, these programs just give you a single number (like "75/100"). They don't tell you why you failed. Did you miss a key point? Did you invent a fact that wasn't there? It's like getting a "F" on a test with no comments, leaving you with no idea how to study for the next one.

The Solution: The "Quiz Master" Approach

The authors created a new system called LongSumEval. Instead of just counting words, they treat the summary like a student taking a quiz.

Here is how it works, using a simple analogy:

1. The Quiz (Evaluation)
Imagine the original long document is a textbook. The system first acts as a teacher and writes a list of important questions based on that textbook (e.g., "What was the main cause of the event?" or "Who was involved?").

Then, it asks the AI's summary to answer these questions.

  • Coverage Check: Can the summary answer the questions? If the summary misses the answer to "Who was involved," the system knows a key piece of information is missing.
  • Fact Check: If the summary does answer the question, does it match the truth in the original textbook? If the textbook says "The meeting was on Tuesday" and the summary says "Wednesday," the system catches this lie.

2. The Report Card (Structured Feedback)
Instead of just giving a score, this system generates a specific "to-do list" for the AI.

  • Bad Feedback: "Your summary is 60% good." (Useless)
  • LongSumEval Feedback: "You missed the answer to 'Who was involved,' and you got the date wrong. Here is the correct date from the original text."

3. The Study Session (Self-Refinement)
This is the magic part. The system takes that specific "to-do list" and gives it back to the AI as an instruction: "Hey, you missed this person and got the date wrong. Please rewrite your summary to fix these specific things."

The AI then rewrites the summary, fixing exactly what was wrong. It can do this over and over again, getting better each time, without needing to be retrained or taught new skills.

What They Found

The researchers tested this on seven different types of documents, ranging from short news articles to massive 27,000-word government reports and patent documents.

  • Better Grading: Their "Quiz Master" method agreed much more with human experts than the old word-counting methods. It was especially good at spotting when summaries of long documents were missing important details or making up facts.
  • Better Summaries: When they used the system's feedback to help the AI fix its own work, the summaries got significantly better. In some cases, the "missing information" score jumped by over 80%, and the "factual accuracy" improved by nearly 50%.
  • New Benchmark: They also created a new test set specifically for patent documents (legal documents about inventions) because existing tests didn't cover these well.

The Bottom Line

LongSumEval changes the game by turning evaluation into a conversation. Instead of just saying "You failed," it says "Here is exactly what you missed, here is the truth, and here is how to fix it." This allows AI to learn from its mistakes in real-time, creating summaries that are not just shorter, but actually accurate and complete.

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 →