nielsr HF Staff commited on
Commit
eb9c18a
·
verified ·
1 Parent(s): 576252c

Update task category and add paper link to dataset card

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

This PR improves the dataset card for TEDBench by:
- Updating the `task_categories` to `graph-ml`.
- Adding a link to the associated paper: "Protein Fold Classification at Scale: Benchmarking and Pretraining".
- Ensuring the GitHub repository is linked for easier access to the source code and training scripts.

These changes help researchers better understand the context of the dataset and make it more discoverable on the Hub.

Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -1,31 +1,32 @@
1
  ---
 
 
2
  license: bsd-3-clause
 
 
3
  task_categories:
4
- - other
5
  task_ids:
6
- - multi-class-classification
7
- language:
8
- - en
9
- tags:
10
- - protein
11
- - structure
12
- - fold-classification
13
- - tedbench
14
- - alphafold
15
- - cath
16
  pretty_name: TEDBench
17
- size_categories:
18
- - 100K<n<1M
 
 
 
 
 
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
- Part of the [TEDBench](https://github.com/BorgwardtLab/TEDBench) benchmark
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