Seeing Eye to AI: Human Alignment via Gaze-Based Response Rewards for Large Language Models
Angela Lopez-Cardona, Carlos Segura, Alexandros Karatzoglou, Sergi Abadal, Ioannis Arapakis
TL;DR
This work tackles the challenge of aligning LLM outputs with human preferences by introducing GazeReward, which injects implicit eye-tracking feedback into the reward model. It generates ET features with two predictors, fuses them with text via GazeConcat or GazeAdd, and trains a regression-based RM to predict human preference signals. Across multiple models and datasets, the approach yields consistent RM accuracy gains, with RewardBench showing substantial relative improvements for Mistral-7B, demonstrating the potential of cognitive signals to enhance AI alignment at scale. The findings suggest that incorporating eye-tracking data can complement explicit feedback and enable cost-effective, scalable improvements in human-aligned NLP systems.
Abstract
Advancements in Natural Language Processing (NLP), have led to the emergence of Large Language Models (LLMs) such as GPT, Llama, Claude, and Gemini, which excel across a range of tasks but require extensive fine-tuning to align their outputs with human expectations. A widely used method for achieving this alignment is Reinforcement Learning from Human Feedback (RLHF), which, despite its success, faces challenges in accurately modelling human preferences. In this paper, we introduce GazeReward, a novel framework that integrates implicit feedback -- and specifically eye-tracking (ET) data -- into the Reward Model (RM). In addition, we explore how ET-based features can provide insights into user preferences. Through ablation studies we test our framework with different integration methods, LLMs, and ET generator models, demonstrating that our approach significantly improves the accuracy of the RM on established human preference datasets. This work advances the ongoing discussion on optimizing AI alignment with human values, exploring the potential of cognitive data for shaping future NLP research.
