Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

AgroMind

A comprehensive agricultural remote sensing benchmark covering four task dimensions: Spatial Perception, Object Understanding, Scene Understanding, and Scene Reasoning, with a total of 13 task types, ranging from crop identification and health monitoring to environmental analysis.

License

πŸ”— Link

πŸ“‚ Structure

Please download the data sets one by one and place them in the same directory.

./
β”œβ”€β”€ Agriculture
β”œβ”€β”€ Fruit
β”œβ”€β”€ Leaf_diseases
β”œβ”€β”€ Oil_palm_trees
β”œβ”€β”€ Pest
β”œβ”€β”€ Rural
β”œβ”€β”€ Trees
β”œβ”€β”€ corn
β”œβ”€β”€ crop
β”œβ”€β”€ CropHarvest
└── QA

πŸ“Œ Key Features

  • Multidimensional Evaluation

    • 🌍 Spatial Perception
    • πŸ” Object Understanding
    • 🏞️ Scene Understanding
    • πŸ€– Scene Reasoning
  • Technical Specifications

    • 13 specialized agricultural tasks
    • Multimodal data support

Dataset/Benchmarks

Each JSON file(in QA.zip) contains questions of the same level-3 type, with items structured as follows:

{
    "image_path": "path/to/image",    // Image file path
    "type_id": question_format_type,  // Question response format
    "item_id": "id",                  // Question id in this file(Start with the number 1)
    "level1_id": "main_category",     // Top-level task dimension
    "level2_id": "sub_category",      // Task subtype
    "level3_id": "specific_task",     // Detailed task type
    "question": "query_text",         // Natural language question
    "options": ["A", ...],            // Answer choices (when applicable)
    "answer": "correct_response"      // Ground truth answer
}

Simply deploy the Hugging Face dataset locally in the ./images as this GitHub project and then unzip. You can then freely access items to obtain image paths and corresponding questions for model evaluation.

πŸ“œ Cite

@misc{li2025largemultimodalmodelsunderstand,
      title={Can Large Multimodal Models Understand Agricultural Scenes? Benchmarking with AgroMind}, 
      author={Qingmei Li and Yang Zhang and Zurong Mai and Yuhang Chen and Shuohong Lou and Henglian Huang and Jiarui Zhang and Zhiwei Zhang and Yibin Wen and Weijia Li and Haohuan Fu and Jianxi Huang and Juepeng Zheng},
      year={2025},
      eprint={2505.12207},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2505.12207}, 
}
Downloads last month
88