Skip to content

Evidence Ranking

Evidence ranking is the task of ordering and selecting the most relevant passages or documents to support or refute a claim. In the claim-verification pipeline, evidence ranking bridges document retrieval and claim classification: after retrieving candidate passages (via IR systems), rankers must identify which passages provide genuine support for the claim versus those that merely share topical overlap or mention key entities.

A key challenge is confusability: passages within a document often share terminology, methods, and entities with the claim even when they don't directly support it. This is especially pronounced in the scientific-paper setting, where paragraphs discussing related experiments, related datasets, or opposing methods may score high on semantic similarity but provide no useful evidence.

Evidence ranking approaches range from learned rerankers (neural models fine-tuned on evidence annotations) to hard-negative mining strategies that explicitly train against confusable distractors.

Key papers