paper-with-me

홈 › Papers

ZeroED: Hybrid Zero-shot Error Detection through Large Language Model Reasoning

2025-04-06 · Wei Ni, Kaihang Zhang, Xiaoye Miao, Xiangyu Zhao, Yangyang Wu, Yaoshu Wang, Jianwei Yin

Error detection (ED) in tabular data is crucial yet challenging due to diverse error types and the need for contextual understanding. Traditional ED methods often rely heavily on manual criteria and labels, making them labor-intensive. Large language models (LLM) can minimize human effort but struggle with errors requiring a comprehensive understanding of data context. In this paper, we propose ZeroED, a novel hybrid zero-shot error detection framework, which combines LLM reasoning ability with the manual label-based ED pipeline. ZeroED operates in four steps, i.e., feature representation, error labeling, training data construction, and detector training. Initially, to enhance error distinction, ZeroED generates rich data representations using error reason-aware binary features, pre-trained embeddings, and statistical features. Then, ZeroED employs LLM to label errors holistically through in-context learning, guided by a two-step reasoning process for detailed error detection guidelines. To reduce token costs, LLMs are applied only to representative data selected via clustering-based sampling. High-quality training data is constructed through in-cluster label propagation and LLM augmentation with verification. Finally, a classifier is trained to detect all errors. Extensive experiments on seven public datasets demonstrate that, ZeroED substantially outperforms state-of-the-art methods by a maximum 30% improvement in F1 score and up to 90% token cost reduction.

📄 PDF Abstract BibTeX arXiv:2504.05345

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Zero-Shot Belief: A Hard Problem for LLMs

2025-02-12 · John Murzaku, Owen Rambow

We present two LLM-based approaches to zero-shot source-and-target belief prediction on FactBank: a unified system that identifies events, sources, and belief labels in a single pass, and a hybrid approach that uses a fi…

Event Detection

Renormalized Sparse Neural Network Pruning

2022-06-21 · Michael G. Rawson

Large neural networks are heavily over-parameterized. This is done because it improves training to optimality. However once the network is trained, this means many parameters can be zeroed, or pruned, leaving an equivale…

Network Pruning

ZeroPrompt: Streaming Acoustic Encoders are Zero-Shot Masked LMs

2023-05-18 · Xingchen Song, Di wu, BinBin Zhang, Zhendong Peng 외

In this paper, we present ZeroPrompt (Figure 1-(a)) and the corresponding Prompt-and-Refine strategy (Figure 3), two simple but effective \textbf{training-free} methods to decrease the Token Display Time (TDT) of streami…

Hypothesis Engineering for Zero-Shot Hate Speech Detection

2022-10-03 · TRAC (COLING) 2022 10 · Janis Goldzycher, Gerold Schneider

Standard approaches to hate speech detection rely on sufficient available hate speech annotations. Extending previous work that repurposes natural language inference (NLI) models for zero-shot text classification, we pro…

Hate Speech DetectionNatural Language InferenceText ClassificationZero-Shot Text Classification

Zero-Shot Object Detection by Hybrid Region Embedding

2018-05-16 · Berkan Demirel, Ramazan Gokberk Cinbis, Nazli Ikizler-Cinbis

Object detection is considered as one of the most challenging problems in computer vision, since it requires correct prediction of both classes and locations of objects in images. In this study, we define a more difficul…

Objectobject-detectionObject DetectionZero-Shot Object Detection