Unknown Word Detection for English as a Second Language (ESL) Learners using Gaze and Pre-trained Language Models

Human Pose & Activity RecognitionHuman-LLM Collaboration

Research Background and Problem

  • What problems or challenges did the authors identify?
    English as a Second Language (ESL) learners often encounter unknown words during reading, which hinders their text comprehension and fluent reading experience. Current unknown word detection methods typically require explicit feedback from learners (e.g., mouse clicks or gaze fixation) or rely on expensive eye-tracking equipment, limiting the accessibility and scalability of these technologies. Additionally, existing methods often have limited user adaptability, making real-time application challenging.

  • Why is this problem important?
    Unknown word detection can facilitate language learning by providing users with immediate word definitions and explanations, thereby enhancing the reading experience. This technology can effectively help users learn new vocabulary, improve language proficiency, and increase learning efficiency.

  • Research Motivation and Related Work
    The motivation for this research is to assist ESL learners in addressing the problem of unknown words during reading through a more natural and efficient method. The authors focus on the shortcomings of current technologies, such as the limitations of eye-tracking devices and the heavy reliance on gaze data, and propose a method that combines language models and gaze data to address these issues.


Solution

  • What methods or solutions did the authors propose?
    The authors proposed a transformer-based machine learning method named EyeLingo, which integrates gaze data and pre-trained language models (PLMs) to design a multimodal word detection framework. The primary goal is to predict in real-time the probability that a user encounters an unknown word and provide accurate assistance.

  • What are the innovative aspects of this solution?

    1. Multimodal Integration: Combines gaze data and language models for unknown word detection, significantly reducing reliance on gaze data and improving the model's tolerance to noisy gaze data.
    2. Real-Time Detection: Utilizes gaze data to locate users' areas of interest in real time and combines PLM language features for word classification.
    3. High Fault Tolerance: Achieves high accuracy even with gaze data collected using webcams, eliminating the need for expensive eye-tracking devices.
    4. Performance Improvement: The integration of multiple modules (including gaze encoding, RoBERTa language encoding, and knowledge enhancement) results in significant performance gains.
  • What are the implementation steps and key technologies used?

    1. Data Collection and Processing: Gaze data was collected using professional eye-tracking devices and webcams, then merged with textual information for model training. This included denoising gaze trajectories, identifying specific areas of interest, and annotating text.
    2. Model Architecture:
      • A transformer-based T5 model was used to encode gaze data, capturing positional and behavioral information.
      • The RoBERTa pre-trained language model was introduced to capture contextual language features.
      • Lexical-level knowledge embeddings, including word frequency, part-of-speech, and named entity recognition, were added.
      • All the above information was integrated into a binary classifier for unknown word classification.
    3. Training Optimization: The model was trained using a focal binary cross-entropy loss function, an early stopping strategy, and optimization for high class imbalance.

Research Outcomes

  • What specific results were achieved?

    • In experiments involving 20 participants, EyeLingo achieved 97.6% accuracy and an F1 score of 71.1%.
    • In real-time applications, EyeLingo significantly improved users' reading fluency and reduced reading time compared to traditional click-based methods and simulated ideal detection methods.
  • What advantages does it have over existing solutions?

    1. Performance Improvement: Compared to SVM and gaze-based heuristic methods, EyeLingo achieved significant improvements in F1 scores (increased by 22.9% and 29.9%, respectively, to 71.1%).
    2. Adaptability and Fault Tolerance: Maintained 97.3% accuracy and an F1 score of 65.1% even with noisy gaze data collected via webcams.
    3. User Experience Optimization: Users preferred the automated detection method, which improved reading fluency and reduced operational interruptions.
  • What were the experimental or evaluation results?

    • Ablation studies showed that language features provided by PLMs were the primary contributors to model performance, while gaze data improved real-time localization accuracy.
    • In cross-user and cross-document generalization tests, the model demonstrated some capability (cross-user F1 score: 59.6%, cross-document F1 score: 51.1%), though there remains room for improvement.
    • User studies indicated that EyeLingo significantly reduced reading time and received high scores in "willingness to use" and "usefulness," demonstrating its potential for practical applications.
  • Limitations and Future Directions

    1. Limitations: Current gaze-based methods face challenges related to gaze data quality and hardware precision (e.g., limitations with closely spaced text). Additionally, user posture changes during prolonged reading sessions can cause gaze data drift.
    2. Future Directions:
      • Develop more accurate gaze-to-text alignment annotation schemes.
      • Incorporate real-time user posture calibration to improve gaze data quality.
      • Enhance cross-user and cross-text generalization through reinforcement learning.
      • Optimize the model architecture to improve robustness to noisy data and adaptability for multi-device deployment.

By combining gaze and linguistic features, EyeLingo provides a novel and efficient pathway for real-time assistance to ESL learners, achieving significant breakthroughs in performance, adaptability, and user experience, and demonstrating its potential for application in the language learning domain.

Quick Actions

Share

Share this page

ios_share

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

AdRecommended

Learn AI Coding at CodeNow

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

Paper Snapshot

fact_check
dataset
Source
CHI
calendar_month
Year
2025
emoji_events
Award
No award tagged
group
Authors
7 authors
sell
Subtopics
Human Pose & Activity Recognition, Human-LLM Collaboration
work
Professions
article
Content Status
Full text indexed
hub
Related Papers
1 related papers