Jim Balhoff commited on
Commit
64e2c37
·
1 Parent(s): b3d4219

Add to dataset card.

Browse files
Files changed (1) hide show
  1. README.md +50 -40
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- license: cc0-1.0
3
  language:
4
  - en
5
  pretty_name: Character Similarity Dataset
6
- description: "Collection of textual trait descriptions of fish along with the corresponding ontology based similarity measures between trait description pairs. The distance is estimated using the Phenoscape Knowledgebase as the ontology."
7
  task_categories:
8
  - feature-extraction
9
  tags:
@@ -41,12 +41,12 @@ configs:
41
  path: gymnotiformes/*_TRAINING.tsv.gz
42
  - split: test
43
  path: gymnotiformes/*_ALL_NON_TRAIN.tsv.gz
44
- - config_name: siruliformes
45
  data_files:
46
  - split: train
47
- path: siruliformes/*_TRAINING.tsv.gz
48
  - split: test
49
- path: siruliformes/*_ALL_NON_TRAIN.tsv.gz
50
  ---
51
 
52
  # Dataset Card for Character Similarity Dataset
@@ -54,7 +54,7 @@ configs:
54
  <!-- Provide a quick summary of what the dataset is or can be used for. -->
55
 
56
  ## Dataset Details
57
- The Character Similarity Dataset is a collection of textual trait descriptions along with the corresponding ontology based similarity measures between trait description pairs. The distance is estimated using the [Phenoscape Knowledgebase](https://kb.phenoscape.org/) as the ontology.
58
 
59
  ### Dataset Description
60
 
@@ -63,7 +63,7 @@ The Character Similarity Dataset is a collection of textual trait descriptions a
63
  - **Repository:** [Imageomics/char-sim](https://github.com/Imageomics/char-sim)
64
  - **Paper:** Coming soon!
65
 
66
- The Character Similarity Dataset is a collection of 19K textual trait descriptions of fish collected from the [Phenoscape Knowledgebase](https://kb.phenoscape.org/). The dataset also contains the corresponding pairwise similarity measures between trait descriptors (i.e., maxIC, Jaccard, SimGIC). These metrics estimate semantic similarity between the ontological representation of the traits descriptions per the Phenoscape Knowledgebase. The goal is to use this pairwise similarities to inform an embedding space that preserves the structure of the underlying ontology.
67
 
68
  ### Supported Tasks and Leaderboards
69
  Task: Aligned feature extraction. Metric: Spearman's correlation coefficient.
@@ -105,7 +105,7 @@ processed-data/
105
 
106
  ```
107
 
108
- `phenex-data-merged.ofn.gz` and `phenoscape-kb-tbox-classified.ttl.gz` contain URLs to access the trait data from [Phenoscape Knowledgebase](https://kb.phenoscape.org/). Running the processing script creates the four subset folders (`characiformes/`, `cypriniformes/`, `gymnotiformes/`, and `siruliformes/`, each an order of fish), then combines their data into the `all/` directory to create the training and test datasets.
109
 
110
  Note: `percentage` is the parameter passed for the percentage of the data to use for training; in this case, `percentage = 80`.
111
 
@@ -151,39 +151,16 @@ None. Split is determined by the user. [NEEDS UPDATING to reflect change to trai
151
  ## Dataset Creation
152
 
153
  ### Curation Rationale
154
- [More Information Needed]
155
- <!-- Motivation for the creation of this dataset. For instance, what you intended to study and why that required curation of a new dataset (or if it's newly collected data and why the data was collected (intended use)), etc. -->
156
 
157
  ### Source Data
158
- Data was collected from the [Phenoscape Knowledgebase](https://kb.phenoscape.org/).
159
- <!-- This section describes the source data (e.g., news text and headlines, social media posts, translated sentences, ...). As well as an original source it was created from (e.g., sampling from Zenodo records, compiling images from different aggregators, etc.) -->
160
 
161
  #### Data Collection and Processing
162
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, re-sizing of images, tools and libraries used, etc.
163
- This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
164
- -->
165
 
166
  #### Who are the source data producers?
167
- [More Information Needed]
168
- <!-- This section describes the people or systems who originally created the data.
169
-
170
- Ex: This dataset is a collection of images taken of the butterfly collection housed at the Ohio State University Museum of Biological Diversity. The associated labels and metadata are the information provided with the collection from biologists that study butterflies and supplied the specimens to the museum.
171
- -->
172
-
173
-
174
- ### Annotations
175
- <!--
176
- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them.
177
-
178
- Ex: We standardized the taxonomic labels provided by the various data sources to conform to a uniform 7-rank Linnean structure. (Then, under annotation process, describe how this was done: Our sources used different names for the same kingdom (both _Animalia_ and _Metazoa_), so we chose one for all (_Animalia_). -->
179
-
180
- #### Annotation process
181
- [More Information Needed]
182
- <!-- This section describes the annotation process such as annotation tools used, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
183
-
184
- #### Who are the annotators?
185
- [More Information Needed]
186
- <!-- This section describes the people or systems who created the annotations. -->
187
 
188
  ### Personal and Sensitive Information
189
 
@@ -193,12 +170,10 @@ None
193
  The distribution of SimGIC scores is skewed towards smaller values. This imbalance may cause the similarity of embeddings to follow the same bias. Consider subsampling to ensure uniform representation of distances.
194
 
195
  ### Bias, Risks, and Limitations
196
- This dataset has the biases of the Phenoscape ontology. This means the estimated models embeddings will inherit the ontology's inductive biases, coverage gaps, and evolving definitions. Biological conclusions may differ under alternative metrics (e.g., [Resnik](ADD LINK)) or other phenotype ontologies.
197
 
198
  ## Licensing Information
199
- This dataset is dedicated to the public domain for the benefit of scientific pursuits. We ask that you cite the dataset and original source data using the below citations if you make use of it in your research.
200
-
201
- [CHECK THIS]
202
 
203
  ## Citation
204
 
@@ -233,7 +208,42 @@ We ask that you cite the dataset and original source data using the below citati
233
  Please be sure to also cite the original data source:
234
 
235
  ```bibtext
236
- ADD Phenoscape Knowledgebase citation HERE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  ```
238
 
239
 
 
1
  ---
2
+ license: cc-by-3.0
3
  language:
4
  - en
5
  pretty_name: Character Similarity Dataset
6
+ description: "Collection of textual trait descriptions of vertebrates (primarily fish) along with the corresponding ontology based similarity measures between trait description pairs. The distance is estimated using the Phenoscape Knowledgebase as the ontology."
7
  task_categories:
8
  - feature-extraction
9
  tags:
 
41
  path: gymnotiformes/*_TRAINING.tsv.gz
42
  - split: test
43
  path: gymnotiformes/*_ALL_NON_TRAIN.tsv.gz
44
+ - config_name: siluriformes
45
  data_files:
46
  - split: train
47
+ path: siluriformes/*_TRAINING.tsv.gz
48
  - split: test
49
+ path: siluriformes/*_ALL_NON_TRAIN.tsv.gz
50
  ---
51
 
52
  # Dataset Card for Character Similarity Dataset
 
54
  <!-- Provide a quick summary of what the dataset is or can be used for. -->
55
 
56
  ## Dataset Details
57
+ The Character Similarity Dataset is a collection of textual trait descriptions along with the corresponding ontology based similarity measures between trait description pairs. The distance is estimated using the [Phenoscape Knowledgebase](https://kb.phenoscape.org/) as the ontology. The Knowledgebase is built upon a number of OBO ontologies, most importantly the Uberon anatomy ontology.
58
 
59
  ### Dataset Description
60
 
 
63
  - **Repository:** [Imageomics/char-sim](https://github.com/Imageomics/char-sim)
64
  - **Paper:** Coming soon!
65
 
66
+ The Character Similarity Dataset is a collection of 19K textual trait descriptions of fish and other vertebrates collected from the [Phenoscape Knowledgebase](https://kb.phenoscape.org/). The dataset also contains the corresponding pairwise similarity measures between trait descriptors (i.e., maxIC, Jaccard, SimGIC). These metrics estimate semantic similarity between the ontological representation of the traits descriptions per the Phenoscape Knowledgebase. The goal is to use this pairwise similarities to inform an embedding space that preserves the structure of the underlying ontology.
67
 
68
  ### Supported Tasks and Leaderboards
69
  Task: Aligned feature extraction. Metric: Spearman's correlation coefficient.
 
105
 
106
  ```
107
 
108
+ `phenex-data-merged.ofn.gz` and `phenoscape-kb-tbox-classified.ttl.gz` are raw data files built as part of the [Phenoscape Knowledgebase](https://kb.phenoscape.org/) construction pipeline. Running the processing script creates the four subset folders (`characiformes/`, `cypriniformes/`, `gymnotiformes/`, and `siruliformes/`, each an order of fish), then combines their data into the `all/` directory to create the training and test datasets.
109
 
110
  Note: `percentage` is the parameter passed for the percentage of the data to use for training; in this case, `percentage = 80`.
111
 
 
151
  ## Dataset Creation
152
 
153
  ### Curation Rationale
154
+ The overall objective of the Phenoscape Project is to create a scalable infrastructure that enables linking descriptive phenotype observations across different fields of biology by the semantic similarity of their free-text descriptions. This linking is manual and labor intensive; see https://doi.org/10.1093/database/bav040. The dataset created by the Phenoscape project is used here to train a model which produces text embeddings aligned with ontology-derived similarity values.
 
155
 
156
  ### Source Data
157
+ Data was collected from the [Phenoscape Knowledgebase](https://kb.phenoscape.org/). `phenoscape-kb-tbox-classified.ttl.gz` contains the classified terminology composed of several OBO ontologies as well as generated class expressions materializing various axes of classification. `phenex-data-merged.ofn.gz` contains links from textual character trait descriptions to ontology class expressions.
 
158
 
159
  #### Data Collection and Processing
160
+ The raw data is directly generated by the [Phenoscape build pipeline](https://github.com/phenoscape/pipeline). Further processing to compute ontology-based similarity scores, and to create derived files for model training, is defined by the workflow at https://github.com/Imageomics/char-sim.
 
 
161
 
162
  #### Who are the source data producers?
163
+ The source data was originally created by the curators of the [Phenoscape Project](https://phenoscape.org), a collaborative NSF-funded project.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
 
165
  ### Personal and Sensitive Information
166
 
 
170
  The distribution of SimGIC scores is skewed towards smaller values. This imbalance may cause the similarity of embeddings to follow the same bias. Consider subsampling to ensure uniform representation of distances.
171
 
172
  ### Bias, Risks, and Limitations
173
+ This dataset has the biases of the Phenoscape ontology. This means the estimated models embeddings will inherit the ontology's inductive biases, coverage gaps, and evolving definitions. Biological conclusions may differ under alternative similarity metrics or other phenotype ontologies.
174
 
175
  ## Licensing Information
176
+ This dataset is licensed using a [Creative Commons Attribution 3.0 Unported license](http://creativecommons.org/licenses/by/3.0/) for the benefit of scientific pursuits. We ask that you cite the dataset and original source data using the below citations if you make use of it in your research.
 
 
177
 
178
  ## Citation
179
 
 
208
  Please be sure to also cite the original data source:
209
 
210
  ```bibtext
211
+ @ARTICLE{Balhoff2016-aw,
212
+ title = "The Phenoscape Knowledgebase: tools and {APIs} for computing
213
+ across phenotypes from evolutionary diversity and model organisms",
214
+ author = "Balhoff, James P and {Phenoscape project team}",
215
+ journal = "bioRxiv",
216
+ pages = 071951,
217
+ abstract = "The Phenoscape Knowledgebase (KB) is an ontology-driven database
218
+ that combines existing phenotype annotations from model organism
219
+ databases with new phenotype annotations from the evolutionary
220
+ literature. Phenoscape curators have created phenotype annotations
221
+ for more than 5,000 species and higher taxa, by defining
222
+ computable phenotype concepts for more than 20,000 character
223
+ states from over 160 published phylogenetic studies. These
224
+ phenotype concepts are in the form of Entity-Quality (EQ)
225
+ compositions which incorporate terms from the Uberon anatomy
226
+ ontology, the Biospatial Ontology (BSPO), and the Phenotype and
227
+ Trait Ontology (PATO). Taxonomic concepts are drawn from the
228
+ Vertebrate Taxonomy Ontology (VTO). This knowledge of comparative
229
+ biodiversity is linked to potentially relevant developmental
230
+ genetic mechanisms by importing associations of genes to
231
+ phenotypic effects and gene expression locations from zebrafish
232
+ (ZFIN), mouse (MGI), Xenopus (Xenbase), and human (Human Phenotype
233
+ Ontology project). Thus far, the Phenoscape KB has been used to
234
+ identify candidate genes for evolutionary phenotypes, to match
235
+ profiles of ancestral evolutionary variation with gene phenotype
236
+ profiles, and to combine data across many evolutionary studies by
237
+ inferring indirectly asserted values within synthetic
238
+ supermatrices. Here we describe the software architecture of the
239
+ Phenoscape KB, including data ingestion, integration of OWL
240
+ reasoning, web service interface, and application features.",
241
+ month = jan,
242
+ year = 2016,
243
+ url = "http://biorxiv.org/cgi/content/short/071951",
244
+ doi = "10.1101/071951",
245
+ language = "en"
246
+ }
247
  ```
248
 
249