grammar-inference-engine/experiments
tobjend d65b78bdf1 fix: bare Kotlin captures + minimal coarsening (RETURN/IF/EXCEPTION/LOOP only)
- Added bare Kotlin captures to BEHAVIORAL_PREFIXES: conditional, exception, repeat, property, type
- Dropped variable (too noisy), kept only 4 high-signal categories in coarsen_token
- RAGSAK: 87 cross-package contexts (up from 69), real null-check patterns
- Flask: k=2 coverage 4.5% -> 15.8%, cross-package rendering conventions
2026-07-12 01:04:51 +02:00
..
results fix: bare Kotlin captures + minimal coarsening (RETURN/IF/EXCEPTION/LOOP only) 2026-07-12 01:04:51 +02:00
coarsen_eval.py feat: structural coarsening experiment — keeps function names raw, coarsens keywords 2026-07-12 00:56:09 +02:00
context_eval.py feat: implement Reduce algorithm (Algorithm 4, TODS 2010) 2026-07-12 00:11:38 +02:00
EXPERIMENT_LOG.md feat: structural coarsening experiment — keeps function names raw, coarsens keywords 2026-07-12 00:56:09 +02:00
RESULTS.md docs: experiment log + cross-package analysis 2026-07-12 00:45:21 +02:00