Bohui Zhang
commited on
Commit
·
325eb72
1
Parent(s):
9257999
Update citation
Browse files
README.md
CHANGED
@@ -35,9 +35,24 @@ OntoChat has been hosted in HF Spaces at: [https://huggingface.co/spaces/b289zha
|
|
35 |
- Optimize clustering visualization (maybe only keep LLM lcustering)
|
36 |
- Add [flagging](https://www.gradio.app/docs/flagging), e.g., [`HuggingFaceDatasetSaver`](https://www.gradio.app/docs/flagging#hugging-face-dataset-saver-header)
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## Acknowledgement
|
39 |
|
40 |
-
This project
|
41 |
|
42 |
## License
|
43 |
|
|
|
35 |
- Optimize clustering visualization (maybe only keep LLM lcustering)
|
36 |
- Add [flagging](https://www.gradio.app/docs/flagging), e.g., [`HuggingFaceDatasetSaver`](https://www.gradio.app/docs/flagging#hugging-face-dataset-saver-header)
|
37 |
|
38 |
+
## Citation
|
39 |
+
|
40 |
+
This is a demo of the approach described in the paper, ["OntoChat: a Framework for Conversational Ontology Engineering using Language Models"](https://arxiv.org/abs/2403.05921)
|
41 |
+
|
42 |
+
```
|
43 |
+
@misc{zhang2024ontochat,
|
44 |
+
title={OntoChat: a Framework for Conversational Ontology Engineering using Language Models},
|
45 |
+
author={Bohui Zhang and Valentina Anita Carriero and Katrin Schreiberhuber and Stefani Tsaneva and Lucía Sánchez González and Jongmo Kim and Jacopo de Berardinis},
|
46 |
+
year={2024},
|
47 |
+
eprint={2403.05921},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.AI}
|
50 |
+
}
|
51 |
+
```
|
52 |
+
|
53 |
## Acknowledgement
|
54 |
|
55 |
+
This project acknowledges [Polifonia](https://polifonia-project.eu), 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.
|
56 |
|
57 |
## License
|
58 |
|