← Search

Haizhen Huang

14 accepted papers

2025

Context-DPO: Aligning Language Models for Context-Faithfulness

ACL 2025finding

Reliable responses from large language models (LLMs) require adherence to user instructions and retrieved information. While alignment techniques help LLMs align with human intentions and values, improving context-faithfulness through alignment remains underexplored. To address this, we propose Cont…

2025

NL2Lean: Translating Natural Language into Lean 4 through Multi-Aspect Reinforcement Learning

EMNLP 2025

Translating natural language into formal language such as Lean 4 has gained attention for its potential to automate formal proof development. Automated methods provide a scalable and cost-effective alternative to manual formalization, driving increasing interest in this task. However, existing LLMs

Cited by 0SourcePDFScholar
2024

Calibrating LLM-Based Evaluator

COLING 2024main

Recent advancements in large language models (LLMs) and their emergent capabilities make LLM a promising reference-free evaluator on the quality of natural language generation, and a competent alternative to human evaluation. However, hindered by the closed-source or high computational demand to hos…

Cited by 73SourcePDFScholar
2024

HD-Eval: Aligning Large Language Model Evaluators Through Hierarchical Criteria Decomposition

ACL 2024long

Large language models (LLMs) have emerged as a promising alternative to expensive human evaluations. However, the alignment and coverage of LLM-based evaluations are often limited by the scope and potential bias of the evaluation prompts and criteria. To address this challenge, we propose HD-Eval, a…

2024

ResLoRA: Identity Residual Mapping in Low-Rank Adaption

ACL 2024findings

As one of the most popular parameter-efficient fine-tuning (PEFT) methods, low-rank adaptation (LoRA) is commonly applied to fine-tune large language models (LLMs). However, updating the weights of LoRA blocks effectively and expeditiously is challenging due to the long calculation path in the origi…

2024

Text Diffusion with Reinforced Conditioning

AAAI 2024technical

Diffusion models have demonstrated exceptional capability in generating high-quality images, videos, and audio. Due to their adaptiveness in iterative refinement, they provide a strong potential for achieving better non-autoregressive sequence generation. However, existing text diffusion models stil…

Cited by 1SourcePDFScholar
2023

Auto Search Indexer for End-to-End Document Retrieval

EMNLP 2023long findings

Generative retrieval, which is a new advanced paradigm for document retrieval, has recently attracted research interests, since it encodes all documents into the model and directly generates the retrieved documents. However, its power is still underutilized since it heavily relies on the ``preproces…

Cited by 0SourceScholar
2023

Democratizing Reasoning Ability: Tailored Learning from Large Language Model

EMNLP 2023long main

Large language models (LLMs) exhibit impressive emergent abilities in natural language processing, but their democratization is hindered due to huge computation requirements and closed-source nature. Recent research on advancing open-source smaller LMs by distilling knowledge from black-box LLMs has…

Cited by 0SourcecodeScholar
2023

Dual-Alignment Pre-training for Cross-lingual Sentence Embedding

ACL 2023long

Recent studies have shown that dual encoder models trained with the sentence-level translation ranking task are effective methods for cross-lingual sentence embedding. However, our research indicates that token-level alignment is also crucial in multilingual scenarios, which has not been fully explo…

2023

Pre-training Language Model as a Multi-perspective Course Learner

ACL 2023findings

ELECTRA, the generator-discriminator pre-training framework, has achieved impressive semantic construction capability among various downstream tasks. Despite the convincing performance, ELECTRA still faces the challenges of monotonous training and deficient interaction. Generator with only masked la…

Cited by 1SourcePDFScholar
2023

Towards Better Entity Linking with Multi-View Enhanced Distillation

ACL 2023long

Dense retrieval is widely used for entity linking to retrieve entities from large-scale knowledge bases. Mainstream techniques are based on a dual-encoder framework, which encodes mentions and entities independently and calculates their relevances via rough interaction metrics, resulting in difficul…

2022

PromptBERT: Improving BERT Sentence Embeddings with Prompts

EMNLP 2022main

We propose PromptBERT, a novel contrastive learning method for learning better sentence representation. We firstly analysis the drawback of current sentence embedding from original BERT and find that it is mainly due to the static token embedding bias and ineffective BERT layers. Then we propose the…

2022

RAPO: An Adaptive Ranking Paradigm for Bilingual Lexicon Induction

EMNLP 2022main

Bilingual lexicon induction induces the word translations by aligning independently trained word embeddings in two languages. Existing approaches generally focus on minimizing the distances between words in the aligned pairs, while suffering from low discriminative capability to distinguish the rela…

2021

Leveraging Bidding Graphs for Advertiser-Aware Relevance Modeling in Sponsored Search

EMNLP 2021finding

Recently, sponsored search has become one of the most lucrative channels for marketing. As the fundamental basis of sponsored search, relevance modeling has attracted increasing attention due to the tremendous practical value. Most existing methods solely rely on the query-keyword pairs. However, ke…