EMNLP 2024main0 citations

When Generative Adversarial Networks Meet Sequence Labeling Challenges

Yu Tong, Ge Chen, Guokai Zheng, Rui Li, Jiang Dazhi

Abstract

The current framework for sequence labeling encompasses a feature extractor and a sequence tagger. This study introduces a unified framework named SLGAN, which harnesses the capabilities of Generative Adversarial Networks to address the challenges associated with Sequence Labeling tasks. SLGAN not only mitigates the limitation of GANs in backpropagating loss to discrete data but also exhibits strong adaptability to various sequence labeling tasks. Unlike traditional GANs, the discriminator within SLGAN does not discriminate whether data originates from the discriminator or the generator; instead, it focuses on predicting the correctness of each tag within the tag sequence. We conducted evaluations on six different tasks spanning four languages, including Chinese, Japanese, and Korean Word Segmentation, Chinese and English Named Entity Recognition, and Chinese Part-of-Speech Tagging. Our experimental results illustrate that SLGAN represents a versatile and highly effective solution, consistently achieving state-of-the-art or competitive performance results, irrespective of the specific task or language under consideration.

BibTeX
@inproceedings{tong-etal-2024-generative,
    title = "When Generative Adversarial Networks Meet Sequence Labeling Challenges",
    author = "Tong, Yu  and
      Chen, Ge  and
      Zheng, Guokai  and
      Li, Rui  and
      Dazhi, Jiang",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.593/",
    doi = "10.18653/v1/2024.emnlp-main.593",
    pages = "10625--10635"
}