Update README.md
Browse files
README.md
CHANGED
@@ -47,8 +47,17 @@ except:
|
|
47 |
```
|
48 |
|
49 |
## Citation
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
```
|
53 |
|
54 |
|
|
|
47 |
```
|
48 |
|
49 |
## Citation
|
50 |
+
If you find this project helpful, please use the following to cite it:
|
51 |
+
```bibtex
|
52 |
+
@misc{zheng2025pptagentgeneratingevaluatingpresentations,
|
53 |
+
title={PPTAgent: Generating and Evaluating Presentations Beyond Text-to-Slides},
|
54 |
+
author={Hao Zheng and Xinyan Guan and Hao Kong and Jia Zheng and Hongyu Lin and Yaojie Lu and Ben He and Xianpei Han and Le Sun},
|
55 |
+
year={2025},
|
56 |
+
eprint={2501.03936},
|
57 |
+
archivePrefix={arXiv},
|
58 |
+
primaryClass={cs.AI},
|
59 |
+
url={https://arxiv.org/abs/2501.03936},
|
60 |
+
}
|
61 |
```
|
62 |
|
63 |
|