CoolFace
Datasetpublic

albertklorer/readingbank

ReadingBank (HF conversion) Source paper: https://arxiv.org/abs/2108.11591 Original data: https://mail2sysueducn-my.sharepoint.com/:u:/g/personal/huangyp28_mail2_sysu_edu_cn/Efh3ZWjsA-xFrH2FSjyhSVoBMak6ypmbABWmJEmPwtKhhw?e=tbthMD Created with: https://github.com/albertklor/reading-bank Fields: file_name (name of the file): str page_number (index of the page number): int bounding_boxes (normalized bounding boxes in [x0, y0, x1, y1] format): list[list[int]] text… See the full description on the dataset page: https://huggingface.co/datasets/albertklorer/readingbank.

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes32downloads
Dataset Card

ReadingBank (HF conversion)

  • —Source paper: https://arxiv.org/abs/2108.11591
  • —Original data: https://mail2sysueducn-my.sharepoint.com/:u:/g/personal/huangyp28mail2sysueducn/Efh3ZWjsA-xFrH2FSjyhSVoBMak6ypmbABWmJEmPwtKhhw?e=tbthMD
  • —Created with: https://github.com/albertklor/reading-bank

Fields:

  • —file_name (name of the file): str
  • —page_number (index of the page number): int
  • —bounding_boxes (normalized bounding boxes in [x0, y0, x1, y1] format): list[list[int]]
  • —text (list of words): list[str]
  • —targetindices (reading order indices of boundingboxes and text): list[int]