← Search

Lifeng Jin

20 accepted papers

2026

Chasing the Tail: Effective Rubric-based Reward Modeling for Large Language Model Post-Training

ICLR 2026poster

Reinforcement fine-tuning (RFT) often suffers from reward over-optimization, where a policy model hacks the reward signals to achieve high scores while producing low-quality outputs. Our theoretical analysis shows that the key lies in reward misspecification at the high-reward tail: the inability to…

Cited by 0SourcecodeScholar
2025

Entropy Guided Extrapolative Decoding to Improve Factuality in Large Language Models

COLING 2025main

Large language models (LLMs) exhibit impressive natural language capabilities but suffer from hallucination – generating content ungrounded in the realities of training data. Recent work has focused on decoding techniques to improve factuality in decoding by leveraging LLMs’ hierarchical representat…

2025

MultiChallenge: A Realistic Multi-Turn Conversation Evaluation Benchmark Challenging to Frontier LLMs

ACL 2025finding

We present MultiChallenge, a pioneering benchmark evaluating large language models (LLMs) on conducting multi-turn conversations with human users, a crucial yet underexamined capability for their applications. MultiChallenge identifies four categories of challenges in multi-turn conversations that a…

2024

A Knowledge Plug-and-Play Test Bed for Open-domain Dialogue Generation

COLING 2024main

Knowledge-based, open-domain dialogue generation aims to build chit-chat systems that talk to humans using mined support knowledge. Many types and sources of knowledge have previously been shown to be useful as support knowledge. Even in the era of large language models, response generation grounded…

2024

Improving LLM Generations via Fine-Grained Self-Endorsement

ACL 2024findings

This work studies mitigating fact-conflicting hallucinations for large language model (LLM) at inference time.Particularly, we propose a self-endorsement framework that leverages the fine-grained fact-level comparisons across multiple sampled responses.Compared with prior ensemble methods (e.g., sel…

Cited by 2SourcePDFScholar
2024

Self-Alignment for Factuality: Mitigating Hallucinations in LLMs via Self-Evaluation

ACL 2024long

Despite showing impressive abilities, large language models (LLMs) often struggle with factual inaccuracies, i.e., ”hallucinations”, even when they hold relevant knowledge. To mitigate these hallucinations, current approaches typically necessitate high-quality human factuality annotations. In this w…

Cited by 35SourcePDFScholar
2024

The Trickle-down Impact of Reward Inconsistency on RLHF

ICLR 2024poster

Standard practice within Reinforcement Learning from Human Feedback (RLHF) involves optimizing against a Reward Model (RM), which itself is trained to reflect human preferences for desirable generations. A notable subject that is understudied is the (in-)consistency of RMs --- whether they can recog…

2024

Toward Self-Improvement of LLMs via Imagination, Searching, and Criticizing

NeurIPS 2024poster

Despite the impressive capabilities of Large Language Models (LLMs) on various tasks, they still struggle with scenarios that involves complex reasoning and planning. Self-correction and self-learning emerge as viable solutions, employing strategies that allow LLMs to refine their outputs and learn…

2023

Bi-level Finetuning with Task-dependent Similarity Structure for Low-resource Training

ACL 2023findings

Training a large language model in low-resource settings is challenging since they are susceptible to overfitting with limited generalization abilities. Previous work addresses this issue by approaches such as tunable parameters reduction or data augmentation. However, they either limit the trained…

2023

SafeConv: Explaining and Correcting Conversational Unsafe Behavior

ACL 2023long

One of the main challenges open-domain end-to-end dialogue systems, or chatbots, face is the prevalence of unsafe behavior, such as toxic languages and harmful suggestions. However, existing dialogue datasets do not provide enough annotation to explain and correct such unsafe behavior. In this work,…

2022

Cross-lingual Text-to-SQL Semantic Parsing with Representation Mixup

EMNLP 2022finding

We focus on the cross-lingual Text-to-SQL semantic parsing task,where the parsers are expected to generate SQL for non-English utterances based on English database schemas.Intuitively, English translation as side information is an effective way to bridge the language gap,but noise introduced by the…

2022

Dynamic Augmentation Data Selection for Few-shot Text Classification

EMNLP 2022finding

Data augmentation has been a popular method for fine-tuning pre-trained language models to increase model robustness and performance. With augmentation data coming from modifying gold train data (in-sample augmentation) or being harvested from general domain unlabeled data (out-of-sample augmentatio…

Cited by 3SourcePDFScholar
2022

Hierarchical Context Tagging for Utterance Rewriting

AAAI 2022technical

Utterance rewriting aims to recover coreferences and omitted information from the latest turn of a multi-turn dialogue. Recently, methods that tag rather than linearly generate sequences have proven stronger in both in- and out-of-domain rewriting settings. This is due to a tagger's smaller search s…

2022

Learning a Grammar Inducer from Massive Uncurated Instructional Videos

EMNLP 2022main

Video-aided grammar induction aims to leverage video information for finding more accurate syntactic grammars for accompanying text. While previous work focuses on building systems for inducing grammars on text that are well-aligned with video content, we investigate the scenario, in which text and…

2022

Salience Allocation as Guidance for Abstractive Summarization

EMNLP 2022main

Abstractive summarization models typically learn to capture the salient information from scratch implicitly.Recent literature adds extractive summaries as guidance for abstractive summarization models to provide hints of salient content and achieves better performance.However, extractive summaries a…

2021

Character-based PCFG Induction for Modeling the Syntactic Acquisition of Morphologically Rich Languages

EMNLP 2021finding

Unsupervised PCFG induction models, which build syntactic structures from raw text, can be used to evaluate the extent to which syntactic knowledge can be acquired from distributional information alone. However, many state-of-the-art PCFG induction models are word-based, meaning that they cannot dir…

2021

Connect-the-Dots: Bridging Semantics between Words and Definitions via Aligning Word Sense Inventories

EMNLP 2021main

Word Sense Disambiguation (WSD) aims to automatically identify the exact meaning of one word according to its context. Existing supervised models struggle to make correct predictions on rare word senses due to limited training data and can only select the best definition sentence from one predefined…

Cited by 10SourcePDFScholar
2021

Domain-Adaptive Pretraining Methods for Dialogue Understanding

ACL 2021short

Language models like BERT and SpanBERT pretrained on open-domain data have obtained impressive gains on various NLP tasks. In this paper, we probe the effectiveness of domain-adaptive pretraining objectives on downstream tasks. In particular, three objectives, including a novel objective focusing on…

Cited by 25SourcePDFScholar
2021

Instance-adaptive training with noise-robust losses against noisy labels

EMNLP 2021main

In order to alleviate the huge demand for annotated datasets for different tasks, many recent natural language processing datasets have adopted automated pipelines for fast-tracking usable data. However, model training with such datasets poses a challenge because popular optimization objectives are…

Cited by 10SourcePDFScholar
2021

Video-aided Unsupervised Grammar Induction

NAACL 2021long

We investigate video-aided grammar induction, which learns a constituency parser from both unlabeled text and its corresponding video. Existing methods of multi-modal grammar induction focus on grammar induction from text-image pairs, with promising results showing that the information from static i…