ACL 2021long8 citations

A Dataset and Baselines for Multilingual Reply Suggestion

Mozhi Zhang, Wei Wang, Budhaditya Deb, Guoqing Zheng, Milad Shokouhi, Ahmed Hassan Awadallah

Abstract

Reply suggestion models help users process emails and chats faster. Previous work only studies English reply suggestion. Instead, we present MRS, a multilingual reply suggestion dataset with ten languages. MRS can be used to compare two families of models: 1) retrieval models that select the reply from a fixed set and 2) generation models that produce the reply from scratch. Therefore, MRS complements existing cross-lingual generalization benchmarks that focus on classification and sequence labeling tasks. We build a generation model and a retrieval model as baselines for MRS. The two models have different strengths in the monolingual setting, and they require different strategies to generalize across languages. MRS is publicly available at https://github.com/zhangmozhi/mrs.

BibTeX
@inproceedings{zhang-etal-2021-dataset,
    title = "A Dataset and Baselines for Multilingual Reply Suggestion",
    author = "Zhang, Mozhi  and
      Wang, Wei  and
      Deb, Budhaditya  and
      Zheng, Guoqing  and
      Shokouhi, Milad  and
      Awadallah, Ahmed Hassan",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.97/",
    doi = "10.18653/v1/2021.acl-long.97",
    pages = "1207--1220"
}