1 hop question answering system over knowledge graph
- Construct knowledge graph from tuples from given data
- Extract related tuples from KG
- Perform Word2Vec similarity between query and and relation extracted
- Return the entity of most similar tuple
- Python 3.3+
- nltk library
- Networkx library
- Gensim library for Word2Vec