Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,7 @@ configs:
|
|
26 |
data_files:
|
27 |
- split: train
|
28 |
path: data/train-*
|
|
|
29 |
---
|
30 |
## Arxiver Dataset
|
31 |
Arxiver consists of 138,830 [arXiv](https://arxiv.org/) papers converted to multi-markdown (**.mmd**) format. Our dataset includes original arXiv article IDs, titles, abstracts, authors, publication dates, URLs and corresponding markdown files published between January 2023 and October 2023.
|
@@ -55,7 +56,7 @@ print(next(iter(dataset['train'])))
|
|
55 |
```
|
56 |
|
57 |
## References
|
58 |
-
The original articles are maintained by [arXiv](https://arxiv.org/).
|
59 |
```
|
60 |
@misc{acar_arxiver2024,
|
61 |
author = {Alican Acar, Alara Dirik, Muhammet Hatipoglu},
|
|
|
26 |
data_files:
|
27 |
- split: train
|
28 |
path: data/train-*
|
29 |
+
license: cc-by-nc-sa-4.0
|
30 |
---
|
31 |
## Arxiver Dataset
|
32 |
Arxiver consists of 138,830 [arXiv](https://arxiv.org/) papers converted to multi-markdown (**.mmd**) format. Our dataset includes original arXiv article IDs, titles, abstracts, authors, publication dates, URLs and corresponding markdown files published between January 2023 and October 2023.
|
|
|
56 |
```
|
57 |
|
58 |
## References
|
59 |
+
The original articles are maintained by [arXiv](https://arxiv.org/) and copyrighted to the original authors, please refer to the arXiv license information [page](https://info.arxiv.org/help/license/index.html) for details. We release our dataset with a Creative Commons Attribution-Noncommercial-ShareAlike (CC BY-NC-SA 4.0) license, if you use this dataset in your research or project, please cite it as follows:
|
60 |
```
|
61 |
@misc{acar_arxiver2024,
|
62 |
author = {Alican Acar, Alara Dirik, Muhammet Hatipoglu},
|