Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
habdine commited on
Commit
c276ee8
·
verified ·
1 Parent(s): 1faead4

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -22
README.md CHANGED
@@ -46,31 +46,16 @@ configs:
46
 
47
  ## Dataset Description
48
 
49
- This dataset is designed for training the Prot2Text framework. It contains information for 256,690 proteins and is comprised of three modalities:
50
 
51
- Protein sequence (amino acid sequence)
52
- AlphaFold accession ID
53
- Textual description of the protein
54
- The dataset is built from the SwissProt database, a component of UniProtKB Release 2022_04.
55
 
56
- ## Dataset Summary
57
 
58
- Format: TSV (Tab-separated values) - expected (not explicitly mentioned)
59
- Splits: Train (248,315), Validation (4,172), Test (4,203)
60
- Size: 256,690 proteins
61
- Features:
62
- name (str): Full name of the protein
63
- sequence (str): Amino acid sequence of the protein
64
- AlphaFoldDB (str): Accession ID of the protein in AlphaFold database
65
- taxon (str): Species information (potentially)
66
- text (str): Textual description of the protein (excluding "(By Similarity)" and "PubMed")
67
- ## Supported Tasks and Leaderboards
68
 
69
- This dataset is intended for training and evaluating models that learn relationships between protein sequences, structures, and textual descriptions. Tasks may include:
70
 
71
- Protein function prediction
72
- Protein structure prediction
73
- Text-based protein information retrieval
74
  ## Dataset Structure
75
 
76
  #### Data Fields:
@@ -91,7 +76,7 @@ The dataset is split into training, validation, and test sets with a maximum seq
91
  * **Validation:** 4,172 proteins
92
  * **Test:** 4,203 proteins
93
 
94
- ## Considerations for Using the Data
95
 
96
  The dataset is built from a single source (SwissProt). Consider incorporating data from other sources to increase diversity.
97
  The textual descriptions may contain biases present in the original database. Be mindful of these biases when using the data for downstream tasks.
@@ -104,6 +89,13 @@ We are releasing this dataset under the terms of [CC-BY-NC-4.0](https://opendata
104
  ### Citation
105
  Please cite this dataset and the original sources if you use this dataset in your work
106
  ```none
107
-
 
 
 
 
 
 
 
108
  ```
109
 
 
46
 
47
  ## Dataset Description
48
 
49
+ This dataset is designed for training the [Prot2Text](https://huggingface.co/habdine/Prot2Text-Base-v1-0) framework. It contains information for 256,690 proteins and is comprised of three modalities:
50
 
51
+ * Protein sequence (amino acid sequence).
52
+ * Protein structure using its AlphaFold accession ID.
53
+ * Textual description of the protein
 
54
 
55
+ The dataset is built from the SwissProt database, a component of UniProtKB Release 2022_04.
56
 
 
 
 
 
 
 
 
 
 
 
57
 
 
58
 
 
 
 
59
  ## Dataset Structure
60
 
61
  #### Data Fields:
 
76
  * **Validation:** 4,172 proteins
77
  * **Test:** 4,203 proteins
78
 
79
+ ### Considerations for Using the Data
80
 
81
  The dataset is built from a single source (SwissProt). Consider incorporating data from other sources to increase diversity.
82
  The textual descriptions may contain biases present in the original database. Be mindful of these biases when using the data for downstream tasks.
 
89
  ### Citation
90
  Please cite this dataset and the original sources if you use this dataset in your work
91
  ```none
92
+ @inproceedings{abdine2024prot2text,
93
+ title={Prot2Text: Multimodal Protein's Function Generation with GNNs and Transformers},
94
+ author={Abdine, Hadi and Chatzianastasis, Michail and Bouyioukos, Costas and Vazirgiannis, Michalis},
95
+ booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
96
+ volume={38},
97
+ pages={10757--10765},
98
+ year={2024}
99
+ }
100
  ```
101