Git Product home page Git Product logo

kg-cybersec's Introduction

KG-Cybersec

In this project, we developed an ontology framework and knowledge graphs for teaching cybersecurity courses. The data is available as unstructured text in lab manuals and course material. There is no standrad datasets available for cybersecurity.

NER

We used NER to extract the raw entities as subjects and objects in a sentence and relations as the root of the sentence. We store these as triples and generated prelim knowledge graphs from the extracted information.

Ontology Development

We then used domain knowledge to design an ontology framework for cybersecurity education and refined the extracted entities and relations. The key entity catgories and their types were identified. The key relations were also identified and an attribute called, 'action' was added to relations. We then developed the knowledge graph from final triples.

Entity Matcher

The custom entity matcher program can be used to run on other documents and identify the entities given in its KB file, kb_cyber.yaml. The lexical analyser lex_cyber.yaml helped in entity linking and scope resolution. The module Entity Matchher contains the code in pythonscrript Entity_matcher_cyberSec.py and the entity KB data is available in yaml files

ChatBot

We built an intent classification chatbot using SVM based on key entities identified. The Module ChatBot contains the model, json file for responses and API implementation.

kg-cybersec's People

Contributors

garima0106 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.