This repository contains scala code for setting up and running experiments with DeepQA. The main point here is to have reasonable pipeline management for setting up data and running comparison experiments between several models on some dataset.
To use this code, you set up an experiment in scala, then run it using sbt
. Some documentation
on how to do this is found in the README for the org.allenai.deep_qa.experiments
package.
If you use this code and think something could be improved, pull requests are very welcome. Opening an issue is ok, too, but we're a lot more likely to respond to a PR. The primary maintainer of this code is Matt Gardner.
This code is released under the terms of the GNU General Public License.