← Search

Weihua Luo

45 accepted papers

2026

A State-Transition Framework for Efficient LLM Reasoning

ICLR 2026poster

While Long Chain-of-Thought (CoT) reasoning significantly improves Large Language Models (LLMs) performance on complex reasoning tasks, the substantial computational and memory costs of generating long CoT sequences limit their efficiency and practicality. Existing studies usually enhance the reason…

Cited by 0SourceScholar
2026

ComplexMCP: Evaluation of LLM Agents in Dynamic, Interdependent, and Large-Scale Tool Sandbox

ICML 2026poster

Current LLM agents are proficient at calling isolated APIs but struggle with the "last mile" of commercial software automation. In real-world scenarios, tools are not independent; they are atomic, interdependent, and prone to environmental noise. We introduce $\textbf{ComplexMCP}$, a benchmark desig…

Cited by 0SourceScholar
2026

Dissecting Post-Training: Uncovering the Complementary Roles of SFT and RL for Document Parsing

ICML 2026poster

Document parsing, the task of extracting diverse content from PDFs while preserving their structural integrity, has been significantly advanced by Multimodal Large Language Models (MLLMs). These models have achieved remarkable success, largely driven by extensive post-training on massive datasets. T…

Cited by 0SourceScholar
2026

Finding the Translation Switch: Discovering and Exploiting the Task-Initiation Features in LLMs

AAAI 2026technical

Large Language Models (LLMs) frequently exhibit strong translation abilities, even without task-specific fine-tuning. However, the internal mechanisms governing this innate capability remain largely opaque. To demystify this process, we leverage Sparse Autoencoders (SAEs) and introduce a novel frame

Cited by 0SourcePDFScholar
2026

Getting Your LLMs Ready for Reinforcement Learning with Lightweight SFT

ICLR 2026poster

Reinforcement learning (RL) has emerged as a powerful post-training paradigm for large language models (LLMs), yet its effectiveness varies significantly across base models. While incorporating a pre-RL supervised fine-tuning (SFT) phase can enhance RL training, key questions remain: how long should…

Cited by 0SourcecodeScholar
2026

Omni-View: Unlocking How Generation Facilitates Understanding in Unified 3D Model based on Multiview images

ICLR 2026poster

This paper presents Omni-View, which extends the unified multimodal understanding and generation to 3D scenes based on multiview images, exploring the principle that ``generation facilitates understanding". Consisting of understanding model, texture module, and geometry module, Omni-View jointly mod…

Cited by 0SourcecodeScholar
2026

OvisOCR: End-to-End Document Parsing via Aligning Specialized Perception with General Reasoning

ICML 2026poster

This paper presents OvisOCR, a lightweight and strictly end-to-end Multimodal Language Model (MLLM) tailored for document parsing. Unlike current methods that rely on complex "Crop-OCR-Merge" cascades to handle high-resolution inputs, OvisOCR directly maps full-page visual signals to structured Mark…

Cited by 0SourceScholar
2026

UMEM: Unified Memory Extraction and Management Framework for Generalizable Memory

ICML 2026poster

Self-evolving memory serves as the trainable parameters for Large Language Models (LLMs)-based agents, where extraction (distilling insights from experience) and management (updating the memory bank) must be tightly coordinated. Existing methods predominately optimize memory management while treatin…

Cited by 0SourceScholar
2026

UniRRM: Unified Reasoning Reward Models Across Languages and Evaluation Paradigms

ICML 2026poster

Reinforcement learning (RL) excels on tasks with verifiable rewards, but in open-ended tasks, the reliability of reward models remains a key challenge. Existing solutions either depend on costly proprietary LLM-as-a-Judge systems or opaque scalar reward models that lack interpretability. Recent work…

Cited by 0SourceScholar
2025

A Unified Agentic Framework for Evaluating Conditional Image Generation

ACL 2025long

Conditional image generation has gained significant attention for its ability to personalize content. However, the field faces challenges in developing task-agnostic, reliable, and explainable evaluation metrics. This paper introduces CIGEval, a unified agentic framework for comprehensive evaluation…

2025

Alleviating Hallucinations in Large Language Models through Multi-Model Contrastive Decoding and Dynamic Hallucination Detection

