← Search

Chuhan Wu

28 accepted papers

2026

StableToken: A Noise-Robust Semantic Speech Tokenizer for Resilient SpeechLLMs

ICLR 2026poster

Prevalent semantic speech tokenizers, designed to capture linguistic content, are surprisingly fragile. We find they are not robust to meaning-irrelevant acoustic perturbations; even at high Signal-to-Noise Ratios (SNRs) where speech is perfectly intelligible, their output token sequences can change…

Cited by 0SourcecodeScholar
2026

WeDLM: Reconciling Diffusion Language Models with Standard Causal Attention for Fast Inference

ICML 2026oral

Autoregressive (AR) generation is the standard decoding paradigm for Large Language Models (LLMs), but its token-by-token nature limits parallelism at inference time. Diffusion Language Models (DLLMs) offer parallel decoding by recovering multiple masked tokens per step; however, in practice they of…

Cited by 0SourceScholar
2025

Crowd Comparative Reasoning: Unlocking Comprehensive Evaluations for LLM-as-a-Judge

ACL 2025long

LLM-as-a-Judge, which generates chain-of-thought (CoT) judgments, has become a widely adopted auto-evaluation method. However, its reliability is compromised by the CoT reasoning’s inability to capture comprehensive and deeper details, often leading to incomplete outcomes. Existing methods mainly re…

2025

Instruction-Tuning Data Synthesis from Scratch via Web Reconstruction

ACL 2025finding

The improvement of LLMs’ instruction-following capabilities depends critically on the availability of high-quality instruction-response pairs. While existing automatic data synthetic methods alleviate the burden of manual curation, they often rely heavily on either the quality of seed data or strong…

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

POINTS-Reader: Distillation-Free Adaptation of Vision-Language Models for Document Conversion

EMNLP 2025

High-quality labeled data is essential for training accurate document conversion models, particularly in domains with complex formats such as tables, formulas, and multi-column text. However, manual annotation is both costly and time-consuming, while automatic labeling using existing models often la

2025

RevisEval: Improving LLM-as-a-Judge via Response-Adapted References

ICLR 2025poster

With significant efforts in recent studies, LLM-as-a-Judge has become a cost-effective alternative to human evaluation for assessing text generation quality in a wide range of tasks. However, there still remains a reliability gap between LLM-as-a-Judge and human evaluation. One important reason is t…

Cited by 8SourcePDFScholar
2025

ToolACE: Winning the Points of LLM Function Calling

ICLR 2025poster

Function calling significantly extends the application boundary of large language models (LLMs), where high-quality and diverse training data is critical for unlocking this capability. However, collecting and annotating real function-calling data is challenging, while synthetic data from existing pi…

Cited by 23SourcePDFScholar
2024

Learning to Edit: Aligning LLMs with Knowledge Editing

ACL 2024long

Knowledge editing techniques, aiming to efficiently modify a minor proportion of knowledge in large language models (LLMs) without negatively impacting performance across other inputs, have garnered widespread attention. However, existing methods predominantly rely on memorizing the updated knowledg…

2022

DebiasGAN: Eliminating Position Bias in News Recommendation with Adversarial Learning

EMNLP 2022finding

Click behaviors are widely used for learning news recommendation models, but they are heavily affected by the biases brought by the news display positions. It is important to remove position biases to train unbiased recommendation model and capture unbiased user interest. In this paper, we propose a…

Cited by 7SourcePDFScholar
2022

Effective and Efficient Query-aware Snippet Extraction for Web Search

EMNLP 2022main

Query-aware webpage snippet extraction is widely used in search engines to help users better understand the content of the returned webpages before clicking. The extracted snippet is expected to summarize the webpage in the context of the input query. Existing snippet extraction methods mainly rely…

2022

FairVFL: A Fair Vertical Federated Learning Framework with Contrastive Adversarial Learning

NeurIPS 2022accept

Vertical federated learning (VFL) is a privacy-preserving machine learning paradigm that can learn models from features distributed on different platforms in a privacy-preserving way. Since in real-world applications the data may contain bias on fairness-sensitive features (e.g., gender), VFL models…

2022

FedX: Unsupervised Federated Learning with Cross Knowledge Distillation

ECCV 2022poster

