--- language: - bn dataset_info: features: - name: id dtype: int64 - name: question dtype: string - name: answer dtype: string splits: - name: train num_bytes: 380777 num_examples: 264 download_size: 141886 dataset_size: 380777 configs: - config_name: default data_files: - split: train path: data/train-* --- --- # বাংলা নির্দেশাবলী (Bangla Nirdeshabali or Bengali Instructions) A tiny question-answer dataset in Bengali, created from scratch. Bangla Nirdeshabali covers different topics, such as literature, culture, and geography. This dataset was created by consulting various websites and contemporary information. The questions in this dataset primarily relate to poetry analysis and context-based answering, e.g., explain this verse or which character is mentioned in this paragraph. There are some multiple-choice questions. There are also some questions of the "fill-in-the-blanks" type, aiming to simulate the Masked Language Modeling effect to an extent. Some other questions pertain to tabular data interpretation, e.g., weather report summarization. A few questions also relate to technology, e.g., compare the features of two smartphones. The dataset can be used to fine-tune a Bengali LLM. For example, Bangla Nirdeshabali is used to make [Banalata](https://huggingface.co/barunsaha/banalata). Sample prompt templates are as follows: ``` LLM_PROMPT_TRAINING = '''নীচে একটি নির্দেশ দেওয়া হয়েছে যা একটি কাজের বর্ণনা করে। একটি প্রতিক্রিয়া লিখুন যা নির্দেশ অনুসরণ করে যথাযথভাবে কাজটি সম্পন্ন করে। ### নির্দেশ: {} ### প্রতিক্রিয়া: {}''' LLM_PROMPT_INFERENCE = '''নীচে একটি নির্দেশ দেওয়া হয়েছে যা একটি কাজের বর্ণনা করে। একটি প্রতিক্রিয়া লিখুন যা নির্দেশ অনুসরণ করে যথাযথভাবে কাজটি সম্পন্ন করে। ### নির্দেশ: {} ### প্রতিক্রিয়া: ''' ``` The geographical coverage of this dataset is primarily India.