Update README.md
Browse files
README.md
CHANGED
|
@@ -97,19 +97,17 @@ size_categories:
|
|
| 97 |
|
| 98 |
[BioInteract](https://georgianagmanolache.github.io/biointeract/) a large-scale multimodal dataset that enables the systematic generation of benchmarks for evaluating model correctness and consistency under semantic variation.
|
| 99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
### Directory
|
| 101 |
```plaintext
|
| 102 |
main/
|
| 103 |
├── BioInteract/
|
| 104 |
-
│
|
| 105 |
-
│ ├── part_0.parquet
|
| 106 |
-
│ ├── part_1.parquet
|
| 107 |
-
│ ├── .
|
| 108 |
-
│ ├── .
|
| 109 |
-
│ ├── .
|
| 110 |
-
│ └── part_626.parquet
|
| 111 |
├── BioInteract-benchmark/
|
| 112 |
-
│ ├──
|
| 113 |
│ └── BioInteract100.csv
|
| 114 |
├──README.md
|
| 115 |
└──.gitattributes
|
|
|
|
| 97 |
|
| 98 |
[BioInteract](https://georgianagmanolache.github.io/biointeract/) a large-scale multimodal dataset that enables the systematic generation of benchmarks for evaluating model correctness and consistency under semantic variation.
|
| 99 |
|
| 100 |
+
## BioInteract Dataset
|
| 101 |
+
BioInteract, the largest publicly available multimodal dataset of biotic interaction, specifically curated for vision and machine learning application in the context of AI-driven ecological research.
|
| 102 |
+
BioInteract includes 256K images annotated with 15.4K unique triplets across five kingdoms (*Animalia*, *Plantae*, *Fungi*, *Chromista*, and *incertae sedis*) and nine ecologically standardized interaction types.
|
| 103 |
+
|
| 104 |
### Directory
|
| 105 |
```plaintext
|
| 106 |
main/
|
| 107 |
├── BioInteract/
|
| 108 |
+
│ └── train-00000-of-00001.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
├── BioInteract-benchmark/
|
| 110 |
+
│ ├── BioInteractCommon.csv
|
| 111 |
│ └── BioInteract100.csv
|
| 112 |
├──README.md
|
| 113 |
└──.gitattributes
|