← Search

Xiaojiang Liu

7 accepted papers

2025

Distance between Relevant Information Pieces Causes Bias in Long-Context LLMs

ACL 2025finding

Positional bias in large language models hinders their ability to effectively process long inputs. A prominent example is the “lost in the middle” phenomenon, where LLMs struggle to utilize relevant information situated in the middle of the input. While prior research primarily focuses on single pie…

2025

MR. Judge: Multimodal Reasoner as a Judge

EMNLP 2025

The paradigm of using Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) as evaluative judges has emerged as an effective approach in RLHF and inference-time scaling. In this work, we propose Multimodal Reasoner as a Judge (MR. Judge), a paradigm for empowering general-purpose

Cited by 0SourcePDFScholar
2025

TIS-DPO: Token-level Importance Sampling for Direct Preference Optimization With Estimated Weights

ICLR 2025poster

Direct Preference Optimization (DPO) has been widely adopted for preference alignment of Large Language Models (LLMs) due to its simplicity and effectiveness. However, DPO is derived as a bandit problem in which the whole response is treated as a single arm, ignoring the importance differences betw…

2022

Learning Bias-reduced Word Embeddings Using Dictionary Definitions

ACL 2022findings

Pre-trained word embeddings, such as GloVe, have shown undesirable gender, racial, and religious biases. To address this problem, we propose DD-GloVe, a train-time debiasing algorithm to learn word embeddings by leveraging  ̲dictionary  ̲definitions. We introduce dictionary-guided loss functions tha…

2022

Learning to Break the Loop: Analyzing and Mitigating Repetitions for Neural Text Generation

NeurIPS 2022accept

While large-scale neural language models, such as GPT2 and BART, have achieved impressive results on various text generation tasks, they tend to get stuck in undesirable sentence-level loops with maximization-based decoding algorithms (\textit{e.g.}, greedy search). This phenomenon is counter-intuit…

2020

Dual Dynamic Memory Network for End-to-End Multi-turn Task-oriented Dialog Systems

COLING 2020main

Existing end-to-end task-oriented dialog systems struggle to dynamically model long dialog context for interactions and effectively incorporate knowledge base (KB) information into dialog generation. To conquer these limitations, we propose a Dual Dynamic Memory Network (DDMN) for multi-turn dialog…

2020

TableGPT: Few-shot Table-to-Text Generation with Table Structure Reconstruction and Content Matching

COLING 2020main

Although neural table-to-text models have achieved remarkable progress with the help of large-scale datasets, they suffer insufficient learning problem with limited training data. Recently, pre-trained language models show potential in few-shot learning with linguistic knowledge learnt from pretrain…