File size: 544 Bytes
ab50eae bab1f25 ab50eae bab1f25 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | name: "GCI-Bench"
description: >-
Glint Clarity Index Bench: measures whether small language models
(1M-100M parameters) allocate attention*gradient saliency toward
causally-relevant sentences over same-domain distractors, via a
white-box internals probe rather than answer-correctness grading.
evaluation_framework: "custom"
tasks:
- id: "gci_bench"
config: "default"
split: "test"
metric: "gciScore"
reference_implementation: "https://huggingface.co/datasets/Glint-Research/GCI_Bench/blob/main/evaluation_harness.py" |