Mardiyyah commited on
Commit
6a0b8b1
·
verified ·
1 Parent(s): 3edb273

Add repo card

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: tokens
@@ -22,3 +27,35 @@ configs:
22
  - split: val
23
  path: data/val-*
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - token-classification
5
+ task_ids:
6
+ - named-entity-recognition
7
  dataset_info:
8
  features:
9
  - name: tokens
 
27
  - split: val
28
  path: data/val-*
29
  ---
30
+
31
+ ---
32
+
33
+ # Proposed Active Learning Data split
34
+ ## Overview
35
+ This dataset release represents a proposed and experimental data split(processed in BIO format) designed specifically to support and validate planned active learning (AL) cycles for biomedical Named Entity Recognition (NER).
36
+
37
+ The current version is not a final benchmark split. Instead, it serves as an initial, controlled setup for testing active learning strategies, model uncertainty sampling,
38
+ and iterative annotation workflows prior to large-scale development.
39
+
40
+ Both splits (train and validation) have been carefully curated to ensure coverage of all three target entity types:
41
+
42
+ - **CellLine**
43
+
44
+ - **CellType**
45
+
46
+ - **Tissue**
47
+
48
+ For details on how the splits were created, please refer to raw data and documentation available [here](https://huggingface.co/datasets/OTAR3088/AL_Test_data)
49
+
50
+ This BIO format has been generated using a Biomedical transformer-based tokenizer for consistency with downstream model training.
51
+ ---
52
+
53
+ ## Intended Use
54
+
55
+ ### Primary Use
56
+ - Supervised NER training for biomedical NLP tasks
57
+
58
+ ### Not Intended For
59
+ - Clinical or patient-level decision making
60
+
61
+