TL;DR
This paper explores the use of pretrained language models like BERT and RoBERTa for extracting definitions from textbooks, addressing three subtasks with experiments on fine-tuning and multi-task learning.
Contribution
It introduces a multi-task architecture and evaluates various pretrained models on definition extraction, providing insights into their effectiveness for this task.
Findings
Best model achieved 32nd place in sentence classification
Multi-task training improved relation classification results
Pretrained models show promise for definition extraction tasks
Abstract
This work presents our contribution in the context of the 6th task of SemEval-2020: Extracting Definitions from Free Text in Textbooks (DeftEval). This competition consists of three subtasks with different levels of granularity: (1) classification of sentences as definitional or non-definitional,(2) labeling of definitional sentences, and (3) relation classification. We use various pretrained language models (i.e., BERT, XLNet, RoBERTa, SciBERT, and ALBERT) to solve each of the three subtasks of the competition. Specifically, for each language model variant, we experiment by both freezing its weights and fine-tuning them. We also explore a multi-task architecture that was trained to jointly predict the outputs for the second and the third subtasks. Our best performing model evaluated on the DeftEval dataset obtains the 32nd place for the first subtask and the 37th place for the second…
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
MethodsLinear Layer · Layer Normalization · Weight Decay · Dropout · Linear Warmup With Linear Decay · RoBERTa · Dense Connections · Attention Dropout · Byte Pair Encoding · WordPiece
