Datasets:
Add original dataset source reference with hyperlinks
Browse files
README.md
CHANGED
|
@@ -59,6 +59,20 @@ ds = load_dataset("feliren/multilingual-counterfactual", split="train")
|
|
| 59 |
print(ds[0])
|
| 60 |
```
|
| 61 |
|
| 62 |
-
## Citation
|
| 63 |
|
| 64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
print(ds[0])
|
| 60 |
```
|
| 61 |
|
|
|
|
| 62 |
|
| 63 |
+
## Original Source
|
| 64 |
+
|
| 65 |
+
This dataset is built from [**COCO-Counterfactuals**](https://huggingface.co/datasets/geoskyr/COCO-Counterfactual) by Le et al. (2023).
|
| 66 |
+
|
| 67 |
+
> Tiep Le, Vasudev Lal, and Phillip Howard. 2023.
|
| 68 |
+
> *COCO-Counterfactuals: Automatically Constructed Counterfactual Examples for Image-Text Pairs.*
|
| 69 |
+
> In Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track.
|
| 70 |
+
|
| 71 |
+
```bibtex
|
| 72 |
+
@inproceedings{le2023coco,
|
| 73 |
+
title={COCO-Counterfactuals: Automatically Constructed Counterfactual Examples for Image-Text Pairs},
|
| 74 |
+
author={Le, Tiep and Lal, Vasudev and Howard, Phillip},
|
| 75 |
+
booktitle={Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 76 |
+
year={2023}
|
| 77 |
+
}
|
| 78 |
+
```
|