Papers by Yao Mu
FAEDKV: Infinite-Window Fourier Transform for Unbiased KV Cache Compression (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Current compression strategies, including token eviction and learned projections, often lead to biased representations and may require costly model retraining. |
| Approach: | They propose a training-free KV cache compression framework that equalizes the contribution of all tokens to the compressed representation. |
| Outcome: | The proposed framework ensures unbiased information retention in the KV cache. |
When Truthful Representations Flip Under Deceptive Instructions? (2025.emnlp-main)
Copied to clipboard
| Challenge: | Large language models (LLMs) follow maliciously crafted instructions to generate deceptive responses, posing safety challenges. |
| Approach: | They use Sparse Autoencoders to analyze LLM's internal representations to determine when and how they "flip" from truthful to deceptive under deceptively crafted instructions. |
| Outcome: | The proposed model's True/False output is predictable across all conditions based on the model''s representation, and the Deceptive instructions induce significant representational shifts compared to Truthful/Neutral representations. |
Text2World: Benchmarking Large Language Models for Symbolic World Model Generation (2025.findings-acl)
Copied to clipboard
Mengkang Hu, Tianxing Chen, Yude Zou, Yuheng Lei, Qiguang Chen, Ming Li, Yao Mu, Hongyuan Zhang, Wenqi Shao, Ping Luo
| Challenge: | Recent studies have encountered limitations in leveraging large language models to generate symbolic world models. |
| Approach: | They propose a benchmarking framework based on planning domain definition language (PDDL) that employs multi-criteria, execution-based metrics for a more robust evaluation. |
| Outcome: | The proposed model outperforms models trained with large-scale reinforcement learning, but lacks the robustness needed to perform in world modeling. |
HiAgent: Hierarchical Working Memory Management for Solving Long-Horizon Agent Tasks with Large Language Model (2025.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to optimize agent performance by incorporating entire historical action-observation pairs into LLMs are redundant in long-horizon tasks. |
| Approach: | They propose a framework that leverages subgoals as memory chunks to manage working memory of LLM-based agents hierarchically. |
| Outcome: | The proposed framework achieves a twofold increase in success rate and reduces the average number of steps required by 3.8. |
JW-SVD: Bridging the Cross-Modal Mismatch in Post-Training MLLM Compression (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods for compression of Multimodal Large Language Models lack multimodal adaptation to preserve cross-modal synergy. |
| Approach: | They propose a framework that aligns vision and language manifolds via a Joint Covariance basis and propose Global Spectrum-Aware Truncation to dynamically transfer parameter budget to the sensitive Backbone. |
| Outcome: | Experiments on Qwen2.5-VL and Llama-3-Next confirm that JW-SVD retains both text and image capabilities. |
RemoteRAG: A Privacy-Preserving LLM Cloud RAG Service (2025.findings-acl)
Copied to clipboard
| Challenge: | Large language models (LLMs) have a tendency to generate factually incorrect or purely fictional responses, a phenomenon known as hallucination. |
| Approach: | They propose to use remote RAG to protect user query from privacy leakage . they introduce (n,)-DistanceDP to characterize privacy leakages of user query . |
| Outcome: | The proposed solution can resist embedding inversion attacks while achieving no loss in retrieval under various settings. |
Quantized but Deceptive? A Multi-Dimensional Truthfulness Evaluation of Quantized LLMs (2025.emnlp-main)
Copied to clipboard
| Challenge: | Quantization enables efficient deployment of large language models in resource-constrained environments . but impact on truthfulness remains largely unexplored . |
| Approach: | They propose a framework to assess the truthfulness of quantized large language models . they find quantized models retain internally truthful representations but produce false outputs . |
| Outcome: | The framework assesses the truthfulness of quantized models across three dimensions . it finds that quantized model models retain internally truthful representations but are more susceptible to false outputs . |
Self-Reflective Generation at Test Time (2026.acl-long)
Copied to clipboard
| Challenge: | Existing self-reflection mechanisms are reactive and inefficient for large language models . a fundamental tension persists between the ability to execute complex multi-step reasoning and the ability of the model to generate coherent traces. |
| Approach: | They propose a test-time framework that reflects before generating at uncertain points . SRGen utilizes dynamic entropy thresholding to identify high-uncertainty tokens . |
| Outcome: | The proposed framework can significantly strengthen large language models' reasoning process. |