← Search

Ben He

31 accepted papers

2026

Auto-RT: Automatic Jailbreak Strategy Exploration for Red-Teaming Large Language Models

ICLR 2026poster

Automated red-teaming has emerged as an essential approach for identifying vulnerabilities in large language models (LLMs). However, most existing methods rely on fixed attack templates and focus primarily on individual high-severity flaws,limiting their adaptability to evolving defenses and their a…

Cited by 0SourcecodeScholar
2026

Coupled Variational Reinforcement Learning for Language Model General Reasoning

ICML 2026poster

While reinforcement learning has achieved impressive progress in language model reasoning, it is constrained by the requirement for verifiable rewards. Recent verifier-free RL methods address this limitation by utilizing the probabilities that LLMs generate reference answers as reward signals. Howev…

Cited by 0SourceScholar
2026

TFRank: Think-Free Reasoning Enables Practical Pointwise LLM Ranking

AAAI 2026technical

Reasoning-intensive ranking models built on Large Language Models (LLMs) have made notable progress. However, existing approaches often rely on large-scale LLMs and explicit Chain-of-Thought (CoT) reasoning, resulting in high computational cost and latency that limit real-world use. To address this

Cited by 0SourcePDFScholar
2026

Towards Multimodal Large Language Models with Both Training and Inference Efficiency

ICML 2026poster

Multimodal Large Language Models (MLLMs) mainly fall into two architectures, each involving a trade-off between training and inference efficiency: embedding space alignment (e.g. LLaVA series) is inefficient during inference, while cross-attention space alignment (e.g. Flamingo) is inefficient in tr…

Cited by 0SourceScholar
2025

CRUXEVAL-X: A Benchmark for Multilingual Code Reasoning, Understanding and Execution

ACL 2025long

Code benchmarks such as HumanEval are widely adopted to evaluate Large Language Models’ (LLMs) coding capabilities. However, there is an unignorable programming language bias in existing code benchmarks – over 95% code generation benchmarks are dominated by Python, leaving the LLMs’ capabilities in…

Cited by 0SourcePDFScholar
2025

Can LLMs Clarify? Investigation and Enhancement of Large Language Models on Argument Claim Optimization

COLING 2025main

In argumentation, the claim is the foundational proposition that underpins the argument, serving as the central pillar upon which the argument is constructed. It guides the subsequent presentation of evidence, reasoning, and analysis, thereby facilitating the audience’s understanding of the core iss…

Cited by 0SourcePDFScholar
2025

Cheems: A Practical Guidance for Building and Evaluating Chinese Reward Models from Scratch

ACL 2025long

Reward models (RMs) are crucial for aligning large language models (LLMs) with human preferences. However, most RM research is centered on English and relies heavily on synthetic resources, which leads to limited and less reliable datasets and benchmarks for Chinese. To address this gap, we introduc…

2025

Code-SPA: Style Preference Alignment to Large Language Models for Effective and Robust Code Debugging

ACL 2025finding

Large language models (LLMs) have demonstrated impressive capabilities in coding tasks like code generation and debugging. However, code from real-world users is often poorly styled, containing various types of noise, such as structural inconsistencies, stylistic deviations and flawed test cases. To…

2025

ConsistentChat: Building Skeleton-Guided Consistent Multi-Turn Dialogues for Large Language Models from Scratch

EMNLP 2025

Current instruction data synthesis methods primarily focus on single-turn instructions and often neglect cross-turn coherence, resulting in context drift and reduced task completion rates in extended conversations. To address this limitation, we propose Skeleton-Guided Multi-Turn Dialogue Generation

2025

DiffLM: Controllable Synthetic Data Generation via Diffusion Language Models

ACL 2025finding

Recent advancements in large language models (LLMs) have significantly enhanced their knowledge and generative capabilities, leading to a surge of interest in leveraging LLMs for high-quality data synthesis. However, synthetic data generation via prompting LLMs remains challenging due to LLMs’ limit…

2025

Memorizing is Not Enough: Deep Knowledge Injection Through Reasoning

ACL 2025long

Although large language models (LLMs) excel in knowledge recall and reasoning, their static nature leads to outdated information as the real world evolves or when adapting to domain-specific knowledge, highlighting the need for effective knowledge injection. However, current research on knowledge in…

2025

Not All Terms Matter: Recall-Oriented Adaptive Learning for PLM-aided Query Expansion in Open-Domain Question Answering

ACL 2025long

The effectiveness of open-domain question answering (ODQA), particularly those employing a retriever-reader architecture, depends on the ability to recall relevant documents - a critical step that enables the reader to accurately extract answers. To enhance this retrieval phase, current query expans…

2025

On-Policy Self-Alignment with Fine-grained Knowledge Feedback for Hallucination Mitigation

ACL 2025finding

Hallucination occurs when large language models exhibit behavior that deviates from the boundaries of their knowledge during response generation. To address this critical issue, previous learning-based methods attempt to finetune models but are limited by off-policy sampling and coarse-grained feedb…

2025

Rethinking Reward Model Evaluation: Are We Barking up the Wrong Tree?

ICLR 2025spotlight

Reward Models (RMs) are crucial for aligning language models with human preferences. Currently, the evaluation of RMs depends on measuring accuracy against a validation set of manually annotated preference data. Although this method is straightforward and widely adopted, the relationship between RM…

Cited by 4SourcePDFScholar
2025

Self-Steering Optimization: Autonomous Preference Optimization for Large Language Models

ACL 2025finding

The key to effective alignment lies in high-quality preference data. Recent research has focused on automated alignment, which involves developing alignment systems with minimal human intervention. However, prior research has predominantly focused on developing data generation methods, while insuffi…

