← Search

Jingxuan Han

4 accepted papers

2025

Fine-grained Knowledge Enhancement for Retrieval-Augmented Generation

ACL 2025finding

Retrieval-augmented generation (RAG) effectively mitigates hallucinations in large language models (LLMs) by filling knowledge gaps with retrieved external information. Most existing studies primarily retrieve knowledge documents based on semantic similarity to assist in answering questions but igno…

Cited by 0SourcePDFScholar
2024

Disentangled Learning with Synthetic Parallel Data for Text Style Transfer

ACL 2024long

Text style transfer (TST) is an important task in natural language generation, which aims to transfer the text style (e.g., sentiment) while keeping its semantic information. Due to the absence of parallel datasets for supervision, most existing studies have been conducted in an unsupervised manner,…

2023

Air-Decoding: Attribute Distribution Reconstruction for Decoding-Time Controllable Text Generation

EMNLP 2023long main

Controllable text generation (CTG) aims to generate text with desired attributes, and decoding-time-based methods have shown promising performance on this task. However, in this paper, we identify the phenomenon of Attribute Collapse for the first time. It causes the fluency of generated text to rap…

Cited by 0SourcecodeScholar
2023

Text Style Transfer with Contrastive Transfer Pattern Mining

ACL 2023long

Text style transfer (TST) is an important task in natural language generation, which aims to alter the stylistic attributes (e.g., sentiment) of a sentence and keep its semantic meaning unchanged. Most existing studies mainly focus on the transformation between styles, yet ignore that this transform…