paper-with-me

Papers

Characterizing and Measuring Linguistic Dataset Drift

2023-05-26 · Tyler A. Chang, Kishaloy Halder, Neha Anna John, Yogarshi Vyas, Yassine Benajiba, Miguel Ballesteros, Dan Roth

NLP models often degrade in performance when real world data distributions differ markedly from training data. However, existing dataset drift metrics in NLP have generally not considered specific dimensions of linguistic drift that affect model performance, and they have not been validated in their ability to predict model performance at the individual example level, where such metrics are often used in practice. In this paper, we propose three dimensions of linguistic dataset drift: vocabulary, structural, and semantic drift. These dimensions correspond to content word frequency divergences, syntactic divergences, and meaning changes not captured by word frequencies (e.g. lexical semantic change). We propose interpretable metrics for all three drift dimensions, and we modify past performance prediction methods to predict model performance at both the example and dataset level for English sentiment classification and natural language inference. We find that our drift metrics are more effective than previous metrics at predicting out-of-domain model accuracies (mean 16.8% root mean square error decrease), particularly when compared to popular fine-tuned embedding distances (mean 47.7% error decrease). Fine-tuned embedding distances are much more effective at ranking individual examples by expected performance, but decomposing into vocabulary, structural, and semantic drift produces the best example rankings of all considered model-agnostic drift metrics (mean 6.7% ROC AUC increase).

📄 PDF Abstract BibTeX arXiv:2305.17127

Code (1)

amazon-science/characterizing-measuring-linguistic-drift 공식 구현 pytorch

Tasks

Natural Language InferenceSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Characterizing Linguistic Shifts in Croatian News via Diachronic Word Embeddings

2025-06-16 · David Dukić, Ana Barić, Marko Čuljak, Josip Jukić 외

Measuring how semantics of words change over time improves our understanding of how cultures and perspectives change. Diachronic word embeddings help us quantify this shift, although previous studies leveraged substantia…

ArticlesDiachronic Word EmbeddingsSentiment AnalysisWord Embeddings

Characterizing and Measuring the Similarity of Neural Networks with Persistent Homology

2021-01-19 · NeurIPS 2021 12 · David Pérez-Fernández, Asier Gutiérrez-Fandiño, Jordi Armengol-Estapé, Marta Villegas

Characterizing the structural properties of neural networks is crucial yet poorly understood, and there are no well-established similarity measures between networks. In this work, we observe that neural networks can be r…

Topological Data Analysis

Characterizing Concept Drift

2015-11-12 · Geoffrey I. Webb, Roy Hyde, Hong Cao, Hai Long Nguyen 외

Most machine learning models are static, but the world is dynamic, and increasing online deployment of learned models gives increasing urgency to the development of efficient and effective mechanisms to address learning …

Measuring Wind Turbine Health Using Drifting Concepts

2021-12-09 · Agnieszka Jastrzebska, Alejandro Morales-Hernández, Gonzalo Nápoles, Yamisleydi Salgueiro 외

Time series processing is an essential aspect of wind turbine health monitoring. Despite the progress in this field, there is still room for new methods to improve modeling quality. In this paper, we propose two new appr…

Time SeriesTime Series Analysis

LSR: Linguistic Safety Robustness Benchmark for Low-Resource West African Languages

2026-02-27 · Godwin Abuh Faruna arxiv

Safety alignment in large language models relies predominantly on English-language training data. When harmful intent is expressed in low-resource languages, refusal mechanisms that hold in English frequently fail to act…