Skip to content

Corruption JSON files solely have question_type": "robust_qas" #16

Description

@SM20sam

In https://huggingface.co/datasets/drive-bench/arena

the json file corresponding to corruptions only have the question_type: robust_qas

This is a serious issue as the eval.py expects these question types:
self.results = {
"perception": {
"MCQ": {"gpt": [], "accuracy": []},
"VQA": {"gpt": [], "language": []}
},
"prediction": {
"VQA": {"gpt": [], "language": []}
},
"planning": {
"VQA": {"gpt": [], "language": []}
},
"behavior": {
"MCQ": {"gpt": [], "accuracy": []}}
}

The json files for corruptions need to be updated.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions