Arabic-NLi-Pair / README.md
Omartificial-Intelligence-Space's picture
Update readme.md
ecb19bb verified
|
raw
history blame
No virus
983 Bytes
metadata
license: apache-2.0
task_categories:
  - sentence-similarity
language:
  - ar
size_categories:
  - 10K<n<100K

Arabic-NLI-PAir

Dataset Summary

  1. The Arabic Version of SNLI and MultiNLI datasets. (Pair Subset)
  2. Originally used for Natural Language Inference (NLI),
  3. Dataset may be used for training/finetuning an embedding model for semantic textual similarity.

Pair Subset

  • Columns: "anchor", "positive"
  • Column types: str, str

Examples:

{
  "anchor": "كيف أكون جيولوجياً جيداً؟",
  "positive": "ماذا علي أن أفعل لأكون جيولوجياً عظيماً؟"
}

Disclaimer

Please note that the translated sentences are generated using neural machine translation and may not always convey the intended meaning accurately.

Contact

Contact Me if you have any questions or you want to use thid dataset

Note

Original work done by SentenceTransformers