1hangzhao commited on
Commit
7a31918
·
verified ·
1 Parent(s): 89b4f25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -9,14 +9,15 @@ with gr.Blocks() as set_api_key:
9
  """
10
  # Welcome to OntoChat! 👋
11
 
12
- **Hi there! I'm OntoChat, your conversational assistant for collecting ontology user stories.** 🎉
13
-
14
- I simplify the process of creating ontology user stories by combining human input with GenAI capabilities. Whether you have experience with prompt engineering or not, I'm here to guide you. By Providing predefined templates, focused questions, example answers, and refinement options, I help you generate clear, high-quality user stories.
15
-
16
- Let's make ontology requirements collection easier and more efficient together!
17
-
18
- For more details, visit [OntoChat on GitHub](https://github.com/King-s-Knowledge-Graph-Lab/OntoChat).
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