Traits Run Deep: Enhancing Personality Assessment via Psychology-Guided LLM Representations and Multimodal Apparent Behaviors

Evaluation and psychometric validity2025arXivApproved editorial review

Authors: Jia Li, Yichao He, Jiacheng Xu, Tianhao Luo, Zhenzhen Hu, Richang Hong, Meng Wang

Keywords: Computation and Language, Multimedia, ACM MM 2025

Source: Open primary source (opens in a new tab)

7
Authors
7
Findings
16
Limitations
9
Evidence

Editorial summary

English

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”.

Español

Traits Run Deep es el sistema ganador de la pista de Evaluación de Personalidad del AVI Challenge 2025 y fue publicado en ACM Multimedia 2025. Predice por regresión cuatro rasgos HEXACO, Honestidad-Humildad, Extraversión, Amabilidad y Responsabilidad, a partir de entrevistas en vídeo. Whisper-small transcribe el audio; Emotion2Vec representa la voz; SigLIP2 representa los recortes faciales; y SFR-Embedding-Mistral genera una representación textual a partir de la transcripción, una instrucción específica del rasgo y metadatos de la persona. Los encoders permanecen congelados. Una red centrada en texto proyecta las representaciones por bloques, usa atención intermodal con texto como consulta, refuerza la característica textual y promedia 32 regresores. En validación, el sistema completo obtiene MSE 0,1003 frente a 0,1796 del baseline del reto, una reducción relativa de aproximadamente 44,2 %. En el test ciego obtiene 0,12284 y supera al segundo equipo, con 0,13724. La comparación text-only también favorece los prompts específicos: el MSE medio pasa de aproximadamente 0,1303 sin ellos a 0,1069 con ellos. Añadir audio y vídeo reduce después ese promedio a 0,1003, una mejora adicional de alrededor del 6 %. Estos resultados respaldan la utilidad competitiva de las representaciones guiadas y la fusión propuesta en este conjunto, pero no validan una evaluación psicológica general. Solo se predicen cuatro de los seis dominios HEXACO y las etiquetas son puntuaciones autoinformadas, no diagnósticos. Los autores prueban un único conjunto de 644 participantes y realizan selección empírica de prompts, grid search y ensemble sobre la validación, sin informar cuántas alternativas se probaron ni corregir el posible sobreajuste. No publican intervalos, pruebas estadísticas, calibración, fiabilidad psicométrica, rendimiento por subgrupos ni validación externa. El prompt incorpora edad, género, educación y experiencia laboral, pero no hay una ablación de esos metadatos ni auditoría de estereotipos o discriminación, especialmente relevante porque el artículo motiva usos en selección de personal y salud mental. Las ablations se limitan a validación; el test solo ofrece un MSE agregado. La reproducibilidad sigue siendo insuficiente: no se publican los prompts exactos, splits, valores de K, semillas, predicciones ni código. El repositorio oficial, auditado en el commit f44c9ade, contiene únicamente licencia y un README que dice “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?

Method

Competitive study on the AVI Challenge 2025 set. Each participant responds to six questions in video: two general and four associated with Honesty-Humility, Extraversion, Agreeableness and Conscientiousness. Audio is extracted at 16 kHz, Whisper-small produces the transcription, Emotion2Vec represents the audio and SigLIP2 the facial crops. SFR-Embedding-Mistral receives a trait instruction, the transcription and metadata of age, gender, education and work experience. The encoders are frozen. A Chunk-Wise Projector reduces dimensionality, two attention connectors fuse text with audio and video, a Text-Feature Enhancer combines the routes and 32 regressors produce a mean. Training uses Adam, rate 1e-4, batch 32, 200 epochs, grid search, exponential moving average and an unspecified K-fold strategy. The ablations are evaluated on validation; the final ranking uses the blind test of the challenge.

Sample: The article declares 644 participants with structured video interviews. Each interview includes six responses: two to general questions and four to questions linked to traits. The labels of the four traits are expressed from 1 to 5 and are predicted separately. The manuscript does not report the training, validation and test sizes, the distribution of the scores, the final number of usable videos per modality or the split identifiers. It also does not clarify whether the five experiments of the stability analysis reuse exactly the same folds and seeds.

Findings

  • The complete system obtains on validation MSE 0.1072 in Honesty-Humility, 0.1003 in Extraversion, 0.0981 in Agreeableness and 0.0957 in Conscientiousness; the mean is 0.1003.
  • Compared to the official baseline of 0.1796, the mean validation MSE is reduced by approximately 44.2%, which the abstract rounds to 45%.
  • In text only, adding the specific prompt reduces the approximate average from 0.1303 to 0.1069; the improvement appears in the four traits, although the prompts are selected empirically on validation.
  • The complete fusion improves the average compared to guided text from approximately 0.1069 to 0.1003; the incremental audiovisual gain is much smaller than the total improvement cited against the baseline.
  • In the fusion ablation, CMC alone obtains 0.1239, TFE alone 0.1336, both 0.1003 and simple concatenation 0.2074.
  • In five runs, replacing a single head with 32 regressors reduces the declared error deviation from 0.0096 to 0.0031, but the difference in mean MSE or uncertainty of that comparison is not reported.
  • In the challenge test, HFUT-VisionXL occupies first place with MSE 0.12284; the second team obtains 0.13724. The test does not offer results by trait or subgroup.

