tootooba commited on
Commit
ebf146b
·
verified ·
1 Parent(s): b59b348

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # 📚 SMU FAQ Dataset
5
+
6
+ This dataset was **curated by Tooba Javed** as part of the **SMU FAQ Chatbot project** for **CSCI 3482 - Artificial Intelligence (Fall 2024)** at Saint Mary’s University (SMU). It consists of **260+ FAQs** collected from SMU’s official website, covering various topics such as admissions, scholarships, academic policies, and student services.
7
+
8
+ ## 🔍 Dataset Overview
9
+
10
+ - **Source**: Scraped and manually compiled from SMU’s official FAQ pages.
11
+ - **Format**: CSV file with structured **questions and answers**.
12
+ - **Purpose**: Used to train and evaluate an **AI-powered FAQ chatbot**.
13
+ - **Size**: 260+ question-answer pairs.
14
+
15
+ ## 💡 Project Context
16
+
17
+ This dataset was used in the **SMU FAQ Chatbot project**, which compares an **AI-based chatbot** (using retrieval-augmented generation with FAISS & GPT-3.5) and a **rules-based chatbot** (using predefined responses).
18
+
19
+ 🔗 **GitHub Repository:**
20
+ [SMU FAQ Chatbot Project](https://github.com/toobajaved/SMU-FAQ-Chatbot)
21
+
22
+ ## 🚀 How to Use
23
+
24
+ You can use this dataset for:
25
+ ✔️ Training **question-answering models**
26
+ ✔️ Fine-tuning **retrieval-based chatbots**
27
+ ✔️ Exploring **semantic search techniques**
28
+
29
+ ## 📌 Future Improvements
30
+
31
+ - Expanding the dataset with **more question-answer pairs**.
32
+ - Adding **context-based variations** for better generalization.
33
+ - Improving **multi-intent handling** for chatbot responses.
34
+
35
+ ## 📝 License
36
+
37
+ This dataset is available under the **MIT License**. Feel free to use, modify, and contribute!
38
+
39
+ ## 🤝 Acknowledgments
40
+
41
+ Special thanks to **Saint Mary’s University (SMU)** for the resources that made this dataset possible.
42
+
43
+ ---
44
+
45
+ For any questions or contributions, feel free to **open an issue** on the [GitHub repository](https://github.com/toobajaved/SMU-FAQ-Chatbot). 🚀