conformal inference: A statistical framework that constructs prediction sets (or filters) with a guaranteed probability of containing the true label (or being factual) regardless of the underlying distribution.
factuality-score: A probability score assigned to an individual claim indicating the likelihood that the claim is factual.
retention ratio: The proportion of original claims that are kept by the filtering mechanism; a measure of the filter's utility or efficiency.
validity: The property that the filtering mechanism actually respects the target error rate (e.g., ensuring 90% of retained sets are fully factual).
group-conditional coverage: Ensuring that the validity guarantee holds within specific subpopulations or groups, not just on average across the whole dataset.
conformity score: A scalar value measuring how 'strange' or 'non-conforming' a data point is; used to calibrate the threshold.
exchangeability: A statistical assumption that the order of data points does not affect their joint distribution; weaker than i.i.d. but sufficient for conformal guarantees.
marginal coverage: Validity guaranteed on average over the entire data distribution.
BCI: Basic Conformal Inference—a baseline method that applies a single global threshold to filter claims.