Datasets:
Add task category
Browse filesThis PR adds the `task_categories` field to the dataset card.
README.md
CHANGED
|
@@ -27,6 +27,8 @@ configs:
|
|
| 27 |
path: data/color-*
|
| 28 |
- split: size
|
| 29 |
path: data/size-*
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
# Visual CounterFact: Controlling Knowledge Priors in Vision-Language Models through Visual Counterfactuals
|
|
@@ -61,4 +63,4 @@ The dataset contains two distinct splits, each corresponding to a specific visua
|
|
| 61 |
|
| 62 |
If you use this dataset, please cite:
|
| 63 |
|
| 64 |
-
> Pixels Versus Priors: Controlling Knowledge Priors in Vision-Language Models through Visual Counterfacts
|
|
|
|
| 27 |
path: data/color-*
|
| 28 |
- split: size
|
| 29 |
path: data/size-*
|
| 30 |
+
task_categories:
|
| 31 |
+
- image-text-to-text
|
| 32 |
---
|
| 33 |
|
| 34 |
# Visual CounterFact: Controlling Knowledge Priors in Vision-Language Models through Visual Counterfactuals
|
|
|
|
| 63 |
|
| 64 |
If you use this dataset, please cite:
|
| 65 |
|
| 66 |
+
> Pixels Versus Priors: Controlling Knowledge Priors in Vision-Language Models through Visual Counterfacts
|