Skip to content

Information Retrieval

Information Retrieval (IR) is the task of finding relevant documents or passages from a large collection in response to a query or claim. In the context of misinformation and fact-checking, IR is used to retrieve evidence documents and passages that support or refute claims. Classic approaches use TF-IDF and BM25; modern approaches employ neural ranking models. For fact verification, IR is typically the first component of a pipeline: retrieve candidate documents, then select relevant sentences, then classify claim veracity.

Key papers