Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ configs:
|
|
| 42 |
|
| 43 |
> **[24/04/2025]** Because of the high storage utilization we are seeing, we are currently thinking about moving the embedded images to a [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/) instance and to only reference the URLs in the markdowns, stay tuned for more updates on this!
|
| 44 |
|
| 45 |
-
> **[24/04/2025] (but later)** We moved the images from being embedded in the markdowns as base64 data to
|
| 46 |
|
| 47 |
This dataset contains open-access papers retrieved from [arXiv](https://arxiv.org) and converted to markdown format using [docling](https://github.com/docling-project/docling); specifically, we use the following docling pipeline:
|
| 48 |
```python
|
|
@@ -59,9 +59,9 @@ converter = DocumentConverter(
|
|
| 59 |
)
|
| 60 |
```
|
| 61 |
|
| 62 |
-
Currently the dataset constains the very first entries extracted from August 2024
|
| 63 |
|
| 64 |
-
You can check the code we are
|
| 65 |
|
| 66 |
## Dataset Scope
|
| 67 |
|
|
@@ -70,7 +70,7 @@ This dataset is being built as the first step to expanding the [academic-chains]
|
|
| 70 |
## Limitations and Biases
|
| 71 |
|
| 72 |
* **Extraction Fidelity:** While docling is amazing, it is not perfect, and extraction glitches (especially in tables) may still be present
|
| 73 |
-
* **Slow Data Generation:** Document extraction while doing formula and code enrichment and picture extraction is SLOW on our 3090; we didn't use these options while extracting MDs for the academic-chains dataset because it was not strictly necessary, but would like to do things right this time, even though it will slow us down (relatively)
|
| 74 |
|
| 75 |
**Note:** We see there is work going on on supporting batched inference for docling, and updates on using VLMs too, so we will try to keep our pipeline up to date and efficient!
|
| 76 |
|
|
|
|
| 42 |
|
| 43 |
> **[24/04/2025]** Because of the high storage utilization we are seeing, we are currently thinking about moving the embedded images to a [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/) instance and to only reference the URLs in the markdowns, stay tuned for more updates on this!
|
| 44 |
|
| 45 |
+
> **[24/04/2025] (but later)** We moved the images from being embedded in the markdowns as base64 data to externally referenced images uploaded to our R2 instance! Images are referenced in the dataset as \!\[Image](url); mirrors are welcome!
|
| 46 |
|
| 47 |
This dataset contains open-access papers retrieved from [arXiv](https://arxiv.org) and converted to markdown format using [docling](https://github.com/docling-project/docling); specifically, we use the following docling pipeline:
|
| 48 |
```python
|
|
|
|
| 59 |
)
|
| 60 |
```
|
| 61 |
|
| 62 |
+
Currently the dataset constains the very first entries extracted from `August 2024`; we are currently dedicating an RTX 3090 full-time for the extraction of this data and will continue to upload new entries as they get processed.
|
| 63 |
|
| 64 |
+
You can check the code we are using for the entries generation at [this link](https://github.com/marcodsn/academic-chains/tree/main/large_scale) (optimizations and general suggestions are very welcome!); note that the repo is heavily under contruction and will change a lot in the coming days and weeks before finally stabilizing (check the `feature/reorganize-repository` branch to monitor our updates real-time on this matter).
|
| 65 |
|
| 66 |
## Dataset Scope
|
| 67 |
|
|
|
|
| 70 |
## Limitations and Biases
|
| 71 |
|
| 72 |
* **Extraction Fidelity:** While docling is amazing, it is not perfect, and extraction glitches (especially in tables) may still be present
|
| 73 |
+
* **Slow Data Generation:** Document extraction while doing formula and code enrichment and picture extraction is SLOW on our 3090; we didn't use these options while extracting MDs for the academic-chains dataset because it was not strictly necessary, but we would like to do things right this time, even though it will slow us down (relatively)
|
| 74 |
|
| 75 |
**Note:** We see there is work going on on supporting batched inference for docling, and updates on using VLMs too, so we will try to keep our pipeline up to date and efficient!
|
| 76 |
|