← Search

Yao Qin

18 accepted papers

2026

Enhancing Hallucination Detection through Noise Injection

ICLR 2026poster

Large Language Models (LLMs) are prone to generating plausible yet incorrect responses, known as hallucinations. Effectively detecting hallucinations is therefore crucial for the safe deployment of LLMs. Recent research has linked hallucinations to model uncertainty, suggesting that hallucinations…

Cited by 0SourceScholar
2026

From Out-of-Distribution Detection to Hallucination Detection: A Geometric View

ICML 2026poster

Detecting hallucinations in large language models is a critical open problem with significant implications for safety and reliability. While existing hallucination detection methods achieve strong performance in question‑answering tasks, they remain less effective on tasks requiring reasoning. In th…

Cited by 0SourceScholar
2025

Flaw or Artifact? Rethinking Prompt Sensitivity in Evaluating LLMs

EMNLP 2025

Prompt sensitivity, referring to the phenomenon where paraphrasing (that is, repeating something written or spoken using different words) leads to significant changes in large language model performance, has been widely accepted as a core limitation of large language models. In this work, we revisit

Cited by 0SourcePDFScholar
2025

NutriBench: A Dataset for Evaluating Large Language Models in Nutrition Estimation from Meal Descriptions

ICLR 2025poster

Accurate nutrition estimation helps people make informed dietary choices and is essential in the prevention of serious health complications. We present NutriBench, the first publicly available natural language meal description nutrition benchmark. NutriBench consists of 11,857 meal descriptions gene…

2024

Creative and Context-Aware Translation of East Asian Idioms with GPT-4

EMNLP 2024finding

As a type of figurative language, an East Asian idiom condenses rich cultural background into only a few characters. Translating such idioms is challenging for human translators, who often resort to choosing a context-aware translation from an existing list of candidates. However, compiling a dictio…

2024

Enhancing Small Medical Learners with Privacy-preserving Contextual Prompting

ICLR 2024poster

Large language models (LLMs) demonstrate remarkable medical expertise, but data privacy concerns impede their direct use in healthcare environments. Although offering improved data privacy protection, domain-specific small language models (SLMs) often underperform LLMs, emphasizing the need for meth…

2024

Improving Robustness via Tilted Exponential Layer: A Communication-Theoretic Perspective

AISTATS 2024poster

State-of-the-art techniques for enhancing robustness of deep networks mostly rely on empirical risk minimization with suitable data augmentation. In this paper, we propose a complementary approach motivated by communication theory, aimed at enhancing the signal-to-noise ratio at the output of a neur…

2024

Initialization Matters for Adversarial Transfer Learning

CVPR 2024poster

With the prevalence of the Pretraining-Finetuning paradigm in transfer learning the robustness of downstream tasks has become a critical concern. In this work we delve into adversarial robustness in transfer learning and reveal the critical role of initialization including both the pretrained model…

2023

Effective Robustness against Natural Distribution Shifts for Models with Different Training Data

NeurIPS 2023poster

``Effective robustness'' measures the extra out-of-distribution (OOD) robustness beyond what can be predicted from the in-distribution (ID) performance. Existing effective robustness evaluations typically use a single test set such as ImageNet to evaluate the ID accuracy. This becomes problematic wh…

2022

Investigating Ensemble Methods for Model Robustness Improvement of Text Classifiers

EMNLP 2022finding

Large pre-trained language models have shown remarkable performance over the past few years. These models, however, sometimes learn superficial features from the dataset and cannot generalize to the distributions that are dissimilar to the training scenario. There have been several approaches propos…

Cited by 2SourcePDFScholar
2022

Understanding and Improving Robustness of Vision Transformers through Patch-based Negative Augmentation

NeurIPS 2022accept

We investigate the robustness of vision transformers (ViTs) through the lens of their special patch-based architectural structure, i.e., they process an image as a sequence of image patches. We find that ViTs are surprisingly insensitive to patch-based transformations, even when the transformation l…

Cited by 51SourcePDFScholar
2021

Improving Calibration through the Relationship with Adversarial Robustness

NeurIPS 2021poster

Neural networks lack adversarial robustness, i.e., they are vulnerable to adversarial examples that through small perturbations to inputs cause incorrect predictions. Further, trust is undermined when models give miscalibrated predictions, i.e., the predicted probability is not a good indicator of…

Cited by 30SourcePDFScholar
2020

Detecting and Diagnosing Adversarial Images with Class-Conditional Capsule Reconstructions

ICLR 2020poster

Adversarial examples raise questions about whether neural network models are sensitive to the same visual features as humans. In this paper, we first detect adversarial examples or otherwise corrupted images based on a class-conditional reconstruction of the input. To specifically attack our detecti…

Cited by 107SourceScholar
2019

Imperceptible, Robust, and Targeted Adversarial Examples for Automatic Speech Recognition

ICML 2019oral

Adversarial examples are inputs to machine learning models designed by an adversary to cause an incorrect output. So far, adversarial examples have been studied most extensively in the image domain. In this domain, adversarial examples can be constructed by imperceptibly modifying images to cause mi…