Exploiting Structured Knowledge in Text via Graph-Guided Representation Learning (2004.14224v1)
Abstract: In this work, we aim at equipping pre-trained LLMs with structured knowledge. We present two self-supervised tasks learning over raw text with the guidance from knowledge graphs. Building upon entity-level masked LLMs, our first contribution is an entity masking scheme that exploits relational knowledge underlying the text. This is fulfilled by using a linked knowledge graph to select informative entities and then masking their mentions. In addition we use knowledge graphs to obtain distractors for the masked entities, and propose a novel distractor-suppressed ranking objective which is optimized jointly with masked LLM. In contrast to existing paradigms, our approach uses knowledge graphs implicitly, only during pre-training, to inject LLMs with structured knowledge via learning from raw text. It is more efficient than retrieval-based methods that perform entity linking and integration during finetuning and inference, and generalizes more effectively than the methods that directly learn from concatenated graph triples. Experiments show that our proposed model achieves improved performance on five benchmark datasets, including question answering and knowledge base completion tasks.
- Tao Shen (87 papers)
- Yi Mao (78 papers)
- Pengcheng He (60 papers)
- Guodong Long (115 papers)
- Adam Trischler (50 papers)
- Weizhu Chen (128 papers)