espejelomar commited on
Commit
125927a
·
1 Parent(s): 94fa766

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -2,6 +2,17 @@
2
  license: cc-by-4.0
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
5
  Files of Named Entity Recognition subtask.
6
 
7
  Content:
 
2
  license: cc-by-4.0
3
  ---
4
 
5
+ ## Gold standard annotations for profession detection in Spanish COVID-19 tweets
6
+
7
+ The entire corpus contains 10,000 annotated tweets. It has been split into training, validation, and test (60-20-20). The current version contains the training and development set of the shared task with Gold Standard annotations. In addition, it contains the unannotated test, and background sets will be released.
8
+
9
+ For Named Entity Recognition, profession detection, annotations are distributed in 2 formats: Brat standoff and TSV. See the Brat webpage for more information about the Brat standoff format (https://brat.nlplab.org/standoff.html).
10
+
11
+ The TSV format follows the format employed in SMM4H 2019 Task 2:
12
+ tweet_id | begin | end | type | extraction
13
+
14
+ In addition, we provide a tokenized version of the dataset. It follows the BIO format (similar to CONLL). The files were generated with the brat_to_conll.py script (included), which employs the es_core_news_sm-2.3.1 Spacy model for tokenization.
15
+
16
  Files of Named Entity Recognition subtask.
17
 
18
  Content: