Cross-Examination Framework: A Task-Agnostic Diagnostic for Information Fidelity in Text-to-Text Generation
This paper introduces the Cross-Examination Framework (CEF), a reference-free, multi-dimensional diagnostic tool that evaluates text-to-text generation fidelity by treating source and candidate texts as independent knowledge bases to generate interpretable scores for coverage, conformity, and consistency, thereby outperforming traditional metrics in identifying semantic errors across diverse tasks.
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 teacher grading a student's essay. Traditionally, you might use a ruler to measure how many words the student used that match the textbook (like BLEU or ROUGE scores). But what if the student wrote the exact same ideas using completely different words? The ruler says "bad grade," even though the meaning is perfect. Or, what if the student copied the words perfectly but invented a fake fact that wasn't in the textbook? The ruler says "good grade," even though the student lied.
This paper introduces a new way to grade: The Cross-Examination Framework (CEF). Instead of just counting matching words, CEF acts like a detective or a courtroom lawyer.
The Core Idea: The "Question and Answer" Game
The authors realized that if two texts (the original source and the new AI-generated version) contain the same information, they should be able to answer the same questions.
Here is how the "detective" works in three simple steps:
The Interrogation (Question Generation):
The system takes the original text and asks a computer brain (an LLM) to generate a list of simple "Yes/No" questions that can be answered only by reading that text.- Example: If the text says, "The doctor prescribed 50mg of aspirin," the question might be: "Was the dosage 50mg?" (The answer must be "Yes").
The Cross-Examination:
The system then takes those questions and asks the new AI-generated text to answer them.- If the new text says "Yes," it passed.
- If it says "No," it's a contradiction (a lie).
- If it says "I don't know" (IDK), it means the information was left out (an omission).
The system does this in reverse too: it generates questions from the new text and checks if the original text can answer them. This ensures nothing was added that shouldn't be there (hallucinations).
The Verdict (Three Scores):
Instead of one single grade, CEF gives three specific scores:- Coverage: Did the new text remember all the important details? (Did it leave anything out?)
- Conformity: Did the new text contradict the original? (Did it say the opposite?)
- Consistency: Did the new text make up facts that weren't in the original? (Did it hallucinate?)
Why This is Better Than Old Methods
The paper argues that old methods are like checking a recipe by only counting the number of "cups" and "teaspoons." If you swap "sugar" for "honey," the old method gets confused. CEF, however, tastes the dish to see if it still works.
The researchers tested this "detective" on three different jobs:
- Translation: Turning English news into French, Spanish, Arabic, or Japanese.
- Summarization: Condensing long news articles into short summaries.
- Clinical Notes: Turning doctor-patient conversations into medical records.
The "Judge" and the "Stability" Test
To make sure the "detective" isn't biased or confused, the authors had to pick the best computer brain to do the questioning. They tested five different powerful AI models (like Llama, Qwen, and DeepSeek) to see which one was the most consistent.
They found that DeepSeek-V3 was the most reliable "judge." It was the least likely to change its mind about whether a question was valid or not.
They also figured out the perfect number of questions to ask. Asking too few (like 3) made the results jump around wildly (unstable). Asking too many (like 20) was a waste of time and money. They found that 10 questions was the "Goldilocks" number—enough to be accurate, but not too expensive.
What They Found
- It catches lies: CEF is very good at spotting when an AI invents a fact (hallucination) or leaves out a crucial detail, which old methods often miss.
- It works without a "Gold Standard": Usually, to grade a translation, you need a human-written perfect version to compare against. CEF is special because it can grade the work without needing that perfect human version. It just compares the source to the output.
- It speaks the truth: When the researchers compared CEF's "detective work" against human experts, they found that CEF was much better at catching errors that changed the meaning of the text (like getting a name or a relationship wrong) than errors that were just about grammar or style.
The Bottom Line
The Cross-Examination Framework is a new tool that stops AI from "lying" or "forgetting" by treating the text like a witness in court. It asks the text questions to prove it knows the facts. It doesn't just count words; it checks if the story is still true.
Important Note: The paper strictly limits its claims to these evaluation tasks (translation, summarization, and note generation). It does not claim this tool can diagnose patients, make medical decisions, or be used for anything other than checking the quality of text generation.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.