Datasets:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,12 @@ language:
|
|
4 |
- fr
|
5 |
- en
|
6 |
tags:
|
7 |
-
-
|
8 |
- multimodal
|
9 |
- document-type objects
|
10 |
---
|
11 |
|
12 |
-
We present the **Arxiv Figures & Tables Database (AFTdb)**, which consists of an aggregation of figures and tables from scientific articles sourced from the
|
13 |
|
14 |
The purpose of this dataset is to train multimodal
|
15 |
models specialized in images of document-type objects (graphs, functional diagrams, tables, etc.), rather than photographic-type images. The idea is that a model trained on this type of data will be more coherent within the context of document corpora than a model trained on pictorial compositions. To establish a connection between the two modalities (image and text), captions for each object are also provided. As captions can sometimes be very brief, the article's summary is also included to add context to the document object if necessary.
|
@@ -35,4 +35,8 @@ Both categories are compatible, and it is possible to load both types simultaneo
|
|
35 |
```python
|
36 |
aftdb = load_dataset("cmarkea/aftdb", "figure+table", streaming=True)
|
37 |
```
|
38 |
-
This is the **default** configuration.
|
|
|
|
|
|
|
|
|
|
4 |
- fr
|
5 |
- en
|
6 |
tags:
|
7 |
+
- arXiv
|
8 |
- multimodal
|
9 |
- document-type objects
|
10 |
---
|
11 |
|
12 |
+
We present the **Arxiv Figures & Tables Database (AFTdb)**, which consists of an aggregation of figures and tables from scientific articles sourced from the arXiv platform.
|
13 |
|
14 |
The purpose of this dataset is to train multimodal
|
15 |
models specialized in images of document-type objects (graphs, functional diagrams, tables, etc.), rather than photographic-type images. The idea is that a model trained on this type of data will be more coherent within the context of document corpora than a model trained on pictorial compositions. To establish a connection between the two modalities (image and text), captions for each object are also provided. As captions can sometimes be very brief, the article's summary is also included to add context to the document object if necessary.
|
|
|
35 |
```python
|
36 |
aftdb = load_dataset("cmarkea/aftdb", "figure+table", streaming=True)
|
37 |
```
|
38 |
+
This is the **default** configuration.
|
39 |
+
|
40 |
+
Statistical Description
|
41 |
+
-----------------------
|
42 |
+
The descended articles correspond to a portion of the articles that had their last modifications in the year 2023 on the arXiv platform.
|