← Search

Hongtao Liu

17 accepted papers

2025

A Survey on LLM-powered Agents for Recommender Systems

EMNLP 2025

Recently, Large Language Models (LLMs) have demonstrated remarkable capabilities in natural language understanding, reasoning, and generation, prompting the recommendation community to leverage these powerful models to address fundamental challenges in traditional recommender systems, including limi

Cited by 0SourcePDFScholar
2025

Beyond Fixed Length: Bucket Pre-training is All You Need

IJCAI 2025

Large Language Models (LLMs) have demonstrated exceptional performance across various tasks, with pre-training stage serving as the cornerstone of their capabilities. However, the conventional fixed-length data composition strategy for pre-training presents several practical challenges. When using s

2025

DS-MHP: Improving Chain-of-Thought through Dynamic Subgraph-Guided Multi-Hop Path

EMNLP 2025

Large language models (LLMs) excel in natural language tasks, with Chain-of-Thought (CoT) prompting enhancing reasoning through step-by-step decomposition. However, CoT struggles in knowledge-intensive tasks with multiple entities and implicit multi-hop relations, failing to connect entities systema

2025

HPDM: A Hierarchical Popularity-aware Debiased Modeling Approach for Personalized News Recommender

IJCAI 2025

News recommender systems face inherent challenges from popularity bias, where user interactions concentrate heavily on a small subset of popular news. While existing debiasing methods have made progress in recommendation, they often overlook two critical aspects: the different granularity of news po

2024

Advancing Large Language Model Attribution through Self-Improving

EMNLP 2024main

Teaching large language models (LLMs) to generate text with citations to evidence sources can mitigate hallucinations and enhance verifiability in information-seeking systems. However, improving this capability requires high-quality attribution data, which is costly and labor-intensive. Inspired by…

Cited by 6SourcePDFScholar
2024

Extending Context Window of Large Language Models from a Distributional Perspective

EMNLP 2024main

Scaling the rotary position embedding (RoPE) has become a common method for extending the context window of RoPE-based large language models (LLMs). However, existing scaling methods often rely on empirical approaches and lack a profound understanding of the internal distribution within RoPE, result…

2024

GlobeSumm: A Challenging Benchmark Towards Unifying Multi-lingual, Cross-lingual and Multi-document News Summarization

EMNLP 2024main

News summarization in today’s global scene can be daunting with its flood of multilingual content and varied viewpoints from different sources. However, current studies often neglect such real-world scenarios as they tend to focus solely on either single-language or single-document tasks. To bridge…

2024

Graph Collaborative Expert Finding with Contrastive Learning

IJCAI 2024poster

In Community Question Answering (CQA) websites, most current expert finding methods often model expert embeddings from textual features and optimize them with expert-question first-order interactions, i.e., this expert has answered this question. In this paper, we try to address the limitation of cu…

Cited by 1SourcePDFScholar
2024

Length Extrapolation of Transformers: A Survey from the Perspective of Positional Encoding

EMNLP 2024finding

Built upon the Transformer, large language models (LLMs) have captured worldwide attention due to their remarkable abilities. Nevertheless, all Transformer-based models including LLMs suffer from a preset length limit and can hardly generalize from short training sequences to longer inference ones,…

Cited by 21SourcePDFScholar
2024

Meaningful Learning: Enhancing Abstract Reasoning in Large Language Models via Generic Fact Guidance

NeurIPS 2024poster

Large language models (LLMs) have developed impressive performance and strong explainability across various reasoning scenarios, marking a significant stride towards mimicking human-like intelligence. Despite this, when tasked with several simple questions supported by a generic fact, LLMs often str…

2024

SRAP-Agent: Simulating and Optimizing Scarce Resource Allocation Policy with LLM-based Agent

EMNLP 2024finding

Public scarce resource allocation plays a crucial role in economics as it directly influences the efficiency and equity in society. Traditional studies including theoretical model-based, empirical study-based and simulation-based methods encounter limitations due to the idealized assumption of compl…

2023

Contrastive Pre-training for Personalized Expert Finding

EMNLP 2023long findings

Expert finding could help route questions to potential suitable users to answer in Community Question Answering (CQA) platforms. Hence it is essential to learn accurate representations of experts and questions according to the question text articles. Recently the pre-training and fine-tuning paradig…

Cited by 0SourceScholar
2023

Deep Generative Modeling on Limited Data with Regularization by Nontransferable Pre-trained Models

ICLR 2023poster

Deep generative models (DGMs) are data-eager because learning a complex model on limited data suffers from a large variance and easily overfits. Inspired by the classical perspective of the bias-variance tradeoff, we propose regularized deep generative model (Reg-DGM), which leverages a nontransfera…

2023

PUNR: Pre-training with User Behavior Modeling for News Recommendation

EMNLP 2023long findings

News recommendation aims to predict click behaviors based on user behaviors. How to effectively model the user representations is the key to recommending preferred news. Existing works are mostly focused on improvements in the supervised fine-tuning stage. However, there is still a lack of PLM-ba…

Cited by 0SourcecodeScholar
2023

Pre-trained Personalized Review Summarization with Effective Salience Estimation

ACL 2023findings

Personalized review summarization in recommender systems is a challenging task of generating condensed summaries for product reviews while preserving the salient content of reviews. Recently, Pretrained Language Models (PLMs) have become a new paradigm in text generation for the strong ability of na…