Back to curriculum
Advanced project·3-4 hours

Grounded AI Assistant Project

Design and evaluate a small assistant that answers only from supplied evidence, cites sources, and abstains when support is missing.

Scenario

An internal policy assistant must answer employee questions without inventing policy. Latency matters, but unsupported claims are the primary failure.

You will demonstrate

  • Define claim-level grounding.
  • Build answer, citation, and abstention tests.
  • Design a bounded generation and fallback contract.

Project evidence

Complete each deliverable.

Runnable Python lab

Compute citation coverage

Measure the fraction of answer claims linked to an allowed evidence identifier.

Project defense

An answer is fluent and correct according to general knowledge but unsupported by the supplied policy passages. How should a grounded-system evaluator score it?

Assessment rubric

  • Claims map to evidence spans.
  • Unanswerable cases are first-class tests.
  • Metrics distinguish retrieval and generation failures.
  • The design includes abstention and rollback.

Project completion gate

Complete all deliverables, pass the automated code checks, and defend the key decision.

Deliverables 0/4Code pendingDefense pending