JBNU-CCLab at SemEval-2022 Task 12: Machine Reading Comprehension and Span Pair Classification for Linking Mathematical Symbols to Their Descriptions

SemEval (NAACL) 2022  ·  Sung-Min Lee, Seung-Hoon Na ·

This paper describes our system in the SemEval-2022 Task 12: ‘linking mathematical symbols to their descriptions’, achieving first on the leaderboard for all the subtasks comprising named entity extraction (NER) and relation extraction (RE). Our system is a two-stage pipeline model based on SciBERT that detects symbols, descriptions, and their relationships in scientific documents. The system consists of 1) machine reading comprehension(MRC)-based NER model, where each entity type is represented as a question and its entity mention span is extracted as an answer using an MRC model, and 2) span pair classification for RE, where two entity mentions and their type markers are encoded into span representations that are then fed to a Softmax classifier. In addition, we deploy a rule-based symbol tokenizer to improve the detection of the exact boundary of symbol entities. Regularization and ensemble methods are further explored to improve the RE model.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Joint Entity and Relation Extraction SemEval-2022 Task-12 MRC-based NER + Span pair classification with solid marker + ensemble Relation F1 37.19 # 1
Entity F1 (partial) 47.61 # 1

Methods


No methods listed for this paper. Add relevant methods here