NeurIPS 2025poster

Despite their outstanding performance in numerous applications, large language models (LLMs) remain prone to hallucinations, generating content inconsistent with their pretraining corpora. Currently, almost all contrastive decoding approaches alleviate hallucinations by introducing a model susceptib…

Cited by 0SourceScholar
2025

BooW-VTON: Boosting In-the-Wild Virtual Try-On via Mask-Free Pseudo Data Training

CVPR 2025poster

Image-based virtual try-on is an increasingly popular and important task to generate realistic try-on images of the specific person.Recent methods model virtual try-on as image mask-inpaint task, which requires masking the person image and results in significant loss of spatial information. Especial…

2025

CHATS: Combining Human-Aligned Optimization and Test-Time Sampling for Text-to-Image Generation

ICML 2025poster

Diffusion models have emerged as a dominant approach for text-to-image generation. Key components such as the human preference alignment and classifier-free guidance play a crucial role in ensuring generation quality. However, their independent application in current text-to-image models continues t…

2025

G2: Guided Generation for Enhanced Output Diversity in LLMs

EMNLP 2025

Large Language Models (LLMs) have demonstrated exceptional performance across diverse natural language processing tasks. However, these models exhibit a critical limitation in output diversity, often generating highly similar content across multiple attempts. This limitation significantly affects ta

2025

LayAlign: Enhancing Multilingual Reasoning in Large Language Models via Layer-Wise Adaptive Fusion and Alignment Strategy

NAACL 2025findings

Despite being pretrained on multilingual corpora, large language models (LLMs) exhibit suboptimal performance on low-resource languages. Recent approaches have leveraged multilingual encoders alongside LLMs by introducing trainable parameters connecting the two models. However, these methods typical…

2025

Let the LLM Stick to Its Strengths: Learning to Route Economical LLM

NeurIPS 2025poster

