Research Background and Problems

  • Identified Problems or Challenges:

    • Text editing on smartphones often requires precise cursor placement and keyboard input, making the process time-consuming and cumbersome.
    • Although voice input offers an alternative method for text editing, it faces two major challenges in practical applications:
      1. Reliably distinguishing between voice commands (editing instructions) and voice content input.
      2. Accurately identifying the text region the user intends to edit.
  • Importance of the Problem:

    • Text editing on smartphones is a critical component of daily communication, note-taking, and productivity tasks. Addressing these challenges can significantly enhance editing efficiency on mobile devices.
    • Multimodal interaction (e.g., combining touch and voice) makes operations on mobile devices more intuitive and efficient, but technical breakthroughs are needed to optimize the experience.
  • Research Motivation and Related Work:

    • Existing voice-based text editing solutions have limitations in distinguishing voice content from commands and in identifying the editing region. Approaches such as heuristic rules or simple language models have been used but perform poorly when handling complex or ambiguous input.
    • The authors propose Tap&Say to overcome the shortcomings of existing methods, particularly by integrating touch-based localization with large language models (LLMs) to achieve better semantic understanding.

Solution

  • Proposed Solution:

    • The authors designed and implemented Tap&Say, a multimodal system that combines touch input and voice commands for text editing.
    • They innovatively introduced a touch-location-aware attention mechanism, integrating users' touch positions directly into the attention layer of the large language model (LLM) to guide the model's focus on the intended text region.
  • Innovations:

    • Introduction of a touch-location-aware attention layer, enabling the LLM to incorporate touch position information to adjust its attention weights and focus on the text to be edited.
    • Addressing potential case errors caused by speech recognition through data augmentation, achieving higher automation in editing tasks.
    • Training the model with synthetic data to reduce the cost and complexity of real data collection while achieving broad generalization capabilities.
  • Implementation Steps and Key Techniques:

    1. Multimodal Input: Users first indicate the desired editing location via touch, then input new text via voice. The touch position and voice command are recognized in real-time.
    2. Data Synthesis and Augmentation: Simulating user touch behavior and voice expressions, synthetic data is generated for training samples, including random case inversions in voice text to enhance model adaptability.
    3. Touch-Location-Aware Attention Mechanism: Encoding touch positions as a weighted matrix and introducing it into the attention layer to guide the model's attention weight distribution.
    4. Model Fine-Tuning: Fine-tuning the pre-trained FLAN-T5 model with synthetic data to adapt it for real-world text editing tasks.
    5. Result Presentation and User Interface: The model generates multiple correction candidates, allowing users to select one for application.

Research Outcomes

  • Specific Results:

    • The proposed model achieved a Top-1 accuracy of 96.1% in text correction tasks, significantly outperforming the baseline method VT, which achieved 39.97%.
    • User studies showed that Tap&Say outperformed VT in task completion time (reduced by 16.4%) and keyboard tap count (reduced by 47.5%), and also significantly outperformed Voice Access (reducing task completion time by 28.1%).
  • Advantages Over Existing Solutions:

    • Precise Localization: Supports user touch anywhere within the sentence, unlike VT, which only supports touch within a margin of error.
    • High Semantic Understanding: Utilizes LLM for end-to-end result generation, outperforming traditional rule-based and simple language model approaches.
    • Automation: Automatically handles case errors without requiring manual user adjustments.
    • High Adaptability: Demonstrates strong generalization capabilities for ASR (Automatic Speech Recognition) and various types of text errors.
  • Experimental or Evaluation Results:

    • In user studies, Tap&Say achieved an average error editing time of 5.65 seconds, shorter than both VT and Voice Access.
    • Tap&Say scored significantly higher than baseline methods in user preference, physical demand, and mental demand ratings. User feedback highlighted its accuracy, ease of use, and ability to automatically handle case errors.
  • Limitations and Future Directions:

    • The model currently supports only single-sentence editing and may lack training data for handling multiple sentences or full paragraphs.
    • While synthetic data performed well, the model has not been specifically optimized for speech recognition errors, necessitating future work to handle more realistic user input noise.
    • The system currently relies on cloud-based LLMs, requiring further optimization for on-device deployment on mobile devices.

Conclusion

Tap&Say is a multimodal text editing system that combines voice and touch input, with its key innovation being the use of a touch-location-aware attention mechanism and LLMs to enable intelligent, semantically driven editing. It demonstrated exceptional efficiency and user preference in user studies, significantly improving the text editing experience on smartphones. This research provides a robust technical foundation for the design of future multimodal interaction systems and highlights the immense potential of LLMs in human-computer interaction scenarios.

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/papers/chi/189393/2025

AdRecommended

Learn AI Coding at CodeNow

open_in_newOpen DOI Link
DOI: https://dl.acm.org/doi/10.1145/3706598.3713376
At a Glance

Paper Snapshot

fact_check
dataset
Source
CHI
calendar_month
Year
2025
emoji_events
Award
No award tagged
group
Authors
9 authors
sell
Subtopics
Human-LLM Collaboration
work
Professions
Software Engineers & Developers, UI/UX Designers
article
Content Status
Full text indexed
hub
Related Papers
10 related papers