nielsr HF Staff commited on
Commit
74e9b7d
·
verified ·
1 Parent(s): 0e4d587

Improve dataset card: Add metadata, paper and code links

Browse files

This PR enhances the dataset card for the DemoDiff Downstream Context Data.

It adds:
- `task_categories: ['graph-ml']` to the metadata.
- Relevant `tags` such as `chemistry`, `molecular-design`, `in-context-learning`, and `drug-discovery` to improve discoverability.
- `language: ['en']` metadata for clarity.
- A direct link to the associated paper ([Graph Diffusion Transformers are In-Context Molecular Designers](https://huggingface.co/papers/2510.08744)).
- A link to the main Github repository ([https://github.com/liugangcode/DemoDiff](https://github.com/liugangcode/DemoDiff)).

These changes provide more context and improve the discoverability and utility of the dataset on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -1,6 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # DemoDiff Downstream Context Data
2
 
3
- This dataset contains context data for the DemoDiff project, organized by task names.
4
 
5
  ## Structure
6
 
@@ -17,4 +33,4 @@ tasks/
17
  │ ├── medium.csv
18
  │ └── negative.csv
19
  └── ... (other tasks)
20
- ```
 
1
+ ---
2
+ task_categories:
3
+ - graph-ml
4
+ tags:
5
+ - chemistry
6
+ - molecular-design
7
+ - in-context-learning
8
+ - drug-discovery
9
+ language:
10
+ - en
11
+ ---
12
+
13
+ ---
14
+ Paper: [Graph Diffusion Transformers are In-Context Molecular Designers](https://huggingface.co/papers/2510.08744)
15
+ Code: https://github.com/liugangcode/DemoDiff
16
+ ---
17
  # DemoDiff Downstream Context Data
18
 
19
+ This dataset contains context data for the DemoDiff project, a diffusion-based molecular foundation model for in-context inverse molecular design. It provides contextual examples to guide molecular generation, enabling few-shot molecular design across diverse chemical tasks without task-specific fine-tuning.
20
 
21
  ## Structure
22
 
 
33
  │ ├── medium.csv
34
  │ └── negative.csv
35
  └── ... (other tasks)
36
+ ```