← Search

Junhong Wu

12 accepted papers

2026

Emergent Hierarchical Reasoning in LLMs through Reinforcement Learning

ICLR 2026poster

Reinforcement Learning (RL) has proven highly effective at enhancing the complex reasoning abilities of Large Language Models (LLMs), yet underlying mechanisms driving this success remain largely opaque. Our analysis reveals that puzzling phenomena like ``aha moments", ``length-scaling'' and entropy…

Cited by 0SourcecodeScholar
2026

Enough is as good as a feast: A Comprehensive Analysis of How Reinforcement Learning Mitigates Task Conflicts in LLMs

ICLR 2026poster

Model merging plays a crucial role in consolidating multiple specialized models into a single, unified model, especially in the era of large language models (LLMs). Recent research has primarily focused on developing strategies to enhance merging performance with the trained models, while the impact…

Cited by 0SourceScholar
2026

LLMs are Single-threaded Reasoners: Demystifying the Working Mechanism of Soft Thinking

ICLR 2026poster

Human cognition naturally engages with abstract and fluid concepts, whereas existing reasoning models often rely on generating discrete tokens, potentially constraining their expressive capabilities. Recent advancements aim to address this limitation by enabling large language models (LLMs) to gener…

Cited by 0SourceScholar
2025

Boosting LLM Translation Skills without General Ability Loss via Rationale Distillation

ACL 2025finding

Large Language Models (LLMs) have achieved impressive results across numerous NLP tasks, and fine-tuning them for Machine Translation (MT) has improved their performance. However, vanilla fine-tuning often leads to catastrophic forgetting, compromising the broad general abilities of LLMs and introdu…

2025

Hit the Sweet Spot! Span-Level Ensemble for Large Language Models

COLING 2025main

Ensembling various LLMs to unlock their complementary potential and leverage their individual strengths is highly valuable. Previous studies typically focus on two main paradigms: sample-level and token-level ensembles. Sample-level ensemble methods either select or blend fully generated outputs, wh…

2025

Implicit Cross-Lingual Rewarding for Efficient Multilingual Preference Alignment

ACL 2025finding

Direct Preference Optimization (DPO) has become a prominent method for aligning Large Language Models (LLMs) with human preferences. While DPO has enabled significant progress in aligning English LLMs, multilingual preference alignment is hampered by data scarcity. To address this, we propose a nove…

2025

LADM: Long-context Training Data Selection with Attention-based Dependency Measurement for LLMs

ACL 2025long

Long-context modeling has drawn more and more attention in the area of Large Language Models (LLMs). Continual training with long-context data becomes the de-facto method to equip LLMs with the ability to process long inputs. However, it still remains an open challenge to measure the quality of long…

Cited by 0SourcePDFScholar
2025

Language Imbalance Driven Rewarding for Multilingual Self-improving

ICLR 2025poster

Large Language Models (LLMs) have achieved state-of-the-art performance across numerous tasks. However, these advancements have predominantly benefited "first-class" languages such as English and Chinese, leaving many other languages underrepresented. This imbalance, while limiting broader applicati…

2025

Look Again, Think Slowly: Enhancing Visual Reflection in Vision-Language Models

EMNLP 2025

Recent advances in text-only “slow-thinking” reasoning have prompted efforts to transfer this capability to vision-language models (VLMs), for training visual reasoning models (VRMs). However, such transfer faces critical challenges: Effective “slow thinking” in VRMs requires visual reflection, the

2024

BLSP-Emo: Towards Empathetic Large Speech-Language Models

EMNLP 2024main

The recent release of GPT-4o showcased the potential of end-to-end multimodal models, not just in terms of low latency but also in their ability to understand and generate expressive speech with rich emotions. While the details are unknown to the open research community, it likely involves significa…

2024

Double Buffers CEM-TD3: More Efficient Evolution and Richer Exploration

AAAI 2024technical

CEM-TD3 is a combination scheme using the simple cross-entropy method (CEM) and Twin Delayed Deep Deterministic policy gradient (TD3), and it achieves a satisfactory trade-off between performance and sample efficiency. However, we find that CEM-TD3 cannot fully address the low efficiency of policy s…

2024

F-MALLOC: Feed-forward Memory Allocation for Continual Learning in Neural Machine Translation

NAACL 2024long

In the evolving landscape of Neural Machine Translation (NMT), the pretrain-then-finetune paradigm has yielded impressive results. However, the persistent challenge of Catastrophic Forgetting (CF) remains a hurdle. While previous work has introduced Continual Learning (CL) methods to address CF, the…