MobileAgent icon indicating copy to clipboard operation
MobileAgent copied to clipboard

evaluate on Android World

Open XiaokunFeng opened this issue 3 months ago • 1 comments

Thanks for your great work. May I ask how you conduct evaluations on Androidworld? Do you use only your own prompts, or do you combine them with AndroidWorld’s prompts (including information about UI elements)?

XiaokunFeng avatar Sep 01 '25 03:09 XiaokunFeng

Hello. Thank you for your attention. The AndroidWorld benchmark code is now open source at [Link]. We've incorporated some context-sensitive prompts from AndroidWorld into Mobile-Agent-v3, but not all. Otherwise, Mobile-Agent-v3 doesn't use any other benchmark-specific prompts and remains consistent with the non-benchmark version.

For UI element detection, we don't use any information, including but not limited to XML or HTML. All UI detection is handled entirely by GUI-Owl.

junyangwang0410 avatar Sep 01 '25 05:09 junyangwang0410