FelisCatus Zero answers world history essay questions in Japanese and evaluate the answers.
The multilingual version (currently Japanese and English) is here.
- 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
- 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.
- Read Install Guide and install the softwares.
- Git clone or download this repository.
- Read Knowledge Source and install the knowledge source.
- Read QA Corpus and install the QA corpus.
- Read the "Run whole Pipeline" in How to Run, and run FelisCatus Zero.
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.
- Install Scala and sbt.
- Git clone or download this repository.
- 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
Go to Wiki!