Skip to content

symfonic.evals.fixtures.negative

negative

Closed-corpus negative facts and their supported corrections.

NegativeFact dataclass

NegativeFact(id: str, question: str, absent_terms: tuple[str, ...], reason: str, correction: str | None = None, correction_sources: tuple[str, ...] = (), correction_assertions: Mapping[str, str] = dict())

A question the closed corpus cannot support, and its safe correction.