File size: 1,279 Bytes
4d2cf96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: mit
task_categories:
- object-detection
size_categories:
- 1K<n<10K
---

# TF-ID arXiv papers dataset
- This is the dataset for finetuning [TF-ID](https://huggingface.co/yifeihu/TF-ID-base) models. 
- It contains about 4,600 images (academic paper pages) with bounding boxes of tables and figures in **coco format**.
- The papers are selected from [Hugging Face Daily Papers](https://huggingface.co/papers), covering mostly AI/ML/DL related topics.
- You can use this dataset to reproduce all TF-ID models.
- All bounding boxes were annotated manually by [Yifei Hu](https://x.com/hu_yifei)

## Project Repo
[github.com/ai8hyf/TF-ID](https://github.com/ai8hyf/TF-ID)

## Variants
Unzip the arxiv_paper_images.zip to get all images for training and testing.
The example below shows the difference between `annotations_with_caption.json` and `annotations_no_caption.json`:
![image/png](https://huggingface.co/yifeihu/TF-ID-base/resolve/main/td-id-caption.png)

## Citation
If you find TD-ID useful, please cite this project as:
```
@misc{TF-ID,
  author = {Yifei Hu},
  title = {TF-ID: Table/Figure IDentifier for academic papers},
  year = {2024},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/ai8hyf/TF-ID}},
}
```