| | --- |
| | license: cc-by-4.0 |
| | language: |
| | - vi |
| | tags: |
| | - chatbot |
| | - dental-services |
| | - vietnamese |
| | pretty_name: Chatbot Data |
| | size_categories: |
| | - n<1K |
| | --- |
| | |
| | Chatbot Data |
| |
|
| | This dataset contains structured information about dental clinic services, designed for use in chatbot applications. It includes details about the clinic, pricing for adult and child services, additional consultation information, service processes, questions for consultation, promotions, and synonyms for services and severity levels. |
| |
|
| | Dataset Overview |
| |
|
| |
|
| |
|
| |
|
| |
|
| | Source: Dental clinic services data. |
| |
|
| |
|
| |
|
| | Language: Vietnamese. |
| |
|
| |
|
| |
|
| | Format: CSV. |
| |
|
| |
|
| |
|
| | Size: 1 file with 193 rows. |
| |
|
| | Splits |
| |
|
| |
|
| |
|
| |
|
| |
|
| | train: Contains all data (train.csv). |
| |
|
| | Features |
| |
|
| |
|
| |
|
| |
|
| |
|
| | category (string): The main category of the service or information (e.g., clinic_info, adult_services, synonyms). |
| |
|
| |
|
| |
|
| | subcategory (string): Subcategory of the service (e.g., địa chỉ, trám răng). |
| |
|
| |
|
| |
|
| | subcategory_level_2 (string): Further subcategory level (e.g., trám răng (composite)). |
| |
|
| |
|
| |
|
| | content (string): Detailed description of the service, pricing, or synonyms (e.g., - **Địa chỉ**: 160-162 Trần Phú, P. Vĩnh Thanh Vân, Tp. Rạch Giá, Kiên Giang). |
| |
|
| |
|
| |
|
| | is_synonym (bool): Indicates if the entry is a synonym (True) or not (False). |
| | |
| | Usage |
| | |
| | This dataset can be used to power a chatbot for dental clinic services, providing information on pricing, procedures, and synonyms for user queries. To load the dataset using the datasets library: |
| | |
| | from datasets import load_dataset |
| | dataset = load_dataset("huylaughmad/chatbot-data", split="train") |
| | print(dataset[0]) |
| | |
| | Notes |
| | |
| | |
| | |
| | |
| | |
| | The dataset is in Vietnamese, with some special characters (e.g., đ). Ensure proper UTF-8 encoding when processing. |
| | |
| | |
| | |
| | The is_synonym column contains boolean values (True/False). Ensure these are correctly parsed as booleans. |
| |
|
| |
|
| |
|
| | The dataset is structured hierarchically with categories and subcategories for easy navigation. |
| |
|
| | License |
| |
|
| | This dataset is licensed under CC BY 4.0. It is provided for personal and research use. Please contact the dataset owner for commercial usage permissions. |