Cited by 0SourcePDFScholar
2024

Analyze, Generate and Refine: Query Expansion with LLMs for Zero-Shot Open-Domain QA

ACL 2024findings

Query expansion (QE) is a critical component in the open-domain question answering (OpenQA) pipeline, enhancing the retrieval performance by broadening the scope of queries with additional relevant texts. However, existing methods like GAR and EAR rely heavily on supervised training and often strugg…

2024

ChatGPT Is a Knowledgeable but Inexperienced Solver: An Investigation of Commonsense Problem in Large Language Models

COLING 2024main

Large language models (LLMs) have made significant progress in NLP. However, their ability to memorize, represent, and leverage commonsense knowledge has been a well-known pain point. In this paper, we specifically focus on ChatGPT, a widely used and easily accessible LLM, and ask the following ques…

Cited by 137SourcePDFScholar
2024

Humanizing Machine-Generated Content: Evading AI-Text Detection through Adversarial Attack

COLING 2024main

With the development of large language models (LLMs), detecting whether text is generated by a machine becomes increasingly challenging in the face of malicious use cases like the spread of false information, protection of intellectual property, and prevention of academic plagiarism. While well-trai…

2024

Mitigating Large Language Model Hallucinations via Autonomous Knowledge Graph-Based Retrofitting

AAAI 2024technical

Incorporating factual knowledge in knowledge graph is regarded as a promising approach for mitigating the hallucination of large language models (LLMs). Existing methods usually only use the user's input to query the knowledge graph, thus failing to address the factual hallucination generated by LLM…

Cited by 85SourcePDFScholar
2024

Navigating the Shadows: Unveiling Effective Disturbances for Modern AI Content Detectors

ACL 2024long

With the launch of ChatGPT, large language models (LLMs) have attracted global attention. In the realm of article writing, LLMs have witnessed extensive utilization, giving rise to concerns related to intellectual property protection, personal privacy, and academic integrity. In response, AI-text de…

2024

PRP-Graph: Pairwise Ranking Prompting to LLMs with Graph Aggregation for Effective Text Re-ranking

ACL 2024long

Pairwise Ranking Prompting (PRP) demonstrates impressive effectiveness in zero-shot document re-ranking tasks with large language models (LLMs). However, in the existing methods, PRP only outputs the same label for the comparison results of different confidence intervals without considering the unce…

2024

Rule or Story, Which is a Better Commonsense Expression for Talking with Large Language Models?

ACL 2024long

Building machines with commonsense has been a longstanding challenge in NLP due to the reporting bias of commonsense rules and the exposure bias of rule-based commonsense reasoning. In contrast, humans convey and pass down commonsense implicitly through stories. This paper investigates the inherent…

2024

Self-Retrieval: End-to-End Information Retrieval with One Large Language Model

NeurIPS 2024poster

The rise of large language models (LLMs) has significantly transformed both the construction and application of information retrieval (IR) systems. However, current interactions between IR systems and LLMs remain limited, with LLMs merely serving as part of components within IR systems, and IR syst…

Cited by 2SourcePDFScholar
2024

Spiral of Silence: How is Large Language Model Killing Information Retrieval?—A Case Study on Open Domain Question Answering

ACL 2024long

The practice of Retrieval-Augmented Generation (RAG), which integrates Large Language Models (LLMs) with retrieval systems, has become increasingly prevalent. However, the repercussions of LLM-derived content infiltrating the web and influencing the retrieval-generation feedback loop are largely unc…

2024

XMC-Agent : Dynamic Navigation over Scalable Hierarchical Index for Incremental Extreme Multi-label Classification

ACL 2024findings

The eXtreme Multi-label Classification (XMC) aims at accurately assigning large-scale labels to instances, and is challenging for learning, managing, and predicting over the large-scale and rapidly growing set of labels. Traditional XMC methods, like one-vs-all and tree-based methods struggle with t…

Cited by 0SourcePDFScholar
2023

Contrastive Distant Supervision for Debiased and Denoised Machine Reading Comprehension

EMNLP 2023long findings

Distant Supervision (DS) is a promising learning approach for MRC by leveraging easily-obtained question-answer pairs. Unfortunately, the heuristically annotated dataset will inevitably lead to mislabeled instances, resulting in answer bias and context noise problems. To learn debiased and denoised…

Cited by 0SourceScholar
2023

Hidding the Ghostwriters: An Adversarial Evaluation of AI-Generated Student Essay Detection

EMNLP 2023long main

Large language models (LLMs) have exhibited remarkable capabilities in text generation tasks. However, the utilization of these models carries inherent risks, including but not limited to plagiarism, the dissemination of fake news, and issues in educational exercises. Although several detectors have…

Cited by 0SourcecodeScholar
2023

Towards Imperceptible Document Manipulations against Neural Ranking Models

ACL 2023findings

Adversarial attacks have gained traction in order to identify vulnerabilities in neural ranking models (NRMs), but current attack methods often introduce noticeable errors. Moreover, current methods rely heavily on using a well-imitated surrogate NRM to guarantee the attack effect, making them diffi…

2023

Understanding Differential Search Index for Text Retrieval

ACL 2023findings

The Differentiable Search Index (DSI) is a novel information retrieval (IR) framework that utilizes a differentiable function to generate a sorted list of document identifiers in response to a given query. However, due to the black-box nature of the end-to-end neural architecture, it remains to be u…

2022

Towards Robust Dense Retrieval via Local Ranking Alignment

IJCAI 2022poster

Dense retrieval (DR) has extended the employment of pre-trained language models, like BERT, for text ranking. However, recent studies have raised the robustness issue of DR model against query variations, like query with typos, along with non-trivial performance losses. Herein, we argue that it woul…