# Contributing to Arabic Dataset ## How to contribute 1. Clone the dataset: git clone https://huggingface.co/datasets/YOUR_USERNAME/YOUR_DATASET 2. Add new examples to: data/train.jsonl 3. Follow this format: {"sentence_a": "...", "sentence_b": "...", "score": 0.9, "relation": "paraphrase"} 4. Commit and push changes --- ## Rules - Arabic language only - No duplicate sentences - Score must match relation - Avoid weak or meaningless sentences --- ## Relations - paraphrase - synonym - summary - contradiction - weak - hard_negative - entailment - passive