--- dataset_info: features: - name: query dtype: string - name: image dtype: image - name: image_filename dtype: string - name: links dtype: string - name: attributions dtype: string - name: text_description dtype: string splits: - name: test num_bytes: 232447959.0 num_examples: 795 download_size: 78367894 dataset_size: 232447959.0 configs: - config_name: default data_files: - split: test path: data/test-* --- # Europeana Italian Scans Dataset This dataset was created from records of the [Europeana online collection](https://europeana.eu) by selecting scans of Italian historical documents. These documents consist of scans of typed or hand-written paper documents. Queries are generated with Qwen2b. Attributions to the sources are added in the `attributions` column of each dataset item, and links to the original document in the `links` column. The `text_description` column contains OCR text extracted from the images using EasyOCR. Example: ``` { 'query': 'Quali sono gli insegnamenti che il discorso di Andreotti suggerisce?', 'image_filename': 'images/446__ASILS_Fondo_Giulio_Andreotti_Discorsi0090.jpg', 'links': 'https://www.europeana.eu/en/item/446/ASILS_Fondo_Giulio_Andreotti_Discorsi0090', 'image': , 'attributions': '(en) Rome: meeting of engineers of financial administration - https://www.europeana.eu/item/446/ASILS_Fondo_Giulio_Andreotti_Discorsi0090. Giulio Andreotti. Istituto Luigi Sturzo - https://www.internetculturale.it/jmms/iccuviewer/iccu.jsp?id=oai%3Awww.internetculturale.sbn.it%2FTeca%3A20%3ANT0000%3AN%3AASILS_Fondo_Giulio_Andreotti_Discorsi0090_1. No Copyright - Other Known Legal Restrictions - http://rightsstatements.org/vocab/NoC-OKLR/1.0/', } ``` # Disclaimer This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for removal. We do not collect or process personal, sensitive, or private information intentionally. If you believe this dataset includes such content (e.g., portraits, location-linked images, medical or financial data, or NSFW content), please notify us, and we will take appropriate action. # Copyright All rights are reserved to the original authors of the documents.