File size: 514 Bytes
a0b46b0 | 1 2 3 4 5 6 7 8 9 10 11 12 | name: "ACI-Bench"
description: >-
Attention Clarity Index Bench: measures whether small language models
(1M-150M parameters) allocate attention*gradient saliency toward
causally-relevant sentences over same-domain distractors, via a
white-box internals probe rather than answer-correctness grading.
tasks:
- id: "aci_bench"
config: "default"
split: "test"
metric: "aciScore"
reference_implementation: "https://huggingface.co/datasets/AxiomicLabs/ACI-Bench/blob/main/evaluation_harness.py" |