Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
DOI:
Libraries:
Datasets
pandas
License:
cnachteg commited on
Commit
67c627f
1 Parent(s): 611f74c

Update README.md

Browse files

Change results for the best performing model of BiomedBERT-large

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -89,7 +89,7 @@ task_categories:
89
  - **Homepage:** https://huggingface.co/datasets/cnachteg/DUVEL/
90
  - **Repository:** https://github.com/cnachteg/DUVEL
91
  - **Paper:** TBA
92
- - **Point of Contact:** TBA
93
 
94
  ### Dataset Summary
95
  This dataset was created to identity oligogenic variant combinations, i.e. relation between several genes and their mutations, causing genetic diseases in scientific articles written in english. At the moment, it contains only digenic variant combinations, i.e. relations between two genes and at least two variants. The dataset is intended for binary relation extraction where the entities are masked within the text.
@@ -98,7 +98,7 @@ This dataset was created to identity oligogenic variant combinations, i.e. relat
98
 
99
  The dataset can be used to train a model for ``text-classification`` (as the relation extraction task is here considered as a classification task). Success on this task is typically measured by achieving a high F1-score.
100
 
101
- The BioLinkBERT model (https://huggingface.co/michiyasunaga/BioLinkBERT-large) currently achieves the following score of 0.8207 F1-score, with a precision of 0.7941 and a recall of 0.8491.
102
 
103
  ### Languages
104
 
@@ -220,11 +220,11 @@ This dataset is under the Creative Commons Attribution Non Commercial Share Alik
220
  TBA
221
 
222
  ```bib
223
- @article{DUVEL_2023,
224
  author = {},
225
  title = {},
226
  journal = {},
227
- year = {2023}
228
  }
229
  ```
230
 
 
89
  - **Homepage:** https://huggingface.co/datasets/cnachteg/DUVEL/
90
  - **Repository:** https://github.com/cnachteg/DUVEL
91
  - **Paper:** TBA
92
+ - **Point of Contact:** Charlotte Nachtegael - Charlotte.Nachtegael@ulb.be
93
 
94
  ### Dataset Summary
95
  This dataset was created to identity oligogenic variant combinations, i.e. relation between several genes and their mutations, causing genetic diseases in scientific articles written in english. At the moment, it contains only digenic variant combinations, i.e. relations between two genes and at least two variants. The dataset is intended for binary relation extraction where the entities are masked within the text.
 
98
 
99
  The dataset can be used to train a model for ``text-classification`` (as the relation extraction task is here considered as a classification task). Success on this task is typically measured by achieving a high F1-score.
100
 
101
+ The BiomedBERT-large (https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-large-uncased-abstract) currently achieves the best performance with the following F1-score of 0.8371, with a precision of 0.8506 and a recall of 0.8239.
102
 
103
  ### Languages
104
 
 
220
  TBA
221
 
222
  ```bib
223
+ @article{DUVEL_2024,
224
  author = {},
225
  title = {},
226
  journal = {},
227
+ year = {2024}
228
  }
229
  ```
230