Skip to content

ContextTrace v0.2.0

Choose a tag to compare

@samarth1412 samarth1412 released this 03 Jun 03:23

ContextTrace v0.2.0

ContextTrace v0.2.0 adds local claim-level evidence verification for RAG traces.

This release helps developers answer a concrete question: is each generated claim actually supported by retrieved evidence?

Highlights

  • contexttrace verify trace.json for portable RAG trace verification
  • contexttrace verify-demo bundled proof demos for PyPI users
  • Local HTML reports with claim verdicts, citation status, highlighted evidence, and suggested fixes
  • Atomic claim decomposition for simple compound claims
  • Verdicts: supported, partially_supported, unsupported, contradicted, unverifiable
  • Citation mismatch detection
  • Should-abstain detection
  • CI gates with --fail-on
  • --mode semantic for local paraphrase-aware matching
  • contexttrace verify-benchmark with exact-match rate and per-label precision/recall/F1

Quickstart

pip install contexttrace==0.2.0