You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video Question Answering has been studied through the lens of N-way phrase classification. While this eases evaluation, it severely limits its application in the wild. Here, we require the model to generate the answer and we propose a novel evaluation metric using relative scoring and contrastive scoring. We further create ActivityNet-SRL-QA and Charades-SRL-QA.
Quickstart
Quick Start
Clone repo:
git clone https://github.com/TheShadow29/Video-QAP
cd Video-QAP
export ROOT=$(pwd)
Setup a new conda environment using the file vidqap_env.yml file provided.
Please refer to Miniconda for details on installing conda.
allennlp for providing demo and pre-trained model for SRL.
fairseq for sequence generation implementation and transformer encoder decoder models.
Citation
@inproceedings{Sadhu2021VideoQA,
title={Video Question Answering with Phrases via Semantic Roles},
author={Arka Sadhu and Kan Chen and R. Nevatia},
booktitle={NAACL},
year={2021}
}
About
Repository for the paper Video Question Answering with Phrases via Semantic Roles