Coder Social home page Coder Social logo

pingoolp / nous Goto Github PK

View Code? Open in Web Editor NEW

This project forked from streaming-graphs/nous

0.0 0.0 0.0 146.43 MB

NOUS: Construction, Querying and Reasoning with Knowledge Graphs

Home Page: http://aim.pnnl.gov/projects/nous-incremental-maintenance-knowledge-graphs

Shell 1.00% Python 6.37% Scala 87.95% R 2.29% PostScript 2.38%

nous's Introduction

NOUS: Construction, Querying and Reasoning in Dynamic Knowledge Graphs

Automated construction of knowledge graphs (KG) remains an expensive technical challenge that is beyond the reach for most enterprises and academic institutions. NOUS is an end-to-end framework for developing custom knowledge graphs driven analytics for arbitrary application domains. The uniqueness of our system lies A) in its combination of curated KGs along with knowledge extracted from unstructured text, B) support for advanced trending and explanatory questions on a dynamic KG, and C) the ability to answer queries where the answer is embedded across multiple data sources.

What does NOUS mean? "The capacity to reason with experiential knowledge." See here and there.

Introduction

NOUS provides complete suite of capabilities needed to build a domain specific knowledge graph from streaming data. This includes

  1. Natural language processing(NLP),
  2. Entity and relationship mapping,
  3. Confidence Estimation using Link Prediction.
  4. Rule Learning/Trend Discovery using Frequent Graph Mining
  5. Question Answering using Graph Search

Publications and Presentations

  • Choudhury S ,Purohit S ,Lin P ,Wu Y ,Holder L B,Agarwal K 2018. "Percolator: Parallel Pattern Discovery in Dynamic Graphs" The 11th ACM International Conference on Web Search and Data Mining (WSDM). paper
  • Purohit S ,Holder L B,Choudhury S 2017. "Application-Specific Graph Sampling for Frequent Subgraph Mining and Community Detection" IEEE Big Data 2017. paper
  • Choudhury, S., Agarwal, K., Purohit, S., Zhang, B., Pirrung, M., Smith, W. and Thomas, M., 2017, April. Nous: Construction and querying of dynamic knowledge graphs. In Data Engineering (ICDE), 2017 IEEE 33rd International Conference on (pp. 1563-1565). IEEE. paper slides
  • Zhang B, S Choudhury, M Al-Hasan, X Ning, P Pesantez, S Purohit, and K Agarwal.  2016.  "Trust from the past: Bayesian Personalized Ranking based Link Prediction in Knowledge Graphs."  In 2016 SIAM Data Mining Workshop on Mining Networks and Graphs: A Big Data Analytic Challenge. paper
  • Choudhury S, K Agarwal, S Purohit. 2016. "Navigating the Maps of Science" slides
  • Choudhury S, C Dowling. 2014. "Benchmarking Named Entity Disambiguation approaches for Streaming Graphs." technical report

NOUS Project Structure :

  • TripleExtractor: Contains NLP code, takes text document as input and produces triples of the for subject, predicate, object
  • EntityDisambiguation : Entity linking to a given KG, (implements the algorithm in Collective Entity Linking in Web Text: A Graph-based Method, Han et al, SIGIR 2011)
  • Mining : Given a streaming graph, find frequent patterns
  • Search : Given a attributed graph and entity pairs, return all paths
  • Link Prediction: Confidence estimation of each link in the graph using Naive Bayes

How to build and execute NOUS:

Prerequisites

Build

Clone github repository

git clone https://github.com/streaming-graphs/NOUS.git NOUS

All NOUS modules (except LinkPrediction) are written in scala and can be compiled with maven. LinkPrediction is written in Python and can be run directly. Perform maven build in any of the module : TripleExtractor OR Mining Ex:

cd [Repo_Home]/TripleExtractor
mvn package

Here [Repo_Home] is the path to your cloned directory NOUS.

Run Hello World

NOUS is organized into multiple modules that support the KG workflow. Each module contains README and data to run the examples. Refer to module's README for further details.

Upcoming Capabilities

Hypothesis Generation using Deep Learning

nous's People

Contributors

khushbuagarwal avatar purohitsumit avatar sumitpurohitpnnl avatar sutanay avatar

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.