REVIEW 4 major objections 6 minor 49 references
TomaMMU: A Comprehensive Multimodal Understanding Benchmark for Tomato Leaf Diseases
T0 review · 4 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read The paper claims that current vision-language models, tested zero-shot on a new tomato-disease benchmark, fall short on fine-grained symptom recognition and diagnostic reasoning, while fine-tuning on the TomaMMU dataset lifts…
desk verdict Useful tomato VQA dataset and benchmark, but the 96.09% fine-tuning claim is unverifiable until the authors prove TomaBench is disjoint from the training split. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is TomaBench's hierarchical task structure: seven question types—Healthy/Diseased Classification, Leaf Count, Crop Species Identification, Symptom Identification, Pathogen Classification, Disease Classification, Scientific Name Classification—stacked into Basic Perception, Pathology Understanding, and Expert Diagnosis levels. The argument runs through this ladder: models climb from binary screening to fine-grained morphological reasoning, and the benchmark's score profile (strong on Perception, weak on Pathology/Expert) is what exposes the recognition-and-reasoning gap. The fine-tuned TomaLLaVA, built from SCOLD as image encoder and LFM2.5-1.2B-Instruct as base LLM with LoRA training, is the vehicle that demonstrates the gap closes with domain data.
What would settle it
Take a random sample of TomaBench images and have independent plant pathologists re-answer the questions, then compute inter-annotator agreement. Separately, check for image or question-template overlap between the fine-tuning set and TomaBench. If agreement is low or overlap is nonzero, the benchmark's central comparisons do not hold.
Extended reading notes
Core claim
TomaMMU is a curated multimodal dataset of 28,808 tomato-leaf images (15 categories) with 213,119 human-annotated VQA pairs, and TomaBench is its held-out evaluation core of 42,626 MCQs and 37,816 OEQs organized into seven tasks under three levels of diagnostic depth. On TomaBench, the paper reports that 14 state-of-the-art vision-language models, evaluated zero-shot, suffer pronounced drops on fine-grained tasks (pathogen classification, symptom identification, scientific-name classification), with even the strongest proprietary model averaging only 70.3% on MCQs and roughly 2.5/5 on open-ended questions. Fine-tuning a compact model (SCOLD encoder + LFM2.5-1.2B base, LoRA) on the 124,367 training QA pairs yields 96.09% average MCQ accuracy, +34.8 points over the best zero-shot baseline, which the paper attributes to domain-specific supervision rather than scale.
Load-bearing premise
The entire benchmark rests on the accuracy of its human-curated answers: if the ground-truth labels are wrong, or if any of the 42,626 evaluation questions overlap the 124,367 fine-tuning pairs, then both the measured performance gap and the fine-tuning gain are artifacts rather than facts about the models.
Editorial extensions
If this is right
- Agricultural decision-support systems built on general VLMs should not be deployed for tomato disease diagnosis without domain adaptation, since the best zero-shot model averages only 70.3% on MCQs and near-random scores on symptom, pathogen, and scientific-name tasks.
- TomaBench gives the field a reusable evaluation protocol with seven tasks across three reasoning levels, so future agri-VLM claims can be compared on the same ground.
- Because fine-tuning a small model on TomaMMU surpasses much larger zero-shot models, domain-specific data collection may matter more than parameter count for agricultural expertise.
- The documented error categories—perceptual error and refusal, core miss, and granularity omission—point developers to specific failure modes to target.
Reading between the lines
- A formal leakage check between TomaBench and the fine-tuning split is the immediate next test; the paper does not report one, so the 96.09% gain should be read as provisional.
- Because answers were verified at 224x224 resolution, the benchmark may underestimate what higher-resolution models could see; re-annotation at native resolution could change difficulty.
- The OEQ scores (~2.3 to 2.7 on a 5-point scale) suggest the MCQ results overstate real-world readiness; open-ended diagnosis, the format closer to farmer use, remains substantially harder.
- The same three-stage pipeline could transfer to other crops, making TomaBench a template for crop-specific diagnostic benchmarks rather than a tomato-only resource.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces TomaMMU, a tomato-leaf disease multimodal understanding dataset with 28,808 images across 15 categories and 213,119 human-annotated visual question-answer pairs, together with TomaBench, an evaluation benchmark of multiple-choice and open-ended questions organized into a seven-task, three-level taxonomy. The authors evaluate 14 vision-language models and CLIP-based models in a zero-shot setting, report generally low accuracy on the benchmark, and introduce a fine-tuned model, TomaLLaVA, which reaches 96.09% accuracy on the MCQ portion. The central claim is that TomaBench exposes pronounced gaps in fine-grained recognition and factually grounded reasoning in current VLMs, and that simple fine-tuning on TomaMMU substantially narrows this gap.
Significance. If the benchmark's validity and the held-out status of TomaBench are established, TomaMMU would be a useful, large-scale resource for agricultural VQA: it is publicly released, combines field and in-house images, covers 14 diseases plus a healthy class with seven task types, and provides a systematic zero-shot comparison across multiple model families. The hierarchical taxonomy from Basic Perception to Expert Diagnosis is a reasonable structure for probing diagnostic reasoning, and the external zero-shot evaluations give the benchmark independent grounding. However, the manuscript's central quantitative claims currently rest on unresolved internal inconsistencies in the dataset counts and on the absence of a demonstrated split between fine-tuning data and TomaBench, so the resource's value cannot yet be assessed at face value.
major comments (4)
- [§3.1, §3.2, Fig. 1, Introduction] The reported dataset sizes are mutually inconsistent. Section 3.1 states a training set of 124,367 VQA pairs and an evaluation set of 42,626 MCQs plus 37,816 OEQs called TomaBench; the Introduction and Conclusion describe TomaBench as 42,626 question-answer pairs; the dataset total is 213,119; and Fig. 1 shows a 60/20/20 split. The sum 124,367 + 42,626 + 37,816 = 204,809 differs from 213,119, and 60% of 213,119 is 127,871.4, not 124,367. Please provide a single consistent breakdown of how the 213,119 QA pairs are divided into training, validation, and TomaBench, and reconcile the MCQ and OEQ counts.
- [§3.2 (Stage 3), §4.3, Table 1] The central fine-tuning claim cannot be interpreted without an explicit leakage analysis. Stage 3 says only that 'a small, balanced subset, TomaBench, is selected for evaluation, while the remaining data is used for fine-tuning and training,' which is an assertion of intent rather than a demonstrated property. Because each MCQ and merged OEQ is templated from per-image metadata, a single shared or near-duplicate image between the training set and TomaBench would let TomaLLaVA memorize the associated metadata rather than perform diagnostic reasoning. The paper reports no image-level deduplication, no near-duplicate analysis, and no question/answer overlap check between the 124,367 fine-tuning pairs and TomaBench. Until this is established, the 96.09% MCQ result in §4.3 and Table 1 cannot support the claim that simple fine-tuning closes the gap.
- [§4.1, §4.4, Table 2] The OEQ evaluation pipeline is internally inconsistent and is not validated. Section 4.1 says the LLM-as-judge uses 'the GPT score,' while Section 4.4 says 'Our prompt for Gemini 2.0 Flash is presented in Table S2'; Table 2 labels the column 'GPT'. The paper should name the judge model, state whether GPT or Gemini was used, and report human-agreement or correlation results for the 1-5 score. The approximate values (e.g., '∼2.3') are also not exact scores, and no confidence intervals are given for any of the Table 1 or Table 2 numbers, so small accuracy differences among models (e.g., 59.2 vs. 58.7) may not be meaningful.
- [§3.2 (Stage 2), §3.3, §3.1] The benchmark's ground truth rests on expert annotation, but the manuscript provides no quantitative evidence of annotation quality. Section 3.2 states that 'a human domain expert strictly executes the entire metadata extraction and annotation pipeline' and that 'every data point undergoes a detailed manual verification process,' yet no inter-annotator agreement, error rate, or sample verification statistics are reported. Given that images are resized to 224×224 px, the claim that symptoms are 'visually identifiable' needs support; fine-grained symptoms such as small necrotic spots or mosaic patterns may not be reliably judged at this resolution. Please report annotation-quality measurements and discuss the resolution choice.
minor comments (6)
- [Abstract] The sentence 'Our results pronounced gaps...' is missing a verb; it should read 'Our results reveal pronounced gaps...'.
- [§3.2, Fig. 3a] The image count differs between text and figure: the text says 28,808 images, while Fig. 3a shows 28,799; also, Fig. 3a lists 'Bacterial Floundering' while Table S1 uses 'Bacterial Wilt'.
- [Table 1] Table 1 reports TomaLLaVA's average accuracy as 96.1 while the CSI column is omitted ('-'). The averaging convention is not defined; if the average is over the six reported tasks, state this explicitly, and if the CSI column is excluded from the average, say so.
- [§4.3] The text cites 'Fine-tuned VLMs (AgriCLIP, 93.73% Acc, 0.948 F1)' but AgriCLIP appears neither in Table 1 nor in the model list in Section 4; either include the full AgriCLIP evaluation or remove the comparison.
- [Tables 1 and 2] Model names are inconsistent between tables: 'LLaVA-1.5-7B' in Table 1 versus 'LLaVA-OV' in Table 2 for reference [16]; clarify which checkpoint was evaluated.
- [§4.1] No prompt template is provided for MCQ answering or for zero-shot evaluation of non-generative CLIP-based models; please include the exact prompts and the protocol used for models that do not natively generate answer options.
Circularity Check
No significant circularity: TomaBench is asserted as a held-out evaluation subset and the zero-shot baselines are external, so the central claims do not reduce to their inputs.
full rationale
The paper's central claims are empirical benchmark results, not derived quantities. Section 3.2 Stage 3 states that 'a small, balanced subset, TomaBench, is selected for evaluation, while the remaining data is used for fine-tuning and training,' which describes a conventional held-out split rather than a circular reuse of the evaluation data. The 96.09% MCQ result in Table 1 is a measured accuracy of a LoRA-fine-tuned model evaluated on that asserted held-out TomaBench, not a fitted parameter renamed as a prediction, and no equation in the paper forces TomaBench performance to equal training-set statistics by construction. Self-citations to LeafNet (image source) and SCOLD (image encoder) are present but are not load-bearing for the headline result: the zero-shot comparisons include external VLM baselines, and the fine-tuned model's improvement is not justified by those citations. The absence of an explicit leakage or near-duplicate analysis is a validity risk that should be addressed, but the manuscript's own split description is a contrary assertion of disjointness, so leakage is not demonstrated and cannot be scored as circularity under the requirement to exhibit a specific reduction.
Assumptions & free parameters
free parameters (5)
- Train/Val/Test split (60/20/20)
- Image resolution (224x224)
- Seven-task taxonomy and three-level hierarchy
- GPT-score scale with five ordinal levels
- Number of MCQ options (4) and one OEQ per image merging all symptoms
assumptions (5)
- domain assumption The human annotation pipeline yields correct ground-truth labels for disease, symptom, pathogen, and scientific name.
- domain assumption Symptoms are visually identifiable from 224x224 RGB images.
- domain assumption Gemini 2.0 Flash (or GPT) as LLM judge reliably maps semantic correctness to the 1-5 GPT score.
- domain assumption LeafNet and TOM2024 source image labels are accurate enough to serve as a benchmark backbone.
- domain assumption Zero-shot failures reflect model capability rather than benchmark artifacts such as ambiguous questions or option leakage.
invented entities (3)
-
TomaMMU dataset
independent evidence
-
TomaBench benchmark
independent evidence
-
TomaLLaVA fine-tuned model
independent evidence
Cite this review
Pith. "Pith review of TomaMMU: A Comprehensive Multimodal Understanding Benchmark for Tomato Leaf Diseases." pith.science (2026). https://pith.science/paper/44UZ4NE6
@misc{pith2026260808727,
author = {Pith},
title = {Pith review of: TomaMMU: A Comprehensive Multimodal Understanding Benchmark for Tomato Leaf Diseases},
year = {2026},
howpublished = {\url{https://pith.science/paper/44UZ4NE6}},
note = {Machine review of arXiv:2608.08727}
}
read the original abstract
To address this gap, we introduce TomaMMU, a large-scale Tomato leaf disease MultiModal Understanding dataset, alongside TomaBench, a benchmark for evaluating VLMs on tomato disease understanding. TomaMMU comprises 28,808 high-quality images spanning 15 categories and 213,119 human-annotated visual question-answer pairs, generated through a three-stage pipeline comprising Data Collection, Human Annotation, and Question-Answer Generation. Building on this foundation, TomaBench organizes seven agricultural tasks into a hierarchical three-level taxonomy spanning Basic Perception, Pathology Understanding, and Expert Diagnosis, which together enable systematic evaluation from low-level visual recognition to high-level diagnostic reasoning. The tasks assess visual symptom recognition, taxonomic relationships, and diagnostic reasoning, offering a comprehensive view of how well models grasp plant pathology. Our results pronounced gaps in fine-grained recognition and factually grounded reasoning with 14 state-of-the-art VLMs, consistently underperforming on both challenging MCQs and open-ended questions. These results suggest that current VLMs struggle to translate visual perception into reliable diagnostic knowledge, motivating the need for targeted domain adaptation. Simple fine-tuning on TomaMMU substantially narrows this gap, boosting accuracy on challenging MCQs to 96.09%, outperforming recent VLMs, and pointing toward promising directions for future work. All data and code is available in https://huggingface.co/datasets/enalis/TomaMMU.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
48550/ARXIV.2502.02737,https://arxiv.org/abs/2502.027379, 10, 11
Allal, L.B., Lozhkov, A., Bakouch, E., Blázquez, G.M., Penedo, G., Tunstall, L., Marafioti, A., Kydlíček, H., Lajarín, A.P., Srivastav, V., Lochner, J., Fahlgren, C., Nguyen, X.S., Fourrier, C., Burtenshaw, B., Larcher, H., Zhao, H., Zakka, C., Morlon, M., Raffel, C., von Werra, L., Wolf, T.: Smollm2: When smol goes big TomaMMU Benchmark for Tomato Leaf D...
-
[2]
23404,https://arxiv.org/abs/2511.234049, 10, 11, 13
Amini, A., Banaszak, A., Benoit, H., Böök, A., Dakhran, T., Duong, S., Eng, A., Fernandes, F., Härkönen, M., Harrington, A., Hasani, R., Karwa, S., Khrustalev, Y., et al.: Lfm2 technical report (2025).https://doi.org/10.48550/ARXIV.2511. 23404,https://arxiv.org/abs/2511.234049, 10, 11, 13
-
[3]
Appiah, O., Hackman, K.O., Diallo, B.A.A., Ogunjobi, K.O., Ouedraogo, V., Bebe, M., SON, D.: Tom2024 (2024).https://doi.org/10.17632/3D4YG89RTR.1, https://data.mendeley.com/datasets/3d4yg89rtr/16
-
[4]
Frontiers in Artificial Intelligence8(Mar 2025)
Balestri, R.: Gender and content bias in large language models: a case study on google gemini 2.0 flash experimental. Frontiers in Artificial Intelligence8(Mar 2025). https://doi.org/10.3389/frai.2025.1558696 , http://dx.doi.org/10. 3389/frai.2025.15586968, 9, 10, 11, 13, 14
-
[5]
Archives of Virology142(7), 1391–1406 (1997)
Czosnek, H., Laterrot, H.: A worldwide survey of tomato yellow leaf curl viruses. Archives of Virology142(7), 1391–1406 (1997). https://doi.org/10.1007/ s007050050168,http://dx.doi.org/10.1007/s0070500501681
-
[6]
Computers and Electronics in Agriculture234, 110128 (2025)
George, R., Thuseethan, S., Ragel, R.G., Mahendrakumaran, K., Nimishan, S., Wimalasooriya, C., Alazab, M.: Past, present and future of deep plant leaf disease recognition: A survey. Computers and Electronics in Agriculture234, 110128 (2025). https://doi.org/10.1016/j.compag.2025.110128, http://dx.doi.org/ 10.1016/j.compag.2025.1101282
-
[7]
GLASSCOCK,W.H.,WARE,W.M.:Alternariasolaniontomato.Nature154(3916), 642–642 (Nov 1944).https://doi.org/10.1038/154642a0, http://dx.doi.org/ 10.1038/154642a01
-
[8]
https://doi.org/10.48550/ARXIV.1612.00837, https://arxiv.org/abs/ 1612.008373
Goyal, Y., Khot, T., Summers-Stay, D., Batra, D., Parikh, D.: Making the v in vqa matter: Elevating the role of image understanding in visual question answering (2016). https://doi.org/10.48550/ARXIV.1612.00837, https://arxiv.org/abs/ 1612.008373
Show all 49 references
-
[9]
Nature479(7374), 487–492 (Nov 2011).https://doi.org/10.1038/ nature10640,http://dx.doi.org/10.1038/nature106401
Grbić, M., Van Leeuwen, T., Clark, R.M., Rombauts, S., Rouzé, P., Grbić, V., Osborne, E.J., et al.: The genome of tetranychus urticae reveals herbivorous pest adaptations. Nature479(7374), 487–492 (Nov 2011).https://doi.org/10.1038/ nature10640,http://dx.doi.org/10.1038/nature106401
2011 doi
-
[10]
73–82 (2018)
Gupta, A., Kamalachandran, D., Longchar, B., Senthil-Kumar, M.: Impact of soil moisture regimes on wilt disease in tomatoes: Current understanding p. 73–82 (2018). https://doi.org/10.1016/b978-0-12-813066-7.00005-x , http://dx. doi.org/10.1016/B978-0-12-813066-7.00005-X1
2018 doi
- [11]
- [12]
-
[13]
Frontiers in Plant Science15(Mar 2024).https://doi.org/ 10.3389/fpls.2024.1356260, http://dx.doi.org/10.3389/fpls.2024.1356260 2
Jafar, A., Bibi, N., Naqvi, R.A., Sadeghi-Niaraki, A., Jeong, D.: Revolutionizing agriculture with artificial intelligence: plant disease detection methods, applications, and their limitations. Frontiers in Plant Science15(Mar 2024).https://doi.org/ 10.3389/fpls.2024.1356260, ...
2024
-
[14]
Journal of King Saud 16 Truong et al
Khan, S.U., Alsuhaibani, A., Alabduljabbar, A., Almarshad, F., Altherwy, Y.N., Akram, T.: A review on automated plant disease detection: motivation, limitations, challenges, and recent advancements for future research. Journal of King Saud 16 Truong et al. University Computer ...
2025 doi
-
[15]
In: Text Summarization Branches Out
Lin, C.Y.: ROUGE: A package for automatic evaluation of summaries. In: Text Summarization Branches Out. pp. 74–81. Association for Computational Linguistics, Barcelona, Spain (Jul 2004),https://aclanthology.org/W04-1013/9
2004
- [16]
-
[17]
Liu, X., Liu, Z., Hu, H., Chen, Z., Wang, K., Wang, K., Lian, S.: A Multimodal Benchmark Dataset and Model for Crop Disease Diagnosis, p. 157–170. Springer Nature Switzerland (Oct 2024). https://doi.org/10.1007/978-3-031-73016- 0_10,http://dx.doi.org/10.1007/978-3-031-73016-0_104, 8
2024 doi
- [18]
-
[19]
Frontiers in Plant Science7(2016).https://doi.org/10
Mohanty, S.P., Hughes, D.P., Salathé, M.: Using deep learning for image-based plant disease detection. Frontiers in Plant Science7(2016).https://doi.org/10. 3389/fpls.2016.01419,http://dx.doi.org/10.3389/fpls.2016.014192
2016
-
[20]
IEEE Access11, 35398–35410 (2023)
Moupojou, E., Tagne, A., Retraint, F., Tadonkemwa, A., Wilfried, D., Tapamo, H., Nkenlifack, M.: Fieldplant: A dataset of field plant images for plant disease detection and classification with deep learning. IEEE Access11, 35398–35410 (2023). https://doi.org/10.1109/access.202...
2023
-
[21]
Naik, A., Chaudhary, A.: Tomato Mosaic Virus, p. 329–347. Springer Nature Switzerland (2025). https://doi.org/10.1007/978-3-031-81884-4_21 , http: //dx.doi.org/10.1007/978-3-031-81884-4_211
2025 doi
- [22]
-
[23]
https://doi.org/10.1002/9781118728475.ch13 , http://dx.doi.org/10.1002/ 9781118728475.ch131
Nowicki, M., Kozik, E.U., Foolad, M.R.: Late blight of tomato (Oct 2013). https://doi.org/10.1002/9781118728475.ch13 , http://dx.doi.org/10.1002/ 9781118728475.ch131
2013 doi
-
[24]
https://doi.org/10.1079/cabicompendium.56981 , http://dx.doi.org/ 10.1079/cabicompendium.569811
Osdaghi, E.: Xanthomonas vesicatoria (bacterial spot of tomato and pepper) (Dec 2020). https://doi.org/10.1079/cabicompendium.56981 , http://dx.doi.org/ 10.1079/cabicompendium.569811
2020 doi
-
[25]
Horticulturae10(12), 1299 (Dec 2024)
Pandey, A., Paudel, R., Adhikari, T.B., Panthee, D.R., Louws, F.J.: Septo- ria leaf spot of tomatoes: Historical insights, present challenges, and future prospects. Horticulturae10(12), 1299 (Dec 2024). https://doi.org/10.3390/ horticulturae10121299, http://dx.doi.org/10.3390/...
2024 doi
-
[26]
Journal of Information and Telecommunication9(3), 335–356 (Jan 2025)
Quach, L.D., Quoc Khang, N., Thai-Nghe, N., Nguyen, C.N.: Xai-bo: an architecture using grad-cam technique to evaluate bayesian optimization algorithms on deep learning models. Journal of Information and Telecommunication9(3), 335–356 (Jan 2025). https://doi.org/10.1080/247518...
2025
-
[27]
https://doi.org/10.48550/ARXIV.2602.13662, https://arxiv.org/abs/ 2602.136623, 4, 6 TomaMMU Benchmark for Tomato Leaf Diseases 17
Quoc, K.N., Dao, P.D., Quach, L.D.: Leafnet: A large-scale dataset and comprehen- sive benchmark for foundational vision-language understanding of plant diseases (2026). https://doi.org/10.48550/ARXIV.2602.13662, https://arxiv.org/abs/ 2602.136623, 4, 6 TomaMMU Benchmark for T...
2026 doi
-
[28]
Quoc, K.N., Thu, L.L.T., Quach, L.D.: A vision-language foundation model for leaf disease identification (2025).https://doi.org/10.48550/ARXIV.2505.07019, https://arxiv.org/abs/2505.070195, 9, 10, 13, 14
2025 doi
-
[29]
https://doi.org/10
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., Sutskever, I.: Learning transferable visual models from natural language supervision (2021). https://doi.org/10. 48550/ARXIV.2103.00020,https://a...
-
[30]
International Journal on Digital Libraries23(3), 289–301 (2022)
Saikh, T., Ghosal, T., Mittal, A., Ekbal, A., Bhattacharyya, P.: Scienceqa: a novel resource for question answering on scholarly articles. International Journal on Digital Libraries23(3), 289–301 (2022). https://doi.org/10.1007/s00799-022-00329-y, http://dx.doi.org/10.1007/s00...
2022 doi
-
[31]
Journal of Industrial Information Integration38, 100572 (Mar 2024)
Sajitha, P., Andrushia, A.D., Anand, N., Naser, M.: A review on machine learning and deep learning image-based plant disease classification for industrial farming systems. Journal of Industrial Information Integration38, 100572 (Mar 2024). https://doi.org/10.1016/j.jii.2024.10...
2024
-
[32]
https://doi.org/10.48550/ARXIV.2508.17117 , https://arxiv
Sakib, S.N., Haque, N., Hossain, M.Z., Arman, S.E.: Plantvillagevqa: A visual question answering dataset for benchmarking vision-language models in plant science (2025). https://doi.org/10.48550/ARXIV.2508.17117 , https://arxiv. org/abs/2508.171176
-
[33]
Acta Horticulturae (808), 25–28 (Jan 2009)
Schlub, R., Smith, L., Datnoff, L., Pernezny, K.: An overview of target spot of tomato caused by corynespora cassiicola. Acta Horticulturae (808), 25–28 (Jan 2009). https://doi.org/10.17660/actahortic.2009.808.1 , http://dx.doi.org/10. 17660/ActaHortic.2009.808.11
2009 doi
-
[34]
Ecological Modelling474, 110166 (Dec 2022)
Senthil Pandi, S., Senthilselvi, A., Gitanjali, J., ArivuSelvan, K., Gopal, J., Vellingiri, J.: Rice plant disease classification using dilated convolutional neural network with global average pooling. Ecological Modelling474, 110166 (Dec 2022). https: //doi.org/10.1016/j.ecol...
2022
-
[35]
In: Proceedings of the 7th ACM IKDD CoDS and 25th COMAD
Singh, D., Jain, N., Jain, P., Kayal, P., Kumawat, S., Batra, N.: Plantdoc: A dataset for visual plant disease detection. In: Proceedings of the 7th ACM IKDD CoDS and 25th COMAD. p. 249–253. CoDS COMAD 2020, ACM (Jan 2020).https://doi. org/10.1145/3371158.3371196, http://dx.do...
2020
-
[36]
Annals of Applied Biology62(2), 319–327 (Oct 1968)
SINHA, A.K., WOOD, R.K.S.: Studies on the nature of resistance in tomato plants to verticillium albo-atrum. Annals of Applied Biology62(2), 319–327 (Oct 1968). https://doi.org/10.1111/j.1744-7348.1968.tb02827.x , http://dx.doi.org/ 10.1111/j.1744-7348.1968.tb02827.x1
1968
-
[37]
Srinivas, C., Nirmala Devi, D., Narasimha Murthy, K., Mohan, C.D., Laksh- meesha, T., Singh, B., Kalagatur, N.K., Niranjana, S., Hashem, A., Alqarawi, A.A., Tabassum, B., Abd_Allah, E.F., Chandra Nayaka, S., Srivastava, R.K.: Fusarium oxysporum f. sp. lycopersici causal agent ...
2019 doi
- [38]
- [39]
- [40]
-
[41]
Nature Food 4(11), 941–948 (Nov 2023)
Tzachor, A., Devare, M., Richards, C., Pypers, P., Ghosh, A., Koo, J., Johal, S., King, B.: Large language models and agricultural extension services. Nature Food 4(11), 941–948 (Nov 2023). https://doi.org/10.1038/s43016- 023- 00867- x , http://dx.doi.org/10.1038/s43016-023-00867-x3
2023 doi
-
[42]
Wang, W., Gao, Z., Gu, L., Pu, H., Cui, L., Wei, X., Liu, Z., Jing, L., Ye, S., Shao, J., et al.: Internvl3: Exploring advanced training and test-time recipes for open- source multimodal models (2025).https://doi.org/10.48550/ARXIV.2504.10479, https://arxiv.org/abs/2504.104799, 10, 11
-
[43]
https://doi.org/10.48550/ARXIV.2505.09388 , https://arxiv
Yang, A., Li, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Gao, C., Huang, C., Lv, C., Zheng, C., Liu, D., Zhou, F., Huang, F., Hu, F., et al.: Qwen3 technical report (2025). https://doi.org/10.48550/ARXIV.2505.09388 , https://arxiv. org/abs/2505.093889, 10, 11
-
[44]
https://doi.org/10.48550/ARXIV.2412.15115 , https://arxiv.org/abs/2412
Yang, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Li, C., Liu, D., Huang, F., Wei, H., Lin, H., Yang, J., Tu, J., Zhang, J., et al.: Qwen2.5 technical report (2024). https://doi.org/10.48550/ARXIV.2412.15115 , https://arxiv.org/abs/2412. 151159, 10, 11
- [45]
-
[46]
In: The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track (2024),https://openreview.net/forum?id=hMj6jZ6JWU8
Zhang, H., Sun, J., Chen, R., Liu, W., Yuan, Z., Zheng, X., Wang, Z., Yang, Z., Yan, H., Zhong, H.S., Wang, X., Ouyang, W., Yang, F., Dong, N.: Empowering and assessing the utility of large language models in crop science. In: The Thirty-eight Conference on Neural Information ...
2024
-
[47]
Horticultural Plant Journal8(6), 667–675 (Nov 2022).https://doi.org/10.1016/j.hpj.2022.04.008, http://dx.doi.org/10.1016/j.hpj.2022.04.0081
Zhao, T., Pei, T., Jiang, J., Yang, H., Zhang, H., Li, J., Xu, X.: Understanding the mechanisms of resistance to tomato leaf mold: A review. Horticultural Plant Journal8(6), 667–675 (Nov 2022).https://doi.org/10.1016/j.hpj.2022.04.008, http://dx.doi.org/10.1016/j.hpj.2022.04.0081
2022 doi
-
[48]
Zhou, Y., Ryo, M.: AgriBench: A Hierarchical Agriculture Benchmark for Multi- modal Large Language Models, p. 207–223. Springer Nature Switzerland (2025). https://doi.org/10.1007/978- 3- 031- 91835- 3_14 , http://dx.doi.org/10. 1007/978-3-031-91835-3_144
2025 doi
-
[49]
Frontiers in Plant Science16(2025)
Zhu, H., Qin, S., Su, M., Lin, C., Li, A., Gao, J.: Harnessing large vision and language models in agriculture: a review. Frontiers in Plant Science16(2025). https://doi.org/10.3389/fpls.2025.1579355 , http://dx.doi.org/10.3389/ fpls.2025.15793552 TomaMMU Benchmark for Tomato ...
2025
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.