mskrt commited on
Commit
c9b3492
·
verified ·
1 Parent(s): 4797e2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -13
README.md CHANGED
@@ -9,10 +9,11 @@ tags:
9
  - uniprot
10
  size_categories:
11
  - 100K<n<1M
 
12
  ---
13
  # Dataset Card for PAIR
14
 
15
- This dataset contains all the text annotations we collected and parsed from UniProt Swiss-Prot February 2023 and used to train PAIR -- a simple framework to finetune protein language models using text annotations. You can read more details about PAIR here: https://www.biorxiv.org/content/10.1101/2024.07.22.604688v2.abstract
16
 
17
  ## Dataset Details
18
 
@@ -24,7 +25,7 @@ This dataset contains all the text annotations we collected and parsed from UniP
24
  ### Dataset Sources
25
 
26
  - **Repository:** https://github.com/h4duan/PAIR
27
- - **Paper:** https://www.biorxiv.org/content/10.1101/2024.07.22.604688v2.abstract
28
  - **Model checkpoints:** https://huggingface.co/h4duan
29
 
30
  ## Uses
@@ -50,29 +51,26 @@ This dataset contains text annotations from Swiss-Prot February 2023; our models
50
 
51
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
52
 
53
- [More Information Needed]
54
 
55
  ## Dataset Creation
56
 
57
  ### Source Data
58
 
59
- This data was collected from the Swiss-Prot checkpoint from February 2023, found here: XXX
60
 
61
  #### Data Collection and Processing
62
 
63
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
64
 
65
- [More Information Needed]
66
 
67
  #### Who are the source data producers?
68
 
69
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
70
 
71
- [More Information Needed]
72
 
73
- ### Annotations
74
-
75
- I don't think we did any annotations for parsing only for loading (double check)
76
 
77
  #### Personal and Sensitive Information
78
 
@@ -98,10 +96,6 @@ In general, the dataset is highly imbalanced in terms of how many and what prote
98
  }
99
  ```
100
 
101
- ## Dataset Card Authors
102
-
103
- [More Information Needed]
104
-
105
  ## Dataset Card Contact
106
 
107
  For any issues with this dataset, please contact `martaskreta@cs.toronto.edu` or `haonand@cs.toronto.edu`
 
9
  - uniprot
10
  size_categories:
11
  - 100K<n<1M
12
+ license: mit
13
  ---
14
  # Dataset Card for PAIR
15
 
16
+ This dataset contains all the text annotations we collected and parsed from UniProt Swiss-Prot February 2023 and used to train PAIR from the paper "Boosting the Predictive Power of Protein Representations with a Corpus of Text Annotations". You can read more details about PAIR [here](https://www.biorxiv.org/content/10.1101/2024.07.22.604688v2.abstract).
17
 
18
  ## Dataset Details
19
 
 
25
  ### Dataset Sources
26
 
27
  - **Repository:** https://github.com/h4duan/PAIR
28
+ - **Pre-print:** https://www.biorxiv.org/content/10.1101/2024.07.22.604688v2.abstract
29
  - **Model checkpoints:** https://huggingface.co/h4duan
30
 
31
  ## Uses
 
51
 
52
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
53
 
54
+ [Coming soon]
55
 
56
  ## Dataset Creation
57
 
58
  ### Source Data
59
 
60
+ This data was collected from the Swiss-Prot checkpoint from February 2023, found [here](https://ftp.uniprot.org/pub/databases/uniprot/previous_major_releases/release-2023_02/knowledgebase/).
61
 
62
  #### Data Collection and Processing
63
 
64
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
65
 
66
+ To see how we parsed our data, select an annotation type folder from [this link](https://github.com/h4duan/PAIR/tree/main/_fact) and open the `parser.py` script.
67
 
68
  #### Who are the source data producers?
69
 
70
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
71
 
72
+ The data was originally produced by the [Uniprot consortium](https://www.uniprot.org/).
73
 
 
 
 
74
 
75
  #### Personal and Sensitive Information
76
 
 
96
  }
97
  ```
98
 
 
 
 
 
99
  ## Dataset Card Contact
100
 
101
  For any issues with this dataset, please contact `martaskreta@cs.toronto.edu` or `haonand@cs.toronto.edu`