ACL 2022findings1 citations

Word Segmentation by Separation Inference for East Asian Languages

Yu Tong, Jingzhi Guo, Jizhe Zhou, Ge Chen, Guokai Zheng

Abstract

Chinese Word Segmentation (CWS) intends to divide a raw sentence into words through sequence labeling. Thinking in reverse, CWS can also be viewed as a process of grouping a sequence of characters into a sequence of words. In such a way, CWS is reformed as a separation inference task in every adjacent character pair. Since every character is either connected or not connected to the others, the tagging schema is simplified as two tags “Connection” (C) or “NoConnection” (NC). Therefore, bigram is specially tailored for “C-NC” to model the separation state of every two consecutive characters. Our Separation Inference (SpIn) framework is evaluated on five public datasets, is demonstrated to work for machine learning and deep learning models, and outperforms state-of-the-art performance for CWS in all experiments. Performance boosts on Japanese Word Segmentation (JWS) and Korean Word Segmentation (KWS) further prove the framework is universal and effective for East Asian Languages.

BibTeX
@inproceedings{tong-etal-2022-word,
    title = "Word Segmentation by Separation Inference for {E}ast {A}sian Languages",
    author = "Tong, Yu  and
      Guo, Jingzhi  and
      Zhou, Jizhe  and
      Chen, Ge  and
      Zheng, Guokai",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-acl.309/",
    doi = "10.18653/v1/2022.findings-acl.309",
    pages = "3924--3934"
}