Add metadata, paper link, and GitHub repository

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -1,16 +1,24 @@
1
- Paper-to-Slides with Preference - Dataset
2
- ===================================
 
 
 
 
 
3
 
4
- This is the official dataset for AAAI 26' paper: **SlideTailor: Personalized Presentation Slide Generation for Scientific Papers**
5
 
6
- This dataset supports research on conditional document-to-slide generation. It contains:
 
 
 
 
7
  - Target research papers (PDF) to be summarized into slides
8
  - Slide templates (PPTX)
9
  - Curated paper–slide pairs for preference extraction
10
  - Configurations for evaluation sets (how to pair inputs/templates/samples)
11
 
12
- Directory structure
13
- -------------------
14
  - `configs/`: JSON configuration files
15
  - `target_papers/`: target papers (PDFs) and a CSV mapping for metadata
16
  - `slide_templates/`: editable slide deck templates (PPTX), e.g., `1.pptx` … `10.pptx`
@@ -18,8 +26,7 @@ Directory structure
18
  - `paper/`: paper PDFs
19
  - `ppt/`: corresponding slide decks
20
 
21
- Configuration format
22
- --------------------
23
  Each configuration file is a JSON array for one generation settings. Example (`configs/example_config.json`):
24
 
25
  ```json
@@ -35,16 +42,12 @@ Each configuration file is a JSON array for one generation settings. Example (`c
35
  ]
36
  ```
37
 
38
- Citation
39
- --------
40
- ```
41
  @inproceedings{slidetailor,
42
  title={SlideTailor: Personalized Presentation Slide Generation for Scientific Papers},
43
  author={Zeng, Wenzheng and Ouyang, Mingyu and Cui, Langyuan and Ng, Hwee Tou},
44
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
45
  year={2026}
46
  }
47
- ```
48
-
49
-
50
-
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - summarization
6
+ pretty_name: SlideTailor-PSP-dataset
7
+ ---
8
 
9
+ # SlideTailor-PSP-dataset
10
 
11
+ [**Paper**](https://huggingface.co/papers/2512.20292) | [**Code**](https://github.com/nusnlp/SlideTailor)
12
+
13
+ This is the official dataset for the AAAI 2026 paper: **SlideTailor: Personalized Presentation Slide Generation for Scientific Papers**.
14
+
15
+ This dataset supports research on conditional document-to-slide generation (Paper-to-Slides with Preference). It contains:
16
  - Target research papers (PDF) to be summarized into slides
17
  - Slide templates (PPTX)
18
  - Curated paper–slide pairs for preference extraction
19
  - Configurations for evaluation sets (how to pair inputs/templates/samples)
20
 
21
+ ## Directory structure
 
22
  - `configs/`: JSON configuration files
23
  - `target_papers/`: target papers (PDFs) and a CSV mapping for metadata
24
  - `slide_templates/`: editable slide deck templates (PPTX), e.g., `1.pptx` … `10.pptx`
 
26
  - `paper/`: paper PDFs
27
  - `ppt/`: corresponding slide decks
28
 
29
+ ## Configuration format
 
30
  Each configuration file is a JSON array for one generation settings. Example (`configs/example_config.json`):
31
 
32
  ```json
 
42
  ]
43
  ```
44
 
45
+ ## Citation
46
+ ```bibtex
 
47
  @inproceedings{slidetailor,
48
  title={SlideTailor: Personalized Presentation Slide Generation for Scientific Papers},
49
  author={Zeng, Wenzheng and Ouyang, Mingyu and Cui, Langyuan and Ng, Hwee Tou},
50
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
51
  year={2026}
52
  }
53
+ ```