paper-with-me

홈 › Papers

Mapping Natural Language Instructions to Mobile UI Action Sequences

2020-05-07 · ACL 2020 6 · Yang Li, Jiacong He, Xin Zhou, Yuan Zhang, Jason Baldridge

We present a new problem: grounding natural language instructions to mobile user interface actions, and create three new datasets for it. For full task evaluation, we create PIXELHELP, a corpus that pairs English instructions with actions performed by people on a mobile UI emulator. To scale training, we decouple the language and action data by (a) annotating action phrase spans in HowTo instructions and (b) synthesizing grounded descriptions of actions for mobile user interfaces. We use a Transformer to extract action phrase tuples from long-range natural language instructions. A grounding Transformer then contextually represents UI objects using both their content and screen position and connects them to object descriptions. Given a starting screen and instruction, our model achieves 70.59% accuracy on predicting complete ground-truth action sequences in PIXELHELP.

📄 PDF Abstract BibTeX arXiv:2005.03776

Code (2)

deepneuralmachine/seq2act-tensorflow tf
google-research/google-research tf

Tasks

Position

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

ElderBench: Benchmarking Autonomous Mobile Agents for Older Adults

2026-09-04 · Weide Zhan, Qumu Shaqu, Yuanqing Liu, Peng Zhang 외 arxiv

While autonomous mobile agents hold great potential for assisting older adults with smartphone usage, existing GUI benchmarks mainly rely on explicit, goal-oriented instructions and rarely capture the naturally occurring…

Safeguarding Mobile GUI Agent via Logic-based Action Verification

2025-03-24 · Jungjae Lee, Dongjae Lee, Chihun Choi, Youngmin Im 외

Large Foundation Models (LFMs) have unlocked new possibilities in human-computer interaction, particularly with the rise of mobile Graphical User Interface (GUI) Agents capable of interpreting GUIs. These agents promise …

Intelligent Virtual Assistants with LLM-based Process Automation

2023-12-04 · Yanchu Guan, Dong Wang, Zhixuan Chu, Shiyu Wang 외

While intelligent virtual assistants like Siri, Alexa, and Google Assistant have become ubiquitous in modern life, they still face limitations in their ability to follow multi-step instructions and accomplish complex goa…

Language ModellingLarge Language Model

Efficient Vision-Language-Action Models for Embodied Manipulation: A Systematic Survey

2025-10-20 · Weifan Guan, Qinghao Hu, Aosheng Li, Jian Cheng arxiv

Vision-Language-Action (VLA) models extend vision-language models to embodied control by mapping natural-language instructions and visual observations to robot actions. Despite their capabilities, VLA systems face signif…

Language-guided Semantic Mapping and Mobile Manipulation in Partially Observable Environments

2019-10-22 · Siddharth Patki, Ethan Fahnestock, Thomas M. Howard, Matthew R. Walter

Recent advances in data-driven models for grounded language understanding have enabled robots to interpret increasingly complex instructions. Two fundamental limitations of these methods are that most require a full mode…

Instruction Following