Add Inspect backends for MTBench#12
Merged
Merged
Conversation
adamhrin-amd
force-pushed
the
fix-mtbench-endpoint-inspect
branch
from
July 16, 2026 13:57
18ccdc5 to
d546bc2
Compare
adamhrin-amd
force-pushed
the
fix-mtbench-endpoint-inspect
branch
from
July 17, 2026 07:26
d546bc2 to
8e9821a
Compare
adamhrin-amd
force-pushed
the
fix-mtbench-endpoint-inspect
branch
from
July 17, 2026 08:33
8e9821a to
d8bce56
Compare
adamhrin-amd
force-pushed
the
fix-mtbench-endpoint-inspect
branch
from
July 17, 2026 09:46
d8bce56 to
1262e8d
Compare
ezosa
approved these changes
Jul 17, 2026
ezosa
left a comment
There was a problem hiding this comment.
Approved. But we might want to add a language checking step to MTBench-FI so that only responses classified as Finnish by a language identifier (e.g. langdetect) will be judged by the LLM. From previous experience, LLMs are not always consistent when asked to identify the language of the response.
Collaborator
Author
|
Okay! Merging this one and will open a new work for the lang detection |
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.
Summary
mt_bench_inspectand Finnishmt_bench_fi_inspect.mt_benchtask, while keeping nativemt_benchon the existingflowaicom/Flow-Judge-v0.1vLLM judge path.mt_bench_fi/main.py, backed byLumiOpen/mtbench_multi, subsetfi, splittest.turn_1andturn_2separately.SCORER_MODEL_BASE_URL,SCORER_MODEL_PATH, andVLLM_API_KEY.Verification
ruff check src/lighteval/tasks/tasks/mt_bench/main_inspect.py src/lighteval/tasks/tasks/mt_bench_fi/main.py src/lighteval/tasks/tasks/mt_bench_fi/main_inspect.py src/lighteval/main_inspect.pypython3 -m py_compile src/lighteval/tasks/tasks/mt_bench/main_inspect.py src/lighteval/tasks/tasks/mt_bench_fi/main.py src/lighteval/tasks/tasks/mt_bench_fi/main_inspect.py src/lighteval/main_inspect.py/shared_silo/scratch/models/Qwen3.5-4Bas target and judge:mt_bench_inspect: job38686, dashboard eval927.mt_bench_fi_inspect: job38687, dashboard eval928.--reasoning-tagsset to[('<think>', '</think>'), ('', '</think>')]; raw logs observed thinking traces before stripping, and scratch assertions confirmed scorer answers and judge prompts were tag-free for both turns.Notes
--custom-tasks, compatible vLLM020 packages, and scorer endpoint env vars exported by the wrapper.testrows fromLumiOpen/mtbench_multi/fiduring the smoke.