Limitations

  • A single competitive set is evaluated and there is no replication in another corpus, another language, another interview context or an independent sample.
  • The sample is small for high-dimensional representations: 644 participants in total. The article does not report the sizes of the splits or the identifiers used, which prevents reconstructing the evaluation.
  • The prompts are tested in variety and the best one for each trait is chosen empirically according to validation; in addition, grid search, EMA and ensemble are performed. The search space is not quantified and no set is reserved for selection, so there is a risk of overfitting to validation.
  • The complete final prompts, the value of K, seeds, selection criteria, predictions, exact configuration of the 32 regressors or environment files are not published.
  • Language of significant improvement is used without statistical tests, confidence intervals, power analyses or paired comparison by participant.
  • The labels are self-reported scores on four traits, not clinical observations or a complete assessment of HEXACO; Emotionality and Openness to experience are omitted.
  • The prompt adds age, gender, education and work experience. There is no metadata ablation, shortcut analysis, calibration or error and fairness metrics by group.
  • The article does not separate how much the text learns from the response and how much it exploits demographic correlations or artifacts of the interviewer, the question, the ASR, the face or the split.
  • The claim of guided psychology is based on instructions written by the authors and selected by performance; their correspondence with theory, HEXACO facets or psychologist judgment is not validated.
  • The visual representation uses facial crops and the text mentions Arc2Face as a detection/crop tool, although the reference describes a generative facial identity model; details are missing to reproduce that step.
  • The ablations are done on validation and the test only publishes an aggregate figure. First place confirms competition performance, not the causal contribution of each component or external generalization.
  • The ensemble of 32 regressors reduces a reported deviation in five experiments, but it is not precisely defined which errors are aggregated nor is the cost, the mean MSE of the control or a stability test shown.
  • There is no evaluation of convergent, discriminant or incremental validity, test-retest reliability, individual calibration, utility in real decisions or impact on people.
  • Consent, biometric privacy, ASR/vision biases, possibility of faking responses or harms of using personality inferences in employment, education or mental health are not examined.
  • The promised official repository does not contain implementation, data, weights, prompts or results: in commit f44c9ade there is only LICENSE and README.
  • The arXiv v1 PDF retains unedited fields from the ACM template: conference XX and Woodstock 2018, fictitious ISBN and DOI, an instruction to the author and reception dates of 2007-2009. The final publication exists with DOI 10.1145/3746027.3762017, but these defects reduce the editorial reliability of the audited snapshot.

What the study does not establish

  • It does not demonstrate a complete, stable or diagnostic assessment of personality; it predicts four self-reported scores in a single challenge.
  • It does not prove that traits are "subconsciously filtered" or that the model identifies internal psychological causes; it learns correlations of text, audio, face and metadata.
  • It does not demonstrate that age, gender, education or work experience legitimately improve prediction or that their use is fair or appropriate.
  • It does not validate applications in hiring, mental health diagnosis, personalized education or other high-impact decisions.
  • It does not establish interpretability or psychological explanation: the system produces scores and the attention/fusion mechanism is not evaluated as a faithful explanation for users.
  • It does not demonstrate that the test advantage is maintained without intensive selection on validation, outside the AVI 2025 set or in different populations and languages.
  • It does not allow reproducing the results with the official repository available on the audit date.

Traceability

Scope: Full text

Version: arXiv:2507.22367v1, submitted 30 July 2025, 8 pages; published at ACM Multimedia 2025, DOI 10.1145/3746027.3762017

Consulted source: https://arxiv.org/pdf/2507.22367v1

Review: Codex full-text, bilingual-fidelity, 8-page visual, ACM-metadata, official-repository, reproducibility, psychometric-scope, validation-selection, multimodal-ablation, demographic-shortcut, fairness, privacy and high-impact-use audit, 2026-07-15

Approval: Codex fidelity pass, 2026-07-15

English translation: approved, 2026-07-18

Models evaluated

  • SFR-Embedding-Mistral
  • Mistral-7B
  • E5-mistral-7b-instruct
  • Whisper-small
  • Emotion2Vec
  • SigLIP2
  • ALBERT-base-v2
  • ALBERT-large-v2
  • ALBERT-xxlarge-v2
  • BERT-base
  • BERT-large
  • DeBERTa-v3-base
  • DeBERTa-v3-large
  • Flan-T5-base
  • Flan-T5-large
  • RoBERTa-base
  • RoBERTa-large
  • ViTMAE

Instruments and metrics

  • Four HEXACO-domain self-report targets on a 1–5 scale
  • Trait-specific psychology-informed prompt plus participant metadata
  • Chunk-Wise Projector
  • Cross-Modal Connectors with text queries
  • Text-Feature Enhancer
  • 32-head ensemble regression
  • Mean squared error
  • Validation ablations and blind challenge leaderboard

Data used

  • AVI Challenge 2025 Personality Assessment Track

Evidence and location

  • Objective, architecture and claim of MSE reduction: Paper, pp. 1-2, Abstract and Introduction
  • Encoders, prompts with metadata and fusion modules: Paper, pp. 3-4, Sections 3.1-3.2 and Figure 2
  • Sample, configuration and selection of prompts/hyperparameters: Paper, p. 5, Sections 4.1-4.2
  • Unimodal results, specific prompt and complete system: Paper, p. 5, Table 1 and Section 4.3
  • Ablations of projection, fusion and ensemble: Paper, pp. 5-6, Figure 3, Table 2 and Section 4.3
  • Test result and challenge ranking: Paper, p. 6, Table 3 and Section 4.4
  • Final publication in ACM Multimedia 2025: Crossref record for DOI 10.1145/3746027.3762017; Proceedings of the 33rd ACM International Conference on Multimedia, pp. 13901-13908
  • Absence of code and reproducible materials: Official repository commit f44c9ade13e6669bbec6d02141f11d32a93614a2, README.md and repository tree
  • Comprehensive visual inspection and editorial placeholders: Paper, all 8 rendered pages; pp. 1-8 ACM template headers/metadata and p. 8 obsolete received/revised/accepted dates