paper-with-me

홈 › Papers

Bigger But Not Better: Small Neural Language Models Outperform Large Language Models in Detection of Thought Disorder

2025-03-25 · Changye Li, Weizhe Xu, Serguei Pakhomov, Ellen Bradley, Dror Ben-Zeev, Trevor Cohen

Disorganized thinking is a key diagnostic indicator of schizophrenia-spectrum disorders. Recently, clinical estimates of the severity of disorganized thinking have been shown to correlate with measures of how difficult speech transcripts would be for large language models (LLMs) to predict. However, LLMs' deployment challenges -- including privacy concerns, computational and financial costs, and lack of transparency of training data -- limit their clinical utility. We investigate whether smaller neural language models can serve as effective alternatives for detecting positive formal thought disorder, using the same sliding window based perplexity measurements that proved effective with larger models. Surprisingly, our results show that smaller models are more sensitive to linguistic differences associated with formal thought disorder than their larger counterparts. Detection capability declines beyond a certain model size and context length, challenging the common assumption of ``bigger is better'' for LLM-based applications. Our findings generalize across audio diaries and clinical interview speech samples from individuals with psychotic symptoms, suggesting a promising direction for developing efficient, cost-effective, and privacy-preserving screening tools that can be deployed in both clinical and naturalistic settings.

📄 PDF Abstract BibTeX arXiv:2503.20103

Code (1)

LinguisticAnomalies/small-lm-sliding-windows 공식 구현 pytorch

Tasks

DiagnosticPrivacy Preserving

Similar Papers 제목 키워드 기반

Adaptively Clustering Neighbor Elements for Image-Text Generation

2023-01-05 · Zihua Wang, Xu Yang, Hanwang Zhang, Haiyang Xu 외

We propose a novel Transformer-based image-to-text generation model termed as \textbf{ACF} that adaptively clusters vision patches into object regions and language words into phrases to implicitly learn object-phrase ali…

ClusteringDecoderImage CaptioningImage to text+4

TinyLLaVA: A Framework of Small-scale Large Multimodal Models

2024-02-22 · Baichuan Zhou, Ying Hu, Xi Weng, Junlong Jia 외

We present the TinyLLaVA framework that provides a unified perspective in designing and analyzing the small-scale Large Multimodal Models (LMMs). We empirically study the effects of different vision encoders, connection …

Visual Question Answering

Small Language Models are Good Too: An Empirical Study of Zero-Shot Classification

2024-04-17 · Pierre Lepagnol, Thomas Gerald, Sahar Ghannay, Christophe Servan 외

This study is part of the debate on the efficiency of large versus small language models for text classification by prompting.We assess the performance of small language models in zero-shot text classification, challengi…

Classificationtext-classificationText Classificationzero-shot-classification+2

Exploring Performance Contrasts in TableQA: Step-by-Step Reasoning Boosts Bigger Language Models, Limits Smaller Language Models

2024-11-24 · Haoyan Yang, YiXuan Wang, Keyue Tong, Hongjin Zhu 외

This paper proposes a detailed prompting flow, termed Table-Logic, to investigate the performance contrasts between bigger and smaller language models (LMs) utilizing step-by-step reasoning methods in the TableQA task. T…

David vs. Goliath: Can Small Models Win Big with Agentic AI in Hardware Design?

2025-12-04 · Shashwat Shankar, Subhranshu Pandey, Innocent Dengkhw Mochahari, Bhabesh Mali 외 arxiv

Large Language Model(LLM) inference demands massive compute and energy, making domain-specific tasks expensive and unsustainable. As foundation models keep scaling, we ask: Is bigger always better for hardware design? Ou…