Skip to content

B1 — Grounded Retrieval tasks - #10

Merged
jonathanbbechtel merged 2 commits into
mainfrom
feature/b1-grounded-retrieval
Jun 2, 2026
Merged

B1 — Grounded Retrieval tasks#10
jonathanbbechtel merged 2 commits into
mainfrom
feature/b1-grounded-retrieval

Conversation

@jonathanbbechtel

Copy link
Copy Markdown
Contributor

Summary

  • Authors 6 Track 1 (Grounded Retrieval & Computation) tasks in benchmark/tracks/grounded_retrieval/tasks.jsonl against the Operations fixture pack, covering: direct counts (students, groups, schools), program-wide attendance-rate computation, monthly rate comparison (Sep/Oct/Nov), October cancellation-spike identification, IEP vs non-IEP attendance gap, and November relative-time retrieval.
  • Adds benchmark/tracks/grounded_retrieval/README.md describing track scope, fixture files, and authoring conventions.
  • Adds tests/unit/test_track_grounded_retrieval.py with 37 tests: 6 parametrized schema-validity tests plus per-task gold-fact recomputation tests that independently derive every numeric value from the fixture CSVs.

Test plan

  • pytest tests/unit/test_track_grounded_retrieval.py — 37 tests, all pass
  • pytest (full suite) — 141 tests, all pass
  • ruff check . — no issues
  • ruff format --check . — no changes needed
  • mypy benchmark runner — no issues
  • pre-commit run --all-files — all hooks pass

Implements platform-ai#589

🤖 Generated with Claude Code

Add 6 Track 1 tasks (tasks.jsonl) covering direct counts, attendance-rate
computation, date-range filtering, relative-time interpretation, and
IEP/non-IEP scope comparison against the Operations fixture pack.

Include a verification test suite (37 tests) that schema-validates every
task and independently recomputes every numeric gold fact from the fixture
CSVs, confirming correctness before merge.
@pearleng-atlantis

Copy link
Copy Markdown
Error: This repo is not allowlisted for Atlantis.

…o_show) definition

The October cancellation gold fact used a cancelled-only definition (21.1%),
contradicting the canonical monthly_cancellation_rate in ground_truth.json /
generator.py (cancelled + no_show = 27.9%, also used by Track 2). Reconcile the
task's gold facts, insights, limitations, and reference outline to the composite
definition, and update the verification test to recompute with no_show included.
@jonathanbbechtel
jonathanbbechtel merged commit 7118283 into main Jun 2, 2026
2 checks passed
@jonathanbbechtel
jonathanbbechtel deleted the feature/b1-grounded-retrieval branch June 2, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants