ai-enthusiasm-community/UIT-ViIC
收藏资源简介:
--- dataset_info: features: - name: image_uid dtype: string - name: caption_uid list: string - name: image dtype: image - name: caption_vi list: string splits: - name: train num_bytes: 469806716 num_examples: 2695 - name: validation num_bytes: 161523786 num_examples: 924 download_size: 625747200 dataset_size: 631330502 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* language: - vi size_categories: - 1K<n<10K task_categories: - image-to-text - text-to-image tags: - uit-viic - image-captioning - vietnamese - vi - vie --- ## Team and Homepage - **Official Website**: [https://aienthusiasm.vn](https://aienthusiasm.vn) - **Hugging Face Organization**: [https://huggingface.co/ai-enthusiasm-community](https://huggingface.co/ai-enthusiasm-community) ## Contact If you encounter any issues with the dataset or have any inquiries, please feel free to reach out to us via email at: [aienthusiasm.team@gmail.com](mailto:aienthusiasm.team@gmail.com) ## Dataset Structure The dataset is provided in a flattened tabular format, optimized for the Hugging Face Dataset Viewer and high-speed Parquet processing. ### Data Fields - `image_uid`: The identification string. - `caption_uid`: List of unique identifiers for each caption, following the format `{image_uid}_{comment_number}`. - `image`: A Image object containing the visual data. - `caption_<lang>`: The description in different languages. ## Usage The dataset can be accessed directly using the Hugging Face `datasets` library: ```python from datasets import load_dataset dataset = load_dataset("ai-enthusiasm-community/UIT-ViIC") # Accessing the first sample print(dataset['train'][0]) ``` ## Citation ``` @inproceedings{lam2020uit, title={UIT-ViIC: A Dataset for the First Evaluation on Vietnamese Image Captioning}, author={Lam, Quan Hoang and Le, Quang Duy and Nguyen, Kiet Van and Nguyen, Ngan Luu-Thuy}, booktitle={Computational Collective Intelligence}, pages={730--742}, year={2020}, publisher={Springer} } ```




