Search papers, labs, and topics across Lattice.
This study investigates the impact of human reading behavior on keyphrase extraction (KPE) by utilizing a lightweight webcam-based eye-tracking system to analyze Chinese academic abstracts in Library and Information Science. By developing the Chinese LIS Eye-Tracking Corpus (CLIS-ET) and incorporating eye-tracking features such as first fixation duration, fixation number, and total fixation duration into KPE models, the researchers found that these features significantly enhance extraction performance. The best results were achieved with a combination of fixation number and total fixation duration in the Att-BiLSTM+CRF model, highlighting the importance of reader fixation behavior in identifying keyphrases.
Eye-tracking data reveals that human reading behavior can dramatically enhance keyphrase extraction performance, challenging traditional text-only approaches.
Purpose: Keyphrases are statistically and semantically important textual units that can also attract readers'attention during comprehension. However, existing keyphrase extraction (KPE) studies mainly focus on improving textual representation while largely overlooking human reading behavior. This study examines whether lightweight webcam-based eye-tracking features can improve KPE from Chinese academic abstracts in Library and Information Science (LIS). Methodology: To address the limited availability of eye-tracking data for Chinese academic reading, we developed a lightweight webcam-based data collection platform using the open-source SearchGazer library and constructed the Chinese LIS Eye-Tracking Corpus (CLIS-ET). Three character-level eye-tracking features, first fixation duration (FFD), fixation number (FN), and total fixation duration (TFD), were incorporated into KPE models to evaluate their effects on extraction performance. Findings: Eye-tracking features consistently improved KPE performance. The combination of FN and TFD achieved the best results on the Att-BiLSTM+CRF model, indicating that readers'fixation behavior provides useful signals for identifying keyphrases in academic abstracts. Originality/value: This study introduces a cost-effective webcam-based eye-tracking approach for KPE and presents CLIS-ET, a Chinese academic eye-tracking corpus containing FFD, FN, and TFD features. The results demonstrate the value of incorporating human reading behavior into keyphrase extraction. Dataset and code: https://github.com/yan-xinyi/ET_AKE and https://github.com/yan-xinyi/Reading_ET_System.