paper-with-me

홈 › Papers

Zero-shot Entity Linking with Efficient Long Range Sequence Modeling

2020-10-12 · Findings of the Association for Computational Linguistics 2020 · Zonghai Yao, Liangliang Cao, Huapu Pan

This paper considers the problem of zero-shot entity linking, in which a link in the test time may not present in training. Following the prevailing BERT-based research efforts, we find a simple yet effective way is to expand the long-range sequence modeling. Unlike many previous methods, our method does not require expensive pre-training of BERT with long position embedding. Instead, we propose an efficient position embeddings initialization method called Embedding-repeat, which initializes larger position embeddings based on BERT-Base. On Wikia's zero-shot EL dataset, our method improves the SOTA from 76.06% to 79.08%, and for its long data, the corresponding improvement is from 74.57% to 82.14%. Our experiments suggest the effectiveness of long-range sequence modeling without retraining the BERT model.

📄 PDF Abstract BibTeX arXiv:2010.06065

Code (1)

seasonyao/Zero-Shot-Entity-Linking 공식 구현 tf

Tasks

Entity LinkingPosition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Scalable Zero-shot Entity Linking with Dense Entity Retrieval

2019-11-10 · EMNLP 2020 11 · Ledell Wu, Fabio Petroni, Martin Josifoski, Sebastian Riedel 외

This paper introduces a conceptually simple, scalable, and highly effective BERT-based entity linking model, along with an extensive evaluation of its accuracy-speed trade-off. We present a two-stage zero-shot linking al…

Entity EmbeddingsEntity LinkingEntity RetrievalKnowledge Distillation+1

Improving Zero-Shot Entity Linking Candidate Generation with Ultra-Fine Entity Type Information

2022-10-01 · COLING 2022 10 · Xuhui Sui, Ying Zhang, Kehui Song, Baohang Zhou 외

Entity linking, which aims at aligning ambiguous entity mentions to their referent entities in a knowledge base, plays a key role in multiple natural language processing tasks. Recently, zero-shot entity linking task has…

Entity LinkingEntity TypingVocal Bursts Type Prediction

Zero-shot Neural Transfer for Cross-lingual Entity Linking

2018-11-09 · Shruti Rijhwani, Jiateng Xie, Graham Neubig, Jaime Carbonell

Cross-lingual entity linking maps an entity mention in a source language to its corresponding entry in a structured knowledge base that is in a different (target) language. While previous work relies heavily on bilingual…

Cross-Lingual Entity LinkingEntity Linking

Real World Conversational Entity Linking Requires More Than Zeroshots

2024-09-02 · Mohanna Hoveyda, Arjen P. de Vries, Maarten de Rijke, Faegheh Hasibi

Entity linking (EL) in conversations faces notable challenges in practical applications, primarily due to the scarcity of entity-annotated conversational datasets and sparse knowledge bases (KB) containing domain-specifi…

Entity Linking

Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Modern Entity Linking (EL) systems entrench a popularity bias. However, there is no dataset focusing on tail and emerging entities in languages other than English. We present Hansel, a new benchmark in Chinese that fills…

ArticlesEntity Linking