allenai / scibert

A BERT model for scientific text.
https://arxiv.org/abs/1903.10676
Apache License 2.0
1.47k stars 214 forks source link

What relations in Chemprot are evaluated in the paper ? #121

Closed yyzhuang1991 closed 2 years ago

yyzhuang1991 commented 2 years ago

I ran the script for relation extraction in Chemprot. It looks like the accuracy includes all relations available in Chemprot, while the original publication of Chemprot and other relevant publications like bioBERT evaluated over only 5 relations ( specifically, AGONIST, ANTAGONIST, SUBSTRATE, UPREGULATOR and DOWNREGULATOR ). So I wonder whether the SciBERT paper reported the accuracy (83.64) over these 5 relations, or all relations?