Papers by Qiwei Bi
MINER: Multi-Interest Matching Network for News Recommendation (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing methods learn a single user embedding from user’s historical behaviors to represent the reading interest. |
| Approach: | They propose a poly attention scheme to learn multiple interest vectors for each user, which encodes the different aspects of user interest. |
| Outcome: | The proposed approach significantly outperforms existing state-of-the-art methods on the MIND news recommendation benchmark. |
MTRec: Multi-Task Learning over BERT for News Recommendation (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing news recommendation methods learn news representations solely based on news titles. Existing methods only utilize title information and neglect other valuable news information such as categories and entities. |
| Approach: | They propose a multi-task method to incorporate multi-field information into BERT, which improves its news encoding capability. |
| Outcome: | Extensive experiments on the MIND news recommendation benchmark show the proposed method is effective. |