Fix: Update test_webarena.raw.json for better evaluation.#67
Open
yeonjooooni wants to merge 3 commits intoweb-arena-x:mainfrom
Open
Fix: Update test_webarena.raw.json for better evaluation.#67yeonjooooni wants to merge 3 commits intoweb-arena-x:mainfrom
yeonjooooni wants to merge 3 commits intoweb-arena-x:mainfrom
Conversation
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.
Reason for Change: Some answers in test_webarena.raw.json are incorrect. I believe minor fixes are needed for more accurate evaluation.
Changes Made: I mainly fixed three types of configuration:
"exact_match": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/{repo_name}.git",
others use "exact_match": "ssh://git@metis.lti.cs.cmu.edu:2222/{repo_name}.git".
Therefore, I unified the answers to the first one.
The first intent’s answer uses "fuzzy_match": ["Yes, it is closed"],
while the second one uses "exact_match": "Yes".
Therefore, I unified the answers to the first one.
I believe the latter approach is logically sound as well, so I added a reference URL for the latter approach: “ |OR| SHOPPING/clothing-shoes-jewelry/men.html?cat=145”.
Testing: I tested these changes locally in a Docker environment and confirmed that no errors occurred as a result of these changes.
Request for Feedback: If there are any concerns or additional improvements you’d like me to make, please let me know.