← Search

Ikuya Yamada

7 accepted papers

2025

Dynamic Injection of Entity Knowledge into Dense Retrievers

EMNLP 2025

Dense retrievers often struggle with queries involving less-frequent entities due to their limited entity knowledge. We propose the Knowledgeable Passage Retriever (KPR), a BERT-based retriever enhanced with a context-entity attention layer and dynamically updatable entity embeddings. This design en

2024

LEIA: Facilitating Cross-lingual Knowledge Transfer in Language Models with Entity-based Data Augmentation

ACL 2024findings

Adapting English-based large language models (LLMs) to other languages has become increasingly popular due to the efficiency and potential of cross-lingual transfer. However, existing language adaptation methods often overlook the benefits of cross-lingual supervision. In this study, we introduce LE…

2022

EASE: Entity-Aware Contrastive Learning of Sentence Embedding

NAACL 2022long

We present EASE, a novel method for learning sentence embeddings via contrastive learning between sentences and their related entities. The advantage of using entity supervision is twofold: (1) entities have been shown to be a strong indicator of text semantics and thus should provide rich training…

2022

Entity Embedding Completion for Wide-Coverage Entity Disambiguation

EMNLP 2022finding

Entity disambiguation (ED) is typically solved by learning to classify a given mention into one of the entities in the model’s entity vocabulary by referring to their embeddings. However, this approach cannot address mentions of entities that are not covered by the entity vocabulary. Aiming to enhan…

2022

mLUKE: The Power of Entity Representations in Multilingual Pretrained Language Models

ACL 2022long

Recent studies have shown that multilingual pretrained language models can be effectively improved with cross-lingual alignment information from Wikipedia entities. However, existing methods only exploit entity information in pretraining and do not explicitly use entities in downstream tasks. In thi…

2021

Efficient Passage Retrieval with Hashing for Open-domain Question Answering

ACL 2021short

Most state-of-the-art open-domain question answering systems use a neural retrieval model to encode passages into continuous vectors and extract them from a knowledge source. However, such retrieval models often require large memory to run because of the massive size of their passage index. In this…