Papers › SPOT: Knowledge-Enhanced Language Representations for Information Extraction

SPOT: Knowledge-Enhanced Language Representations for Information Extraction

20 Aug 2022arXiv:2208.09625archive 2025-07-28

Jiacheng Li, Yannis Katsis, Tyler Baldwin, Ho-Cheol Kim, Andrew Bartko, Julian McAuley, Chun-Nan Hsu

Knowledge-enhanced pre-trained models for language representation have been shown to be more effective in knowledge base construction tasks (i.e.,~relation extraction) than language models such as BERT. These knowledge-enhanced language models incorporate knowledge into pre-training to generate representations of entities or relationships. However, existing methods typically represent each entity with a separate embedding. As a result, these methods struggle to represent out-of-vocabulary entities and a large amount of parameters, on top of their underlying token models (i.e.,~the transformer), must be used and the number of entities that can be handled is limited in practice due to memory constraints. Moreover, existing models still struggle to represent entities and relationships simultaneously. To address these problems, we propose a new pre-trained model that learns representations of both entities and relationships from token spans and span pairs in the text respectively. By encoding spans efficiently with span modules, our model can represent both entities and their relationships but requires fewer parameters than existing models. We pre-trained our model with the knowledge graph extracted from Wikipedia and test it on a broad range of supervised and unsupervised information extraction tasks. Results show that our model learns better representations for both entities and relationships than baselines, while in supervised settings, fine-tuning our model outperforms RoBERTa consistently and achieves competitive results on information extraction tasks.

PaperPDF

Code

No code repository is listed for this paper in the archive or in Syntology's graph.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Knowledge Base ConstructionRelation Extraction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Relation Extraction SemEval-2010 Task-8 SPOT F1 90.6 #4 of 31 Archive leaderboard report
Relation Extraction SemEval-2010 Task-8 LUKE F1 90.3 #9 of 31 Archive leaderboard report
Relation Extraction SemEval-2010 Task-8 BERT F1 89.4 #14 of 31 Archive leaderboard report
Relation Extraction SemEval-2010 Task-8 CorefBERT F1 89.2 #16 of 31 Archive leaderboard report
Relation Extraction SemEval-2010 Task-8 KnowBERT F1 89.1 #18 of 31 Archive leaderboard report
Relation Extraction SemEval-2010 Task-8 SpanBERT F1 88.8 #20 of 31 Archive leaderboard report
Relation Extraction SemEval-2010 Task-8 RoBERTa F1 88.7 #21 of 31 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

AdamAttentionAttention DropoutBASEBERTDense ConnectionsDropoutLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionRoBERTaSoftmaxTestWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections