← Latest papers
💬 NLP

Beyond Precision: Importance-Aware Recall for Factuality Evaluation in Long-Form LLM Generation

This paper proposes a comprehensive factuality evaluation framework for long-form LLM generation that jointly measures precision and importance-aware recall, revealing that current models significantly struggle with factual completeness despite strong performance on precision.

Original authors: Nazanin Jafari, James Allan, Mohit Iyyer

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

Original authors: Nazanin Jafari, James Allan, Mohit Iyyer

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 hiring a tour guide for a trip to a famous city. You want them to tell you the truth about the landmarks, but you also want them to tell you everything important about the city, not just the parts they feel like mentioning.

This paper is about a new way to grade these "AI tour guides" (Large Language Models) on how well they tell the truth and how complete their stories are.

The Old Way: The "Spot Check" (Precision Only)

Previously, when we checked if an AI was telling the truth, we used a method called Precision.

Think of this like a teacher giving a student a pop quiz. The teacher picks 10 random sentences the student wrote and checks if they are true.

  • If the student wrote 10 sentences and 9 were true, they get a 90% score.
  • The Problem: This ignores what the student didn't write. If the student wrote 10 true sentences but missed the 50 most important facts about the city (like the location of the museum or the price of the train ticket), they still get a 90% score. They are technically "accurate," but they are a terrible guide because they left out the essentials.

The New Way: The "Complete Map" (Precision + Recall)

The authors of this paper say, "We need to check two things at once":

  1. Precision: Are the things you did say true? (The Spot Check)
  2. Recall: Did you say all the important things you should have said? (The Complete Map)

To do this, they built a system that acts like a super-researcher:

  1. The Researcher: Before the AI answers a question, the system searches the internet (like Wikipedia) to find a "Master List" of all the true facts about that topic.
  2. The Grader: The system then compares the AI's answer against this Master List.
    • It checks: "Did the AI get the facts right?" (Precision)
    • It checks: "Did the AI miss any facts from the Master List?" (Recall)

The "VIP" Factor: Importance-Aware Scoring

Here is the clever twist. Not all facts are created equal.

  • Fact A: "The Eiffel Tower is in Paris." (Very Important)
  • Fact B: "The Eiffel Tower was painted a specific shade of brown in 1982." (Less Important)

The authors realized that if an AI misses Fact A, it's a huge failure. If it misses Fact B, it's a minor slip-up. So, they gave their grading system a VIP Pass.

  • They teach the system to weigh the "Important Facts" (Salience) and the "Relevant Facts" (Relevance) more heavily.
  • If the AI gets the VIP facts right but misses the boring ones, it still gets a decent score. If it misses the VIP facts, the score tanks.

What They Found: The "Chatty but Incomplete" Problem

They tested this on several AI models and found a funny pattern:

  • The AI is great at not lying: When the AI does make a statement, it is usually correct. It rarely says something that is clearly false (like "The moon is made of cheese").
  • The AI is bad at being thorough: The AI often forgets to mention the big, important things. It gives you a short, accurate story but leaves out the whole second half of the chapter.

The Analogy:
Imagine the AI is a student taking a history test.

  • Old Grading: The teacher only looks at the answers the student wrote. "You got 5/5 right! A+!"
  • New Grading: The teacher looks at the whole test. "You got 5/5 right, but you only answered 5 out of 50 questions. You missed the most important ones. Your grade is a C."

The Trade-Off: More Words vs. Better Words

The paper also looked at what happens when AI models try to talk more to get a better score.

  • Some models just start rambling, writing huge paragraphs hoping to accidentally hit the right facts. This increases their "Recall" (they cover more ground) but lowers their "Precision" (they start making up nonsense or repeating themselves).
  • The best models are the ones that say less, but say the right important things. They are efficient, not just verbose.

The Bottom Line

This paper introduces a better way to judge AI. It stops us from being fooled by AI that sounds confident and accurate but is actually leaving out the most critical information.

In short: We don't just want AI that tells the truth; we want AI that tells the whole truth, especially the parts that matter most. The authors built a tool to measure exactly that.

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 →