Add SenseBench to Leaderboards - #21
Open
vassiliphilippov wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds one line to Large Language Models (LLMs) and Chatbots → Leaderboards, after MathArena.
The section covers general capability, math, code, safety, hallucination and agents, but nothing lexical. SenseBench fills that: each model is shown a target word in its sentence context together with the candidate WordNet 3.0 senses and must return the index of the correct one. 198 verified runs across 63 models so far, alongside classic supervised WSD systems (MFS, BEM, ESCHER, ConSeC) scored on identical items for reference.
Two things that may be of interest given what else is listed here:
Results are also available as JSON at
https://sense-bench.com/data/leaderboard.json. OnlyREADME.mdis touched, matching the recent merged PRs.