ProximileAdmin commited on
Commit
4e3a642
·
verified ·
1 Parent(s): fe96401

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +123 -39
README.md CHANGED
@@ -8,22 +8,27 @@ language:
8
 
9
  ## Dataset Description
10
 
11
- **BioGRID-Conv** is a conversational dataset for protein interaction network prediction tasks, derived from the BioGRID 4.4.246 database. The dataset transforms protein interaction data into structured conversation formats suitable for training language models on biological network prediction and completion tasks.
12
 
13
  This dataset was created by [Proximile LLC](https://proximile.llc), a company specializing in secure, on-premise AI solutions for small and medium-sized businesses.
14
 
15
  ### Dataset Summary
16
 
17
- This dataset contains conversational examples for training models to predict, complete, and analyze protein interaction networks. Each conversation follows a structured format with system instructions, user queries about protein networks, and detailed network predictions as responses.
18
 
19
- The dataset is built from BioGRID 4.4.246, which contains 2,851,050 protein and genetic interactions from 86,799 publications across major model organism species.
 
 
 
 
20
 
21
  ### Supported Tasks
22
 
23
- - **Protein Interaction Network Prediction**: Given a list of proteins, predict all likely interactions between them
24
- - **Network Completion**: Complete partial protein networks with missing interactions
25
- - **New Protein Integration**: Predict how a new protein will interact with an existing network
26
- - **Property-Based Network Generation**: Generate networks satisfying specific topological constraints
 
27
 
28
  ### Languages
29
 
@@ -33,22 +38,22 @@ English (scientific/biological terminology)
33
 
34
  ### Data Instances
35
 
36
- Each instance contains a conversation with three components:
37
 
38
  ```json
39
  {
40
  "updated": [
41
  {
42
  "role": "system",
43
- "content": "You are a protein interaction prediction system. Given a list of proteins, predict all likely interactions between them based on biological knowledge."
44
  },
45
  {
46
  "role": "user",
47
- "content": "Predict the protein interaction network for these proteins: CCKLR-17D1, CG8507, CG9928, Dsk, Ptr"
48
  },
49
  {
50
  "role": "assistant",
51
- "content": "PROTEINS: CCKLR-17D1, CG8507, CG9928, Dsk, Ptr\n\nTWO-HYBRID INTERACTIONS:\n CG8507--Dsk\n CG9928--Dsk\n Dsk--Ptr\n\nPHENOTYPIC SUPPRESSION INTERACTIONS:\n CCKLR-17D1--Dsk\n\nNETWORK SUMMARY: 5 proteins, 4 interactions"
52
  }
53
  ]
54
  }
@@ -58,13 +63,13 @@ Each instance contains a conversation with three components:
58
 
59
  - **role**: String indicating the conversation participant ("system", "user", "assistant")
60
  - **content**: String containing the message content
61
- - System messages define the task type and model behavior
62
- - User messages contain protein lists, partial networks, or generation constraints
63
- - Assistant messages contain structured network predictions
64
 
65
- ### Network Format
66
 
67
- Networks are represented in a standardized text format:
68
 
69
  ```
70
  PROTEINS: [comma-separated list]
@@ -74,8 +79,23 @@ PROTEINS: [comma-separated list]
74
  protein3--protein4
75
 
76
  NETWORK SUMMARY: X proteins, Y interactions
 
 
 
 
77
  ```
78
 
 
 
 
 
 
 
 
 
 
 
 
79
  Interaction types include:
80
  - TWO-HYBRID INTERACTIONS
81
  - AFFINITY CAPTURE-MS INTERACTIONS
@@ -89,17 +109,38 @@ Interaction types include:
89
 
90
  ### Source Data
91
 
92
- The dataset is derived from **BioGRID 4.4.246**, a comprehensive database of protein, genetic and chemical interactions. BioGRID data is curated from biomedical literature and provides high-quality, experimentally validated interaction data.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
- ### Data Processing
95
 
96
- 1. **Neighborhood Extraction**: Protein subnetworks were extracted around high-degree proteins (3-15 connections) to create manageable training examples
97
- 2. **Task Generation**: Four types of conversational tasks were generated from each neighborhood:
98
- - Complete network prediction from protein lists
99
- - New protein integration scenarios
100
- - Partial network completion tasks
101
- - Property-constrained network generation
102
- 3. **Format Standardization**: All interactions converted to consistent text representation with standardized protein naming and interaction type classification
103
 
104
  ### Data Splits
105
 
@@ -109,19 +150,29 @@ The dataset contains conversations generated from protein neighborhoods, randoml
109
 
110
  ### Recommended Use Cases
111
 
112
- - Training language models for biological network prediction
113
- - Fine-tuning protein interaction prediction systems
114
- - Developing conversation agents for bioinformatics
115
- - Benchmarking network completion algorithms
116
- - Educational tools for protein interaction analysis
 
 
 
 
 
 
 
 
 
117
 
118
  ### Limitations
119
 
120
- - **Coverage**: Limited to proteins and interactions present in BioGRID 4.4.246
121
- - **Bias**: May reflect publication bias in biomedical literature toward well-studied organisms and proteins
 
122
  - **Static Data**: Represents knowledge as of BioGRID 4.4.246 (June 2025) and doesn't include more recent discoveries
123
- - **Interaction Types**: Limited to experimental evidence types captured in BioGRID
124
- - **Network Size**: Examples focus on local neighborhoods (3-15 proteins) rather than genome-scale networks
125
 
126
  ### Ethical Considerations
127
 
@@ -134,13 +185,25 @@ The dataset contains conversations generated from protein neighborhoods, randoml
134
 
135
  ### Licensing
136
 
137
- The dataset inherits licensing from BioGRID, which provides data freely for academic and non-commercial use. Commercial users should review BioGRID's terms of use.
 
 
 
 
 
 
 
 
 
 
 
 
138
 
139
  ### Citation
140
 
141
  ```
142
  @misc{biogrid-conv-2025,
143
- title={BioGRID-Conv: A Conversational Dataset for Protein Interaction Network Prediction},
144
  author={Proximile LLC},
145
  year={2025},
146
  url={https://huggingface.co/datasets/Proximile/BioGRID-Conv}
@@ -152,15 +215,35 @@ The dataset inherits licensing from BioGRID, which provides data freely for acad
152
  year={2023},
153
  publisher={Wiley Online Library}
154
  }
 
 
 
 
 
 
 
 
 
 
 
 
155
  ```
156
 
 
 
 
 
 
 
 
 
157
  ### Dataset Version
158
 
159
- Version 1.0 based on BioGRID 4.4.246
160
 
161
  ### Contact
162
 
163
- For questions about this dataset, please refer to the HuggingFace dataset repository, visit [proximile.llc](https://proximile.llc), or consult the original BioGRID documentation.
164
 
165
  ## About Proximile LLC
166
 
@@ -170,9 +253,10 @@ Proximile LLC provides secure, cost-effective, and private AI solutions tailored
170
  - **Cost-effective hardware configurations** including specialized AI hardware setups
171
  - **Secure Local AI** applications including chatbots, RAG systems, and custom AI tools
172
  - **Specialized services** for compliance & governance, knowledge management, and IT automation
 
173
 
174
  Visit [proximile.llc](https://proximile.llc) to learn more about our secure, local AI solutions for your business and research needs.
175
 
176
  ### Funding
177
 
178
- Original BioGRID data curation supported by the National Institutes of Health, Canadian Institutes of Health Research, and other funding bodies listed on the BioGRID website. Dataset creation and curation by Proximile LLC.
 
8
 
9
  ## Dataset Description
10
 
11
+ **BioGRID-Conv** is a conversational dataset for protein interaction network prediction tasks, derived from the BioGRID 4.4.246 database. The dataset transforms protein interaction data into structured conversation formats suitable for training language models on biological network prediction and completion tasks, enhanced with comprehensive protein sequence and structural information from UniProt and AlphaFold databases.
12
 
13
  This dataset was created by [Proximile LLC](https://proximile.llc), a company specializing in secure, on-premise AI solutions for small and medium-sized businesses.
14
 
15
  ### Dataset Summary
16
 
17
+ This dataset contains conversational examples for training models to predict, complete, and analyze protein interaction networks using both interaction data and detailed protein characteristics. Each conversation follows a structured format with system instructions, user queries about protein networks (including sequence and structural context), and detailed network predictions as responses.
18
 
19
+ The dataset is built from BioGRID 4.4.246, which contains 2,851,050 protein and genetic interactions from 86,799 publications across major model organism species. Each protein is enriched with:
20
+
21
+ - **UniProt sequence data**: Protein sequences, functional annotations, organism information
22
+ - **AlphaFold structural data**: 3D structure availability, confidence scores, coverage information
23
+ - **Integrated biological context**: Combining interaction, sequence, and structural information for enhanced predictions
24
 
25
  ### Supported Tasks
26
 
27
+ - **Sequence-Aware Network Prediction**: Given proteins with sequence/structure info, predict all likely interactions
28
+ - **Structure-Guided Network Completion**: Complete partial networks using structural compatibility
29
+ - **New Protein Integration**: Predict interactions for new proteins based on sequence similarity and structural features
30
+ - **Context-Rich Network Generation**: Generate networks with detailed protein characteristics and constraints
31
+ - **Multi-Modal Biological Reasoning**: Combine interaction patterns with sequence and structural data
32
 
33
  ### Languages
34
 
 
38
 
39
  ### Data Instances
40
 
41
+ Each instance contains a conversation with three components, now enhanced with protein sequence and structural context:
42
 
43
  ```json
44
  {
45
  "updated": [
46
  {
47
  "role": "system",
48
+ "content": "You are a protein interaction prediction system. Given a list of proteins with their sequence and structural information, predict all likely interactions between them based on biological knowledge, sequence similarity, and structural compatibility."
49
  },
50
  {
51
  "role": "user",
52
+ "content": "Predict the protein interaction network for these proteins:\n\nPROTEIN: CCKLR-17D1\n UniProt ID: P12345\n Full Name: Cholecystokinin-like receptor\n Organism: Drosophila melanogaster\n Sequence Length: 389 amino acids\n Sequence: MSLVLVLLLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVLV...\n AlphaFold Structure: Available\n Structure Confidence: High\n Function: G-protein coupled receptor involved in...\n\nPROTEIN: CG8507\n UniProt ID: Q67890\n Sequence Length: 256 amino acids\n AlphaFold Structure: Not available\n Function: Putative kinase involved in signal transduction..."
53
  },
54
  {
55
  "role": "assistant",
56
+ "content": "PROTEINS: CCKLR-17D1, CG8507, CG9928, Dsk, Ptr\n\nTWO-HYBRID INTERACTIONS:\n CG8507--Dsk\n CG9928--Dsk\n Dsk--Ptr\n\nPHENOTYPIC SUPPRESSION INTERACTIONS:\n CCKLR-17D1--Dsk\n\nNETWORK SUMMARY: 5 proteins, 4 interactions\n\nPROTEIN DETAILS:\n CCKLR-17D1 | 389aa | AlphaFold(High) | Drosophila\n CG8507 | 256aa | Drosophila\n CG9928 | 198aa | AlphaFold(Medium) | Drosophila\n Dsk | 445aa | AlphaFold(High) | Drosophila\n Ptr | 312aa | AlphaFold(Low) | Drosophila"
57
  }
58
  ]
59
  }
 
63
 
64
  - **role**: String indicating the conversation participant ("system", "user", "assistant")
65
  - **content**: String containing the message content
66
+ - System messages define the task type and model behavior, emphasizing sequence/structure integration
67
+ - User messages contain protein lists with detailed biological context, partial networks, or generation constraints
68
+ - Assistant messages contain structured network predictions with protein summaries
69
 
70
+ ### Enhanced Network Format
71
 
72
+ Networks are represented in a standardized text format with integrated protein information:
73
 
74
  ```
75
  PROTEINS: [comma-separated list]
 
79
  protein3--protein4
80
 
81
  NETWORK SUMMARY: X proteins, Y interactions
82
+
83
+ PROTEIN DETAILS:
84
+ protein1 | [length]aa | AlphaFold([confidence]) | [organism]
85
+ protein2 | [length]aa | [organism]
86
  ```
87
 
88
+ ### Protein Enrichment Details
89
+
90
+ Each protein includes when available:
91
+ - **UniProt ID and cross-references**
92
+ - **Complete amino acid sequences** (truncated for display)
93
+ - **Sequence lengths and composition**
94
+ - **AlphaFold structure availability and confidence scores**
95
+ - **Functional annotations and GO terms**
96
+ - **Organism and taxonomic information**
97
+ - **Structural coverage and model quality metrics**
98
+
99
  Interaction types include:
100
  - TWO-HYBRID INTERACTIONS
101
  - AFFINITY CAPTURE-MS INTERACTIONS
 
109
 
110
  ### Source Data
111
 
112
+ The dataset is derived from multiple high-quality biological databases:
113
+
114
+ 1. **BioGRID 4.4.246**: Comprehensive database of protein, genetic and chemical interactions curated from biomedical literature
115
+ 2. **UniProt**: Protein sequence database providing functional annotations, sequences, and cross-references
116
+ 3. **AlphaFold**: AI-predicted protein structure database from DeepMind/EMBL-EBI
117
+
118
+ ### Data Processing Pipeline
119
+
120
+ The enhanced dataset creation process includes:
121
+
122
+ 1. **BioGRID Processing**: Neighborhood extraction around high-degree proteins (3-15 connections) to create manageable training examples
123
+
124
+ 2. **Protein Data Enrichment**:
125
+ - **UniProt API Integration**: Fetch protein sequences, functional annotations, organism information
126
+ - **AlphaFold API Integration**: Retrieve structure availability, confidence scores, coverage data
127
+ - **Thread-Safe Caching**: Persistent file-based caching with file locking to prevent data corruption during parallel processing
128
+ - **Multiprocessing**: Parallel enrichment of protein data with automatic cache management
129
+
130
+ 3. **Enhanced Conversation Generation**: Four types of conversational tasks generated from each neighborhood:
131
+ - Complete network prediction from protein lists with sequence context
132
+ - New protein integration using sequence similarity and structural compatibility
133
+ - Partial network completion with structural guidance
134
+ - Property-constrained network generation with biological context
135
+
136
+ 4. **Format Standardization**: All interactions and protein data converted to consistent text representation with standardized naming and comprehensive biological context
137
 
138
+ ### Processing Performance
139
 
140
+ - **Multiprocessing**: Utilizes all available CPU cores for parallel processing of neighborhoods, protein enrichment, and conversation generation
141
+ - **Intelligent Caching**: Thread-safe persistent caching reduces API calls by >90% on subsequent runs
142
+ - **Scalable Architecture**: Configurable protein processing limits (default: 5,000 proteins) for memory management
143
+ - **Batch Processing**: Efficient batching of API requests with rate limiting to respect service limits
 
 
 
144
 
145
  ### Data Splits
146
 
 
150
 
151
  ### Recommended Use Cases
152
 
153
+ - Training language models for sequence-aware biological network prediction
154
+ - Fine-tuning protein interaction prediction systems with structural context
155
+ - Developing conversation agents for integrated bioinformatics analysis
156
+ - Benchmarking multi-modal network completion algorithms
157
+ - Educational tools combining protein structure, sequence, and interaction analysis
158
+ - Research in protein function prediction using multiple data modalities
159
+
160
+ ### Enhanced Capabilities
161
+
162
+ - **Multi-Modal Learning**: Combines interaction patterns with sequence and structural information
163
+ - **Biological Realism**: Predictions grounded in actual protein characteristics rather than just names
164
+ - **Structural Awareness**: Integration of AlphaFold confidence scores for structure-guided predictions
165
+ - **Functional Context**: UniProt functional annotations provide biological reasoning for interactions
166
+ - **Scalable Processing**: Efficient parallel processing with persistent caching for large-scale analysis
167
 
168
  ### Limitations
169
 
170
+ - **Coverage**: Limited to proteins present in BioGRID 4.4.246, UniProt, and AlphaFold databases
171
+ - **API Dependencies**: Protein enrichment requires internet access for initial data fetching (cached thereafter)
172
+ - **Bias**: May reflect publication bias in biomedical literature and structural prediction limitations
173
  - **Static Data**: Represents knowledge as of BioGRID 4.4.246 (June 2025) and doesn't include more recent discoveries
174
+ - **Structure Quality**: AlphaFold predictions vary in confidence; low-confidence regions may affect structure-based predictions
175
+ - **Processing Time**: Initial dataset generation with protein enrichment requires significant computational time
176
 
177
  ### Ethical Considerations
178
 
 
185
 
186
  ### Licensing
187
 
188
+ The dataset inherits licensing from source databases:
189
+ - **BioGRID**: Free for academic and non-commercial use
190
+ - **UniProt**: Creative Commons Attribution (CC BY 4.0) License
191
+ - **AlphaFold**: Creative Commons Attribution (CC BY 4.0) License
192
+
193
+ Commercial users should review individual database terms of use.
194
+
195
+ ### Dataset Files
196
+
197
+ The dataset generation produces multiple output files:
198
+ - `processed_dataset.json`: Main conversational dataset
199
+ - `processed_dataset_protein_data.json`: Enriched protein information for reference
200
+ - `protein_cache/`: Directory containing cached API responses for efficient reprocessing
201
 
202
  ### Citation
203
 
204
  ```
205
  @misc{biogrid-conv-2025,
206
+ title={BioGRID-Conv: A Conversational Dataset for Protein Interaction Network Prediction with Sequence and Structural Context},
207
  author={Proximile LLC},
208
  year={2025},
209
  url={https://huggingface.co/datasets/Proximile/BioGRID-Conv}
 
215
  year={2023},
216
  publisher={Wiley Online Library}
217
  }
218
+
219
+ @article{uniprot2023,
220
+ title={UniProt: the Universal Protein Knowledgebase in 2023},
221
+ journal={Nucleic Acids Research},
222
+ year={2023}
223
+ }
224
+
225
+ @article{alphafold2021,
226
+ title={Highly accurate protein structure prediction with AlphaFold},
227
+ journal={Nature},
228
+ year={2021}
229
+ }
230
  ```
231
 
232
+ ### Technical Specifications
233
+
234
+ - **Python Dependencies**: pandas, numpy, networkx, requests, multiprocessing
235
+ - **API Integration**: UniProt REST API, AlphaFold API
236
+ - **Caching System**: Thread-safe file-based caching with fcntl locking
237
+ - **Parallel Processing**: Multiprocessing with configurable worker counts
238
+ - **Memory Management**: Batched processing with configurable limits
239
+
240
  ### Dataset Version
241
 
242
+ Version 2.0 based on BioGRID 4.4.246 with integrated UniProt and AlphaFold data enrichment
243
 
244
  ### Contact
245
 
246
+ For questions about this dataset, please refer to the HuggingFace dataset repository, visit [proximile.llc](https://proximile.llc), or consult the original database documentation.
247
 
248
  ## About Proximile LLC
249
 
 
253
  - **Cost-effective hardware configurations** including specialized AI hardware setups
254
  - **Secure Local AI** applications including chatbots, RAG systems, and custom AI tools
255
  - **Specialized services** for compliance & governance, knowledge management, and IT automation
256
+ - **Bioinformatics AI Solutions** for research institutions and biotechnology companies
257
 
258
  Visit [proximile.llc](https://proximile.llc) to learn more about our secure, local AI solutions for your business and research needs.
259
 
260
  ### Funding
261
 
262
+ Original BioGRID data curation supported by the National Institutes of Health, Canadian Institutes of Health Research, and other funding bodies listed on the BioGRID website. UniProt supported by the National Institutes of Health and European Molecular Biology Laboratory. AlphaFold developed by DeepMind in partnership with EMBL-EBI. Dataset creation and curation by Proximile LLC.