christine-withers commited on
Commit
0ca8475
·
verified ·
1 Parent(s): 5e0c5f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +107 -0
README.md ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ - token-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - biology
9
+ - nlp
10
+ - ner
11
+ pretty_name: CellFinder CoNLL
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # Dataset Card for CellFinder CoNLL
17
+
18
+ <!-- Provide a quick summary of the dataset. -->
19
+
20
+ This data was processed into the CoNLL format, following a direct download of a Humboldt university of Berlin resource.
21
+
22
+ For clarity, this is the same data is in _OTAR3088/CellFinder-cleaned_BRAT_, in another format.
23
+
24
+ ## Dataset Details
25
+
26
+ ### Dataset Description
27
+
28
+ <!-- Provide a longer summary of what this dataset is. -->
29
+
30
+ From data source _https://www.informatik.hu-berlin.de/de/forschung/gebiete/wbi/resources/cellfinder/_, this data is described as follows:
31
+
32
+ **- - - - - - -**
33
+
34
+ The first version of our corpus is composed of 10 full text documents containing more than 2,100 sentences, 65,000 tokens and 5,200 annotations for entities.
35
+ The corpus has been annotated with six types of entities (_anatomical parts, cell components, cell lines, cell types, genes/protein and species_) with an overall inter-annotator agreement around 80%.
36
+
37
+ **- - - - - - -**
38
+
39
+ - **Curated by:** [More Information Needed]
40
+ - **Funded by [optional]:** [More Information Needed]
41
+ - **Shared by [optional]:** [More Information Needed]
42
+ - **Language(s) (NLP):** [More Information Needed]
43
+ - **License:** [More Information Needed]
44
+
45
+ ### Dataset Sources
46
+
47
+ <!-- Provide the basic links for the dataset. -->
48
+
49
+ - **Link:** _https://www.informatik.hu-berlin.de/de/forschung/gebiete/wbi/resources/cellfinder/_
50
+ - **Paper:** Mariana Neves, Alexander Damaschun, Andreas Kurtz, Ulf Leser. Annotating and evaluating text for stem cell research. Third Workshop on Building and Evaluation Resources for Biomedical Text Mining (BioTxtM 2012) at Language Resources and Evaluation (LREC) 2012.
51
+
52
+ ## Uses
53
+
54
+ <!-- Address questions around how the dataset is intended to be used. -->
55
+ We utilised this dataset to train a NER model to annotate the entity types detailed by the authors of this dataset.
56
+
57
+ In turn this data became part of a larger dataset for our group.
58
+
59
+ We copied this format of the data to our huggingface project for easier ingestion into our NER-model production pipeline.
60
+
61
+
62
+ ## Dataset Structure
63
+
64
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
65
+
66
+ This data is stored in the ConLL format, with each article, identified through it's PMCID, annotated via a _.conll_ file.
67
+
68
+ Annotations appear as shown in the following example:
69
+
70
+ **- - - - - - -**
71
+
72
+ of O
73
+
74
+ human B-Species
75
+
76
+ embryonic I-CellType
77
+
78
+ stem I-CellType
79
+
80
+ cell I-CellType
81
+
82
+ (hESC) O
83
+
84
+ lines O
85
+
86
+ **- - - - - - -**
87
+
88
+ With terms annotated in the IOB format - Beginning, Inside, Outside
89
+
90
+ ### Recommendations
91
+
92
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
93
+
94
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
95
+
96
+ ## Citation
97
+
98
+ Mariana Neves, Alexander Damaschun, Andreas Kurtz, Ulf Leser. Annotating and evaluating text for stem cell research. Third Workshop on Building and Evaluation Resources for Biomedical Text Mining (BioTxtM 2012) at Language Resources and Evaluation (LREC) 2012.
99
+
100
+
101
+ ## Dataset Card Authors
102
+
103
+ Christine Withers - _https://huggingface.co/christine-withers_
104
+
105
+ ## Dataset Card Contact
106
+
107
+ Christine Withers - _https://huggingface.co/christine-withers_