Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,9 @@ configs:
|
|
35 |
# PPTAgent/Zenodo10K
|
36 |
|
37 |
This is the dataset used in [PPTAgent](https://arxiv.org/abs/2501.03936), crawled from [zenodo](http://zenodo.org).
|
|
|
|
|
|
|
38 |
|
39 |
```python
|
40 |
dirname = f"zenodo-pptx/pptx/{task['license']}/{task['created'][:4]}/"
|
|
|
35 |
# PPTAgent/Zenodo10K
|
36 |
|
37 |
This is the dataset used in [PPTAgent](https://arxiv.org/abs/2501.03936), crawled from [zenodo](http://zenodo.org).
|
38 |
+
To the best of our knowledge, it is the largest presentation dataset currently available, comprising over 10,000 PowerPoint (.pptx) files, all distributed under a clear and compliant license.
|
39 |
+
|
40 |
+
For more information, please visit our [github repo](https://github.com/icip-cas/PPTAgent).
|
41 |
|
42 |
```python
|
43 |
dirname = f"zenodo-pptx/pptx/{task['license']}/{task['created'][:4]}/"
|