← Search

Haoming Jiang

40 accepted papers

2025

Ask a Strong LLM Judge when Your Reward Model is Uncertain

NeurIPS 2025poster

Reward model (RM) plays a pivotal role in reinforcement learning with human feedback (RLHF) for aligning large language models (LLMs). However, classical RMs trained on human preferences are vulnerable to reward hacking and generalize poorly to out-of-distribution (OOD) inputs. By contrast, strong…

Cited by 0SourceScholar
2025

Can Language Models Follow Multiple Turns of Entangled Instructions?

EMNLP 2025

Despite of significant achievements in improving instruction-following capabilities of large language models (LLMs), the ability to process multiple potentially entangled or conflict instructions remains a considerable challenge. Real-world scenarios often require the consistency across multiple ins

2025

DORM: Preference Data Weights Optimization for Reward Modeling in LLM Alignment

EMNLP 2025

Aligning large language models (LLMs) with human preferences relies heavily on high-quality reward models. However, existing approaches struggle with two critical challenges: noisy preference labels and the varying importance of preference samples. We introduce DORM, a method that enhances reward mo

Cited by 0SourcePDFScholar
2025

Discriminative Finetuning of Generative Large Language Models without Reward Models and Human Preference Data

ICML 2025poster

Supervised fine-tuning (SFT) has become a crucial step for aligning pretrained large language models (LLMs) using supervised datasets of input-output pairs. However, despite being supervised, SFT is inherently limited by its generative training objective. To address its limitations, the existing com…

2025

Hephaestus: Improving Fundamental Agent Capabilities of Large Language Models through Continual Pre-Training

NAACL 2025long

Due to the scarcity of agent-oriented pre-training data, LLM-based autonomous agents typically rely on complex prompting or extensive fine-tuning, which often fails to introduce new capabilities while preserving strong generalizability. We introduce Hephaestus-Forge, the first large-scale pre-traini…

Cited by 1SourcePDFScholar
2025

IHEval: Evaluating Language Models on Following the Instruction Hierarchy

NAACL 2025long

The instruction hierarchy, which establishes a priority order from system messages to user messages, conversation history, and tool outputs, is essential for ensuring consistent and safe behavior in language models (LMs). Despite its importance, this topic receives limited attention, and there is a…

2025

Improving Large Language Models Function Calling and Interpretability via Guided-Structured Templates

EMNLP 2025

Large language models (LLMs) have demonstrated strong reasoning and tool-use capabilities, yet they often fail in real-world tool-interactions due to incorrect parameterization, poor tool selection, or misinterpretation of user intent. These issues often stem from an incomplete understanding of user

2025

Think-RM: Enabling Long-Horizon Reasoning in Generative Reward Models

NeurIPS 2025poster

Reinforcement learning from human feedback (RLHF) has become a powerful post-training paradigm for aligning large language models with human preferences. A core challenge in RLHF is constructing accurate reward signals, where the conventional Bradley-Terry reward models (BT RMs) often suffer from se…

Cited by 0SourcecodeScholar
2024

Adaptive Preference Scaling for Reinforcement Learning with Human Feedback

NeurIPS 2024poster

Reinforcement learning from human feedback (RLHF) is a prevalent approach to align AI systems with human values by learning rewards from human preference data. Due to various reasons, however, such data typically takes the form of rankings over pairs of trajectory segments, which fails to capture th…

Cited by 5SourcePDFScholar
2024

BlendFilter: Advancing Retrieval-Augmented Large Language Models via Query Generation Blending and Knowledge Filtering

EMNLP 2024main

Retrieval-augmented Large Language Models (LLMs) offer substantial benefits in enhancing performance across knowledge-intensive scenarios. However, these methods often struggle with complex inputs and encounter difficulties due to noisy knowledge retrieval, notably hindering model effectiveness. To…

Cited by 16SourcePDFScholar
2024

Data Diversity Matters for Robust Instruction Tuning

EMNLP 2024finding

Recent works have shown that by curating high quality and diverse instruction tuning datasets, we can significantly improve instruction-following capabilities. However, creating such datasets is difficult and most works rely on manual curation or proprietary language models. Automatic data curation…

2024

Large Language Models Are Poor Clinical Decision-Makers: A Comprehensive Benchmark

EMNLP 2024main

The adoption of large language models (LLMs) to assist clinicians has attracted remarkable attention. Existing works mainly adopt the close-ended question-answering (QA) task with answer options for evaluation. However, many clinical decisions involve answering open-ended questions without pre-set o…

