Datasets:
Dr. Jorge Abreu Vicente
commited on
Commit
•
4d31515
1
Parent(s):
91676ec
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ task_ids:
|
|
33 |
---
|
34 |
# Dataset Card for sd-nlp
|
35 |
## Table of Contents
|
36 |
-
- [Dataset Card for [
|
37 |
- [Table of Contents](#table-of-contents)
|
38 |
- [Dataset Description](#dataset-description)
|
39 |
- [Dataset Summary](#dataset-summary)
|
@@ -61,16 +61,19 @@ task_ids:
|
|
61 |
- [Licensing Information](#licensing-information)
|
62 |
- [Citation Information](#citation-information)
|
63 |
- [Contributions](#contributions)
|
|
|
64 |
## Dataset Description
|
65 |
- **Homepage:** https://sourcedata.embo.org
|
66 |
- **Repository:** https://github.com/source-data/soda-roberta
|
67 |
- **Paper:**
|
68 |
- **Leaderboard:**
|
69 |
- **Point of Contact:** [email protected], [email protected]
|
|
|
70 |
### Dataset Summary
|
71 |
This dataset is based on the content of the SourceData (https://sourcedata.embo.org) database, which contains manually annotated figure legends written in English and extracted from scientific papers in the domain of cell and molecular biology (Liechti et al, Nature Methods, 2017, https://doi.org/10.1038/nmeth.4471).
|
72 |
Unlike the dataset [`sd-nlp`](https://huggingface.co/datasets/EMBO/sd-nlp), pre-tokenized with the `roberta-base` tokenizer, this dataset is not previously tokenized, but just splitted into words. Users can therefore use it to fine-tune other models.
|
73 |
Additional details at https://github.com/source-data/soda-roberta
|
|
|
74 |
### Supported Tasks and Leaderboards
|
75 |
Tags are provided as [IOB2-style tags](https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)).
|
76 |
`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.
|
@@ -86,10 +89,14 @@ Tags are provided as [IOB2-style tags](https://en.wikipedia.org/wiki/Inside%E2%8
|
|
86 |
- `CONTROLLED_VAR`: entities that are associated with experimental variables and that subjected to controlled and targeted perturbations.
|
87 |
- `MEASURED_VAR`: entities that are associated with the variables measured and the object of the measurements.
|
88 |
`BORING`: entities are marked with the tag `BORING` when they are more of descriptive value and not directly associated with causal hypotheses ('boring' is not an ideal choice of word, but it is short...). Typically, these entities are so-called 'reporter' geneproducts, entities used as common baseline across samples, or specify the context of the experiment (cellular system, species, etc...).
|
|
|
89 |
### Languages
|
90 |
The text in the dataset is English.
|
|
|
91 |
## Dataset Structure
|
|
|
92 |
### Data Instances
|
|
|
93 |
```json
|
94 |
{
|
95 |
"words": [
|
|
|
33 |
---
|
34 |
# Dataset Card for sd-nlp
|
35 |
## Table of Contents
|
36 |
+
- [Dataset Card for [EMBO/sd-nlp-non-tokenized]](#dataset-card-for-dataset-name)
|
37 |
- [Table of Contents](#table-of-contents)
|
38 |
- [Dataset Description](#dataset-description)
|
39 |
- [Dataset Summary](#dataset-summary)
|
|
|
61 |
- [Licensing Information](#licensing-information)
|
62 |
- [Citation Information](#citation-information)
|
63 |
- [Contributions](#contributions)
|
64 |
+
|
65 |
## Dataset Description
|
66 |
- **Homepage:** https://sourcedata.embo.org
|
67 |
- **Repository:** https://github.com/source-data/soda-roberta
|
68 |
- **Paper:**
|
69 |
- **Leaderboard:**
|
70 |
- **Point of Contact:** [email protected], [email protected]
|
71 |
+
|
72 |
### Dataset Summary
|
73 |
This dataset is based on the content of the SourceData (https://sourcedata.embo.org) database, which contains manually annotated figure legends written in English and extracted from scientific papers in the domain of cell and molecular biology (Liechti et al, Nature Methods, 2017, https://doi.org/10.1038/nmeth.4471).
|
74 |
Unlike the dataset [`sd-nlp`](https://huggingface.co/datasets/EMBO/sd-nlp), pre-tokenized with the `roberta-base` tokenizer, this dataset is not previously tokenized, but just splitted into words. Users can therefore use it to fine-tune other models.
|
75 |
Additional details at https://github.com/source-data/soda-roberta
|
76 |
+
|
77 |
### Supported Tasks and Leaderboards
|
78 |
Tags are provided as [IOB2-style tags](https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)).
|
79 |
`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.
|
|
|
89 |
- `CONTROLLED_VAR`: entities that are associated with experimental variables and that subjected to controlled and targeted perturbations.
|
90 |
- `MEASURED_VAR`: entities that are associated with the variables measured and the object of the measurements.
|
91 |
`BORING`: entities are marked with the tag `BORING` when they are more of descriptive value and not directly associated with causal hypotheses ('boring' is not an ideal choice of word, but it is short...). Typically, these entities are so-called 'reporter' geneproducts, entities used as common baseline across samples, or specify the context of the experiment (cellular system, species, etc...).
|
92 |
+
|
93 |
### Languages
|
94 |
The text in the dataset is English.
|
95 |
+
|
96 |
## Dataset Structure
|
97 |
+
|
98 |
### Data Instances
|
99 |
+
|
100 |
```json
|
101 |
{
|
102 |
"words": [
|