Datasets:
EMBO
/

Languages:
English
ArXiv:
DOI:
License:
drAbreu commited on
Commit
97760b1
1 Parent(s): a170b82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -61,18 +61,20 @@ for entity disambiguation and NEL.
61
 
62
  ## Dataset usage
63
 
 
 
64
  ```python
65
  from datasets import load_dataset
66
  # Load NER
67
- ds = load_dataset("EMBO/SourceData", "NER", version="1.0.0")
68
  # Load PANELIZATION
69
- ds = load_dataset("EMBO/SourceData", "PANELIZATION", version="1.0.0")
70
  # Load GENEPROD ROLES
71
- ds = load_dataset("EMBO/SourceData", "ROLES_GP", version="1.0.0")
72
  # Load SMALL MOLECULE ROLES
73
- ds = load_dataset("EMBO/SourceData", "ROLES_SM", version="1.0.0")
74
  # Load MULTI ROLES
75
- ds = load_dataset("EMBO/SourceData", "ROLES_MULTI", version="1.0.0")
76
  ```
77
  ## Dataset Description
78
  - **Homepage:** https://sourcedata.embo.org
@@ -234,3 +236,10 @@ We are currently working on a paper to present the dataset. It is expected to be
234
  ### Contributions
235
 
236
  Thanks to [@tlemberger](https://github.com/tlemberger>) and [@drAbreu](https://github.com/drAbreu>) for adding this dataset.
 
 
 
 
 
 
 
 
61
 
62
  ## Dataset usage
63
 
64
+ The dataset has a semantic versioning. Specifying the version at loaded will give different versions. Check below at `Changelog` to see the changes in the different versions.
65
+
66
  ```python
67
  from datasets import load_dataset
68
  # Load NER
69
+ ds = load_dataset("EMBO/SourceData", "NER", version="1.0.2")
70
  # Load PANELIZATION
71
+ ds = load_dataset("EMBO/SourceData", "PANELIZATION", version="1.0.2")
72
  # Load GENEPROD ROLES
73
+ ds = load_dataset("EMBO/SourceData", "ROLES_GP", version="1.0.2")
74
  # Load SMALL MOLECULE ROLES
75
+ ds = load_dataset("EMBO/SourceData", "ROLES_SM", version="1.0.2")
76
  # Load MULTI ROLES
77
+ ds = load_dataset("EMBO/SourceData", "ROLES_MULTI", version="1.0.2")
78
  ```
79
  ## Dataset Description
80
  - **Homepage:** https://sourcedata.embo.org
 
236
  ### Contributions
237
 
238
  Thanks to [@tlemberger](https://github.com/tlemberger>) and [@drAbreu](https://github.com/drAbreu>) for adding this dataset.
239
+
240
+ ## Changelog
241
+
242
+ * **v1.0.0** - First publicly available version of the dataset. Data curated until March 2023.
243
+ * **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.
244
+ * **v1.0.2** - Modification of the generic patch in v1.0.1 to include generic terms of more than a word.
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.