Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.14 KB

Audio Question Answering

Code for paper: Temporal Reasoning via Audio Question Answering

Audio files are found here. Trained models are found here.

All code was developed and tested using Python 3.6 and 3.7 on OSX and Ubuntu 18.04.

Diagnostic Audio Question Answering (DAQA)

Instructions to generate the DAQA dataset are found here.

Multiple Auxiliary Controllers for Linear Modulation (MALiMo)

Instructions for training and running trained models are found here.

License

Code is released under the CC-BY 4.0 license. See LICENSE for additional details.

Citation

If you find this code useful in your research, please cite it:

@inproceedings{fayek2019temporal,
  title = {Temporal Reasoning via Audio Question Answering},
  author = {Haytham M. Fayek and Justin Johnson},
  year = {2019},
}