EMNLP 2021main10 citations

kFolden: k-Fold Ensemble for Out-Of-Distribution Detection

Xiaoya Li, Jiwei Li, Xiaofei Sun, Chun Fan, Tianwei Zhang, Fei Wu, Yuxian Meng, Jun Zhang

Abstract

Out-of-Distribution (OOD) detection is an important problem in natural language processing (NLP). In this work, we propose a simple yet effective framework kFolden, which mimics the behaviors of OOD detection during training without the use of any external data. For a task with k training labels, kFolden induces k sub-models, each of which is trained on a subset with k-1 categories with the left category masked unknown to the sub-model. Exposing an unknown label to the sub-model during training, the model is encouraged to learn to equally attribute the probability to the seen k-1 labels for the unknown label, enabling this framework to simultaneously resolve in- and out-distribution examples in a natural way via OOD simulations. Taking text classification as an archetype, we develop benchmarks for OOD detection using existing text classification datasets. By conducting comprehensive comparisons and analyses on the developed benchmarks, we demonstrate the superiority of kFolden against current methods in terms of improving OOD detection performances while maintaining improved in-domain classification accuracy.

BibTeX
@inproceedings{li-etal-2021-kfolden,
    title = "$k${F}olden: $k$-Fold Ensemble for Out-Of-Distribution Detection",
    author = "Li, Xiaoya  and
      Li, Jiwei  and
      Sun, Xiaofei  and
      Fan, Chun  and
      Zhang, Tianwei  and
      Wu, Fei  and
      Meng, Yuxian  and
      Zhang, Jun",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.248/",
    doi = "10.18653/v1/2021.emnlp-main.248",
    pages = "3102--3115"
}
kFolden: k-Fold Ensemble for Out-Of-Distribution Detection · EMNLP 2021