Traits Run Deep won the Personality Assessment track of AVI Challenge 2025 and was published at ACM Multimedia 2025. It regresses four HEXACO traits, Honesty-Humility, Extraversion, Agreeableness, and Conscientiousness, from video interviews. Whisper-small transcribes speech; Emotion2Vec represents audio; SigLIP2 represents cropped faces; and SFR-Embedding-Mistral embeds a prompt combining the transcript, a trait-specific instruction, and participant metadata. All encoders are frozen. A text-centric network projects features in chunks, applies cross-modal attention with text as query, enhances the text feature, and averages 32 regression heads. On validation, the full system reaches 0.1003 MSE versus the challenge baseline’s 0.1796, a relative reduction of about 44.2%. On the blind test it reaches 0.12284 and ranks ahead of the second team at 0.13724. The text-only comparison also favors trait-specific prompts: average MSE falls from about 0.1303 without them to 0.1069 with them. Adding audio and video then lowers the average to 0.1003, a further improvement of roughly 6%. This supports the competitive utility of the guided representations and fusion architecture on this dataset, but it does not validate general psychological assessment. Only four of six HEXACO domains are predicted and labels are self-reported scores rather than diagnoses. The study uses a single dataset of 644 participants and empirically selects prompts, grid-searches hyperparameters, and ensembles on validation without reporting how many alternatives were tried or controlling for validation overfitting. It reports no confidence intervals, significance tests, calibration, psychometric reliability, subgroup performance, or external validation. Prompts include age, gender, education, and work experience, yet there is no metadata ablation or stereotype/discrimination audit, despite motivating recruitment and mental-health uses. Ablations are validation-only; the test result is a single aggregate MSE. Reproducibility remains insufficient: exact prompts, splits, K, seeds, predictions, and implementation are absent. At audited commit f44c9ade, the official repository contains only a license and a README stating “Code coming soon”.
Research question
Does combining trait-specific prompt-guided textual representations with voice and face signals through a text-centered fusion network improve the prediction of four HEXACO traits from asynchronous interviews?