ACL 2022findings38 citations

MTRec: Multi-Task Learning over BERT for News Recommendation

Qiwei Bi, Jian Li, Lifeng Shang, Xin Jiang, Qun Liu, Hanfang Yang

Abstract

Existing news recommendation methods usually learn news representations solely based on news titles. To sufficiently utilize other fields of news information such as category and entities, some methods treat each field as an additional feature and combine different feature vectors with attentive pooling. With the adoption of large pre-trained models like BERT in news recommendation, the above way to incorporate multi-field information may encounter challenges: the shallow feature encoding to compress the category and entity information is not compatible with the deep BERT encoding. In this paper, we propose a multi-task method to incorporate the multi-field information into BERT, which improves its news encoding capability. Besides, we modify the gradients of auxiliary tasks based on their gradient conflicts with the main task, which further boosts the model performance. Extensive experiments on the MIND news recommendation benchmark show the effectiveness of our approach.

BibTeX
@inproceedings{bi-etal-2022-mtrec,
    title = "{MTR}ec: Multi-Task Learning over {BERT} for News Recommendation",
    author = "Bi, Qiwei  and
      Li, Jian  and
      Shang, Lifeng  and
      Jiang, Xin  and
      Liu, Qun  and
      Yang, Hanfang",
    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.209/",
    doi = "10.18653/v1/2022.findings-acl.209",
    pages = "2663--2669"
}
MTRec: Multi-Task Learning over BERT for News Recommendation · ACL 2022