2024

MEMORYLLM: Towards Self-Updatable Large Language Models

ICML 2024poster

Existing Large Language Models (LLMs) usually remain static after deployment, which might make it hard to inject new knowledge into the model. We aim to build models containing a considerable portion of self-updatable parameters, enabling the model to integrate new knowledge effectively and efficien…

2024

Robust Reinforcement Learning from Corrupted Human Feedback

NeurIPS 2024poster

Reinforcement learning from human feedback (RLHF) provides a principled framework for aligning AI systems with human preference data. For various reasons, e.g., personal bias, context ambiguity, lack of training, etc, human annotators may give incorrect or inconsistent preference labels. To tackle…

Cited by 4SourcePDFScholar
2023

Amazon-M2: A Multilingual Multi-locale Shopping Session Dataset for Recommendation and Text Generation

NeurIPS 2023poster

Modeling customer shopping intentions is a crucial task for e-commerce, as it directly impacts user experience and engagement. Thus, accurately understanding customer preferences is essential for providing personalized recommendations. Session-based recommendation, which utilizes customer session d…

2023

Context-Aware Query Rewriting for Improving Users’ Search Experience on E-commerce Websites

ACL 2023industry

E-commerce queries are often short and ambiguous. Consequently, query understanding often uses query rewriting to disambiguate user-input queries. While using e-commerce search tools, users tend to enter multiple searches, which we call context, before purchasing. These history searches contain cont…

2023

Graph Reasoning for Question Answering with Triplet Retrieval

ACL 2023findings

Answering complex questions often requires reasoning over knowledge graphs (KGs). State-of-the-art methods often utilize entities in questions to retrieve local subgraphs, which are then fed into KG encoder, e.g. graph neural networks (GNNs), to model their local structures and integrated into langu…

2023

HomoDistil: Homotopic Task-Agnostic Distillation of Pre-trained Transformers

ICLR 2023poster

Knowledge distillation has been shown to be a powerful model compression approach to facilitate the deployment of pre-trained language models in practice. This paper focuses on task-agnostic distillation. It produces a compact pre-trained model that can be easily fine-tuned on various tasks with sma…

Cited by 36SourcePDFScholar
2023

Knowledge-Selective Pretraining for Attribute Value Extraction

EMNLP 2023long findings

Attribute Value Extraction (AVE) aims to retrieve the values of attributes from the product profiles. The state-of-the-art methods tackle the AVE task through a question-answering (QA) paradigm, where the value is predicted from the context (i.e. product profile) given a query (i.e. attributes). Des…

Cited by 0SourceScholar
2023

SMURF-THP: Score Matching-based UnceRtainty quantiFication for Transformer Hawkes Process

ICML 2023poster

Transformer Hawkes process models have shown to be successful in modeling event sequence data. However, most of the existing training methods rely on maximizing the likelihood of event sequences, which involves calculating some intractable integral. Moreover, the existing methods fail to provide unc…

2022

Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment

ACL 2022long

Predicting missing facts in a knowledge graph (KG) is crucial as modern KGs are far from complete. Due to labor-intensive human labeling, this phenomenon deteriorates when handling knowledge represented in various languages. In this paper, we explore multilingual KG completion, which leverages limit…

2022

No Parameters Left Behind: Sensitivity Guided Adaptive Learning Rate for Training Large Transformer Models

ICLR 2022poster

Recent research has shown the existence of significant redundancy in large Transformer models. One can prune the redundant parameters without significantly sacrificing the generalization performance. However, we question whether the redundant parameters could have contributed more if they were prope…

2022

SEQZERO: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models

NAACL 2022findings

Recent research showed promising results on combining pretrained language models (LMs) with canonical utterance for few-shot semantic parsing. The canonical utterance is often lengthy and complex due to the compositional structure of formal languages. Learning to generate such canonical utterance re…

2022

Self-Training with Differentiable Teacher

NAACL 2022findings

Self-training achieves enormous success in various semi-supervised and weakly-supervised learning tasks. The method can be interpreted as a teacher-student framework, where the teacher generates pseudo-labels, and the student makes predictions. The two models are updated alternatingly. However, such…

Cited by 14SourcePDFScholar
2021

ARCH: Efficient Adversarial Regularized Training with Caching

EMNLP 2021finding

