university_chatbot / dataset.json
Snigs98's picture
Upload 5 files
9b675e6 verified
Invalid JSON: Unexpected token '', "{ "int"... is not valid JSON
{
"intents": [
{
"tag": "greeting",
"patterns": [
"Hi","Hello","Hey","Good morning","Good evening",
"Is anyone there","Hi there","Hello chatbot",
"Hey bot","Greetings"
],
"responses": [
"Hello! How can I help you with university admissions?",
"Hi there! Ask me anything about courses, fees, deadlines or eligibility."
]
},
{
"tag": "courses",
"patterns": [
"What courses are available",
"Which programs do you offer",
"Available departments",
"What subjects are available",
"What streams can I study",
"Tell me about the courses",
"What programs does the university have",
"List of courses",
"What degrees are offered",
"What can I study here"
],
"responses": [
"We offer programs such as B.Tech, BBA, BCA, MBA, M.Tech, MCA and many more depending on the department.",
"Our university offers undergraduate and postgraduate programs in engineering, management, computer applications and science."
]
},
{
"tag": "eligibility",
"patterns": [
"What is the eligibility criteria",
"Who can apply",
"Admission requirements",
"Eligibility for BTech",
"Who is eligible for admission",
"What qualifications are needed",
"Minimum marks required",
"Eligibility criteria for admission"
],
"responses": [
"Students must have completed 12th grade with relevant subjects such as Physics, Chemistry and Mathematics for engineering programs.",
"Eligibility depends on the course, but generally students must complete 12th grade with the required subjects."
]
},
{
"tag": "fees",
"patterns": [
"What is the fee structure",
"How much is the tuition fee",
"Admission fees",
"How much does it cost",
"What are the fees for courses",
"Tell me the fee details",
"Course fees",
"Total fee for admission"
],
"responses": [
"The average tuition fee is approximately ₹80,000 per year depending on the program.",
"Fees vary by course, but most undergraduate programs range between ₹70,000 and ₹1,00,000 per year."
]
},
{
"tag": "deadline",
"patterns": [
"Last date to apply",
"Application deadline",
"Admission closing date",
"Tell me the admission dates",
"When should I apply",
"Admission last date",
"When does admission close",
"Important admission dates"
],
"responses": [
"The admission deadline is usually 30th June every year.",
"Admissions typically close around the end of June, but exact dates may vary."
]
},
{
"tag": "documents",
"patterns": [
"What documents are required",
"Documents for admission",
"Which certificates are needed",
"Admission documents list",
"Required documents for applying",
"What papers should I submit"
],
"responses": [
"You need mark sheets, ID proof, passport photographs, and entrance exam scores if applicable.",
"Required documents include academic certificates, ID proof, passport photos, and application form."
]
},
{
"tag": "scholarships",
"patterns": [
"Do you offer scholarships",
"Scholarship details",
"Are scholarships available",
"Financial aid options",
"How can I get a scholarship",
"Merit scholarships"
],
"responses": [
"Yes, the university offers merit-based and need-based scholarships for eligible students.",
"Scholarships are available for students with excellent academic performance."
]
},
{
"tag": "hostel",
"patterns": [
"Is hostel available",
"Do you provide accommodation",
"Hostel facilities",
"Student housing",
"Campus accommodation"
],
"responses": [
"Yes, the university provides hostel facilities with separate accommodation for boys and girls.",
"Student hostels are available on campus with basic facilities like WiFi, mess and security."
]
},
{
"tag": "location",
"patterns": [
"Where is the university located",
"University location",
"Where is the campus",
"Campus address",
"How do I reach the university"
],
"responses": [
"The university campus is located in a well-connected area with access to public transport.",
"Our campus is easily accessible and located near major transportation routes."
]
},
{
"tag": "thanks",
"patterns": [
"Thank you",
"Thanks",
"Thanks for the help",
"Appreciate it",
"Thank you so much"
],
"responses": [
"You're welcome! Let me know if you have more questions.",
"Happy to help! Feel free to ask anything else."
]
},
{
"tag": "goodbye",
"patterns": [
"Bye",
"See you later",
"Goodbye",
"Talk to you later",
"Bye bot"
],
"responses": [
"Goodbye! Best of luck with your admission.",
"See you later! Feel free to return if you have more questions."
]
}
]
}