Papers by Weijun Wang
Personalizing LLMs with Binary Feedback: A Preference-Calibrated Optimization Framework (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods focus on isolated user histories, neglecting the essential role of inter-user differences. |
| Approach: | They propose a framework that personalizes Large Language Models via preference-calibrated binary signals. |
| Outcome: | The proposed framework outperforms baselines in a variety of personalization tasks and backbone LLMs. |
SwapMoE: Serving Off-the-shelf MoE-based Large Language Models with Tunable Memory Budget (2024.acl-long)
Copied to clipboard
| Challenge: | Mixture of experts (MoE) is a popular technique to improve capacity of Large Language Models (LLMs) but memory-constrained devices are a major concern in edge AI training and serving. |
| Approach: | They propose a framework for efficient serving of MoE-based large language models with tunable memory budgets. |
| Outcome: | Experiments show that SwapMoE can reduce memory consumption while maintaining reasonable accuracy. |
Vocabulary Hijacking in LVLMs: Unveiling Critical Attention Heads by Excluding Inert Tokens to Mitigate Hallucination (2026.acl-long)
Copied to clipboard
| Challenge: | Large Vision-Language Models (LVLMs) are capable of processing visual inputs, but are susceptible to hallucinations. |
| Approach: | They propose a method to localize and localize specific visual tokens, which are defined as **Inert Tokens**, across layers, revealing a rigid semantic collapse. |
| Outcome: | The proposed approach reduces the likelihood of LVLMs being hijacked by visual inputs while maintaining general capabilities. |