paper-with-me

홈 › Papers

Types of Out-of-Distribution Texts and How to Detect Them

2021-09-14 · EMNLP 2021 11 · Udit Arora, William Huang, He He

Despite agreement on the importance of detecting out-of-distribution (OOD) examples, there is little consensus on the formal definition of OOD examples and how to best detect them. We categorize these examples by whether they exhibit a background shift or a semantic shift, and find that the two major approaches to OOD detection, model calibration and density estimation (language modeling for text), have distinct behavior on these types of OOD data. Across 14 pairs of in-distribution and OOD English natural language understanding datasets, we find that density estimation methods consistently beat calibration methods in background shift settings, while performing worse in semantic shift settings. In addition, we find that both methods generally fail to detect examples from challenge data, highlighting a weak spot for current methods. Since no single method works well across all settings, our results call for an explicit definition of OOD examples when evaluating different detection methods.

📄 PDF Abstract BibTeX arXiv:2109.06827

Code (1)

uditarora/ood-text-emnlp 공식 구현 pytorch

Tasks

Density EstimationLanguage ModelingLanguage ModellingNatural Language UnderstandingOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Recent Advances in Out-of-Distribution Detection with CLIP-Like Models: A Survey

2025-05-05 · Chaohua Li, Enhao Zhang, Chuanxing Geng, Songcan Chen

Out-of-distribution detection (OOD) is a pivotal task for real-world applications that trains models to identify samples that are distributionally different from the in-distribution (ID) data during testing. Recent advan…

Out-of-Distribution Detection

Unsupervised extraction of local and global keywords from a single text

2023-07-26 · Lida Aleksanyan, Armen E. Allahverdyan

We propose an unsupervised, corpus-independent method to extract keywords from a single text. It is based on the spatial distribution of words and the response of this distribution to a random permutation of words. As co…

RFOD: Random Forest-based Outlier Detection for Tabular Data

2025-10-09 · Yihao Ang, Peicheng Yao, Yifan Bao, Yushuo Feng 외 arxiv

Outlier detection in tabular data is crucial for safeguarding data integrity in high-stakes domains such as cybersecurity, financial fraud detection, and healthcare, where anomalies can cause serious operational and econ…

Outlier DetectionAnomaly DetectionFraud Detection

Measuring Thematic Fit with Distributional Feature Overlap

2017-07-19 · EMNLP 2017 9 · Enrico Santus, Emmanuele Chersoni, Alessandro Lenci, Philippe Blache

In this paper, we introduce a new distributional method for modeling predicate-argument thematic fit judgments. We use a syntax-based DSM to build a prototypical representation of verb-specific roles: for every verb, we …

Variational Proximal Policy Optimization

2026-06-06 · Ousmane Amadou Dia arxiv

Reinforcement Learning from Human Feedback via Proximal Policy Optimization often suffers from policy mode collapse, brittle exploration loops, and distribution drift. This paper introduces Variational Proximal Policy Op…

Reinforcement LearningMathematical Reasoning