Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Relation Extraction

The Relation Extraction task aims to predict the relationship type between two given entities.

Models

We currently provide the following models:

Datasets

We currently provide the following datasets for this task:

Evaluation

  • Hyperparameters

    • Sequence Length: 128
    • Batchsize: 8
    • Learning Rate: 1e-5
    • Weight Decay: 0.01
  • SemEval2010Task8

    Model Micro-F1 Macro-F1 Epochs Pretrained Model Name
    BertForRelationExtraction 83.6 79.8 4 bert-base-uncased
  • GermanYelp_Polarity

    Model Micro-F1 Macro-F1 Epochs Pretrained Model Name
    BertForRelationExtraction 91.8 90.6 2 bert-base-german-cased
    BertForRelationExtraction 94.5 93.8 11 bert-base-german-cased-yelp
  • GermanYelp_Linking

    Model Micro-F1 Macro-F1 Epochs Pretrained Model Name
    BertForRelationExtraction 94.8 94.7 7 bert-base-german-cased
    BertForRelationExtraction 93.7 93.5 4 bert-base-german-cased-yelp
  • GermanYelp_LinkingAndPolarity

    Model Micro-F1 Macro-F1 Epochs Pretrained Model Name
    BertForRelationExtraction 87.4 85.1 5 bert-base-german-cased
    BertForRelationExtraction 88.9 87.7 7 bert-base-german-cased-yelp
  • SmartdataCorpus

    Model Micro-F1 Macro-F1 Epochs Pretrained Model Name
    BertForRelationExtraction 100 100 11 bert-base-uncased