cambridgeltl/vsr_zeroshot

Dataset

1

stars

4

commits

1

linked in READMEs

Mar 22, 2023

updated

multimodal
vision-and-language

README

VSR: Visual Spatial Reasoning

This is the zero-shot set of VSR: Visual Spatial Reasoning (TACL 2023) [paper].

Usage

from datasets import load_dataset

data_files = {"train": "train.jsonl", "dev": "dev.jsonl", "test": "test.jsonl"}
dataset = load_dataset("cambridgeltl/vsr_zeroshot", data_files=data_files)

Note that the image files still need to be downloaded separately. See data/ for details.

Go to our github repo for more introductions.

Citation

If you find VSR useful:

@article{Liu2022VisualSR,
  title={Visual Spatial Reasoning},
  author={Fangyu Liu and Guy Edward Toh Emerson and Nigel Collier},
  journal={Transactions of the Association for Computational Linguistics},
  year={2023},
}

Contributors

FL
Fangyu Liu

3 commits

fl399

1 commits

cambridgeltl/vsr_zeroshot

Dataset

1

stars

4

commits

1

linked in READMEs

Mar 22, 2023

updated

multimodal
vision-and-language

README

VSR: Visual Spatial Reasoning

This is the zero-shot set of VSR: Visual Spatial Reasoning (TACL 2023) [paper].

Usage

from datasets import load_dataset

data_files = {"train": "train.jsonl", "dev": "dev.jsonl", "test": "test.jsonl"}
dataset = load_dataset("cambridgeltl/vsr_zeroshot", data_files=data_files)

Note that the image files still need to be downloaded separately. See data/ for details.

Go to our github repo for more introductions.

Citation

If you find VSR useful:

@article{Liu2022VisualSR,
  title={Visual Spatial Reasoning},
  author={Fangyu Liu and Guy Edward Toh Emerson and Nigel Collier},
  journal={Transactions of the Association for Computational Linguistics},
  year={2023},
}

Contributors

FL
Fangyu Liu

3 commits

fl399

1 commits