davanstrien HF Staff commited on
Commit
d5e75ca
·
verified ·
1 Parent(s): b17b2a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -39,9 +39,10 @@ configs:
39
  ---
40
 
41
  # Dataset Card for Benchmarking Large Language Models for Image Classification of Marine Mammals
42
- <!-- Provide a quick summary of the dataset. -->
43
 
44
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
45
 
46
  ## Dataset Details
47
 
 
39
  ---
40
 
41
  # Dataset Card for Benchmarking Large Language Models for Image Classification of Marine Mammals
 
42
 
43
+
44
+ > As Artificial Intelligence (AI) has developed rapidly over the past few decades, the new generation of AI, Large Language Models (LLMs) trained on massive datasets, has achieved ground-breaking performance in many applications. Further progress has been made in multimodal LLMs, with many datasets created to evaluate LLMs with vision abilities. However, none of those datasets focuses solely on marine mammals, which are indispensable for ecological equilibrium. In this work, we build a benchmark dataset with 1,423 images of 65 kinds of marine mammals, where each animal is uniquely classified into different levels of class, ranging from species-level to medium-level to group-level. Moreover, we evaluate several approaches for classifying these marine mammals: (1) machine learning (ML) algorithms using embeddings provided by neural networks, (2) influential pre-trained neural networks, (3) zero-shot models: CLIP and LLMs, and (4) a novel LLM-based multi-agent system (MAS). The results demonstrate the strengths of traditional models and LLMs in different aspects, and the MAS can further improve the classification performance.
45
+
46
 
47
  ## Dataset Details
48