dangiankit / WebQA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Data

The main data is split into two files. One for train+val (36,766+4,966 samples) and the other for test (7,540 samples).

  • Images

The large img file is compressed and split into 51 chunks of 1GB. You can download all chunks at once by running this script.

To unzip and merge all chunks, run 7z x imgs.7z.001

We also provide google drive download links

You are good when you have WebQA_train_val.json, WebQA_test.json, imgs.lineidx and imgs.tsv.

Output Format (A json file with guids as keys)

{<guid>: {'sources': [<image_id>/<snippet_id>, ..., ],
          'answer': "xxxxxxx" },
 <guid>: {...},
 <guid>: {...},

}

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 95.9%Language:Shell 4.1%