Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,11 @@ language:
|
|
| 7 |
tags:
|
| 8 |
- biology
|
| 9 |
- medical
|
|
|
|
|
|
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# SourceData Dataset
|
|
@@ -86,6 +89,10 @@ Check below at `Changelog` to see the changes in the different versions.
|
|
| 86 |
- **Leaderboard:**
|
| 87 |
- **Point of Contact:** [email protected], [email protected]
|
| 88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
### Supported Tasks and Leaderboards
|
| 90 |
Tags are provided as [IOB2-style tags](https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)).
|
| 91 |
`PANELIZATION`: figure captions (or figure legends) are usually composed of segments that each refer to one of several 'panels' of the full figure. Panels tend to represent results obtained with a coherent method and depicts data points that can be meaningfully compared to each other. `PANELIZATION` provide the start (B-PANEL_START) of these segments and allow to train for recogntion of the boundary between consecutive panel lengends.
|
|
@@ -245,4 +252,4 @@ Thanks to [@tlemberger](https://github.com/tlemberger>) and [@drAbreu](https://g
|
|
| 245 |
* **v2.0.2** - (Planned for Sept 2023) Data curated until 20.09.2023. This version will also include the patch for milti-word generic terms.
|
| 246 |
* **v1.0.2** - Modification of the generic patch in v1.0.1 to include generic terms of more than a word.
|
| 247 |
* **v1.0.1** - Added a first patch of generic terms. Terms such as cells, fluorescence, or animals where originally tagged, but in this version they are removed.
|
| 248 |
-
* **v1.0.0** - First publicly available version of the dataset. Data curated until March 2023.
|
|
|
|
| 7 |
tags:
|
| 8 |
- biology
|
| 9 |
- medical
|
| 10 |
+
- NER
|
| 11 |
+
- NEL
|
| 12 |
size_categories:
|
| 13 |
- 10K<n<100K
|
| 14 |
+
pretty_name: SODA-NLP
|
| 15 |
---
|
| 16 |
|
| 17 |
# SourceData Dataset
|
|
|
|
| 89 |
- **Leaderboard:**
|
| 90 |
- **Point of Contact:** [email protected], [email protected]
|
| 91 |
|
| 92 |
+
Note that we offer the `XML` serialized dataset. This includes all the data needed to perform NEL in SourceData.
|
| 93 |
+
For reproducibility, for each big version of the dataset we provide `split_vx.y.z.json` files to generate the
|
| 94 |
+
train, validation, test splits.
|
| 95 |
+
|
| 96 |
### Supported Tasks and Leaderboards
|
| 97 |
Tags are provided as [IOB2-style tags](https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)).
|
| 98 |
`PANELIZATION`: figure captions (or figure legends) are usually composed of segments that each refer to one of several 'panels' of the full figure. Panels tend to represent results obtained with a coherent method and depicts data points that can be meaningfully compared to each other. `PANELIZATION` provide the start (B-PANEL_START) of these segments and allow to train for recogntion of the boundary between consecutive panel lengends.
|
|
|
|
| 252 |
* **v2.0.2** - (Planned for Sept 2023) Data curated until 20.09.2023. This version will also include the patch for milti-word generic terms.
|
| 253 |
* **v1.0.2** - Modification of the generic patch in v1.0.1 to include generic terms of more than a word.
|
| 254 |
* **v1.0.1** - Added a first patch of generic terms. Terms such as cells, fluorescence, or animals where originally tagged, but in this version they are removed.
|
| 255 |
+
* **v1.0.0** - First publicly available version of the dataset. Data curated until March 2023.
|