TL;DR
This paper introduces MRC-CE, a novel machine reading comprehension-based framework utilizing BERT for large-scale, multi-granular concept extraction from entity descriptions, significantly enhancing knowledge graph coverage.
Contribution
The paper presents a new MRC-CE framework that combines BERT and pointer networks with pruning techniques to extract fine-grained concepts, improving over existing models.
Findings
MRC-CE outperforms state-of-the-art models in KG completion tasks.
Over 7 million new concepts added to CN-DBpedia using MRC-CE.
Framework effectively extracts multi-granular concepts from multilingual texts.
Abstract
The concepts in knowledge graphs (KGs) enable machines to understand natural language, and thus play an indispensable role in many applications. However, existing KGs have the poor coverage of concepts, especially fine-grained concepts. In order to supply existing KGs with more fine-grained and new concepts, we propose a novel concept extraction framework, namely MRC-CE, to extract large-scale multi-granular concepts from the descriptive texts of entities. Specifically, MRC-CE is built with a machine reading comprehension model based on BERT, which can extract more fine-grained concepts with a pointer network. Furthermore, a random forest and rule-based pruning are also adopted to enhance MRC-CE's precision and recall simultaneously. Our experiments evaluated upon multilingual KGs, i.e., English Probase and Chinese CN-DBpedia, justify MRC-CE's superiority over the state-of-the-art…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Pruning · Linear Layer · Linear Warmup With Linear Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Softmax · WordPiece · Layer Normalization · Weight Decay · Dropout
