|
--- |
|
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}}, |
|
} |
|
``` |