Update app.py
Browse files
app.py
CHANGED
@@ -9,14 +9,15 @@ with gr.Blocks() as set_api_key:
|
|
9 |
"""
|
10 |
# Welcome to OntoChat! 👋
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
I
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
20 |
"""
|
21 |
)
|
22 |
|
|
|
9 |
"""
|
10 |
# Welcome to OntoChat! 👋
|
11 |
|
12 |
+
### Introduction
|
13 |
+
|
14 |
+
Hi there! I'm OntoChat, your conversational assistant 🤖 here to support you generate ontology user stories 🎉. I simplify the process by combining human input with GenAI capabilities ✨. Whether you're experienced with prompt engineering or not, I'm here to guide you step by step by (1) asking questions ❓ for elicitation, (2) offering example answers 💡 for guidance, (3) providing predefined templates 📋 to help craft effective prompts, and (4) refining 🛠️ your input into a formal user story. Let's make ontology requirements collection easier and more efficient together 🚀! For more details, visit 🌐 [OntoChat on GitHub](https://github.com/King-s-Knowledge-Graph-Lab/OntoChat).
|
15 |
+
|
16 |
+
### Citations
|
17 |
+
|
18 |
+
[1] Zhang B, Carriero VA, Schreiberhuber K, Tsaneva S, González LS, Kim J, de Berardinis J. OntoChat: a Framework for Conversational Ontology Engineering using Language Models. arXiv preprint arXiv:2403.05921. 2024 Mar 9.
|
19 |
+
|
20 |
+
[2] Zhao Y, Zhang B, Hu X, Ouyang S, Kim J, Jain N, de Berardinis J, Meroño-Peñuela A, Simperl E. Improving Ontology Requirements Engineering with OntoChat and Participatory Prompting. InProceedings of the AAAI Symposium Series 2024 Nov 8 (Vol. 4, No. 1, pp. 253-257).
|
21 |
"""
|
22 |
)
|
23 |
|