File size: 1,647 Bytes
3edb273
6a0b8b1
 
 
 
 
3edb273
 
 
 
 
 
 
 
 
 
f21a399
3edb273
 
 
 
 
 
 
 
 
f21a399
 
3edb273
6a0b8b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: mit
task_categories:
- token-classification
task_ids:
- named-entity-recognition
dataset_info:
  features:
  - name: tokens
    list: string
  - name: tags
    list: string
  splits:
  - name: train
    num_bytes: 1761536
    num_examples: 3361
  - name: validation
    num_bytes: 900871
    num_examples: 1819
  download_size: 472719
  dataset_size: 2662407
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---

---

# Proposed Active Learning Data split
## Overview
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).

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, 
and iterative annotation workflows prior to large-scale development.

Both splits (train and validation) have been carefully curated to ensure coverage of all three target entity types:

- **CellLine**

- **CellType**

- **Tissue**

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)

This BIO format has been generated using a Biomedical transformer-based tokenizer for consistency with downstream model training. 
---

## Intended Use

### Primary Use
- Supervised NER training for biomedical NLP tasks

### Not Intended For
- Clinical or patient-level decision making