"This paper presents FedX, an unsupervised federated learning framework. Our model learns unbiased representation from decentralized and heterogeneous local data. It employs a two-sided knowledge distillation with contrastive learning as a core component, allowing the federated system to function wi…

2022

NoisyTune: A Little Noise Can Help You Finetune Pretrained Language Models Better

ACL 2022short

Effectively finetuning pretrained language models (PLMs) is critical for their success in downstream tasks. However, PLMs may have risks in overfitting the pretraining tasks and data, which usually have gap with the target downstream tasks. Such gap may be difficult for existing PLM finetuning metho…

Cited by 60SourcePDFScholar
2022

Tiny-NewsRec: Effective and Efficient PLM-based News Recommendation

EMNLP 2022main

News recommendation is a widely adopted technique to provide personalized news feeds for the user. Recently, pre-trained language models (PLMs) have demonstrated the great capability of natural language understanding and benefited news recommendation via improving news modeling. However, most existi…

2022

Two Birds with One Stone: Unified Model Learning for Both Recall and Ranking in News Recommendation

ACL 2022findings

Recall and ranking are two critical steps in personalized news recommendation. Most existing news recommender systems conduct personalized news recall and ranking separately with different models. However, maintaining multiple models leads to high computational cost and poses great challenges to mee…

Cited by 26SourcePDFScholar
2021

Efficient-FedRec: Efficient Federated Learning Framework for Privacy-Preserving News Recommendation

EMNLP 2021main

News recommendation is critical for personalized news access. Most existing news recommendation methods rely on centralized storage of users’ historical news click behavior data, which may lead to privacy concerns and hazards. Federated Learning is a privacy-preserving framework for multiple clients…

2021

Fairness-aware News Recommendation with Decomposed Adversarial Learning

AAAI 2021technical

News recommendation is important for online news services. Existing news recommendation models are usually learned from users' news click behaviors. Usually the behaviors of users with the same sensitive attributes (e.g., genders) have similar patterns and news recommendation models can easily captu…

Cited by 166SourcePDFScholar
2021

Hi-Transformer: Hierarchical Interactive Transformer for Efficient and Effective Long Document Modeling

ACL 2021short

Transformer is important for text modeling. However, it has difficulty in handling long documents due to the quadratic complexity with input text length. In order to handle this problem, we propose a hierarchical interactive Transformer (Hi-Transformer) for efficient and effective long document mode…

2021

HieRec: Hierarchical User Interest Modeling for Personalized News Recommendation

ACL 2021long

User interest modeling is critical for personalized news recommendation. Existing news recommendation methods usually learn a single user embedding for each user from their previous behaviors to represent their overall interest. However, user interest is usually diverse and multi-grained, which is d…

2021

NewsBERT: Distilling Pre-trained Language Model for Intelligent News Application

EMNLP 2021finding

Pre-trained language models (PLMs) like BERT have made great progress in NLP. News articles usually contain rich textual information, and PLMs have the potentials to enhance news text modeling for various intelligent news applications like news recommendation and retrieval. However, most existing PL…

Cited by 47SourcePDFScholar
2021

PP-Rec: News Recommendation with Personalized User Interest and Time-aware News Popularity

ACL 2021long

Personalized news recommendation methods are widely used in online news services. These methods usually recommend news based on the matching between news content and user interest inferred from historical behaviors. However, these methods usually have difficulties in making accurate recommendations…

2021

Uni-FedRec: A Unified Privacy-Preserving News Recommendation Framework for Model Training and Online Serving

EMNLP 2021finding

News recommendation techniques can help users on news platforms obtain their preferred news information. Most existing news recommendation methods rely on centrally stored user behavior data to train models and serve users. However, user data is usually highly privacy-sensitive, and centrally storin…

2021

User-as-Graph: User Modeling with Heterogeneous Graph Pooling for News Recommendation

IJCAI 2021poster

Accurate user modeling is critical for news recommendation. Existing news recommendation methods usually model users' interest from their behaviors via sequential or attentive models. However, they cannot model the rich relatedness between user behaviors, which can provide useful contexts of these b…

Cited by 82SourcePDFScholar
2020

User Modeling with Click Preference and Reading Satisfaction for News Recommendation

IJCAI 2020poster

Modeling user interest is critical for accurate news recommendation. Existing news recommendation methods usually infer user interest from click behaviors on news. However, users may click a news article because attracted by its title shown on the news website homepage, but may not be satisfied with…