paper-with-me

홈 › Papers

Combining Analogy with Language Models for Knowledge Extraction

2021-06-22 · AKBC 2021 10 · Danilo Neves Ribeiro, Kenneth Forbus

Learning structured knowledge from natural language text has been a long-standing challenge. Previous work has focused on specific domains, mostly extracting knowledge about named entities (e.g. countries, companies, or persons) instead of general-purpose world knowledge (e.g. information about science or everyday objects). In this paper we combine the Companion Cognitive Architecture with the BERT Language Model to extract structured knowledge from text, with the goal of automatically inferring missing commonsense facts from an existing knowledge base. Using the principles of distant supervision, the system learns functions called query cases that map statements expressed in natural language into knowledge base relations. Afterwards, the system uses such query cases to extract structured knowledge using analogical reasoning. We run experiments on 2,679 Simple English Wikipedia articles, where the system is able to learn high precision facts about a variety of subjects from a few training examples, outperforming strong baselines.

📄 PDF Abstract BibTeX

Code (1)

dnr2/analogical-ke 공식 구현

Tasks

ArticlesLanguage ModelingLanguage ModellingWorld Knowledge

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Weight Decay 설명 없음
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…
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 제목 키워드 기반

Analogy Models for Neural Word Inflection

2020-12-01 · COLING 2020 8 · Ling Liu, Mans Hulden

Analogy is assumed to be the cognitive mechanism speakers resort to in order to inflect an unknown form of a lexeme based on knowledge of other words in a language. In this process, an analogy is formed between word form…

HallucinationLEMMA

ANALOGYKB: Unlocking Analogical Reasoning of Language Models with A Million-scale Knowledge Base

2023-05-10 · Siyu Yuan, Jiangjie Chen, Changzhi Sun, Jiaqing Liang 외

Analogical reasoning is a fundamental cognitive ability of humans. However, current language models (LMs) still struggle to achieve human-like performance in analogical reasoning tasks due to a lack of resources for mode…

Knowledge Graphs

Relevant Entity Selection: Knowledge Graph Bootstrapping via Zero-Shot Analogical Pruning

2023-06-28 · Lucas Jarnac, Miguel Couceiro, Pierre Monnin

Knowledge Graph Construction (KGC) can be seen as an iterative process starting from a high quality nucleus that is refined by knowledge extraction approaches in a virtuous loop. Such a nucleus can be obtained from knowl…

graph constructionTransfer Learning

Deductive and Analogical Reasoning on a Semantically Embedded Knowledge Graph

2017-07-11 · Douglas Summers-Stay

Representing knowledge as high-dimensional vectors in a continuous semantic vector space can help overcome the brittleness and incompleteness of traditional knowledge bases. We present a method for performing deductive r…

Learning Relational Representations by Analogy using Hierarchical Siamese Networks

2019-06-01 · NAACL 2019 6 · Gaetano Rossiello, Alfio Gliozzo, Robert Farrell, Nicolas Fauceglia 외

We address relation extraction as an analogy problem by proposing a novel approach to learn representations of relations expressed by their textual mentions. In our assumption, if two pairs of entities belong to the same…

Entity EmbeddingsKnowledge Base PopulationOne-Shot LearningRelation+1