paper-with-me

Papers

Entity-aware Transformers for Entity Search

2022-05-02 · Emma J. Gerritse, Faegheh Hasibi, Arjen P. de Vries

Pre-trained language models such as BERT have been a key ingredient to achieve state-of-the-art results on a variety of tasks in natural language processing and, more recently, also in information retrieval.Recent research even claims that BERT is able to capture factual knowledge about entity relations and properties, the information that is commonly obtained from knowledge graphs. This paper investigates the following question: Do BERT-based entity retrieval models benefit from additional entity information stored in knowledge graphs? To address this research question, we map entity embeddings into the same input space as a pre-trained BERT model and inject these entity embeddings into the BERT model. This entity-enriched language model is then employed on the entity retrieval task. We show that the entity-enriched BERT model improves effectiveness on entity-oriented queries over a regular BERT model, establishing a new state-of-the-art result for the entity retrieval task, with substantial improvements for complex natural language queries and queries requesting a list of entities with a certain property. Additionally, we show that the entity information provided by our entity-enriched model particularly helps queries related to less popular entities. Last, we observe empirically that the entity-enriched BERT models enable fine-tuning on limited training data, which otherwise would not be feasible due to the known instabilities of BERT in few-sample fine-tuning, thereby contributing to data-efficient training of BERT for entity search.

📄 PDF Abstract BibTeX arXiv:2205.00820

Code (1)

informagi/embert 공식 구현 pytorch

Tasks

Entity EmbeddingsEntity RetrievalKnowledge GraphsLanguage ModellingNatural Language QueriesRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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$…

Similar Papers 제목 키워드 기반

Entity-aware and Motion-aware Transformers for Language-driven Action Localization in Videos

2022-05-12 · Shuo Yang, Xinxiao wu

Language-driven action localization in videos is a challenging task that involves not only visual-linguistic matching but also action boundary prediction. Recent progress has been achieved through aligning language query…

Action LocalizationRepresentation Learning

Knowledge-Aware Language Model Pretraining

2020-06-29 · Corby Rosset, Chenyan Xiong, Minh Phan, Xia Song 외

How much knowledge do pretrained language models hold? Recent research observed that pretrained transformers are adept at modeling semantics but it is unclear to what degree they grasp human knowledge, or how to ensure t…

Knowledge ProbingLanguage ModelingLanguage Modellingmodel+1

Pretrain Knowledge-Aware Language Models

2021-01-01 · Corbin L Rosset, Chenyan Xiong, Minh Phan, Xia Song 외

How much knowledge do pretrained language models hold? Recent research observed that pretrained transformers are adept at modeling semantics but it is unclear to what degree they grasp human knowledge, or how to ensure t…

Knowledge ProbingLanguage ModelingLanguage ModellingQuestion Answering

Magic Mirror: ID-Preserved Video Generation in Video Diffusion Transformers

2025-01-07 · Yuechen Zhang, Yaoyang Liu, Bin Xia, Bohao Peng 외

We present Magic Mirror, a framework for generating identity-preserved videos with cinematic-level quality and dynamic motion. While recent advances in video diffusion models have shown impressive capabilities in text-to…

DiversityText-to-Video GenerationVideo Generation

POI-Transformers: POI Entity Matching through POI Embeddings by Incorporating Semantic and Geographic Information

2021-09-29 · Jinbao Zhang, Changwang Zhang, Xiaojuan Liu, Xia Li 외

Point of Interest (POI) data is crucial to location-based applications and various user-oriented services. However, three problems are existing in POI entity matching. First, traditional approaches to general entity matc…