← Về thư mục
scripts/claim_audit_finalizer.py
- _classify_retrieval_failed · function · L105-L156 — def _classify_retrieval_failed( *, defect_stage: str | None, ref_retrieval_method: str, rationale: str, ) -> dict[str, Any]
- classify_claim_audit_result · function · L159-L218 — def classify_claim_audit_result(entry: dict[str, Any]) -> dict[str, Any]
- classify_uncited_assertion · function · L221-L227 — def classify_uncited_assertion(entry: dict[str, Any]) -> dict[str, Any]
- classify_constraint_violation · function · L230-L238 — def classify_constraint_violation(entry: dict[str, Any]) -> dict[str, Any]
- classify_claim_drift · function · L241-L247 — def classify_claim_drift(entry: dict[str, Any]) -> dict[str, Any]
- classify_uncited_audit_failure · function · L250-L271 — def classify_uncited_audit_failure(entry: dict[str, Any]) -> dict[str, Any]
- classify_audit_sampling_summary · function · L274-L285 — def classify_audit_sampling_summary(entry: dict[str, Any]) -> dict[str, Any]
- apply_finalizer · function · L288-L361 — def apply_finalizer(passport: dict[str, list[dict[str, Any]]]) -> dict[str, Any]
- render_stage6_histogram · function · L364-L410 — def render_stage6_histogram( claim_audit_results: list[dict[str, Any]], *, threshold: int = 5, ) -> str | None
- ars_mark_read_clears · function · L413-L441 — def ars_mark_read_clears(*, annotation: str, tier: str) -> bool