REVIEW 4 major objections 6 minor 116 references
Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation
T0 review · 4 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read HiCore: multi-channel hypergraph learning is claimed to curb the Matthew effect in conversational recommendation and set new state-of-the-art results.
desk verdict The paper is a near-duplicate of the authors' own EMNLP 2024 paper and Table 1 contains an impossible metric value; the SOTA claim cannot be trusted, though the architecture itself has some plausible components. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing component is the triple-channel multi-hypergraph: item-, entity-, and word-oriented hypergraphs built from network motifs and grouped into group, joint, and purchase channels. Hypergraph convolution propagates user embeddings over each channel, attention combines the channels into item-, entity-, and word-level interest representations, and an InfoNCE self-supervised loss forces these representations to be robust. A gated fusion produces a single multi-interest embedding that is inserted into both the recommendation classifier and the Transformer-based conversation generator.
What would settle it
Run a user-agent simulation (or an online A/B test) where recommendations from HiCore and a baseline are repeatedly fed back into the user model, and track the popularity concentration of recommended items over turns; the Matthew-effect claim would be falsified if HiCore's recommendations become increasingly popular over time, or if its lower Long Tail Ratio is shown to be an artifact of recommending fewer long-tail items.
Extended reading notes
Core claim
On its own terms, the paper's discovery is that constructing a diverse set of hypergraphs—over items, knowledge-graph entities, and conversational words, with each split into group, joint, and purchase channels—lets a conversational recommender learn broader user interests than single-channel hypergraphs or pairwise graphs. These interests, learned with a self-supervised contrastive objective, then feed both item prediction and response generation. The empirical claim is that this multi-interest signal improves recommendation accuracy and dialogue diversity simultaneously, and that the increased coverage and lower popularity of recommended items show the Matthew effect being mitigated in the
Load-bearing premise
The claim that HiCore mitigates the dynamic Matthew effect rests on static offline diversity metrics (coverage, average popularity, long-tail ratio) serving as proxies for a dynamic user-system feedback loop; if these proxies do not capture the loop, the central conclusion is unsupported.
Editorial extensions
If this is right
- If HiCore's claim holds, multi-channel hypergraph interest modeling is a viable route to simultaneously improve accuracy and diversification in conversational recommendation.
- The framework's success would suggest that going beyond pairwise item-item edges to higher-order motifs (group, joint, purchase) helps uncover user interests that single-channel hypergraphs miss.
- The improved dialogue diversity (higher Distinct-n) would imply that richer interest representations can make conversational agents produce more varied responses while still recommending accurately.
- The reported higher coverage and lower average popularity indicate that the method spreads recommendations across a broader item space, which the paper interprets as counteracting the popularity feedback loop.
- Ablations showing that removing any of the nine hypergraphs hurts performance imply that each channel contributes non-redundant signal to the final interest representation.
Reading between the lines
- The Matthew-effect claim is supported only by static offline diversity metrics; a true test would require an online or simulated loop where the system's recommendations influence which items users engage with next, then measuring whether popularity concentration grows over time.
- The paper interprets a lower Long Tail Ratio as evidence of mitigating the Matthew effect, but in standard usage a lower ratio typically means fewer long-tail items are recommended—so this metric may actually point in the opposite direction unless the paper uses a nonstandard definition.
- The multi-interest representation could be transferred to other interactive settings (e.g., sequential recommendation, conversational search) where interest confinement is the suspected driver of bias.
- A direct extension would be to add a causal or counterfactual correction for popularity bias on top of the hypergraph interests, which might make the diversity gains robust to distribution shift when deployed online.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes HiCore, a multi-hypergraph multi-interest self-supervised learning framework for conversational recommendation (CRS). It builds item-, entity-, and word-oriented hypergraphs from group, joint, and purchase channels, learns multi-level user interests via hypergraph convolution and an InfoNCE-style contrastive objective, and feeds the resulting interest representation into both recommendation and conversation modules. The paper claims state-of-the-art results on REDIAL, TG-REDIAL, OpenDialKG, and DuRecDial, and claims to mitigate the Matthew effect in the dynamic user-system feedback loop. Experiments include recommendation metrics (Recall/MRR/NDCG), dialogue distinctness, coverage, average popularity, long-tail ratio, hyperparameter analysis, and ablations.
Significance. If the results and the Matthew-effect framing were sound, HiCore would be a relevant contribution to CRS and to diversity-oriented recommendation: it introduces a multi-channel hypergraph construction, a multi-interest contrastive objective, and a joint recommendation/conversation architecture, with code released. However, the central empirical claim is internally inconsistent: Table 1 reports mathematically impossible MRR > Recall values, and the same table contradicts the claim of consistent improvement over baselines. The Matthew-effect conclusion is based on static proxy metrics whose direction is not clearly justified, and the equal-title prior EMNLP 2024 publication in the reference list removes the novelty claim. Hence the significance is currently not established by this manuscript.
major comments (4)
- [§4.2, Table 1] The TG-REDIAL row for HiCore reports M@10=0.0880 > R@10=0.0270 and M@50=0.1074 > R@50=0.0769. With one ground-truth item per test dialogue, MRR@K is the mean of 1/rank when rank≤K and 0 otherwise, so MRR@K ≤ Recall@K for every test case. The reported inequality is therefore impossible under the stated protocol. The same row also has R@10 and R@50 below MHIM (0.0270 vs 0.0300; 0.0769 vs 0.0783), contradicting the claim in §4.2 that HiCore 'consistently outperforms all the comparison baselines' and the asterisk indicating p<0.05 over all baselines. Table 2 similarly shows HiCore below HyCoRec on OpenDialKG R@1 (0.2628 vs 0.2742). This internal inconsistency invalidates the empirical cornerstone of the SOTA claim.
- [§4.4, Table 4] The Matthew-effect claim rests on static offline metrics: average popularity A@K, long-tail ratio L@K, and coverage. No dynamic simulation or online interaction is presented, so the paper has no direct evidence about the 'dynamic user-system feedback loop' stated in the abstract. Moreover, the interpretation of L@K is questionable: if L@K is the fraction of recommended long-tail items, lower HiCore values (e.g., 0.1906 vs MHIM 0.1919 on OpenDialKG L@5) mean fewer long-tail items are recommended, the opposite of 'successfully addresses the long tail distribution.' Since the metric is not formally defined, the conclusion that lower L@K indicates Matthew-effect mitigation is unsupported and appears inverted.
- [References / §1] The reference list contains [Zheng et al., 2024f], an EMNLP 2024 paper with the same title, same author group, and the same proposed framework HiCore. The current manuscript does not state that it is an extension, republication, or overlapping work, and §1 claims 'this is the first work' to build such hypergraphs. The central novelty and contribution therefore appear to have been published previously. This is a load-bearing disclosure issue and needs to be resolved (e.g., by clear deltas over the prior version, or by withdrawal if the submission is a duplicate).
- [§3.1.2, Eq. (9)] The purchase-channel adjacency is defined as A_p = A_M10 − (A_M8 + A_M9). Subtracting motif adjacency matrices is not a standard hypergraph construction; unless the joint motifs are strict subgraphs of the purchase motif, entries can be negative or zero in ways that change the degree-normalized propagation in Eq. (8). No proof or motivation is given that this subtraction yields a meaningful hypergraph, and the downstream contrastive learning relies on this matrix. Please justify or replace with a nonnegative construction.
minor comments (6)
- [Abstract] Typo: 'Matthew effec' should be 'Matthew effect'.
- [Figure 1] The caption and diagram use 'Interested-Boosted CRS'; should be 'Interest-Boosted CRS'.
- [Eq. (11)] The objective has unmatched parentheses and inconsistent log placement in the two contrastive terms; the definitions of z_h^u, \hat z_h^u, and k_h should also be made more precise.
- [§4.3] The sentence beginning 'It also gains 446.51%...' is attributed to the REDIAL dataset, but the numbers appear to correspond to TG-REDIAL; the dataset name is likely repeated in error.
- [Eq. (14)] p2 and p3 are both conditioned on Prec; presumably one condition is a different context. Please clarify.
- [References] Deng et al. 2021a and 2021b are duplicate entries for the same paper; please consolidate.
Circularity Check
No significant circularity: HiCore's SOTA claim is an empirical benchmark result, not an analytic consequence of its own definitions.
full rationale
I walked the derivation chain. The recommendation score is computed as P_rec = X_m × V_cand, where X_m is produced by hypergraph convolution and attention over the constructed hypergraphs, and the SSL loss in Eq. (11) is a standard contrastive objective: positive pairs are different views of the same user data, with the text saying X_m and Z_h are 'ground truths for each other.' That is a description of contrastive learning, not a validation loop that makes the reported benchmark numbers true by construction. No parameter is fitted to the Matthew-effect metrics (Coverage, A@K, L@K) and then reported as a prediction; those metrics are measured on outputs of a model trained with cross-entropy and InfoNCE losses. The heavy self-citation, including the authors' identical EMNLP 2024 entry and HyCoRec, is unusual but not load-bearing: the central comparison is against externally published baselines, and the framework's components are defined from the data rather than from those citations. The impossible-looking Table 1 cell (M@10 > R@10 on TG-REDIAL) and the questionable use of offline long-tail metrics as evidence for a dynamic feedback-loop effect are correctness and validity concerns, not circularity. Under the required standard of exhibiting a specific reduction to inputs by construction, no such circular step is present.
Assumptions & free parameters
free parameters (5)
- Embedding dimension d
- Self-supervised/conversation weight beta
- Hypergraph convolution layers N =
2 (best in Fig. 4)
- Hyperedge threshold P
- k-hop neighbor size for entity/word hypergraphs
assumptions (5)
- standard math Hypergraph convolution propagation in Eq. (8) is a valid encoder for user interests.
- domain assumption Triangle motifs defined on social relations encode group, joint, and purchase channels relevant to recommendation interests.
- domain assumption Multi-level interests learned from static offline logs transfer to dynamic user-system feedback loops.
- ad hoc to paper Lower Average Popularity and lower Long Tail Ratio indicate successful Matthew-effect mitigation.
- ad hoc to paper Subtraction in the purchase-channel adjacency (A_p = A_M10 - (A_M8 + A_M9), Eq. 9) yields a meaningful hypergraph.
Cite this review
Pith. "Pith review of Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation." pith.science (2026). https://pith.science/paper/OBQRUP5Y
@misc{pith2026260718609,
author = {Pith},
title = {Pith review of: Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation},
year = {2026},
howpublished = {\url{https://pith.science/paper/OBQRUP5Y}},
note = {Machine review of arXiv:2607.18609}
}
read the original abstract
The Matthew effect is a big challenge in Recommender Systems (RSs), where popular items tend to receive increasing attention, while less popular ones are often overlooked, perpetuating existing disparities. Although many existing methods attempt to mitigate Matthew effect in the static or quasi-static recommendation scenarios, such issue will be more pronounced as users engage with the system over time. To this end, we propose a novel framework, Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation (HiCore), aiming to address Matthew effect in the Conversational Recommender System (CRS) involving the dynamic user-system feedback loop. It devotes to learn multi-level user interests by building a set of hypergraphs (i.e., item-, entity-, word-oriented multiple-channel hypergraphs) to alleviate the Matthew effec. Extensive experiments on four CRS-based datasets showcase that HiCore attains a new state-of-the-art performance, underscoring its superiority in mitigating the Matthew effect effectively. Our code is available at https://github.com/zysensmile/HiCore.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
Empirical Methods in Natural Language Processing (Demonstrations) , pages=
Openke: An open toolkit for knowledge embedding , author=. Empirical Methods in Natural Language Processing (Demonstrations) , pages=
-
[2]
Advances in Neural Information Processing Systems , volume=
Translating embeddings for modeling multi-relational data , author=. Advances in Neural Information Processing Systems , volume=
-
[3]
IEEE Transactions on Information Theory , volume=
On the role of dynamic programming in statistical communication theory , author=. IEEE Transactions on Information Theory , volume=. 1957 , publisher=
1957
-
[4]
Conference on Research and Development in Information Retrieval , pages=
Interactive recommender system via knowledge graph-enhanced reinforcement learning , author=. Conference on Research and Development in Information Retrieval , pages=
-
[5]
Association for the Advancement of Artificial Intelligence , volume=
Deep reinforcement learning with double q-learning , author=. Association for the Advancement of Artificial Intelligence , volume=
-
[6]
The Semantic Web: 15th International Conference , pages=
Modeling relational data with graph convolutional networks , author=. The Semantic Web: 15th International Conference , pages=. 2018 , organization=
2018
-
[7]
Advances in Neural Information Processing Systems , volume=
Iterative deep graph learning for graph neural networks: Better and robust node embeddings , author=. Advances in Neural Information Processing Systems , volume=
-
[8]
arXiv preprint arXiv:1908.04942 , year=
Reinforcement learning based graph-to-sequence model for natural question generation , author=. arXiv preprint arXiv:1908.04942 , year=
arXiv 1908
Show all 116 references
-
[9]
arXiv preprint arXiv:1609.02907 , year=
Semi-supervised classification with graph convolutional networks , author=. arXiv preprint arXiv:1609.02907 , year=
-
[10]
The Web Conference , pages=
Conversational contextual bandit: Algorithm and application , author=. The Web Conference , pages=
-
[11]
ACM Transactions on Information Systems , volume=
Seamlessly unifying attributes and items: Conversational recommendation for cold-start users , author=. ACM Transactions on Information Systems , volume=. 2021 , publisher=
2021
-
[12]
arXiv preprint arXiv:2010.04125 , year=
Towards topic-guided conversational recommender system , author=. arXiv preprint arXiv:2010.04125 , year=
2010 arXiv
-
[13]
International Conference on Knowledge Discovery and Data Mining , pages=
Improving conversational recommender systems via knowledge graph based semantic fusion , author=. International Conference on Knowledge Discovery and Data Mining , pages=
-
[14]
arXiv preprint arXiv:2005.03954 , year=
Towards conversational recommendation over multi-type dialogs , author=. arXiv preprint arXiv:2005.03954 , year=
2005 arXiv
-
[15]
Conference on Research and Development in Information Retrieval , pages=
Towards question-based recommender systems , author=. Conference on Research and Development in Information Retrieval , pages=
-
[16]
Conference on Research and Development in Information Retrieval , pages=
Conversational recommendation: Formulation, methods, and evaluation , author=. Conference on Research and Development in Information Retrieval , pages=
-
[17]
Conference on Information and Knowledge Management , pages=
Towards conversational search and recommendation: System ask, user respond , author=. Conference on Information and Knowledge Management , pages=
-
[18]
International Conference on Knowledge Discovery and Data Mining , pages=
A visual dialog augmented interactive recommender system , author=. International Conference on Knowledge Discovery and Data Mining , pages=
-
[19]
International Conference on Multimedia , pages=
Knowledge-aware multimodal dialogue systems , author=. International Conference on Multimedia , pages=
-
[20]
Advances in Neural Information Processing Systems , volume=
Towards deep conversational recommendations , author=. Advances in Neural Information Processing Systems , volume=
-
[21]
International Conference on Knowledge Discovery and Data Mining , pages=
Towards conversational recommender systems , author=. International Conference on Knowledge Discovery and Data Mining , pages=
-
[22]
International Conference on Knowledge Discovery and Data Mining , pages=
Q&R: A two-stage approach toward interactive recommendation , author=. International Conference on Knowledge Discovery and Data Mining , pages=
-
[23]
arXiv preprint arXiv:1908.05391 , year=
Towards knowledge-based recommender dialog system , author=. arXiv preprint arXiv:1908.05391 , year=
1908 arXiv
-
[24]
The Web Conference , pages=
Multiple Choice Questions based Multi-Interest Policy Learning for Conversational Recommendation , author=. The Web Conference , pages=
-
[25]
Conference on Research and Development in Information Retrieval , pages=
Learning to Infer User Implicit Preference in Conversational Recommendation , author=. Conference on Research and Development in Information Retrieval , pages=
-
[26]
Conference on Research and Development in Information Retrieval , pages=
Conversational Recommendation via Hierarchical Information Modeling , author=. Conference on Research and Development in Information Retrieval , pages=
-
[27]
Conference on Research and Development in Information Retrieval , pages=
Unified conversational recommendation policy learning via graph-based reinforcement learning , author=. Conference on Research and Development in Information Retrieval , pages=
-
[28]
Conference on Research and Development in Information Retrieval , pages=
Learning to ask appropriate questions in conversational recommendation , author=. Conference on Research and Development in Information Retrieval , pages=
-
[29]
Web Search and Data Mining , pages=
Adapting user preference to online feedback in conversational recommendation , author=. Web Search and Data Mining , pages=
-
[30]
International Conference on Knowledge Discovery and Data Mining , pages=
Interactive path reasoning on graph for conversational recommendation , author=. International Conference on Knowledge Discovery and Data Mining , pages=
-
[31]
Web Search and Data Mining , pages=
Estimation-action-reflection: Towards deep interaction between conversational and recommender systems , author=. Web Search and Data Mining , pages=
-
[32]
Conversational recommender system , author=
-
[33]
2021 , publisher=
Advances and challenges in conversational recommender systems: A survey , author=. 2021 , publisher=
2021
-
[34]
Hongshen Chen and Xiaorui Liu and Dawei Yin and Jiliang Tang , title =
-
[35]
Findings of the Association for Computational Linguistics , pages =
Yu Lu and Junwei Bao and Yan Song and Zichen Ma and Shuguang Cui and Youzheng Wu and Xiaodong He , title =. Findings of the Association for Computational Linguistics , pages =
-
[36]
Web Search and Data Mining , pages =
Yuanhang Zhou and Kun Zhou and Wayne Xin Zhao and Cheng Wang and Peng Jiang and He Hu , title =. Web Search and Data Mining , pages =
-
[37]
International Conference on Knowledge Discovery and Data Mining , pages =
Konstantina Christakopoulou and Filip Radlinski and Katja Hofmann , title =. International Conference on Knowledge Discovery and Data Mining , pages =
-
[38]
Conference on Research
Yueming Sun and Yi Zhang , title =. Conference on Research
-
[39]
Leveraging Historical Interaction Data for Improving Conversational Recommender System , booktitle =
Kun Zhou and Wayne Xin Zhao and Hui Wang and Sirui Wang and Fuzheng Zhang and Zhongyuan Wang and Ji. Leveraging Historical Interaction Data for Improving Conversational Recommender System , booktitle =
-
[40]
The Web Conference , pages =
Yiming Zhang and Lingfei Wu and Qi Shen and Yitong Pang and Zhihua Wei and Fangli Xu and Bo Long and Jian Pei , title =. The Web Conference , pages =
-
[41]
Empirical Methods in Natural Language Processing , pages =
Shirley Anugrah Hayati and Dongyeop Kang and Qingxiaoyang Zhu and Weiyan Shi and Zhou Yu , title =. Empirical Methods in Natural Language Processing , pages =
-
[42]
Advances in Neural Information Processing Systems , pages =
Raymond Li and Samira Ebrahimi Kahou and Hannes Schulz and Vincent Michalski and Laurent Charlin and Chris Pal , title =. Advances in Neural Information Processing Systems , pages =
-
[43]
Towards Topic-Guided Conversational Recommender System , booktitle =
Kun Zhou and Yuanhang Zhou and Wayne Xin Zhao and Xiaoke Wang and Ji. Towards Topic-Guided Conversational Recommender System , booktitle =
-
[44]
Conference on Research and Development in Information Retrieval , pages =
Zhihui Xie and Tong Yu and Canzhe Zhao and Shuai Li , title =. Conference on Research and Development in Information Retrieval , pages =
-
[45]
Association for Computational Linguistics , pages =
Xiexiong Lin and Weiyu Jian and Jianshan He and Taifeng Wang and Wei Chu , title =. Association for Computational Linguistics , pages =
-
[46]
Web Search and Data Mining , pages =
Xiaoyu Zhang and Xin Xin and Dongdong Li and Wenxuan Liu and Pengjie Ren and Zhumin Chen and Jun Ma and Zhaochun Ren , title =. Web Search and Data Mining , pages =
-
[47]
Conference on Research and Development in Information Retrieval , pages =
Shuokai Li and Ruobing Xie and Yongchun Zhu and Xiang Ao and Fuzhen Zhuang and Qing He , title =. Conference on Research and Development in Information Retrieval , pages =
-
[48]
Yingxu Wang and Xiaoru Chen and Jinyuan Fang and Zaiqiao Meng and Shangsong Liang , title =
-
[49]
Association for the Advancement of Artificial Intelligence , pages =
Filip Radlinski and Craig Boutilier and Deepak Ramachandran and Ivan Vendrov , title =. Association for the Advancement of Artificial Intelligence , pages =
-
[50]
DBpedia:
S. DBpedia:. International Semantic Web Conference/Asian Semantic Web Conference , volume =
-
[51]
Conference on Research and Development in Information Retrieval , pages =
Yang Deng and Yaliang Li and Fei Sun and Bolin Ding and Wai Lam , title =. Conference on Research and Development in Information Retrieval , pages =
-
[52]
Pointing the Unknown Words , booktitle =
-
[53]
Gomez and Lukasz Kaiser and Illia Polosukhin , title =
Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin , title =. Advances in Neural Information Processing Systems , pages =
-
[54]
CoRR , volume =
Tong Zhang and Yong Liu and Peixiang Zhong and Chen Zhang and Hao Wang and Chunyan Miao , title =. CoRR , volume =
-
[55]
Conference on Recommender Systems , pages =
Harald Steck , title =. Conference on Recommender Systems , pages =
-
[56]
ACM Transactions on Information Systems , year =
Chongming Gao and Wenqiang Lei and Jiawei Chen and Shiqi Wang and Xiangnan He and Shijun Li and Biao Li and Yuan Zhang and Peng Jiang , title =. ACM Transactions on Information Systems , year =
-
[57]
ACM on Human-Computer Interaction , volume =
Eslam Hussein and Prerna Juneja and Tanushree Mitra , title =. ACM on Human-Computer Interaction , volume =
-
[58]
Shapiro and Mustafa Bilgic , title =
Ping Liu and Karthik Shivaram and Aron Culotta and Matthew A. Shapiro and Mustafa Bilgic , title =. The Web Conference , pages =
-
[59]
Nguyen and Pik
Tien T. Nguyen and Pik. Exploring the filter bubble: the effect of using recommender systems on content diversity , booktitle =
-
[60]
Auditing radicalization pathways on YouTube , booktitle =
Manoel Horta Ribeiro and Raphael Ottoni and Robert West and Virg. Auditing radicalization pathways on YouTube , booktitle =
-
[61]
Conference on User Modeling, Adaptation, and Personalization , pages =
Larissa Spinelli and Mark Crovella , title =. Conference on User Modeling, Adaptation, and Personalization , pages =
-
[62]
An Audit of Misinformation Filter Bubbles on YouTube: Bubble Bursting and Recent Behavior Changes , booktitle =
Mat. An Audit of Misinformation Filter Bubbles on YouTube: Bubble Bursting and Recent Behavior Changes , booktitle =
-
[63]
Association for the Advancement of Artificial Intelligence , pages =
Libo Qin and Zhouyang Li and Qiying Yu and Lehan Wang and Wanxiang Che , title =. Association for the Advancement of Artificial Intelligence , pages =
-
[64]
Association for the Advancement of Artificial Intelligence , pages =
Shimin Li and Qinyuan Cheng and Linyang Li and Xipeng Qiu , title =. Association for the Advancement of Artificial Intelligence , pages =
-
[65]
Association for the Advancement of Artificial Intelligence , pages =
Kshitij Mishra and Priyanshu Priya and Asif Ekbal , title =. Association for the Advancement of Artificial Intelligence , pages =
-
[66]
Alleviating the Long-Tail Problem in Conversational Recommender Systems , booktitle =
Zhipeng Zhao and Kun Zhou and Xiaolei Wang and Wayne Xin Zhao and Fan Pan and Zhao Cao and Ji. Alleviating the Long-Tail Problem in Conversational Recommender Systems , booktitle =
-
[67]
Epure and Romain Hennequin , title =
Elena V. Epure and Romain Hennequin , title =. European Chapter of the Association for Computational Linguistics , pages =
-
[68]
Conversational Agents for Mental Health and Well-being: Discovering Design Recommendations Using Text Mining , booktitle =
Abdullah Wahbeh and Mohammad Al. Conversational Agents for Mental Health and Well-being: Discovering Design Recommendations Using Text Mining , booktitle =
-
[69]
Conference on Research and Development in Information Retrieval , pages =
Yuanxing Liu and Weinan Zhang and Baohua Dong and Yan Fan and Hang Wang and Fan Feng and Yifan Chen and Ziyu Zhuang and Hengbin Cui and Yongbin Li and Wanxiang Che , title =. Conference on Research and Development in Information Retrieval , pages =
-
[70]
Association for the Advancement of Artificial Intelligence , pages =
Robyn Speer and Joshua Chin and Catherine Havasi , title =. Association for the Advancement of Artificial Intelligence , pages =
-
[71]
Empirical Methods in Natural Language Processing (Demonstrations) , pages =
Yoon Kim , title =. Empirical Methods in Natural Language Processing (Demonstrations) , pages =
-
[72]
User-controllable Recommendation Against Filter Bubbles , booktitle =
Wenjie Wang and Fuli Feng and Liqiang Nie and Tat. User-controllable Recommendation Against Filter Bubbles , booktitle =
-
[73]
The Web Conference , pages =
Zhenyang Li and Yancheng Dong and Chen Gao and Yizhou Zhao and Dong Li and Jianye Hao and Kai Zhang and Yong Li and Zhi Wang , title =. The Web Conference , pages =
-
[74]
Examining the Matthew Effect on YouTube Recommendation System , year=
Liu, Ying Chieh and Huang, Min Qi , booktitle=. Examining the Matthew Effect on YouTube Recommendation System , year=
-
[75]
Conference on Research and Development in Information Retrieval , pages =
Chongming Gao and Kexin Huang and Jiawei Chen and Yuan Zhang and Biao Li and Peng Jiang and Shiqi Wang and Zhong Zhang and Xiangnan He , title =. Conference on Research and Development in Information Retrieval , pages =
-
[76]
The Web Conference , pages =
Ashton Anderson and Lucas Maystre and Ian Anderson and Rishabh Mehrotra and Mounia Lalmas , title =. The Web Conference , pages =
-
[77]
Conference on Web Search and Data Mining , pages =
Christian Hansen and Rishabh Mehrotra and Casper Hansen and Brian Brost and Lucas Maystre and Mounia Lalmas , title =. Conference on Web Search and Data Mining , pages =
-
[78]
Conference on Research and Development in Information Retrieval , pages =
Yile Liang and Tieyun Qian and Qing Li and Hongzhi Yin , title =. Conference on Research and Development in Information Retrieval , pages =
-
[79]
The Web Conference , pages =
Yu Zheng and Chen Gao and Liang Chen and Depeng Jin and Yong Li , title =. The Web Conference , pages =
-
[80]
The Web Conference , pages =
Yu Zheng and Chen Gao and Xiang Li and Xiangnan He and Yong Li and Depeng Jin , title =. The Web Conference , pages =
-
[81]
Conference on Research and Development in Information Retrieval , pages =
Yingqiang Ge and Shuya Zhao and Honglu Zhou and Changhua Pei and Fei Sun and Wenwu Ou and Yongfeng Zhang , title =. Conference on Research and Development in Information Retrieval , pages =
-
[82]
Conference on Research and Development in Information Retrieval , pages =
Yang Zhang and Fuli Feng and Xiangnan He and Tianxin Wei and Chonggang Song and Guohui Ling and Yongdong Zhang , title =. Conference on Research and Development in Information Retrieval , pages =
-
[83]
ACM Transactions on Information Systems , volume=
A unified multi-task learning framework for multi-goal conversational recommender systems , author=. ACM Transactions on Information Systems , volume=
-
[84]
Conference on Research and Development in Information Retrieval , pages=
User-centric conversational recommendation with multi-aspect user modeling , author=. Conference on Research and Development in Information Retrieval , pages=
-
[85]
Conference on Computational Linguistics , pages=
Suggest me a movie for tonight: Leveraging Knowledge Graphs for Conversational Recommendation , author=. Conference on Computational Linguistics , pages=
-
[86]
Conference on Empirical Methods in Natural Language Processing , pages=
HutCRS: Hierarchical User-Interest Tracking for Conversational Recommender System , author=. Conference on Empirical Methods in Natural Language Processing , pages=
-
[87]
Chenzhan Shang and Yupeng Hou and Wayne Xin Zhao and Yaliang Li and Jing Zhang , title =
-
[88]
Conference on Information and Knowledge Management , pages=
A hierarchical recurrent encoder-decoder for generative context-aware query suggestion , author=. Conference on Information and Knowledge Management , pages=
-
[89]
Advances in neural information processing systems , volume=
Attention is all you need , author=. Advances in neural information processing systems , volume=
-
[90]
CoRR , year =
Hao Wang and Zonghu Wang and Weishi Zhang , title =. CoRR , year =
-
[91]
Song Bai and Feihu Zhang and Philip H. S. Torr , title =. Pattern Recognit. , volume =
-
[92]
Conference on Artificial Intelligence , pages =
Yifan Feng and Haoxuan You and Zizhao Zhang and Rongrong Ji and Yue Gao , title =. Conference on Artificial Intelligence , pages =
-
[93]
Self-Attentive Sequential Recommendation , booktitle =
Wang. Self-Attentive Sequential Recommendation , booktitle =
-
[94]
International Conference on Information and Knowledge Management , pages =
Fei Sun and Jun Liu and Jian Wu and Changhua Pei and Xiao Lin and Wenwu Ou and Peng Jiang , title =. International Conference on Information and Knowledge Management , pages =
-
[95]
the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , pages =
Jacob Devlin and Ming. the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , pages =
-
[96]
Carbonell and Ruslan Salakhutdinov and Quoc V
Zhilin Yang and Zihang Dai and Yiming Yang and Jaime G. Carbonell and Ruslan Salakhutdinov and Quoc V. Le , title =. Advances in Neural Information Processing Systems , pages =
-
[97]
the Association for Computational Linguistics , pages =
Mike Lewis and Yinhan Liu and Naman Goyal and Marjan Ghazvininejad and Abdelrahman Mohamed and Omer Levy and Veselin Stoyanov and Luke Zettlemoyer , title =. the Association for Computational Linguistics , pages =
-
[98]
the Association for Computational Linguistics , pages =
Yizhe Zhang and Siqi Sun and Michel Galley and Yen. the Association for Computational Linguistics , pages =
-
[99]
Tom B. Brown and Benjamin Mann and Nick Ryder and Melanie Subbiah and Jared Kaplan and Prafulla Dhariwal and Arvind Neelakantan and Pranav Shyam and Girish Sastry and Amanda Askell and Sandhini Agarwal and Ariel Herbert. Language Models are Few-Shot Learners , booktitle =
-
[100]
World Wide Web
Junliang Yu and Hongzhi Yin and Jundong Li and Qinyong Wang and Nguyen Quoc Viet Hung and Xiangliang Zhang , title =. World Wide Web
-
[101]
Milo and S
R. Milo and S. Shen-Orr and S. Itzkovitz and N. Kashtan and D. Chklovskii and U. Alon , title =. Science , volume =
-
[102]
Conference of the Association for Computational Linguistics
Seungwhan Moon and Pararth Shah and Anuj Kumar and Rajen Subba , title =. Conference of the Association for Computational Linguistics
-
[103]
Conference on Empirical Methods in Natural Language Processing
Zeming Liu and Haifeng Wang and Zhengyu Niu and Hua Wu and Wanxiang Che , title =. Conference on Empirical Methods in Natural Language Processing
-
[104]
the Association for Computational Linguistics
Yongsen Zheng and Ruilin Xu and Ziliang Chen and Guohua Wang and Mingjie Qian and Jinghui Qin and Liang Lin , title =. the Association for Computational Linguistics
-
[105]
IEEE Transactions on Knowledge and Data Engineering , volume=
Graph-convolved factorization machines for personalized recommendation , author=. IEEE Transactions on Knowledge and Data Engineering , volume=. 2021 , publisher=
2021
-
[106]
Routing User-Interest Markov Tree for Scalable Personalized Knowledge-Aware Recommendation , year=
Zheng, Yongsen and Wei, Pengxu and Chen, Ziliang and Tang, Chengpei and Lin, Liang , journal=. Routing User-Interest Markov Tree for Scalable Personalized Knowledge-Aware Recommendation , year=
-
[107]
CIPL: Counterfactual Interactive Policy Learning to Eliminate Popularity Bias for Online Recommendation , year=
Zheng, Yongsen and Qin, Jinghui and Wei, Pengxu and Chen, Ziliang and Lin, Liang , journal=. CIPL: Counterfactual Interactive Policy Learning to Eliminate Popularity Bias for Online Recommendation , year=
-
[108]
CIREC: Causal Intervention-Inspired Policy Learning to Mitigate Exposure Bias for Interactive Recommendation , year=
Zheng, Yongsen and Wang, Guohua and Qin, Jinghui and Chen, Ziliang and Lin, Junfan and Wei, Pengxu and Lin, Liang and Lam, Kwok-Yan , journal=. CIREC: Causal Intervention-Inspired Policy Learning to Mitigate Exposure Bias for Interactive Recommendation , year=
-
[109]
H ut CRS : Hierarchical User-Interest Tracking for Conversational Recommender System
Qian, Mingjie and Zheng, Yongsen and Qin, Jinghui and Lin, Liang. H ut CRS : Hierarchical User-Interest Tracking for Conversational Recommender System. Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing. 2023. doi:10.18653/v1/2023.emnlp-main.635
2023 doi
-
[110]
2024 , isbn =
Zheng, Yongsen and Wang, Guohua and Liu, Yang and Lin, Liang , title =. 2024 , isbn =. doi:10.1145/3664647.3680909 , booktitle =
2024
-
[111]
2024 , isbn =
Zheng, Yongsen and Chen, Ziliang and Qin, Jinghui and Lin, Liang , title =. 2024 , isbn =. doi:10.1609/aaai.v38i8.28794 , booktitle =
2024 doi
-
[112]
Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation
Zheng, Yongsen and Xu, Ruilin and Wang, Guohua and Lin, Liang and Lam, Kwok-Yan. Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation. Proceedings of the 2024 Conference on Empirical Methods in Natural La...
2024 doi
-
[113]
Why Multi-Interest Fairness Matters: Hypergraph Contrastive Multi-Interest Learning for Fair Conversational Recommender System
Zheng, Yongsen and Xie, Zongxuan and Wang, Guohua and Liu, Ziyao and Lin, Liang and Lam, Kwok-Yan. Why Multi-Interest Fairness Matters: Hypergraph Contrastive Multi-Interest Learning for Fair Conversational Recommender System. Findings of the Association for Computational Ling...
2025 doi
-
[114]
H yper CRS : Hypergraph-Aware Multi-Grained Preference Learning to Burst Filter Bubbles in Conversational Recommendation System
Zheng, Yongsen and Qian, Mingjie and Wang, Guohua and Liu, Yang and Chen, Ziliang and Mao, Mingzhi and Lin, Liang and Lam, Kwok-Yan. H yper CRS : Hypergraph-Aware Multi-Grained Preference Learning to Burst Filter Bubbles in Conversational Recommendation System. Findings of the...
2025 doi
-
[115]
ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
Diversity is All You Need: Self-Supervised Hypergraph Learning for Mitigating Popularity Bias in Conversational Recommender System , author=. ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2026 , organization=
2026
-
[116]
Proceedings of the 31st ACM International Conference on Multimedia , pages=
An order-complexity aesthetic assessment model for aesthetic-aware music recommendation , author=. Proceedings of the 31st ACM International Conference on Multimedia , pages=
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.