Open
Conversation
straeter
commented
Sep 21, 2025
- fixed a bug where skip_cleaning is applied at the wrong location (it skipped the whole data processing instead just the article cleaning)
- fixed a bug where the article cleaning dismissed the language information, so that only_en or only_zh had no effect
- fixed a bug where the default output file was f"{target_model}_raw_results.jsonl" but the model checked in "raw_results.jsonl" by default for existing data (now both contain the model name)
- added language key/value to raw_ and clean_ jsonl example data for claude-3-7-sonnet and to criteria.jsonl
- added a deep_research_bench_fact.py script that does all the utils steps + updated the bash script
- made result direction structure consistent between fact + race
- refactoring of the main script
- type hints + PEP8 style
…refactoring, type hints +code style
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.