Add Mind2Web evaluation task with two candidate pool sizes#25
Open
nuglifeleoji wants to merge 1 commit intoace-agent:mainfrom
Open
Add Mind2Web evaluation task with two candidate pool sizes#25nuglifeleoji wants to merge 1 commit intoace-agent:mainfrom
nuglifeleoji wants to merge 1 commit intoace-agent:mainfrom
Conversation
Add Mind2Web web navigation task for ACE framework: - mind2web: ~200 candidate elements per step (199 negative + positives) - mind2web2: ~50 candidate elements per step (49 negative + positives) Each task includes: - prepare_data.py: Downloads Mind2Web from HuggingFace, converts to step-level ACE samples with candidate element selection formulation, performs stratified train/val/test split by domain - data_processor.py: Three-level evaluation (element index + operation type + value matching) with flexible parsing - run.py: Standard ACE training/evaluation script with offline, online, and eval_only modes - data/sample_config.json: Data path configuration The two versions enable studying the effect of candidate pool size on ACE's context learning performance for web agent tasks.
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.
Add Mind2Web web navigation task for ACE framework:
Each task includes:
The two versions enable studying the effect of candidate pool size on ACE's context learning performance for web agent tasks.