Recently, test-time scaling of Large Language Models (LLMs) has emerged as a practical alternative to parameter and data scaling. Reasoning tasks often require large-scale, RLVR-based LLMs, while more economical LLMs can handle simpler tasks. Routing an LLM tailored to *suitability* (*i.e.*, capabil…

Cited by 0SourceScholar
2025

MDP3: A Training-free Approach for List-wise Frame Selection in Video-LLMs

ICCV 2025poster

Video large language models (Video-LLMs) have made significant progress in understanding videos. However, processing multiple frames leads to lengthy visual token sequences, presenting challenges such as the limited context length cannot accommodate the entire video, and the inclusion of irrelevant…

2025

Marco-Bench-MIF: On Multilingual Instruction-Following Capability of Large Language

ACL 2025long

Instruction-following capability has become a major ability to be evaluated for Large Language Models. However, existing datasets, such as IFEval, are either predominantly monolingual and centered on English or simply machine translated to other languages, limiting their applicability in multilingua…

Cited by 0SourcePDFScholar
2025

Marco-o1 v2: Towards Widening The Distillation Bottleneck for Reasoning Models

ACL 2025long

Large Reasoning Models (LRMs) such as OpenAI o1 and DeepSeek-R1 have shown remarkable reasoning capabilities by scaling test-time compute and generating long Chain-of-Thought (CoT). Distillation post-training on LRMs-generated data is a straightforward yet effective method to enhance the reasoning a…

Cited by 0SourcePDFScholar
2025

MoE-LPR: Multilingual Extension of Large Language Models Through Mixture-of-Experts with Language Priors Routing

AAAI 2025technical

Large Language Models (LLMs) are often English-centric due to the disproportionate distribution of languages in their pre-training data. Enhancing non-English language capabilities through post-pretraining often results in catastrophic forgetting of high-resource languages. Previous methods either a…

2025

Multimodal Tabular Reasoning with Privileged Structured Information

NeurIPS 2025poster

Tabular reasoning requires complex, multi-step information extraction and logical inference, such as aggregation, comparison, or calculation over tabular data. While recent advances have leveraged large language models (LLMs) for reasoning over structured text tables, such high-quality textual repre…

Cited by 0SourceScholar
2025

Parrot: Multilingual Visual Instruction Tuning

ICML 2025poster

The rapid development of Multimodal Large Language Models (MLLMs), such as GPT-4, marks a significant step toward artificial general intelligence. Existing methods typically align vision encoders with LLMs via supervised fine-tuning (SFT), but this often deteriorates their ability to handle multiple…

2025

SPACE: Noise Contrastive Estimation Stabilizes Self-Play Fine-Tuning for Large Language Models

NeurIPS 2025poster

Self-play fine-tuning has demonstrated promising abilities in adapting large language models (LLMs) to downstream tasks with limited real-world data. The basic principle is to iteratively refine the model with real samples and synthetic ones generated from itself. However, the existing methods prima…

Cited by 0SourceScholar
2025

TG-LLaVA: Text Guided LLaVA via Learnable Latent Embeddings

AAAI 2025technical

Currently, inspired by the success of vision-language models (VLMs), an increasing number of researchers are focusing on improving VLMs and have achieved promising results. However, most existing methods concentrate on optimizing the connector and enhancing the language model component, while neglec…

Cited by 4SourcePDFScholar
2025

TeEFusion: Blending Text Embeddings to Distill Classifier-Free Guidance

ICCV 2025poster

Recent advances in text-to-image synthesis largely benefit from sophisticated sampling strategies and classifier-free guidance (CFG) to ensure high-quality generation. However, CFG's reliance on two forward passes, especially when combined with intricate sampling algorithms, results in prohibitively…

2025

Triplets Better Than Pairs: Towards Stable and Effective Self-Play Fine-Tuning for LLMs

NeurIPS 2025poster

Recently, self-play fine-tuning (SPIN) has been proposed to adapt large language models to downstream applications with scarce expert-annotated data, by iteratively generating synthetic responses from the model itself. However, SPIN is designed to optimize the current reward advantages of annotated…

Cited by 0SourceScholar
2025

UNIC-Adapter: Unified Image-instruction Adapter with Multi-modal Transformer for Image Generation

CVPR 2025poster

Recently, text-to-image generation models have achieved remarkable advancements, particularly with diffusion models facilitating high-quality image synthesis from textual descriptions. However, these models often struggle with achieving precise control over pixel-level layouts, object appearances, a…

2024

Advancing Tool-Augmented Large Language Models: Integrating Insights from Errors in Inference Trees

NeurIPS 2024poster

Tool-augmented large language models (LLMs) leverage tools, often in the form of APIs, to improve their reasoning capabilities on complex tasks. This enables them to act as intelligent agents interacting with the real world. The recently introduced ToolLLaMA model by Qin et al. [2023] utilizes the d…

Cited by 7SourcePDFScholar
2024

CodeM: Less Data Yields More Versatility via Ability Matrix

ACL 2024findings

In the era of code large language models (code LLMs), data engineering plays a pivotal role during the instruction fine-tuning phase. To train a versatile model, previous efforts devote tremendous efforts into crafting instruction data covering all the downstream scenarios. Nonetheless, this will in…

2024

Wings: Learning Multimodal LLMs without Text-only Forgetting

NeurIPS 2024poster

Multimodal large language models (MLLMs), initiated with a trained LLM, first align images with text and then fine-tune on multimodal mixed inputs. However, during the continued training, the MLLM catastrophically forgets the text-only instructions that the initial LLM masters. In this paper, we pre…

Cited by 11SourcePDFScholar
2022

Context-Adaptive Document-Level Neural Machine Translation

ICASSP 2022accepted

Document-level translation models are still far from perfect. Most existing document-level neural machine translation (NMT) models leverage a fixed number of the previous or all global sentences to handle the context-independent problem in standard NMT. However, the translating of each source senten…

Cited by 0SourceScholar
2022

Deep Fusing Pre-trained Models into Neural Machine Translation

AAAI 2022technical

Pre-training and fine-tuning have become the de facto paradigm in many natural language processing (NLP) tasks. However, compared to other NLP tasks, neural machine translation (NMT) aims to generate target language sentences through the contextual representation from the source language counterpart…

2022

KGR4: Retrieval, Retrospect, Refine and Rethink for Commonsense Generation

AAAI 2022technical

Generative commonsense reasoning requires machines to generate sentences describing an everyday scenario given several concepts, which has attracted much attention recently. However, existing models cannot perform as well as humans, since sentences they produce are often implausible and grammaticall…

2022

Learning to Generalize to More: Continuous Semantic Augmentation for Neural Machine Translation

ACL 2022long

The principal task in supervised neural machine translation (NMT) is to learn to generate target sentences conditioned on the source inputs from a set of parallel sentence pairs, and thus produce a model capable of generalizing to unseen instances. However, it is commonly observed that the generaliz…

2021

Adaptive Nearest Neighbor Machine Translation

ACL 2021short

kNN-MT, recently proposed by Khandelwal et al. (2020a), successfully combines pre-trained neural machine translation (NMT) model with token-level k-nearest-neighbor (kNN) retrieval to improve the translation accuracy. However, the traditional kNN algorithm used in kNN-MT simply retrieves a same numb…

2021

Bridging Subword Gaps in Pretrain-Finetune Paradigm for Natural Language Generation

ACL 2021long

A well-known limitation in pretrain-finetune paradigm lies in its inflexibility caused by the one-size-fits-all vocabulary. This potentially weakens the effect when applying pretrained models into natural language generation (NLG) tasks, especially for the subword distributions between upstream and…

2021

Context-Interactive Pre-Training for Document Machine Translation

NAACL 2021long

Document machine translation aims to translate the source sentence into the target language in the presence of additional contextual information. However, it typically suffers from a lack of doc-level bilingual data. To remedy this, here we propose a simple yet effective context-interactive pre-trai…

Cited by 2SourcePDFScholar
2021

G-Transformer for Document-Level Machine Translation

ACL 2021long

Document-level MT models are still far from satisfactory. Existing work extend translation unit from single sentence to multiple sentences. However, study shows that when we further enlarge the translation unit to a whole document, supervised training of Transformer can fail. In this paper, we find…

2021

Improving Context-Aware Neural Machine Translation with Source-side Monolingual Documents

IJCAI 2021poster

Document context-aware machine translation remains challenging due to the lack of large-scale document parallel corpora. To make full use of source-side monolingual documents for context-aware NMT, we propose a Pre-training approach with Global Context (PGC). In particular, we first propose a novel…

2021

Non-Parametric Unsupervised Domain Adaptation for Neural Machine Translation

EMNLP 2021finding

Recently, kNN-MT (Khandelwal et al., 2020) has shown the promising capability of directly incorporating the pre-trained neural machine translation (NMT) model with domain-specific token-level k-nearest-neighbor (kNN) retrieval to achieve domain adaptation without retraining. Despite being conceptual…

2021

On Learning Universal Representations Across Languages

ICLR 2021poster

Recent studies have demonstrated the overwhelming advantage of cross-lingual pre-trained models (PTMs), such as multilingual BERT and XLM, on cross-lingual NLP tasks. However, existing approaches essentially capture the co-occurrence among tokens through involving the masked language model (MLM) obj…

Cited by 87SourcePDFScholar
2021

Rethinking Zero-shot Neural Machine Translation: From a Perspective of Latent Variables

EMNLP 2021finding

Zero-shot translation, directly translating between language pairs unseen in training, is a promising capability of multilingual neural machine translation (NMT). However, it usually suffers from capturing spurious correlations between the output language and language invariant semantics due to the…

2021

Towards User-Driven Neural Machine Translation

ACL 2021long

A good translation should not only translate the original content semantically, but also incarnate personal traits of the original text. For a real-world neural machine translation (NMT) system, these user traits (e.g., topic preference, stylistic characteristics and expression habits) can be preser…

2021

[RETRACTED] Breaking the Corpus Bottleneck for Context-Aware Neural Machine Translation with Cross-Task Pre-training

ACL 2021long

Context-aware neural machine translation (NMT) remains challenging due to the lack of large-scale document-level parallel corpora. To break the corpus bottleneck, in this paper we aim to improve context-aware NMT by taking the advantage of the availability of both large-scale sentence-level parallel…

2020

Domain Transfer based Data Augmentation for Neural Query Translation

COLING 2020main

Query translation (QT) serves as a critical factor in successful cross-lingual information retrieval (CLIR). Due to the lack of parallel query samples, neural-based QT models are usually optimized with synthetic data which are derived from large-scale monolingual queries. Nevertheless, such kind of…