This is the repository for the practical session of the "A Practical Guide to Knowledge Graph Construction from Technical Short Text" AJCAI 2022 tutorial by Dr Michael Stewart from the University of Western Australia (supported by the Centre for Transforming Maintenance through Data Science (CTMTDS)).
We will be walking through a Jupyter notebook containing code for creating a knowledge graph from a set of sample work orders.
To run this code you will need Python 3 and Jupyter Notebook installed. To run the code, open KGC from Technical Text.ipynb
in Jupyter.
Note that you will need Neo4j Desktop installed for Sections 8 and 9 of the notebook. You can download it here. Once you have downloaded it, you will need to run Neo4j and create a new graph database, and run that database. Further instructions are provided in the notebook.