Conversation
There was a problem hiding this comment.
Pull request overview
Updates Lexoid’s published benchmark artifacts and runtime defaults to reflect newer LLM offerings (Gemini/GPT/Claude), while extending the benchmark harness to support resumable runs and optional per-parse process isolation.
Changes:
- Refresh benchmark datasets/docs (CSV, README, Sphinx docs) with newer model results and added Claude models.
- Switch the library default LLM to
gemini-3.5-flashand adjust Gemini/Claude request behavior accordingly. - Enhance
tests/benchmark.pywith progress caching, token-usage persistence, and optional subprocess-isolated parsing.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/results.csv | Updates benchmark output CSV with newer model runs/results. |
| tests/benchmark.py | Adds parse isolation mode, caching of per-file/per-config results, and token usage capture. |
| tests/api_cost_mapping.json | Extends pricing map for newer Gemini/GPT/Claude models. |
| README.md | Updates benchmark leaderboard table to match new results. |
| lexoid/core/utils.py | Changes default LLM to gemini-3.5-flash. |
| lexoid/core/parse_type/llm_parser.py | Tweaks Gemini thinking config and adjusts Claude request parameters. |
| lexoid/core/conversion_utils.py | Preserves actual image MIME type in generated data URLs. |
| lexoid/api.py | Hardens bbox detection when segments may be missing/empty. |
| examples/example_notebook.ipynb | Updates example usage to gemini-3.5-flash. |
| docs/benchmark.rst | Updates benchmark documentation table with refreshed rankings/results. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Uh oh!
There was an error while loading. Please reload this page.