CoolFace
Datasetpublic

kiethuynhanh/vnpdf-financial-reports-dataset

Dataset Card for Financial Report Dataset Demo Dataset Summary This dataset contains financial reports from Vietnamese VININDEX, including both the text content and corresponding page images. The dataset is designed for document understanding and information extraction tasks. Languages The dataset contains text in Vietnamese (vi). Dataset Structure The dataset contains 401 examples, each with: image: The page image from the PDF… See the full description on the dataset page: https://huggingface.co/datasets/kiethuynhanh/vnpdf-financial-reports-dataset.

sourceHugging Facemitupdated 1y agoView on Hugging Face
2likes55downloads
Dataset Card

Dataset Card for Financial Report Dataset Demo

Dataset Description

Dataset Summary

This dataset contains financial reports from Vietnamese VININDEX, including both the text content and corresponding page images. The dataset is designed for document understanding and information extraction tasks.

Languages

The dataset contains text in Vietnamese (vi).

Dataset Structure

The dataset contains 401 examples, each with:

  • —image: The page image from the PDF document
  • —text: The extracted text content from the corresponding page
  • —custom_id: A unique identifier for each example
  • —page_number: The page number in the original document
  • —report_id: The unique identifier of the report

Data Fields

  • —image: A PIL Image object containing the page image
  • —text: String containing the extracted text content
  • —custom_id: String identifier in format 'bank/year/quarter/report-page'
  • —page_number: Integer representing the page number
  • —report_id: String identifier of the source report

Data Splits

The dataset is provided as a single split containing all examples.

Additional Information

Dataset Creation

The dataset was created by:

  1. 1.Extracting text from financial report PDFs
  2. 2.Converting PDF pages to images
  3. 3.Aligning text content with corresponding page images
  4. 4.Validating and cleaning the extracted data

Licensing Information

This dataset is released under MIT License.

Citation Information

Please cite this dataset as:

@misc{financial-report-dataset,
  author       = {Kiet Huynh Anh},
  title        = {Financial Report Dataset Demo},
  year         = {2024},
  publisher    = {Hugging Face},
  howpublished = {https://huggingface.co/datasets/kiethuynhanh/financial-report-dataset-demo}
}