kalawinka commited on
Commit
d064454
1 Parent(s): 9b4a8f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -48,10 +48,18 @@ for entity in sentence.get_spans('ner'):
48
  This produces the following output:
49
 
50
  ```
 
 
 
51
 
52
  ```
 
 
 
 
 
 
53
 
54
- [See our Google colab notebook](https://colab.research.google.com/drive/1Wz4ae5c65VDWanY3Vo-fj__bFjn-loL4?usp=sharing#scrollTo=2ZRSrcjuFMHO)
55
 
56
  # Citation
57
 
 
48
  This produces the following output:
49
 
50
  ```
51
+ Span[5:15]: "State Key Lab of Ocean Engineering Shanghai Jiao Tong University" → UNI (0.9396)
52
+ Span[19:26]: "China National Scientific and Technology Major Project" → FUND (0.9865)
53
+ Span[29:30]: "2016ZX05028-006-009" → GRNB (0.9996)
54
 
55
  ```
56
+ You can try the model by copying the following acknowledgement text in the small text box on the right and click “Compute”:
57
+ ```
58
+ The original work was funded by the German Center for Higher Education Research and Science Studies (DZHW) via the project "Mining Acknowledgement Texts in Web of Science (MinAck)". Access to the WoS data was granted via the Competence Centre for Bibliometrics. Data access was funded by BMBF (Federal Ministry of Education and Research, Germany) under grant number 01PQ17001. Nina Smirnova received funding from the German Research Foundation (DFG) via the project "POLLUX". The present paper is an extended version of the paper "Evaluation of Embedding Models for Automatic Extraction and Classification of Acknowledged Entities in Scientific Documents" (Smirnova & Mayr, 2022) presented at the 3rd Workshop on Extraction and Evaluation of Knowledge Entities from Scientific Documents (EEKE2022).
59
+ ```
60
+
61
+ For other examples also see [our Google colab notebook](https://colab.research.google.com/drive/1Wz4ae5c65VDWanY3Vo-fj__bFjn-loL4?usp=sharing#scrollTo=2ZRSrcjuFMHO)
62
 
 
63
 
64
  # Citation
65