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