English

BED: Bi-Encoder-Based Detectors for Out-of-Distribution Detection

Computation and Language 2024-03-14 v2

Abstract

This paper introduces a novel method leveraging bi-encoder-based detectors along with a comprehensive study comparing different out-of-distribution (OOD) detection methods in NLP using different feature extractors. The feature extraction stage employs popular methods such as Universal Sentence Encoder (USE), BERT, MPNET, and GLOVE to extract informative representations from textual data. The evaluation is conducted on several datasets, including CLINC150, ROSTD-Coarse, SNIPS, and YELLOW. Performance is assessed using metrics such as F1-Score, MCC, FPR@90, FPR@95, AUPR, an AUROC. The experimental results demonstrate that the proposed bi-encoder-based detectors outperform other methods, both those that require OOD labels in training and those that do not, across all datasets, showing great potential for OOD detection in NLP. The simplicity of the training process and the superior detection performance make them applicable to real-world scenarios. The presented methods and benchmarking metrics serve as a valuable resource for future research in OOD detection, enabling further advancements in this field. The code and implementation details can be found on our GitHub repository: https://github.com/yellowmessenger/ood-detection.

Keywords

Cite

@article{arxiv.2306.08852,
  title  = {BED: Bi-Encoder-Based Detectors for Out-of-Distribution Detection},
  author = {Louis Owen and Biddwan Ahmed and Abhay Kumar},
  journal= {arXiv preprint arXiv:2306.08852},
  year   = {2024}
}

Comments

Published in IEEE: https://ieeexplore.ieee.org/document/10389907

R2 v1 2026-06-28T11:05:33.674Z