Adversarial regularization can improve model generalization in many natural language processing tasks. However, conventional approaches are computationally expensive since they need to generate a perturbation for each sample in each epoch. We propose a new adversarial regularization method ARCH (adv…

2021

Adversarial Regularization as Stackelberg Game: An Unrolled Optimization Approach

EMNLP 2021main

Adversarial regularization has been shown to improve the generalization performance of deep learning models in various natural language processing tasks. Existing works usually formulate the method as a zero-sum game, which is solved by alternating gradient descent/ascent algorithms. Such a formulat…

2021

Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self-Training Approach

NAACL 2021long

Fine-tuned pre-trained language models (LMs) have achieved enormous success in many natural language processing (NLP) tasks, but they still require excessive labeled data in the fine-tuning stage. We study the problem of fine-tuning pre-trained LMs using only weak supervision, without any labeled da…

2021

Named Entity Recognition with Small Strongly Labeled and Large Weakly Labeled Data

ACL 2021long

Weak supervision has shown promising results in many natural language processing tasks, such as Named Entity Recognition (NER). Existing work mainly focuses on learning deep NER models only with weak supervision, i.e., without any human annotation, and shows that by merely using weakly labeled data,…

2021

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

ACL 2021long

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ”lottery tickets”, and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In this paper, we study such a collection of tickets, which is referred to as ”winning t…

2021

Token-wise Curriculum Learning for Neural Machine Translation

EMNLP 2021finding

Existing curriculum learning approaches to Neural Machine Translation (NMT) require sampling sufficient amounts of “easy” samples from training data at the early training stage. This is not always achievable for low-resource languages where the amount of training data is limited. To address such a l…

2021

Towards Automatic Evaluation of Dialog Systems: A Model-Free Off-Policy Evaluation Approach

EMNLP 2021main

Reliable automatic evaluation of dialogue systems under an interactive environment has long been overdue. An ideal environment for evaluating dialog systems, also known as the Turing test, needs to involve human interaction, which is usually not affordable for large-scale experiments. Though researc…

2020

Deep Reinforcement Learning with Robust and Smooth Policy

ICML 2020poster

Deep reinforcement learning (RL) has achieved great empirical successes in various domains. However, the large search space of neural networks requires a large amount of data, which makes the current RL algorithms not sample efficient. Motivated by the fact that many environments with continuous sta…

Cited by 102SourcePDFScholar
2020

On the Variance of the Adaptive Learning Rate and Beyond

ICLR 2020poster

The learning rate warmup heuristic achieves remarkable success in stabilizing training, accelerating convergence and improving generalization for adaptive stochastic optimization algorithms like RMSprop and Adam. Pursuing the theory behind warmup, we identify a problem of the adaptive learning rate…

Cited by 2552SourcecodeScholar
2019

Efficient Approximation of Deep ReLU Networks for Functions on Low Dimensional Manifolds

NeurIPS 2019poster

Deep neural networks have revolutionized many real world applications, due to their flexibility in data fitting and accurate predictions for unseen data. A line of research reveals that neural networks can approximate certain classes of functions with an arbitrary accuracy, while the size of the net…

Cited by 140SourcePDFScholar
2019

Meta Learning with Relational Information for Short Sequences

NeurIPS 2019poster

This paper proposes a new meta-learning method -- named HARMLESS (HAwkes Relational Meta Learning method for Short Sequences) for learning heterogeneous point process models from a collection of short event sequence data along with a relational network. Specifically, we propose a hierarchical Bayesi…

2019

On Computation and Generalization of Generative Adversarial Networks under Spectrum Control

ICLR 2019poster

Generative Adversarial Networks (GANs), though powerful, is hard to train. Several recent works (Brock et al., 2016; Miyato et al., 2018) suggest that controlling the spectra of weight matrices in the discriminator can significantly improve the training of GANs. Motivated by their discovery, we prop…

Cited by 26SourcePDFScholar
2019

On Fast Convergence of Proximal Algorithms for SQRT-Lasso Optimization: Don’t Worry About its Nonsmooth Loss Function

UAI 2019poster

Many machine learning techniques sacrifice convenient computational structures to gain estimation robustness and modeling flexibility. However, by exploring the modeling structures, we find these “sacrifices” do not always require more computational efforts. To shed light on such a “free-lunch” phen…

Cited by 15SourcePDFScholar
2019

On Scalable and Efficient Computation of Large Scale Optimal Transport

ICML 2019oral

Optimal Transport (OT) naturally arises in many machine learning applications, yet the heavy computational burden limits its wide-spread uses. To address the scalability issue, we propose an implicit generative learning-based framework called SPOT (Scalable Push-forward of Optimal Transport). Specif…