菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - Forgotten Words: Benchmarking NeoBERT for Dementia Detection in Low-Resource Conversational Filipino and English Speech

Dementia detection from spontaneous speech offers a scalable approach to cognitive screening, yet NLP systems remain predominantly English-centric. This limitation is especially acute in the Philippines, where Filipino-English code-switching is pervasive and no prior work has addressed NLP-based dementia detection. We present the first systematic evaluation of transformer-based dementia detection in Filipino speech and the first assessment of NeoBERT in a clinical NLP setting. To separate language from domain effects, we construct a parallel bilingual dataset of 4,000 DementiaBank-derived transcripts, with Filipino translations produced manually to preserve discourse-level markers of cognitive decline. We evaluate five model families, TF-IDF + LogReg, BERT, NeoBERT, XLM-R, and RoBERTa-Tagalog, under monolingual, zero-shot cross-lingual, and bilingual fine-tuning settings. We find that in-domain performance does not transfer across languages, with English-trained BERT dropping to Macro-F1 = 0.455 on Filipino, and that architectural modernization alone does not improve robustness. Bilingual fine-tuning, however, eliminates cross-lingual degradation across all transformer models, converging to Macro-F1 = 0.969-0.973. These results suggest that multilingual clinical NLP performance is driven primarily by linguistic coverage during training rather than model scale or architecture.

顶级标签: medical natural language processing low-resource
详细标签: dementia detection code-switching filipino cross-lingual transfer clinical nlp 或 搜索:

被遗忘的语言:基于NeoBERT的低资源菲律宾语与英语混合语音中痴呆症检测基准研究 / Forgotten Words: Benchmarking NeoBERT for Dementia Detection in Low-Resource Conversational Filipino and English Speech


1️⃣ 一句话总结

本研究首次在菲律宾语-英语代码混合语音中系统评估了多种Transformer模型(包括NeoBERT)用于痴呆症检测的效果,发现双语微调能有效消除语言差异带来的性能下降,而模型架构本身并非决定因素。

源自 arXiv: 2605.26007