Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
Enderchef 
posted an update 1 day ago
Post
3797
Introducing GCI-Bench, Glint Research's first benchmark!

This 5000-question bench benchmarks attention and gradients; it gives a prompt and unrelated filler parts. The goal is to benchmark if the model understands and attends to the important parts more than the unimportant parts.

I've already benchmarked on the top 5 models on our Leaderboard(Glint2, Supra 50M, Glint1.3, GPT S 5M, GPT X2 125M)
Pending benchmark status at OpenEvals/README#2


Glint-Research/GCI_Bench

Sounds like a good eval for my small 0.2-0.4b models

Nvm found you added it to the leaderboard

Your distractors never mention the subject. That is measurable, so I measured it.

First 1,000 items, pulled through datasets-server. 2,969 distractor segments, and exactly 0 of them contain the item's own meta.subject string. 78.3% of related segments do. So "related" and "the sentence with the topic noun in it" are very nearly the same set.

A no-model baseline says the same thing. Score each segment by the fraction of its content words that also appear in the question. No attention, no gradients, no forward pass. On 793 of 1,000 items every related segment outranks every distractor, mean margin 0.295. Only 26 items break it. The rest tie, mostly mechanism sentences that share no wording with the question.

So a Priority above 50 is reachable by token matching alone, and a model that only matches strings looks like a model that tracks causality.

The fix is cheap, because your generator already holds the pieces. meta gives you subject, driver, mechanism, outcome. Add a third segment class: same subject, same driver, no causal link. "The bread dough was left in a ceramic bowl overnight." Then above 50 means the model separated causal relevance from topic overlap, which is the thing the bench is named for.

What does Glint2 score when the distractors are lexically matched?

·

I didn't make it mention the subject since we're benchmarking the ATTENTION AND DETAIL FINDING, not the outputs or subjects. Also, this looks pretty AI generated.