fix django-parser's defect that it cannot handle multiline test cases.#314
Open
BoxiYu wants to merge 1 commit into
Open
fix django-parser's defect that it cannot handle multiline test cases.#314BoxiYu wants to merge 1 commit into
BoxiYu wants to merge 1 commit into
Conversation
Member
|
@BoxiYu Thanks so much for the fix. For changes like these, I'm going to run on all Django instances to see if the gold result comes back correctly. |
Author
|
Hi John @john-b-yang , we did research on the parser and the test suite in SWE-Bench. I am happy to share that the work is accepted by ACL 2025 main. We found that (1) there are annotation errors given by the parsers' defects on the existing bench, also affecting other repositories in addition to Django, (2) many of the instances in SWE-Bench Verified still have an insufficient test suite that may. [UTBoost: Rigorous Evaluation of Coding Agents on SWE-Bench (https://github.com/CUHK-Shenzhen-SE/UTBoost)]. Maybe the bench needs an update? If there is anything I could do, I am glad to help with. |
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.
Reference Issues/PRs
#275
What does this implement/fix? Explain your changes.
It adopts a more robust log parsing algorithm for the Django log.
Any other comments?
We should build more robust parsers, I think this is important to the robsut evaluation of swebench
🧡 Thanks for contributing!