← Search

Minghao Tang

6 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
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

An Effective Span-based Multimodal Named Entity Recognition with Consistent Cross-Modal Alignment

COLING 2024main

With the increasing availability of multimodal content on social media, consisting primarily of text and images, multimodal named entity recognition (MNER) has gained a wide-spread attention. A fundamental challenge of MNER lies in effectively aligning different modalities. However, the majority of…

Cited by 0SourcePDFScholar
2023

A Boundary Offset Prediction Network for Named Entity Recognition

EMNLP 2023long findings

Named entity recognition (NER) is a fundamental task in natural language processing that aims to identify and classify named entities in text. However, span-based methods for NER typically assign entity types to text spans, resulting in an imbalanced sample space and neglecting the connections betwe…

Cited by 0SourcecodeScholar
2023

Learning to Correct Noisy Labels for Fine-Grained Entity Typing via Co-Prediction Prompt Tuning

EMNLP 2023long findings

Fine-grained entity typing (FET) is an essential task in natural language processing that aims to assign semantic types to entities in text. However, FET poses a major challenge known as the noise labeling problem, whereby current methods rely on estimating noise distribution to identify noisy label…

Cited by 0SourcecodeScholar
2022

DoSEA: A Domain-specific Entity-aware Framework for Cross-Domain Named Entity Recogition

COLING 2022main

Cross-domain named entity recognition aims to improve performance in a target domain with shared knowledge from a well-studied source domain. The previous sequence-labeling based method focuses on promoting model parameter sharing among domains. However, such a paradigm essentially ignores the domai…