marcobombieri commited on
Commit
c9972ce
1 Parent(s): 15f86d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
4
+ # SurgicBERTa
5
+ SurgicBERTa is a language model based on RoBERTa-base (Liu et al., 2019) architecture.
6
+ We adapt RoBERTa-base to different **surgical textbooks and academic papers** via continued pretraining. This amount to about 7 million words and 300k surgical sentences.
7
+ We used the full text of the books and papers in training, not just abstracts.
8
+ Specific details of the adaptive pretraining procedure and evaluation tasks can be found in the paper below cited.
9
+
10
+ # Citation
11
+ If using this model, please cite the following paper:
12
+ <em>
13
+ <br />
14
+ <br />
15
+ @article{bombieri_et_al_surgical_srl_2022, <br />
16
+ title = {Machine understanding surgical actions from intervention procedure textbooks},<br />
17
+ journal = {Computers in Biology and Medicine},<br />
18
+ pages = {106415},<br />
19
+ year = {2022},<br />
20
+ issn = {0010-4825},<br />
21
+ doi = {https://doi.org/10.1016/j.compbiomed.2022.106415},<br />
22
+ url = {https://www.sciencedirect.com/science/article/pii/S0010482522011234},<br />
23
+ author = {Marco Bombieri and Marco Rospocher and Simone Paolo Ponzetto and Paolo Fiorini},<br />
24
+ keywords = {Semantic role labeling, Surgical data science, Procedural knowledge, Information extraction, Natural language processing}<br />
25
+ }
26
+ </em>