Skip to content

1 hop question answering system over knowledge graph

Notifications You must be signed in to change notification settings

Lakshmi-bashyam/Simple-QA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple-QA

1 hop question answering system over knowledge graph

Steps Followed

  1. Construct knowledge graph from tuples from given data
  2. Extract related tuples from KG
  3. Perform Word2Vec similarity between query and and relation extracted
  4. Return the entity of most similar tuple

Requirements

  1. Python 3.3+
  2. nltk library
  3. Networkx library
  4. Gensim library for Word2Vec

About

1 hop question answering system over knowledge graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages