Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: fa
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# FarsTail + ParsBERT
|
| 7 |
+
|
| 8 |
+
Please follow the [FarsTail](https://github.com/dml-qom/FarsTail) repo for the latest information about the dataset. For accessing the beneficiary models from this dataset, check out the [Sentence-Transformer](https://github.com/m3hrdadfi/sentence-transformers) repo
|
| 9 |
+
|
| 10 |
+
```bibtex
|
| 11 |
+
@article{amirkhani2020farstail,
|
| 12 |
+
title={FarsTail: A Persian Natural Language Inference Dataset},
|
| 13 |
+
author={Hossein Amirkhani, Mohammad Azari Jafari, Azadeh Amirak, Zohreh Pourjafari, Soroush Faridan Jahromi, and Zeinab Kouhkan},
|
| 14 |
+
journal={arXiv preprint arXiv:2009.08820},
|
| 15 |
+
year={2020}
|
| 16 |
+
}
|
| 17 |
+
```
|