| --- |
| license: cc-by-4.0 |
| task_categories: |
| - text-generation |
| language: |
| - my |
| pretty_name: Myanmar Cites Questions & Answers Dataset |
| size_categories: |
| - 1K<n<10K |
| --- |
| |
| # Myanmar Cites Questions & Answers Dataset |
|
|
| This dataset is an ongoing project dedicated to compiling comprehensive information about various cities in Myanmar. It converts geographical and cultural data—including locations, brief histories, local products, and notable landmarks—into a conversational **Question & Answering (Q&A)** format. |
|
|
| ## Dataset Overview |
| - **Content:** Information about cities in Myanmar (e.g., location, history, local economy, and culture). |
| - **Format:** Q&A pairs (JSONL). |
| - **Tone/Style:** **Spoken Tone (ပြောဟန်)**. All questions and answers are written in a conversational, natural Burmese tone as if speaking in real life. This approach is specifically optimized for training Chatbots to provide a more engaging and human-like user experience. |
| - **Current Status:** Ongoing project (continuously adding more cities). |
| - **Current Data Points:** 514 rows. |
|
|
| ## Data Structure |
| Each entry in the dataset consists of the following columns: |
| - `question`: The query about a specific city (in a natural, spoken style). |
| - `answer`: A detailed, conversational response (in a natural, spoken style). |
| - `city`: The name of the city. |
| - `region`: The region or state where the city is located. |
|
|
| ## Example |
| ```jsonl |
| { |
| "question": "ပခုက္ကူမြို့ အကြောင်းကို အကျဥ်းချုပ်ရှင်းပြပေးပါ့လား။", |
| "answer": "ပခုက္ကူက မကွေးတိုင်းထဲက ဧရာဝတီမြစ်ကမ်းနားမှာရှိတဲ့ မြို့ကြီးဗျ။ အရင်က တံငါရွာလေးကနေ အခုဆိုရင် စက်ရုံတွေ၊ တက္ကသိုလ်တွေ၊ စာသင်တိုက်တွေနဲ့ အတော်လေးကို စည်ကားတဲ့ မြို့တော်ကြီး ဖြစ်လာတာပေါ့။ မြန်မာပြည်ရဲ့ ငွေစက္ကူရိုက်ထုတ်တဲ့ ဝါဇီစက်ရုံလည်း ဒီမှာပဲ ရှိတယ်ဗျ။", |
| "city": "ပခုက္ကူ", |
| "region": "မကွေးတိုင်း" |
| } |
| ``` |
|
|
| ## Data Source & Methodology |
| - Sources: The data is primarily curated from various Wikipedia pages. |
| - Content Creation: All content is manually synthesized and rewritten by Khant Sint Heinn to ensure it maintains a natural, spoken conversational style (ပြောဟန်). We prioritize this tone over formal writing (ရေးဟန်) to ensure the dataset is the best choice for training interactive AI chatbots. |
|
|
| ## Credits |
|
|
| - Creator: Khant Sint Heinn (Burmese: ခန့်ဆင့်ဟိဏ်း) |
| - Organization: DatarrX (Burmese: ဒေတာအက်စ်) |
| - License: CC BY 4.0 (Creative Commons Attribution 4.0 International) |
|
|
| ### 👨💻 Creator & Contributors |
|
|
| This dataset is curated and maintained by Khant Sint Heinn (Burmese: ခန့်ဆင့်ဟိဏ်း, Kalix Louis). |
|
|
| Khant Sint Heinn is a Machine Learning Engineer specializing in NLP and open-source AI development. As the Lead Developer at DatarrX, he focuses on building scalable data pipelines and practical infrastructure to improve support for low-resource languages. His work aims to transform limited language resources into practical opportunities through clean data and community-driven innovation. |
|
|
|
|
| *This is an evolving project. We are constantly expanding the dataset to include more cities across Myanmar.* |