Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,10 +55,14 @@ size_categories:
|
|
| 55 |
- [Contact](#contact)
|
| 56 |
|
| 57 |
## Overview
|
|
|
|
|
|
|
| 58 |
**Protap** is a benchmark dataset for evaluating protein modeling algorithms in five biologically realistic downstream applications. It enables comparative evaluation of both pre-trained models and domain-specific architectures. Protap includes both sequence and structural data, with tasks ranging from protein function prediction to targeted protein degradation.
|
| 59 |
|
| 60 |
-

|
|
@@ -79,7 +83,6 @@ cd protap
|
|
| 79 |
| `PLI_DAVIS` | Protein–ligand binding affinity regression | Seq + Struct | `test` | `.txt`, `.json`, folder |
|
| 80 |
| `PROTACs` | Ternary complex prediction in targeted degradation | Seq + Struct | `test` | `.txt`, `.json`, folder |
|
| 81 |
|
| 82 |
-
All configurations are stored in a **token classification** format and primarily involve biological data related to proteins and molecules.
|
| 83 |
|
| 84 |
---
|
| 85 |
|
|
|
|
| 55 |
- [Contact](#contact)
|
| 56 |
|
| 57 |
## Overview
|
| 58 |
+
|
| 59 |
+
|
| 60 |
**Protap** is a benchmark dataset for evaluating protein modeling algorithms in five biologically realistic downstream applications. It enables comparative evaluation of both pre-trained models and domain-specific architectures. Protap includes both sequence and structural data, with tasks ranging from protein function prediction to targeted protein degradation.
|
| 61 |
|
| 62 |
+

|
| 63 |
+
(I) Masked Language Modeling(MLM) is a self-supervised objective designed to recover masked residues in protein sequences;
|
| 64 |
+
(II) Multi-View Contrastive Learning(MVCL) leverages protein structural information by aligning representations of biologically correlated substructures.
|
| 65 |
+
(III) Protein Family Prediction(PFP) introduces functional and structural supervision by training models to predict family labels based on protein sequences and 3D structures.
|
| 66 |
|
| 67 |
Protap was introduced in the paper
|
| 68 |
[**Protap: A Benchmark for Protein Modeling on Realistic Downstream Applications**](https://arxiv.org/abs/2506.02052)
|
|
|
|
| 83 |
| `PLI_DAVIS` | Protein–ligand binding affinity regression | Seq + Struct | `test` | `.txt`, `.json`, folder |
|
| 84 |
| `PROTACs` | Ternary complex prediction in targeted degradation | Seq + Struct | `test` | `.txt`, `.json`, folder |
|
| 85 |
|
|
|
|
| 86 |
|
| 87 |
---
|
| 88 |
|