← Search

wenlin zhang

12 accepted papers

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

MoLoRA: Boosting LLM-based End-to-end Speech Translation with Mixture of Low-rank Experts

AAAI 2026technical

Recently, End-to-End Speech Translation (E2E-ST) methods leveraging large language models (LLMs) have demonstrated strong generalization capabilities and excellent scalability by integrating pre-trained speech encoders with LLMs, where Low-Rank Adaptation (LoRA) is commonly used for parameter-effici

Cited by 0SourcePDFScholar
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
2026

T-GINEE: A Tensor-Based Multi-Graph Representation Learning

ICML 2026poster

While traditional network analysis focuses on single-layer networks, real-world systems often form multilayer networks with multiple relationship types. However, existing methods typically fail to capture complex inter-layer dependencies by treating layers independently or aggregating them. To addre…

Cited by 0SourceScholar
2026

Towards Pareto-Optimal Tool-Integrated Agents with Pareto Ranking Policy Optimization

ICML 2026spotlight

Recent advances in tool-integrated language agents have significantly improved their ability to solve complex reasoning tasks. However, existing alignment methods predominantly focus on maximizing task accuracy, while overlooking auxiliary objectives such as tool-use efficiency, which are essential …

Cited by 0SourceScholar
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

MetaMixSpeech: Meta Task Augmentation for Low-Resource Speech Recognition

EMNLP 2025

Meta-learning has proven to be a powerful paradigm for effectively improving the performance of low-resource speech recognition by learning generalizable knowledge across multiple tasks. However, multilingual meta learning also faces challenges such as task overfitting and learner overfitting, there

Cited by 0SourcePDFScholar
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

Meta-Adapter for Self-Supervised Speech Models: A Solution to Low-Resource Speech Recognition Challenges

COLING 2024main

Self-supervised models have demonstrated remarkable performance in speech processing by learning latent representations from large amounts of unlabeled data. Although these models yield promising results on low-resource languages, the computational expense of fine-tuning all model parameters is proh…

Cited by 0SourcePDFScholar
2023

Decoupled Non-Parametric Knowledge Distillation for end-to-End Speech Translation

ICASSP 2023accepted

Existing techniques often attempt to make knowledge transfer from a powerful machine translation (MT) to speech translation (ST) model with some elaborate techniques, which often requires transcription as extra input during training. However, transcriptions are not always available, and how to impro…

Cited by 0SourceScholar
2023

RobuT: A Systematic Study of Table QA Robustness Against Human-Annotated Adversarial Perturbations

ACL 2023long

Despite significant progress having been made in question answering on tabular data (Table QA), it’s unclear whether, and to what extent existing Table QA models are robust to task-specific perturbations, e.g., replacing key question entities or shuffling table columns. To systematically study the r…