EMNLP 2021main1 citations

Leveraging Order-Free Tag Relations for Context-Aware Recommendation

Junmo Kang, Jeonghwan Kim, Suwon Shin, Sung-Hyon Myaeng

Abstract

Tag recommendation relies on either a ranking function for top-k tags or an autoregressive generation method. However, the previous methods neglect one of two seemingly conflicting yet desirable characteristics of a tag set: orderlessness and inter-dependency. While the ranking approach fails to address the inter-dependency among tags when they are ranked, the autoregressive approach fails to take orderlessness into account because it is designed to utilize sequential relations among tokens. We propose a sequence-oblivious generation method for tag recommendation, in which the next tag to be generated is independent of the order of the generated tags and the order of the ground truth tags occurring in training data. Empirical results on two different domains, Instagram and Stack Overflow, show that our method is significantly superior to the previous approaches.

BibTeX
@inproceedings{kang-etal-2021-leveraging,
    title = "Leveraging Order-Free Tag Relations for Context-Aware Recommendation",
    author = "Kang, Junmo  and
      Kim, Jeonghwan  and
      Shin, Suwon  and
      Myaeng, Sung-Hyon",
    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.279/",
    doi = "10.18653/v1/2021.emnlp-main.279",
    pages = "3464--3476"
}