esgg commited on
Commit
01e1121
1 Parent(s): 214eec7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1,3 +1,56 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ ---
6
+ license: cc-by-4.0
7
+ ---
8
+ #Software Benchmark SCIBERT model.
9
+ This model is a fine-tuned version of the [SCIBERT](https://huggingface.co/allenai/scibert_scivocab_uncased) model on a dataset built based on the corpora SoMESCi and Softcite.
10
+
11
+ The objective of this model is to extract software mentions from scientific texts in the BIO domain.
12
+
13
+ The training code can be found on [Github](https://github.com/oeg-upm/software_mentions_benchmark).
14
+
15
+ ## Corpus
16
+
17
+ The corpus have been built using two corpora in software mentions.
18
+ * SoMESCi [1]. We have used the corpus uploaded to [Github](https://github.com/dave-s477/SoMeSci/tree/9f17a43f342be026f97f03749457d4abb1b01dbf/PLoS_sentences), more specifically, the corpus created with sentences.
19
+ * Softcite [2]. This project has published another corpus for software mentions, which is also available on [Github](https://github.com/howisonlab/softcite-dataset/tree/master/data/corpus). We have used the annotations from bio and economics domain.
20
+ * Papers with code. We have downloaded a list of publications from the [Papers with Code](https://paperswithcode.com/) site. You can find there publications and software from machine learning domain. To build this corpus, we have selected texts where you can find mentions of the software related with the publication.
21
+
22
+ To build this corpus, we have removed the annotations of other entities such as version, url and those which are related with the relation of teh entity with the text. IN this case, we only use the label Application_Mention.
23
+
24
+ To reconciliate both corpora, we have mapping the labels of both corpora. Also, some decisions about the annotations have been taken, for example, in the case of Microsoft Excel, we have decided to annotate Excel as software mention, not the whole text.
25
+
26
+ ## Training
27
+
28
+ The corpus have been splitted in a 70-30 proportion for training and testing.
29
+
30
+ The training code can be found on [Github](https://github.com/oeg-upm/software_mentions_benchmark).
31
+
32
+ The results are:
33
+ * Precision: 0.8928176795580111
34
+ * Recall: 0.8568398727465536
35
+ * F1-score: 0.8744588744588745
36
+
37
+ ## Acknoledgements
38
+
39
+ This is a work done thank to the effort of other projects:
40
+ * Softcite
41
+ * SoMESCi
42
+ * [SCIBERT](https://huggingface.co/allenai/scibert_scivocab_uncased)
43
+
44
+ ## Authors
45
+
46
+ * Esteban González Guardia
47
+ * Daniel Garijo Verdejo
48
+
49
+ ## Contributors
50
+
51
+ <kbd><img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-oeg.png" alt="Ontology Engineering Group" width="100"></kbd>
52
+ <kbd><img src="https://raw.githubusercontent.com/oeg-upm/TINTO/main/assets/logo-upm.png" alt="Universidad Politécnica de Madrid" width="100"></kbd>
53
+
54
+ ## References
55
+ [1] Schindler, D., Bensmann, F., Dietze, S., & Krüger, F. (2021, October). Somesci-A 5 star open data gold standard knowledge graph of software mentions in scientific articles. In Proceedings of the 30th ACM International Conference on Information & Knowledge Management (pp. 4574-4583).
56
+ [2] Du, C., Cohoon, J., Lopez, P., & Howison, J. (2021). Softcite dataset: A dataset of software mentions in biomedical and economic research publications. Journal of the Association for Information Science and Technology, 72(7), 870-884.