/qa-datasets

Collection of Question Answering (QA) datasets from various source. The goal of this project is to provide a comprehensive collection of questions and answers to accelerate the development of future QA systems.

GNU General Public License v2.0GPL-2.0

#Question answering datasets

This collection includes the following datasets or respectivly looks at the following datasets to be included:

in production (adding answers):

to analyze:

out of scope (?) :

Focus

This collection aims at becoming a central focus point of question answering research. Using deeper analysis (sentiment, clustering, topic) of a questions will help to understand arising difficulties within QA systems. Moreover, this collection will help also semantic search, e.g. keyword search, phrase search, in later stages.

Maven Dependency

This library is available as snapshot here: http://maven.aksw.org/archiva/#artifact~snapshots/org.aksw.qa/datasets

<dependency>
  <groupId>org.aksw.qa</groupId>
  <artifactId>datasets</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Add the following repository:

<repository>
			<id>maven.aksw.internal</id>
			<name>University Leipzig, AKSW Maven2 Repository</name>
			<url>http://maven.aksw.org/archiva/repository/internal</url>
		</repository>
		<repository>
			<id>maven.aksw.snapshots</id>
			<name>University Leipzig, AKSW Maven2 Repository</name>
			<url>http://maven.aksw.org/archiva/repository/snapshots</url>
</repository>

Look for more interesting libraries here: http://maven.aksw.org/archiva/#browse/org.aksw.qa