Skip to content

Commit 98c2c1f

Browse files
authored
Update README.md
1 parent f87380d commit 98c2c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ For CASP15_inhouse_dataset and CASP16_inhouse_dataset, as well as their subsets
9393

9494
| Feature | Description |
9595
|-----------------------|-------------------------------------------------------------------|
96-
| `model_type` | Indicates model type (AlphaFold-multimer or AlphaFold3) |
97-
| `afm_confidence_score`| AlphaFold-multimer confidence score |
96+
| `model_type` | Indicates model type (AlphaFold2-multimer or AlphaFold3) |
97+
| `afm_confidence_score`| AlphaFold2-multimer confidence score |
9898
| `af3_ranking_score` | AlphaFold3 ranking score |
9999
| `iptm` | Interface predicted Template Modeling score |
100100
| `num_inter_pae` | Number of inter-chain predicted aligned errors (<5 Å) |
@@ -354,7 +354,7 @@ Here are several publicly available baseline EMA methods which users can comapre
354354
- **GATE** [[Liu et al., 2025]](https://github.com/BioinfoMachineLearning/gate):
355355
A multi-model EMA approach leveraging graph transformers on pairwise similarity graphs. Combines single-model and multi-model features for TM-score prediction.
356356
🔗 GitHub: [https://github.com/BioinfoMachineLearning/gate](https://github.com/BioinfoMachineLearning/gate)
357-
- **GATE-AFM**: An enhanced version of GATE that incorporates AlphaFold-Multimer features as node features.
357+
- **GATE-AFM**: An enhanced version of GATE that incorporates AlphaFold2-Multimer features as node features.
358358

359359
- **DProQA** [[Chen et al., 2023]](https://github.com/jianlin-cheng/DProQA):
360360
A single-model EMA method using a Gated Graph Transformer. Targets interface quality prediction (e.g., DockQ scores) using KNN-based structural graphs.
@@ -373,7 +373,7 @@ Here are several publicly available baseline EMA methods which users can comapre
373373
🔗 GitHub: [MULTICOM_qa](https://github.com/BioinfoMachineLearning/MULTICOM_qa)
374374
🔗 Simplified: [mmalign_pairwise.py](https://github.com/BioinfoMachineLearning/gate/blob/main/gate/feature/mmalign_pairwise.py)
375375

376-
It is worth noting that CASP15_inhouse_dataset and CASP16_inhouse_dataset contain AlphaFold-Multimer self-estimated confidence scores for the structural models in the two datasets. They can also serve as a baseline to be compared with new EMA methods.
376+
It is worth noting that CASP15_inhouse_dataset and CASP16_inhouse_dataset contain AlphaFold2-Multimer self-estimated confidence scores for the structural models in the two datasets. They can also serve as a baseline to be compared with new EMA methods.
377377

378378
## Acknowledgement
379379
PSBench builds upon the source code and data from the following projects::

0 commit comments

Comments
 (0)