NAACL 2022system demonstrations15 citations

FAMIE: A Fast Active Learning Framework for Multilingual Information Extraction

Minh Van Nguyen, Nghia Ngo, Bonan Min, Thien Nguyen

Abstract

This paper presents FAMIE, a comprehensive and efficient active learning (AL) toolkit for multilingual information extraction. FAMIE is designed to address a fundamental problem in existing AL frameworks where annotators need to wait for a long time between annotation batches due to the time-consuming nature of model training and data selection at each AL iteration. This hinders the engagement, productivity, and efficiency of annotators. Based on the idea of using a small proxy network for fast data selection, we introduce a novel knowledge distillation mechanism to synchronize the proxy network with the main large model (i.e., BERT-based) to ensure the appropriateness of the selected annotation examples for the main model. Our AL framework can support multiple languages. The experiments demonstrate the advantages of FAMIE in terms of competitive performance and time efficiency for sequence labeling with AL. We publicly release our code (https://github.com/nlp-uoregon/famie) and demo website (http://nlp.uoregon.edu:9000/). A demo video for FAMIE is provided at: https://youtu.be/I2i8n_jAyrY

BibTeX
@inproceedings{nguyen-etal-2022-famie,
    title = "{FAMIE}: A Fast Active Learning Framework for Multilingual Information Extraction",
    author = "Nguyen, Minh Van  and
      Ngo, Nghia  and
      Min, Bonan  and
      Nguyen, Thien",
    editor = "Hajishirzi, Hannaneh  and
      Ning, Qiang  and
      Sil, Avi",
    booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies: System Demonstrations",
    month = jul,
    year = "2022",
    address = "Hybrid: Seattle, Washington + Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.naacl-demo.14/",
    doi = "10.18653/v1/2022.naacl-demo.14",
    pages = "131--139"
}
FAMIE: A Fast Active Learning Framework for Multilingual Information Extraction · NAACL 2022