gabrielandrade2 commited on
Commit
40d964a
1 Parent(s): 348db8b

Update README

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  language: ja
3
  license: gpl-3.0
 
 
4
  ---
5
 
6
  A model used to estimate the start and end of a Named Entity (NE) span based on a Point annotation, as used in the paper "Is boundary annotation necessary? Evaluating boundary-free approaches to improve clinical named entity annotation efficiency".
@@ -11,6 +13,8 @@ The model locates an identifier token (⧫) and based on its surround context es
11
 
12
  The model is trained to estimate the spans of diseases and symptom names in Japanese medical texts.
13
 
 
 
14
  ## Concepts
15
 
16
  ### Point annotation
 
1
  ---
2
  language: ja
3
  license: gpl-3.0
4
+ widget:
5
+ - text: 今回も意識⧫障害が出現し救急外来を受診した。
6
  ---
7
 
8
  A model used to estimate the start and end of a Named Entity (NE) span based on a Point annotation, as used in the paper "Is boundary annotation necessary? Evaluating boundary-free approaches to improve clinical named entity annotation efficiency".
 
13
 
14
  The model is trained to estimate the spans of diseases and symptom names in Japanese medical texts.
15
 
16
+ If you want to re-train the model for a different language or domain, dataset preprocessing and training scripts are available [here](https://github.com/gabrielandrade2/Point-to-Span-estimation).
17
+
18
  ## Concepts
19
 
20
  ### Point annotation