Skip to content

This system answers world history essay questions in Japanese and evaluate the answers.

License

Notifications You must be signed in to change notification settings

ktr-skmt/FelisCatusZero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FelisCatus Zero

Abstract

FelisCatus Zero answers world history essay questions in Japanese and evaluate the answers.
The multilingual version (currently Japanese and English) is here.

Platform

  • Unix Terminal
  • Oracle Java SE Development Kit 8
  • Scala 2.12.1
  • Simple Build Tool 0.13.13
  • MeCab 0.996
  • UniDic unidic-mecab 2.1.2
  • Indri 5.11

Quick Start Guide

  1. Get the QA corpus (pairs of question and gold standard) and the knowledge source
  • You can get both of the QA corpus and the knowledge source distributed by NTCIR QA Lab task Japanese subtask, if you participate in it and submit the agreement to NTCIR
  • Even if you do not have the QA corpus or the knowledge source, you can try to run the pipeline from Essay Generator as a trial. See below.
  1. Read Install Guide and install the softwares.
  2. Git clone or download this repository.
  3. Read Knowledge Source and install the knowledge source.
  4. Read QA Corpus and install the QA corpus.
  5. Read the "Run whole Pipeline" in How to Run, and run FelisCatus Zero.

Trial

Even if you did not have the QA corpus or the knowledge source, you can try to run the pipeline from Essay Generation with using the gzipped XMI files as a trial.

  1. Install Scala and sbt.
  2. Git clone or download this repository.
  3. Run trial.sh
$ bash trial.sh

Quick System Guide (in the style of PPAP)

I have datasets (of questions and gold standards): src/main/resources/qaset
I have a command: tutorial/run.ipynb

Ughhh

Essays and evaluation results!: tutorial/out_example/result

More ...

Go to Wiki!