paper-with-me

Papers

VerifiNER: Verification-augmented NER via Knowledge-grounded Reasoning with Large Language Models

2024-02-28 · Seoyeon Kim, Kwangwook Seo, Hyungjoo Chae, Jinyoung Yeo, Dongha Lee

Recent approaches in domain-specific named entity recognition (NER), such as biomedical NER, have shown remarkable advances. However, they still lack of faithfulness, producing erroneous predictions. We assume that knowledge of entities can be useful in verifying the correctness of the predictions. Despite the usefulness of knowledge, resolving such errors with knowledge is nontrivial, since the knowledge itself does not directly indicate the ground-truth label. To this end, we propose VerifiNER, a post-hoc verification framework that identifies errors from existing NER methods using knowledge and revises them into more faithful predictions. Our framework leverages the reasoning abilities of large language models to adequately ground on knowledge and the contextual information in the verification process. We validate effectiveness of VerifiNER through extensive experiments on biomedical datasets. The results suggest that VerifiNER can successfully verify errors from existing models as a model-agnostic approach. Further analyses on out-of-domain and low-resource settings show the usefulness of VerifiNER on real-world applications.

📄 PDF Abstract BibTeX arXiv:2402.18374

Code (1)

emseoyk/verifiner 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Seeing as Experts Do: A Knowledge-Augmented Agent for Open-Set Fine-Grained Visual Understanding

2026-03-04 · Junhan Chen, Zilu Zhou, Yujun Tong, Dongliang Chang 외 arxiv

Fine-grained visual understanding is shifting from static classification to knowledge-augmented reasoning, where models must justify as well as recognise. Existing approaches remain limited by closed-set taxonomies and s…

MedTrust-RAG: Evidence Verification and Trust Alignment for Biomedical Question Answering

2025-10-16 · Yingpeng Ning, Yuanyuan Sun, Ling Luo, Yanhua Wang 외 arxiv

Biomedical question answering (QA) requires accurate interpretation of complex medical knowledge. Large language models (LLMs) have shown promising capabilities in this domain, with retrieval-augmented generation (RAG) s…

Question Answering

KG-CRAFT: Knowledge Graph-based Contrastive Reasoning with LLMs for Enhancing Automated Fact-checking

2026-01-27 · Vítor N. Lourenço, Aline Paes, Tillman Weyde, Audrey Depeige 외 arxiv

Claim verification is a core component of automated fact-checking systems, aimed at determining the truthfulness of a statement by assessing it against reliable evidence sources such as documents or knowledge bases. This…

Explainable Claim Verification via Knowledge-Grounded Reasoning with Large Language Models

2023-10-08 · Haoran Wang, Kai Shu

Claim verification plays a crucial role in combating misinformation. While existing works on claim verification have shown promising results, a crucial piece of the puzzle that remains unsolved is to understand how to ve…

Claim VerificationDecision MakingIn-Context LearningMisinformation

ReflectFact: Self-Reflective Agents for Improving Comprehension and Reasoning in Multi-Hop Fact Verification

2026-08-13 · Runze Zhao, Zixin Tang, Xiaoshuai Hao, Leyuan Chang 외 arxiv

Multi-hop fact verification, which verifies claims by reasoning over multiple pieces of evidence, is critical for combating misinformation on social media yet remains highly challenging. Recent methods primarily rely on …

Fact Verification