Update README.md
Browse files
README.md
CHANGED
@@ -32,9 +32,9 @@ configs:
|
|
32 |
path: data/pptx-*
|
33 |
---
|
34 |
|
35 |
-
#
|
36 |
|
37 |
-
|
38 |
|
39 |
```python
|
40 |
dirname = f"zenodo-pptx/pptx/{task['license']}/{task['created'][:4]}/"
|
|
|
32 |
path: data/pptx-*
|
33 |
---
|
34 |
|
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]}/"
|