Thanks for the further comment. We understand your concerns on the novelty. Though we respect the thoughtful comments, we humbly think those concerns are caused by misunderstanding, which we will explain in detail below.
> “For the first novelty mentioned, that is merely a design choice of adapting modules to the correct corresponding targeted domains.”
To the best of our knowledge, our work is the first to present a multimodal language agent framework for challenging autonomous user interface control. The novelty of our approach can be distilled into the following two key facets:
**(i) Addressing a non-trivial problem**: Our focus on developing multimodal autonomous language agents represents a cutting-edge research direction that has garnered significant interest. However, the inherent challenge lies in devising a comprehensive solution for multimodal perception and reasoning, encompassing aspects such as planning, memory, and decision-making. Existing studies have, to date, grappled with a sandbox setting, relying on external tools and application-specific APIs for environment perception and action interpretation. Regrettably, these approaches have left unresolved challenges in their wake.
**(ii) Pioneering a new paradigm**: To address the complexities outlined above, our work introduces Auto-UI, a simple, effective, and efficient solution grounded in first principles thinking. This framework bypasses the need for intricate environment parsing or dependence on application-specific APIs. Auto-UI, propelled by our proposed mechanisms, achieves a state-of-the-art performance. As echoed by Reviewer BNVX and Reviewer tvGC, our work is an effective solution for real-world applications of autonomous agents.
Consequently, characterizing our work as "merely a design choice of adapting modules to the correct corresponding targeted domains" oversimplifies its innovative contributions. Rather, it signifies a more efficient and reliable approach to task automation (echoed by Reviewer BNVX). Even so, proposing a design choice of adapting modules to the correct corresponding targeted domains has also been widely accepted in existing publications [1-3]. In light of these considerations, we believe our work holds significant value for the ICLR community.
> About the novelty of the chain-of-action technique.
Firstly, we wish to address a potential misunderstanding regarding the chain-of-action approach. It is NOT merely "concatenating action history"; rather, it consists of two crucial parts: a chain of previous action histories on the input side and a chain of future action plans on the output side. This innovative approach encourages the agent to utilize action history and formulate future plans prior to predicting the current action. In essence, it mirrors the memory and planning mechanisms observed in language agents.
Secondly, while we did contemplate incorporating image history, our empirical findings indicated that its inclusion did not result in performance improvements. Consequently, we opted for the current implementation to maintain simplicity rather than pursuing unnecessary complexity.
Thirdly, we’d like to humbly share [a recent article by Michael Black](https://perceiving-systems.blog/en/post/novelty-in-science) on novelty in research: simplicity is not in conflict with novelty. We humbly believe that a simple method, like Auto-UI, that solves an important problem but no one thought about before, is novel. We appreciate your thinking alike.
In conclusion, we hope our clarifications can alleviate your concerns and you can consider our work more favorably.
*References:*
[1] Yehudai, Asaf, Matan Vetzler, Yosi Mass, Koren Lazar, Doron Cohen, and Boaz Carmeli. QAID: Question Answering Inspired Few-shot Intent Detection. ICLR 2023.
[2] Chirkova, Nadezhda, and Sergey Troshin. CodeBPE: Investigating Subtokenization Options for Large Language Model Pretraining on Source Code. ICLR 2023.
[3] Robinson, Joshua, and David Wingate. Leveraging Large Language Models for Multiple Choice Question Answering. ICLR 2023.
Thanks,
Authors