← Search

Huifeng Guo

11 accepted papers

2026

Can Recommender Systems Teach Themselves? A Recursive Self-Improving Framework with Fidelity Control

ICML 2026poster

The scarcity of high-quality training data presents a fundamental bottleneck to scaling machine learning models. This challenge is particularly acute in recommendation systems, where extreme sparsity in user interactions leads to rugged optimization landscapes and poor generalization. We propose the…

Cited by 0SourceScholar
2026

Don’t Start Over: A Cost-Effective Framework for Migrating Personalized Prompts Between LLMs

AAAI 2026technical

Personalization in Large Language Models (LLMs) often relies on user-specific soft prompts. However, these prompts become obsolete when the foundation model is upgraded, necessitating costly, full-scale retraining. To overcome this limitation, we propose the Prompt-level User Migration Adapter (PUMA

Cited by 0SourcePDFScholar
2026

Evoking User Memory: Personalizing LLM via Recollection-Familiarity Adaptive Retrieval

ICLR 2026poster

Personalized large language models (LLMs) rely on memory retrieval to incorporate user-specific histories, preferences, and contexts. Existing approaches either overload the LLM by feeding all the user's past memory into the prompt, which is costly and unscalable, or simplify retrieval into a one-sh…

Cited by 0SourcecodeScholar
2026

From Single to Multi-Granularity: Toward Long-Term Memory Association and Selection of Conversational Agents

ICLR 2026poster

Large Language Models (LLMs) have recently been widely adopted in conversational agents. However, the increasingly long interactions between users and agents accumulate extensive dialogue records, making it difficult for LLMs with limited context windows to maintain a coherent long-term dialogue mem…

Cited by 0SourcecodeScholar
2026

Personalize Before Retrieve: LLM-based Personalized Query Expansion for User-Centric Retrieval

AAAI 2026technical

Retrieval-Augmented Generation (RAG) critically depends on effective query expansion to retrieve relevant information. However, existing expansion methods adopt uniform strategies that overlook user-specific semantics, ignoring individual expression styles, preferences, and historical context. In pr

Cited by 0SourcePDFScholar
2025

Bridging Relevance and Reasoning: Rationale Distillation in Retrieval-Augmented Generation

ACL 2025finding

The reranker and generator are two critical components in the Retrieval-Augmented Generation (i.e., RAG) pipeline, responsible for ranking relevant documents and generating responses. However, due to differences in pre-training data and objectives, there is an inevitable gap between the documents ra…

Cited by 0SourcePDFScholar
2025

LLMTreeRec: Unleashing the Power of Large Language Models for Cold-Start Recommendations

COLING 2025main

The lack of training data gives rise to the system cold-start problem in recommendation systems, making them struggle to provide effective recommendations. To address this problem, Large Language Models(LLMs) can model recommendation tasks as language analysis tasks and provide zero-shot results bas…

2025

P-Law: Predicting Quantitative Scaling Law with Entropy Guidance in Large Recommendation Models

NeurIPS 2025poster

With the growing size of data and models in Large Recommendation Models, the time required for debugging has become increasingly prohibitive, underscoring the urgent need for effective guidance in parameter configuration. The Scaling Law (SL) offers analogous guidance in the Sequential Language doma…

Cited by 0SourcecodeScholar
2025

Process vs. Outcome Reward: Which is Better for Agentic RAG Reinforcement Learning

NeurIPS 2025poster

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by integrating external knowledge, yet traditional RAG systems struggle with static workflows and limited adaptability for complex, multistep reasoning tasks. Agentic RAG systems, such as DeepResearch, address these issues th…

Cited by 0SourcecodeScholar
2024

D3: A Methodological Exploration of Domain Division, Modeling, and Balance in Multi-Domain Recommendations

AAAI 2024technical

To enhance the efficacy of multi-scenario services in industrial recommendation systems, the emergence of multi-domain recommendation has become prominent, which entails simultaneous modeling of all domains through a unified model, effectively capturing commonalities and differences among them. Howe…

Cited by 6SourcePDFScholar
2023

Adaptive Low-Precision Training for Embeddings in Click-Through Rate Prediction

AAAI 2023technical

Embedding tables are usually huge in click-through rate (CTR) prediction models. To train and deploy the CTR models efficiently and economically, it is necessary to compress their embedding tables. To this end, we formulate a novel quantization training paradigm to compress the embeddings from the t…

Cited by 14SourcePDFScholar