# Live Inference Bank Freeze

Date: 2026-06-18

## Frozen State

The live inference bank is treated as the current stable regression set for the functional syntax analyzer.

Current bank size:
- 179 sentences

Current evaluation:
- exact category match: 1.0
- high-confidence sentences: 179
- medium-confidence sentences: 0
- low-confidence sentences: 0

Current report:
- `functional_syntax/docs/live_inference_bank_eval.md`

## What This Means

- The live analyzer is stable on the current unseen regression set.
- The bank now covers a mix of:
  - interrogatives
  - negation
  - coordination
  - restriction
  - relative clauses
  - vocative
  - causative
  - fronting
  - copular clauses

## How To Use It

Run:

```bash
PYTHONPYCACHEPREFIX=.pycache_tmp venv/bin/python functional_syntax/scripts/live_inference_bank_eval.py
```

Use the report to verify:
- category prediction
- sentence confidence
- slot template

## UI Surfaces

The same analyzer is available in:

- `/functional-syntax`
- `/functional-syntax/visualizer`
- `/functional-syntax/table`
- `/functional-syntax/report`
- `/functional-syntax/weak`

## Notes

- The bank can still be extended later if needed.
- For now, treat this set as the reference live regression floor.
