Research code for the paper "Quick on the Uptake: Eliciting Implicit Intents from Human Demonstrations for Personalized Mobile-Use Agents".
Paper link: https://arxiv.org/abs/2508.08645
-
Clone the repository:
git clone https://github.com/MadeAgents/Quick-on-the-Uptake
-
Navigate into the project directory:
cd Quick-on-the-Uptake -
MobileIAR dataset link: https://huggingface.co/datasets/wuuuuuz/MobileIAR
Please download the data and save it as Trajectories.
-
Model link:Warmed-up query rewriter https://huggingface.co/wuuuuuz/IFRAgent.
(Steps 2 to 4 can be skipped as we have already prepared the personalized query and personalized SOP in the json file of the MobileIAR dataset.)
python get_intent_flow.pypython get_rag.pypython rewriting_loop.pypython test_loop_{xxx}.pyHere, xxx refers to different baselines. If you set test_func=test_loop_{xxx}, you will get the experimental results of the baseline. If you set test_func=test_loop_IFRAgent, you will get the experimental results of xxx after being processed by IFRAgent.
Please cite our paper if you use this toolkit:
@article{wu2025quick,
title={Quick on the Uptake: Eliciting Implicit Intents from Human Demonstrations for Personalized Mobile-Use Agents},
author={Wu, Zheng and Huang, Heyuan and Yang, Yanjia and Song, Yuanyi and Lou, Xingyu and Liu, Weiwen and Zhang, Weinan and Wang, Jun and Zhang, Zhuosheng},
journal={arXiv preprint arXiv:2508.08645},
year={2025}
}