← Search

Keping Bi

11 accepted papers

2026

Annotation-Efficient Honesty Alignment via Confidence Elicitation and Calibration

ICLR 2026poster

Honesty alignment—the ability of large language models (LLMs) to recognize their knowledge boundaries and express calibrated confidence—is essential for trustworthy deployment. Existing methods either rely on training-free confidence estimation (e.g., token probabilities, self-consistency) or traini…

Cited by 0SourceScholar
2026

Beyond Text-Only: Towards Multimodal Table Retrieval in Open-World

ICLR 2026poster

Open-domain table retrieval aims to retrieve semantically relevant structured tables from a large-scale corpus in response to natural language queries. Unlike unstructured text, tables store information not only through their textual or numerical content but also through their structural properties,…

Cited by 0SourceScholar
2025

CLIPure: Purification in Latent Space via CLIP for Adversarially Robust Zero-Shot Classification

ICLR 2025poster

In this paper, we aim to build an adversarially robust zero-shot image classifier that can accurately and efficiently classify unseen examples while defending against unforeseen adversarial attacks, addressing critical challenges in real-world safety-sensitive scenarios. To achieve this, we focus on…

2025

Do LVLMs Know What They Know? A Systematic Study of Knowledge Boundary Perception in LVLMs

EMNLP 2025

Large Vision-Language Models (LVLMs) demonstrate strong visual question answering (VQA) capabilities but are shown to hallucinate. A reliable model should perceive its knowledge boundaries—knowing what it knows and what it does not. This paper investigates LVLMs’ perception of their knowledge bounda

Cited by 0SourcePDFScholar
2025

Evaluating Implicit Bias in Large Language Models by Attacking From a Psychometric Perspective

ACL 2025finding

As large language models (LLMs) become an important way of information access, there have been increasing concerns that LLMs may intensify the spread of unethical content, including implicit bias that hurts certain populations without explicit harmful words. In this paper, we conduct a rigorous eval…

2025

Towards Fully Exploiting LLM Internal States to Enhance Knowledge Boundary Perception

ACL 2025long

Large language models (LLMs) exhibit impressive performance across diverse tasks but often struggle to accurately gauge their knowledge boundaries, leading to confident yet incorrect responses. This paper explores leveraging LLMs’ internal states to enhance their perception of knowledge boundaries f…

Cited by 0SourcePDFScholar
2025

Utility-Focused LLM Annotation for Retrieval and Retrieval-Augmented Generation

EMNLP 2025

This paper explores the use of large language models (LLMs) for annotating document utility in training retrieval and retrieval-augmented generation (RAG) systems, aiming to reduce dependence on costly human annotations. We address the gap between retrieval relevance and generative utility by employ

Cited by 0SourcePDFScholar
2024

CausalDiff: Causality-Inspired Disentanglement via Diffusion Model for Adversarial Defense

NeurIPS 2024poster

Despite ongoing efforts to defend neural classifiers from adversarial attacks, they remain vulnerable, especially to unseen attacks. In contrast, humans are difficult to be cheated by subtle manipulations, since we make judgments only based on essential factors. Inspired by this observation, we atte…

2024

LINKAGE: Listwise Ranking among Varied-Quality References for Non-Factoid QA Evaluation via LLMs

EMNLP 2024finding

Non-Factoid (NF) Question Answering (QA) is challenging to evaluate due to diverse potential answers and no objective criterion. The commonly used automatic evaluation metrics like ROUGE or BERTScore cannot accurately measure semantic similarities or answers from different perspectives. Recently, La…

Cited by 0SourcePDFScholar
2024

When Do LLMs Need Retrieval Augmentation? Mitigating LLMs’ Overconfidence Helps Retrieval Augmentation

ACL 2024findings

Large Language Models (LLMs) have been found to have difficulty knowing they do not possess certain knowledge and tend to provide specious answers in such cases. Retrieval Augmentation (RA) has been extensively studied to mitigate LLMs’ hallucinations. However, due to the extra overhead and unassure…