paper-with-me

Papers

Language Models as Knowledge Bases: On Entity Representations, Storage Capacity, and Paraphrased Queries

2020-08-20 · EACL 2021 2 · Benjamin Heinzerling, Kentaro Inui

Pretrained language models have been suggested as a possible alternative or complement to structured knowledge bases. However, this emerging LM-as-KB paradigm has so far only been considered in a very limited setting, which only allows handling 21k entities whose single-token name is found in common LM vocabularies. Furthermore, the main benefit of this paradigm, namely querying the KB using a variety of natural language paraphrases, is underexplored so far. Here, we formulate two basic requirements for treating LMs as KBs: (i) the ability to store a large number facts involving a large number of entities and (ii) the ability to query stored facts. We explore three entity representations that allow LMs to represent millions of entities and present a detailed case study on paraphrased querying of world knowledge in LMs, thereby providing a proof-of-concept that language models can indeed serve as knowledge bases.

📄 PDF Abstract BibTeX arXiv:2008.09036

Code (1)

bheinzerling/lm-as-kb 공식 구현 pytorch

Tasks

World Knowledge

Similar Papers 제목 키워드 기반

Linking Graph Entities with Multiplicity and Provenance

2019-08-13 · Jixue Liu, Selasi Kwashie, Jiuyong Li, Lin Liu 외

Entity linking and resolution is a fundamental database problem with applications in data integration, data cleansing, information retrieval, knowledge fusion, and knowledge-base population. It is the task of accurately …

AttributeData IntegrationEntity LinkingInformation Retrieval+3

Improving Zero-Shot Multi-Lingual Entity Linking

2021-04-16 · Elliot Schumacher, James Mayfield, Mark Dredze

Entity linking -- the task of identifying references in free text to relevant knowledge base representations -- often focuses on single languages. We consider multilingual entity linking, where a single model is trained …

Entity Linking

Knowledge Enhanced Contextual Word Representations

2019-09-09 · IJCNLP 2019 11 · Matthew E. Peters, Mark Neumann, Robert L. Logan IV, Roy Schwartz 외

Contextual word representations, typically trained on unstructured, unlabeled text, do not contain any explicit grounding to real world entities and are often unable to remember facts about those entities. We propose a g…

Entity LinkingEntity TypingLanguage ModelingLanguage Modelling+3

Learning Entity Representations for Few-Shot Reconstruction of Wikipedia Categories

2019-03-20 · ICLR Workshop LLD 2019 · Jeffrey Ling, Nicholas FitzGerald, Livio Baldini Soares, David Weiss 외

Language modeling tasks, in which words are predicted on the basis of a local context, have been very effective for learning word embeddings and context dependent representations of phrases. Motivated by the observation …

Entity TypingLanguage ModelingLanguage ModellingLearning Word Embeddings+2

The Queen of England is not England's Queen: On the Lack of Factual Coherency in PLMs

2024-02-02 · Paul Youssef, Jörg Schlötterer, Christin Seifert

Factual knowledge encoded in Pre-trained Language Models (PLMs) enriches their representations and justifies their use as knowledge bases. Previous work has focused on probing PLMs for factual knowledge by measuring how …

Retrieval