Skip to content

King-s-Knowledge-Graph-Lab/OntoChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OntoChat

We introduce OntoChat, a framework for conversational ontology engineering that supports requirement elicitation, analysis, and testing. By interacting with a conversational agent, users can steer the creation of use cases and the extraction of competency questions, while receiving computational support to analyse the overall requirements and test early versions of the resulting ontologies.

Deploy

If you would like to deploy this demo locally,

  1. Create a python environment and install the requirements using pip install -r requirements.txt.
  2. Run app.py.

Hosting in Hugging Face Spaces

OntoChat has been hosted in HF Spaces at: https://huggingface.co/spaces/b289zhan/OntoChat.

Note

  • A first evaluation of the framework was performed to reproduce the engineering efforts behind the Music Meta Ontology.

TODO

  • Improve the verbaliser (classes, named entities, and relations might be messy in some cases)
  • Optimize clustering visualization (maybe only keep LLM lcustering)
  • Add flagging, e.g., HuggingFaceDatasetSaver

Authors and attribution

@article{zhang2024ontochat,
  title={OntoChat: a Framework for Conversational Ontology Engineering using Language Models},
  author={Zhang, Bohui and Carriero, Valentina Anita and Schreiberhuber, Katrin and Tsaneva, Stefani and Gonz{\'a}lez, Luc{\'\i}a S{\'a}nchez and Kim, Jongmo and de Berardinis, Jacopo},
  journal={arXiv preprint arXiv:2403.05921},
  year={2024}
}

Acknowledgement

This project acknoledges Polifonia, and has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101004746. We also thank all the evaluators that contributed feedback on the effectiveness of the tool and provided their experience of use. We also thank all the evaluators for contributing to the project.

License

Copyright 2024 OntoChat maintainers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.