Add Qwen3.8-Flash-Next-FP8 one-shot extract pipeline - #34
Merged
Conversation
Register qwen3_8_flash_next_fp8_vllm_extract_oneshot_structured_output_file, a self-hosted vLLM one-shot structured-output pipeline mirroring the Qwen3.8-27B entry (json_object mode, 32k output budget, 1h timeout). The endpoint is read from QWEN3_8_FLASH_NEXT_SERVER_URL with no default. Adds the leaderboard result (Overall 89.88) and regenerates the README tables.
# Conflicts: # README.md # leaderboard.csv
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.
What
Adds
qwen3_8_flash_next_fp8_vllm_extract_oneshot_structured_output_file, a self-hosted vLLM one-shot structured-output extract pipeline for Qwen3.8-Flash-Next-FP8, and its leaderboard result.Why
Qwen3.8-Flash-Next is a strong open-weight model; this lands it on the ExtractBench leaderboard alongside the other self-hosted Qwen entries so the family is comparable end to end.
How
_pipeline_specwithprovider_name="vllm_extract", mirroring the existingqwen3_8_27b_fp8_vllm_extract_oneshot_structured_output_fileentry:json_objectmode (structured_output: False), 32k output budget, 1h timeout,additional_properties_false.QWEN3_8_FLASH_NEXT_SERVER_URL(viaendpoint_env_var); there is no default endpoint, consistent with the other open-weight pipelines.leaderboard.csvwithscripts/update_readme.py.Changes
src/extract_bench/inference/pipelines/extract.py— new pipeline registration..env.example—QWEN3_8_FLASH_NEXT_SERVER_URLentry.docs/pipelines.md— Extract Pipelines table row.leaderboard.csv— one new row (Overall 89.88; Short 94.82 / Medium 87.81 / Long 37.74).README.md— regenerated leaderboard/grounding tables.Testing
uv run extract-bench pipelineslists the new name.uv run ruff checkpasses on the changed file.uv run python scripts/update_readme.pyreproduces the README tables from the CSV with no manual edits.Notes
QWEN3_8_FLASH_NEXT_SERVER_URLto your vLLM deployment before running; cost columns are blank and grounding columns are 0.00 (json_object mode emits no bounding boxes), matching the sibling Qwen rows.