Update README.md
Browse files
README.md
CHANGED
|
@@ -2,15 +2,152 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- dv
|
|
|
|
| 7 |
tags:
|
| 8 |
- language
|
| 9 |
- dhivehi
|
| 10 |
- questions
|
| 11 |
- answers
|
| 12 |
- translations
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
| 5 |
+
- question-answering
|
| 6 |
+
- translation
|
| 7 |
language:
|
| 8 |
- dv
|
| 9 |
+
- en
|
| 10 |
tags:
|
| 11 |
- language
|
| 12 |
- dhivehi
|
| 13 |
- questions
|
| 14 |
- answers
|
| 15 |
- translations
|
| 16 |
+
- bilingual
|
| 17 |
+
- qa
|
| 18 |
+
pretty_name: Axya Tech QA Dataset
|
| 19 |
size_categories:
|
| 20 |
- 1K<n<10K
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Axya Tech QA Dataset
|
| 24 |
+
|
| 25 |
+
## Dataset Summary
|
| 26 |
+
|
| 27 |
+
The Axya Tech QA Dataset is a comprehensive bilingual question-answering and translation dataset focused on the Dhivehi (Divehi) language. This dataset contains 1,000+ examples covering various types of language tasks including question-answering in Dhivehi about Maldives, bidirectional translation between English and Dhivehi, and conversational interactions. The dataset is designed to support the development of multilingual NLP models with a focus on the underrepresented Dhivehi language.
|
| 28 |
+
|
| 29 |
+
## Dataset Structure
|
| 30 |
+
|
| 31 |
+
### Data Instances
|
| 32 |
+
|
| 33 |
+
Each instance in the dataset contains the following fields:
|
| 34 |
+
- `instruction`: The task instruction or prompt
|
| 35 |
+
- `input`: The input text or question
|
| 36 |
+
- `output`: The expected output or answer
|
| 37 |
+
- `language`: The target language for the output
|
| 38 |
+
- `task_type`: The type of task being performed
|
| 39 |
+
|
| 40 |
+
### Data Fields
|
| 41 |
+
|
| 42 |
+
- **instruction** (string): Contains the task instruction, such as "Respond in Dhivehi to:" or "Translate the following English sentence to Dhivehi:"
|
| 43 |
+
- **input** (string): The input text, question, or sentence to be processed
|
| 44 |
+
- **output** (string): The correct output, answer, or translation
|
| 45 |
+
- **language** (string): The language of the expected output ("Dhivehi" or "English")
|
| 46 |
+
- **task_type** (string): The specific task category:
|
| 47 |
+
- `qa_dv`: Question-answering in Dhivehi
|
| 48 |
+
- `translation_en_to_dv`: English to Dhivehi translation
|
| 49 |
+
- `translation_dv_to_en`: Dhivehi to English translation
|
| 50 |
+
|
| 51 |
+
### Data Splits
|
| 52 |
+
|
| 53 |
+
The dataset contains a single split:
|
| 54 |
+
- **train**: ~1,000 examples
|
| 55 |
+
|
| 56 |
+
## Source Data
|
| 57 |
+
|
| 58 |
+
### Initial Data Collection and Normalization
|
| 59 |
+
|
| 60 |
+
The dataset appears to be curated specifically for educational and research purposes focusing on:
|
| 61 |
+
- Cultural knowledge about the Maldives
|
| 62 |
+
- Common conversational phrases and expressions
|
| 63 |
+
- Everyday vocabulary and sentence structures
|
| 64 |
+
- Bidirectional translation capabilities
|
| 65 |
+
|
| 66 |
+
### Who are the source language producers?
|
| 67 |
+
|
| 68 |
+
The dataset contains content related to Dhivehi language and Maldivian culture, suggesting involvement of native Dhivehi speakers or language experts familiar with Maldivian cultural context.
|
| 69 |
+
|
| 70 |
+
## Intended Use
|
| 71 |
+
|
| 72 |
+
### Supported Tasks and Leaderboards
|
| 73 |
+
|
| 74 |
+
- **Question Answering**: Answering questions about Maldives and general topics in Dhivehi
|
| 75 |
+
- **Machine Translation**: Bidirectional translation between English and Dhivehi
|
| 76 |
+
- **Text Generation**: Generating responses in Dhivehi for various prompts
|
| 77 |
+
- **Language Understanding**: Understanding and processing Dhivehi text
|
| 78 |
+
|
| 79 |
+
### Languages
|
| 80 |
+
|
| 81 |
+
- **Primary**: Dhivehi (dv) - The official language of the Maldives
|
| 82 |
+
- **Secondary**: English (en) - Used for translation pairs and instructions
|
| 83 |
+
|
| 84 |
+
## Dataset Creation
|
| 85 |
+
|
| 86 |
+
### Curation Rationale
|
| 87 |
+
|
| 88 |
+
This dataset was created to address the lack of high-quality bilingual resources for the Dhivehi language. It focuses on:
|
| 89 |
+
1. Preserving and digitizing Dhivehi language content
|
| 90 |
+
2. Enabling cross-lingual understanding between English and Dhivehi
|
| 91 |
+
3. Supporting the development of NLP tools for underrepresented languages
|
| 92 |
+
4. Providing cultural and factual information about the Maldives
|
| 93 |
+
|
| 94 |
+
### Source Data
|
| 95 |
+
|
| 96 |
+
The dataset includes:
|
| 97 |
+
- Cultural and factual information about the Maldives
|
| 98 |
+
- Common phrases and everyday conversations
|
| 99 |
+
- Translation pairs covering various topics
|
| 100 |
+
- Question-answer pairs in both languages
|
| 101 |
+
|
| 102 |
+
## Considerations for Using the Data
|
| 103 |
+
|
| 104 |
+
### Social Impact of Dataset
|
| 105 |
+
|
| 106 |
+
This dataset contributes to the preservation and promotion of the Dhivehi language in digital spaces. It can help:
|
| 107 |
+
- Develop better language technologies for Dhivehi speakers
|
| 108 |
+
- Support language learning and education
|
| 109 |
+
- Preserve cultural knowledge and linguistic diversity
|
| 110 |
+
- Enable better cross-cultural communication
|
| 111 |
+
|
| 112 |
+
### Discussion of Biases
|
| 113 |
+
|
| 114 |
+
Users should be aware that:
|
| 115 |
+
- The dataset may reflect cultural perspectives specific to the Maldives
|
| 116 |
+
- Translation quality may vary across different domains
|
| 117 |
+
- The dataset size is limited, which may affect model generalization
|
| 118 |
+
|
| 119 |
+
### Other Known Limitations
|
| 120 |
+
|
| 121 |
+
- Limited domain coverage (primarily focused on cultural and general topics)
|
| 122 |
+
- Relatively small dataset size for deep learning applications
|
| 123 |
+
- May not cover all dialectal variations of Dhivehi
|
| 124 |
+
|
| 125 |
+
## Additional Information
|
| 126 |
+
|
| 127 |
+
### Dataset Curators
|
| 128 |
+
|
| 129 |
+
Dataset created and curated by axmeeabdhullo.
|
| 130 |
+
|
| 131 |
+
### Licensing Information
|
| 132 |
+
|
| 133 |
+
This dataset is released under the Apache License 2.0.
|
| 134 |
+
|
| 135 |
+
### Citation Information
|
| 136 |
+
|
| 137 |
+
```bibtex
|
| 138 |
+
@dataset{axya_tech_qa_2024,
|
| 139 |
+
title={Axya Tech QA Dataset: A Bilingual Question-Answering and Translation Dataset for Dhivehi},
|
| 140 |
+
author={axmeeabdhullo},
|
| 141 |
+
year={2024},
|
| 142 |
+
publisher={Hugging Face},
|
| 143 |
+
url={https://huggingface.co/datasets/axmeeabdhullo/axya-tech-qa}
|
| 144 |
+
}
|
| 145 |
+
```
|
| 146 |
+
|
| 147 |
+
### Contributions
|
| 148 |
+
|
| 149 |
+
Thanks to the contributors who helped create this dataset to support Dhivehi language processing and preservation efforts.
|
| 150 |
+
|
| 151 |
+
---
|
| 152 |
+
|
| 153 |
+
*This dataset card was created to provide comprehensive information about the Axya Tech QA dataset. For questions or issues, please use the Community tab.*
|