Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,23 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
- config_name:
|
4 |
data_files:
|
5 |
- split: bc2gm
|
6 |
-
path:
|
7 |
- split: bc5chem
|
8 |
-
path:
|
9 |
- split: bc5disease
|
10 |
-
path:
|
11 |
- split: chemprotchem
|
12 |
-
path:
|
13 |
- split: chemprotgene
|
14 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
This repository contains the data used in the [PICLe paper](https://arxiv.org/abs/2412.11923).
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: defaultnern
|
4 |
data_files:
|
5 |
- split: bc2gm
|
6 |
+
path: bc2gm/*.json
|
7 |
- split: bc5chem
|
8 |
+
path: bc5chem/*.json
|
9 |
- split: bc5disease
|
10 |
+
path: bc5disease/*.json
|
11 |
- split: chemprotchem
|
12 |
+
path: chemprotchem/*.json
|
13 |
- split: chemprotgene
|
14 |
+
path: chemprotgene/*.json
|
15 |
+
task_categories:
|
16 |
+
- token-classification
|
17 |
+
language:
|
18 |
+
- en
|
19 |
+
tags:
|
20 |
+
- NER
|
21 |
---
|
22 |
|
23 |
This repository contains the data used in the [PICLe paper](https://arxiv.org/abs/2412.11923).
|