paper-with-me

Papers

A Tale of Two Perplexities: Sensitivity of Neural Language Models to Lexical Retrieval Deficits in Dementia of the Alzheimer's Type

2020-05-07 · ACL 2020 6 · Trevor Cohen, Serguei Pakhomov

In recent years there has been a burgeoning interest in the use of computational methods to distinguish between elicited speech samples produced by patients with dementia, and those from healthy controls. The difference between perplexity estimates from two neural language models (LMs) - one trained on transcripts of speech produced by healthy participants and the other trained on transcripts from patients with dementia - as a single feature for diagnostic classification of unseen transcripts has been shown to produce state-of-the-art performance. However, little is known about why this approach is effective, and on account of the lack of case/control matching in the most widely-used evaluation set of transcripts (DementiaBank), it is unclear if these approaches are truly diagnostic, or are sensitive to other variables. In this paper, we interrogate neural LMs trained on participants with and without dementia using synthetic narratives previously developed to simulate progressive semantic dementia by manipulating lexical frequency. We find that perplexity of neural LMs is strongly and differentially associated with lexical frequency, and that a mixture model resulting from interpolating control and dementia LMs improves upon the current state-of-the-art for models trained on transcript text exclusively.

📄 PDF Abstract BibTeX arXiv:2005.03593

Code (1)

treversec/tale_of_two_perplexities 공식 구현

Tasks

DiagnosticRetrievalSensitivity

Similar Papers 제목 키워드 기반

VISLA Benchmark: Evaluating Embedding Sensitivity to Semantic and Lexical Alterations

2024-04-25 · Sri Harsha Dumpala, Aman Jaiswal, Chandramouli Sastry, Evangelos Milios 외

Despite their remarkable successes, state-of-the-art language models face challenges in grasping certain important semantic details. This paper introduces the VISLA (Variance and Invariance to Semantic and Lexical Altera…

Image to textSensitivityText RetrievalTriplet

Sense and Sensitivity: Examining the Influence of Semantic Recall on Long Context Code Reasoning

2025-05-19 · Adam Štorek, Mukur Gupta, Samira Hajizadeh, Prashast Srivastava 외

Although modern Large Language Models (LLMs) support extremely large contexts, their effectiveness in utilizing long context for code reasoning remains unclear. This paper investigates LLM reasoning ability over code sni…

RetrievalSensitivity

Towards a WordNet based Classification of Actors in Folktales

2016-01-01 · GWC 2016 1 · Thierry Declerck, Tyler Klement, Antonia Kostova

In the context of a student software project we are investigating the use of WordNet for improving the automatic detection and classification of actors (or characters) mentioned in folktales. Our starting point is the bo…

ClassificationTranslation

Information retrieval in folktales using natural language processing

2015-11-10 · Adrian Groza, Lidia Corde

Our aim is to extract information about literary characters in unstructured texts. We employ natural language processing and reasoning on domain ontologies. The first task is to identify the main characters and the parts…

Information RetrievalRetrieval

When Retrieval Hurts Code Completion: A Diagnostic Study of Stale Repository Context

2026-05-14 · Haojun Weng, Qianqian Yang, Hao Fu, Haobin Pan 외 arxiv

Context: Retrieval-augmented code generation relies on cross-file repository context, but retrieved snippets may come from obsolete project states. Objectives: We study whether temporally stale repository snippets act as…

Code GenerationCode Completion