SMU_FAQDataset / README.md
tootooba's picture
Update README.md
ebf146b verified
|
Raw
History Blame Contribute Delete
1.84 kB
metadata
license: mit

๐Ÿ“š SMU FAQ Dataset

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.

๐Ÿ” Dataset Overview

  • Source: Scraped and manually compiled from SMUโ€™s official FAQ pages.
  • Format: CSV file with structured questions and answers.
  • Purpose: Used to train and evaluate an AI-powered FAQ chatbot.
  • Size: 260+ question-answer pairs.

๐Ÿ’ก Project Context

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).

๐Ÿ”— GitHub Repository:
SMU FAQ Chatbot Project

๐Ÿš€ How to Use

You can use this dataset for:
โœ”๏ธ Training question-answering models
โœ”๏ธ Fine-tuning retrieval-based chatbots
โœ”๏ธ Exploring semantic search techniques

๐Ÿ“Œ Future Improvements

  • Expanding the dataset with more question-answer pairs.
  • Adding context-based variations for better generalization.
  • Improving multi-intent handling for chatbot responses.

๐Ÿ“ License

This dataset is available under the MIT License. Feel free to use, modify, and contribute!

๐Ÿค Acknowledgments

Special thanks to Saint Maryโ€™s University (SMU) for the resources that made this dataset possible.


For any questions or contributions, feel free to open an issue on the GitHub repository. ๐Ÿš€