paper-with-me

Papers

A Read-and-Select Framework for Zero-shot Entity Linking

2023-10-19 · Zhenran Xu, Yulin Chen, Baotian Hu, Min Zhang

Zero-shot entity linking (EL) aims at aligning entity mentions to unseen entities to challenge the generalization ability. Previous methods largely focus on the candidate retrieval stage and ignore the essential candidate ranking stage, which disambiguates among entities and makes the final linking prediction. In this paper, we propose a read-and-select (ReS) framework by modeling the main components of entity disambiguation, i.e., mention-entity matching and cross-entity comparison. First, for each candidate, the reading module leverages mention context to output mention-aware entity representations, enabling mention-entity matching. Then, in the selecting module, we frame the choice of candidates as a sequence labeling problem, and all candidate representations are fused together to enable cross-entity comparison. Our method achieves the state-of-the-art performance on the established zero-shot EL dataset ZESHEL with a 2.55% micro-average accuracy gain, with no need for laborious multi-phase pre-training used in most of the previous work, showing the effectiveness of both mention-entity and cross-entity interaction.

📄 PDF Abstract BibTeX arXiv:2310.12450

Code (1)

hitsz-tmg/read-and-select 공식 구현 pytorch

Tasks

Entity DisambiguationEntity LinkingRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Leveraging Type Descriptions for Zero-shot Named Entity Recognition and Classification

2021-08-01 · ACL 2021 5 · Rami Aly, Andreas Vlachos, Ryan Mcdonald

A common issue in real-world applications of named entity recognition and classification (NERC) is the absence of annotated data for the target entity classes during training. Zero-shot learning approaches address this i…

Machine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+6

Improving Zero-shot Reader by Reducing Distractions from Irrelevant Documents in Open-Domain Question Answering

2023-10-26 · Sukmin Cho, Jeongyeon Seo, Soyeong Jeong, Jong C. Park

Large language models (LLMs) enable zero-shot approaches in open-domain question answering (ODQA), yet with limited advancements as the reader is compared to the retriever. This study aims at the feasibility of a zero-sh…

Answer SelectionNegationOpen-Domain Question AnsweringQuestion Answering

Relation-Aware Network with Attention-Based Loss for Few-Shot Knowledge Graph Completion

2023-06-15 · Qiao Qiao, Yuepei Li, Kang Zhou, Qi Li

Few-shot knowledge graph completion (FKGC) task aims to predict unseen facts of a relation with few-shot reference entity pairs. Current approaches randomly select one negative sample for each reference entity pair to mi…

Knowledge Graph CompletionRelation

Self-Improving for Zero-Shot Named Entity Recognition with Large Language Models

2023-11-15 · Tingyu Xie, Qi Li, Yan Zhang, Zuozhu Liu 외

Exploring the application of powerful large language models (LLMs) on the named entity recognition (NER) task has drawn much attention recently. This work pushes the performance boundary of zero-shot NER with LLMs by pro…

In-Context Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

ReverseNER: A Self-Generated Example-Driven Framework for Zero-Shot Named Entity Recognition with Large Language Models

2024-11-01 · Anbang Wang, Difei Mei, Zhichao Zhang, Xiuxiu Bai 외

This paper presents ReverseNER, a method aimed at overcoming the limitation of large language models (LLMs) in zero-shot named entity recognition (NER) tasks, arising from their reliance on pre-provided demonstrations. R…

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