Datasets:
Tasks:
Graph Machine Learning
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update task category and add paper link to dataset card (#1)
Browse files- Update task category and add paper link to dataset card (eb9c18a2576eb994c56e098492d708c82cbbe3b7)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,31 +1,32 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: bsd-3-clause
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
task_ids:
|
| 6 |
-
|
| 7 |
-
language:
|
| 8 |
-
- en
|
| 9 |
-
tags:
|
| 10 |
-
- protein
|
| 11 |
-
- structure
|
| 12 |
-
- fold-classification
|
| 13 |
-
- tedbench
|
| 14 |
-
- alphafold
|
| 15 |
-
- cath
|
| 16 |
pretty_name: TEDBench
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# TEDBench
|
| 22 |
|
|
|
|
|
|
|
| 23 |
Large-scale, non-redundant benchmark for **protein fold classification** built from
|
| 24 |
[Encyclopedia of Domains (TED)](https://zenodo.org/records/13908086) annotations
|
| 25 |
projected onto the Foldseek-clustered AlphaFold Database.
|
| 26 |
|
| 27 |
-
|
| 28 |
-
(ICML 2026).
|
| 29 |
|
| 30 |
## Dataset statistics
|
| 31 |
|
|
@@ -108,4 +109,4 @@ python main_test_ted.py datamodule=hf_cath_test \
|
|
| 108 |
|
| 109 |
## License
|
| 110 |
|
| 111 |
-
BSD-3-Clause
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: bsd-3-clause
|
| 5 |
+
size_categories:
|
| 6 |
+
- 100K<n<1M
|
| 7 |
task_categories:
|
| 8 |
+
- graph-ml
|
| 9 |
task_ids:
|
| 10 |
+
- multi-class-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pretty_name: TEDBench
|
| 12 |
+
tags:
|
| 13 |
+
- protein
|
| 14 |
+
- structure
|
| 15 |
+
- fold-classification
|
| 16 |
+
- tedbench
|
| 17 |
+
- alphafold
|
| 18 |
+
- cath
|
| 19 |
---
|
| 20 |
|
| 21 |
# TEDBench
|
| 22 |
|
| 23 |
+
[**Paper**](https://huggingface.co/papers/2605.18552) | [**GitHub**](https://github.com/BorgwardtLab/TEDBench)
|
| 24 |
+
|
| 25 |
Large-scale, non-redundant benchmark for **protein fold classification** built from
|
| 26 |
[Encyclopedia of Domains (TED)](https://zenodo.org/records/13908086) annotations
|
| 27 |
projected onto the Foldseek-clustered AlphaFold Database.
|
| 28 |
|
| 29 |
+
This dataset was presented in the paper [Protein Fold Classification at Scale: Benchmarking and Pretraining](https://huggingface.co/papers/2605.18552).
|
|
|
|
| 30 |
|
| 31 |
## Dataset statistics
|
| 32 |
|
|
|
|
| 109 |
|
| 110 |
## License
|
| 111 |
|
| 112 |
+
BSD-3-Clause
|