Thesis Project — Neapolis University Pafos
Using XGBoost, MLP neural networks, and SHAP explainability to quantify cognitive load during reading — from eye-tracking and finger-tracking signals.
Start AnalysisUpload your eye-tracking & finger-tracking dataset to run the full ML pipeline.
Your .xlsx or .csv file must include the following columns. Column names must match exactly.
Drop your .xlsx or .csv file here
or click to browse
The temporal lag measures the mismatch between where your eyes focus and where your finger points during reading. A larger lag suggests greater cognitive difficulty processing that word.
Since the dataset lacks direct timestamp alignment between ET and FT sessions, lag_proxy = TRT_normalized − coverage serves as an indirect measure of temporal lag.
XGBoost excels on structured/tabular data, trains faster, and offers native feature importance. Combined with SHAP, it provides full explainability — essential for scientific research.
Upload an .xlsx or .csv file following the ΤΑΧΙΤΑΡΙ corpus structure with columns for eye-tracking metrics, finger-tracking coverage, and linguistic features.
SHAP quantifies each feature's contribution to every prediction. The summary plot ranks features by their average impact on model output.