Skip to content

vimqa/vimqa-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multilingual Multi-hop Question-Answering Dataset Maker

A tool for creating multilingual multi-hop Question-Answering datasets. This project uses MySQL and Java Spring. This tool is used to create the VIMQA dataset.

Example screenshot

Requirements

  • Java 11
  • Maven
  • MySQL

Installation

After cloning this repository, you need to setup MySQL database and configure it in application.yml

spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    username: <mysql username>
    password: <mysql password>
    url: <mysql connection string>

Specify the Wiki language code. This will be the language of the dataset. Use the code listed by Wikipedia. For example: English(en), Vietnamese(vi).

application:
  wiki-language-code: vi

Package the code with the following command.

mvn package

Start the application with the following command.

java -jar target/*.jar

The tool is now accessible via localhost:8080

About

A tool for creating multi-lingual multi-hop Question-Answering Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published