Git Product home page Git Product logo

cross-lingual-simple-question-answering-with-memory-networks's Introduction

Cross-lingual Simple Question Answering with Memory Networks

Prepare dataset and knowledge base

python3 ./data_prepared/summarize_corpus.py

python3 ./data_prepared/summarize_facts.py

python3 ./data_prepared/divide_corpus.py

Train MemNN

python3 SQA.py

continue training MemNN with saved checkpoint

python3 SQA.py --from_checkpoint True

Test MemNN

python3 SQA.py --state 1 --from_checkpoint True

QA with trained MemNN

python3 SQA.py --state 2 --from_checkpoint True

folders and files

/checkpoint :

the default folder to save checkpoint of MemNN

/corpus :

/original:

    the original datasets

sum_corpus.txt:

     default file which collect all dataset in /original folder

testset.txt: 

    default test dataset

trainset.txt: 

    default train dataset

/data_prepared :

divide_corpus.py:

    divide the /corpus/sum_corpus.txt to /corpus/trainset.txt and /corpus/testset.txt

summarize_corpus.py:

    summarize dataset in /corpus/original in /corpus/sum_corpus.txt

summarize_fact.py:

    summarize knowledge base in /facts/original in /corpus/sum_facts.txt

/facts :

/original:

    the original knowledge base

sum_facts.txt:

    default file which collect all knowledge base in /original folder

/intermediate:

save intermediate files generated in training process and used in test/answer process

/MemNN:

MemNN and its components

/transform:

json object which could map mid/IMDBid to labels and map labels to mid/IMDBid 

common.py

SQA.py:

main file of the project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.