Skip to content

qingxingcao/KRVQA

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

KRVQA

Dataset

The "question_answer_reason.json" is the generated QA samples. It contains a list of question-answer samples. Each sample has the following field:

  • "question": The question raw text.
  • "answer": The answer raw text.
  • "level": The inference step of this question.
  • "KB": 0 or 1 that indicates whether this question is generated with extern knowledge base.
  • "qtype": The question type described in the paper.
  • "reason": A list that contains the used scene graph triplets from Visual Genome or knowledge triplets from FVQA("all_fact_triples_release.json").
  • "image_id": The image id from Visual Genome.
  • "question_id": The ID question of this question.

The "splits.json" contains questions' ID for our train/val/test split. It has the following keys:

  • "train": a list of training "question_id"
  • "val": a list of validation "question_id"
  • "test": a list of test "question_id"

The images and their scene graph annoation can be downloaded from Visual Genome official website.

The extern knowledge based is provided by FVQA[1], and can be downloaded from dropbox. We use the "new_dataset_release/all_fact_triples_release.json" as the complete extern knowledge base.

References

[1] P. Wang, Q. Wu, et al. "FVQA: Fact-based visual question answering", IEEE Transactions on Pattern Analysis and Machine Intelligence, 2017

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published