← Search

Ke Zeng

11 accepted papers

2026

Breaking the Illusion: When Positive Meets Negative in Multimodal Decoding

CVPR 2026

Vision-Language Models (VLMs) are frequently undermined by object hallucination--generating content that contradicts visual reality--due to an over-reliance on linguistic priors. We introduce Positive-and-Negative Decoding (PND), a training-free inference framework that intervenes directly in the de

Cited by 0SourcecodeScholar
2026

Navigating the Pareto Frontier of Alignment:Spectrum-Adaptive Fine-Tuning for LLMs

ICML 2026poster

Supervised Fine-Tuning (SFT) with Negative Log-Likelihood (NLL) remains the standard post-training paradigm for Large Language Models, yet it imposes an excessive penalty on low-probability target tokens. This focus forces the model to prioritize minimizing the loss of difficult samples over optimiz…

Cited by 0SourceScholar
2026

Rectify Evaluation Preference: Improving LLMs’ Critique on Math Reasoning via Perplexity-aware Reinforcement Learning

AAAI 2026technical

To improve Multi-step Mathematical Reasoning (MsMR) of Large Language Models (LLMs), it is crucial to obtain scalable supervision from the corpus by automatically critiquing mistakes in the reasoning process of MsMR and rendering a final verdict of the problem-solution. Most existing methods rely on

Cited by 0SourcePDFScholar
2026

TRIP-Bench: A Benchmark for Long-Horizon Interactive Agents in Real-World Scenarios

ICML 2026poster

As LLM-based agents are deployed in increasingly complex real-world settings, existing benchmarks underrepresent key challenges such as enforcing global constraints, coordinating multi-tool reasoning, and adapting to evolving user behavior over long, multi-turn interactions. To bridge this gap, we i…

Cited by 0SourceScholar
2026

Towards Self-Robust LLMs: Intrinsic Prompt Noise Resistance via CoIPO

ICLR 2026poster

Large language models (LLMs) have demonstrated remarkable and steadily improving performance across a wide range of tasks. However, LLM performance may be highly sensitive to prompt variations especially in scenarios with limited openness or strict output formatting requirements, indicating insuffic…

Cited by 0SourcecodeScholar
2025

DenoiseRotator: Enhance Pruning Robustness for LLMs via Importance Concentration

NeurIPS 2025poster

Pruning is a widely used technique to compress large language models (LLMs) by removing unimportant weights, but it often suffers from significant performance degradation—especially under semi-structured sparsity constraints. Existing pruning methods primarily focus on estimating the importance of i…

Cited by 0SourcecodeScholar
2025

Don’t Half-listen: Capturing Key-part Information in Continual Instruction Tuning

ACL 2025long

Instruction tuning for large language models (LLMs) can drive them to produce results consistent with human goals in specific downstream tasks. However, the process of continual instruction tuning (CIT) for LLMs may bring about the catastrophic forgetting (CF) problem, where previously learned abili…

2025

Enhancing Efficiency and Exploration in Reinforcement Learning for LLMs

EMNLP 2025

Reasoning large language models (LLMs) excel in complex tasks, which has drawn significant attention to reinforcement learning (RL) for LLMs. However, existing approaches allocate an equal number of rollouts to all questions during the RL process, which is inefficient. This inefficiency stems from t

2025

When to Continue Thinking: Adaptive Thinking Mode Switching for Efficient Reasoning

EMNLP 2025

Large reasoning models (LRMs) achieve remarkable performance via long reasoning chains, but often incur excessive computational overhead due to redundant reasoning, especially on simple tasks. In this work, we systematically quantify the upper bounds of LRMs under both Long-Thinking and No-Thinking

Cited by 0SourcePDFScholar
2024

Dual-Stage Multi-Task Syntax-Oriented Pre-Training for Syntactically Controlled Paraphrase Generation

ACL 2024findings

Syntactically Controlled Paraphrase Generation (SCPG), which aims at generating sentences having syntactic structures resembling given exemplars, is attracting more research efforts in recent years. We took an empirical survey on previous SCPG datasets and methods and found three tacitly approved wh…

2024

Learning or Self-aligning? Rethinking Instruction Fine-tuning

ACL 2024long

Instruction Fine-tuning (IFT) is a crucial phase in building large language models (LLMs). Previous works mainly focus on the IFT’s role in the transfer of behavioral norms and the learning of additional world knowledge. However, the understanding of the underlying mechanisms of IFT remains signific…