Skip to content

mukesh-mehta/SemEval2020-Task6

Repository files navigation

SemEval2020-Task6

This repository aims to solve DeftEval: Extracting term-definition pairs in free text

There are three subtasks

Subtask 1: Sentence Classification

Given a sentence, classify whether or not it contains a definition. This is the traditional definition extraction task.

Subtask 2: Sequence Labeling

Label each token with BIO tags according to the corpus' tag specification (see Data page).

Subtask 3: Relation Classification

Given the tag sequence labels, label the relations between each tag according to the corpus' relation specification

This repository solves Subtask 1(leaderboard rank 41) and Subtask 2 (leaderboard rank 46).