--- pretty_name: Fruit Ripeness Dataset task_categories: - image-to-text dataset_info: features: - name: id dtype: string - name: fruit_type dtype: string - name: image dtype: image - name: growth_stage dtype: string - name: recommendation dtype: string - name: consumer_score dtype: int32 - name: local_path dtype: string splits: - name: Apple - name: Banana - name: DragonFruit - name: Grape - name: Guava - name: Kiwi - name: Lychee - name: Mango - name: Orange - name: Papaya - name: Peach - name: pear - name: Pomegranate - name: Pomelo - name: Strawberry - name: Tomato configs: - config_name: default data_files: - split: Apple path: label/Apple_dataset.parquet - split: Banana path: label/Banana_dataset.parquet - split: DragonFruit path: label/DragonFruit_dataset.parquet - split: Grape path: label/Grape_dataset.parquet - split: Guava path: label/Guava_dataset.parquet - split: Kiwi path: label/Kiwi_dataset.parquet - split: Lychee path: label/Lychee_dataset.parquet - split: Mango path: label/Mango_dataset.parquet - split: Orange path: label/Orange_dataset.parquet - split: Papaya path: label/Papaya_dataset.parquet - split: Peach path: label/Peach_dataset.parquet - split: pear path: label/pear_dataset.parquet - split: Pomegranate path: label/Pomegranate_dataset.parquet - split: Pomelo path: label/Pomelo_dataset.parquet - split: Strawberry path: label/Strawberry_dataset.parquet - split: Tomato path: label/Tomato_dataset.parquet --- # 🥭 FruitBench: A Multimodal Benchmark for Fruit Growth Understanding **Paper**: *FruitBench: A Multimodal Benchmark for Comprehensive Fruit Growth Understanding in Real-World Agriculture* **Conference**: NeurIPS 2025 (submitted) **Authors**: Jihao Li*, Jincheng Hu*, Pengyu Fu*, Ming Liu, et al. --- ## 📌 Dataset Summary **FruitBench** is the first large-scale multimodal benchmark designed to evaluate vision-language models on real-world agricultural understanding. It focuses on **fruit growth modeling**, supporting: - 🍎 Fruit Type Classification - 🌱 Growth Stage Recognition (`unripe`, `pest-damaged`, `mature`, `rotten`) - 🌾 Agricultural Action Recommendation (`keep for further growth`, `picking it`, `try to recover it`, `discard it`) - 🍽️ Consumer Score Prediction (1–100) The dataset contains **3,200 high-quality expert-annotated images** covering **16 fruit categories**, each across **4 growth stages**.