BayanDuygu
commited on
Commit
•
53961e8
1
Parent(s):
07900ee
added more dataset info
Browse files
README.md
CHANGED
@@ -332,10 +332,12 @@ The inspiration is clearly the original GLUE benchmark.
|
|
332 |
|
333 |
|
334 |
**TrCOLA** The original **C**orpus **o**f **L**inguistic **A**cceptability consists of sentences compiled from English literature textbooks. The task is to determine if the sentences are grammatically correct and acceptable sentences.
|
335 |
-
Our corpus is also compiled from Turkish linguistic textbooks and include morphological, syntactic and semantic violations.
|
|
|
336 |
|
337 |
**TrSST-2** The Stanford Sentiment Treebank is a sentiment analysis dataset includes sentences from movie reviews, annotated by human annotators.
|
338 |
-
The task is to predict the sentiment of a given sentence. Our dataset is compiled from movie review websites, both reviews and sentiment ratings are compiled from those websites.
|
|
|
339 |
|
340 |
### Sentence Pair Tasks
|
341 |
|
@@ -392,7 +394,7 @@ For more information about dataset statistics, please visit the [research paper]
|
|
392 |
## Dataset Curation
|
393 |
|
394 |
Some of the datasets are translates of original GLUE sets, some of the datasets are compiled by us. TrSST-2 is scraped from Turkish movie review websites, Sinefil and Beyazperde.
|
395 |
-
TrCOLA is compiled from openly available linguistic books, then generated violation
|
396 |
LLM [Snowflake Arctic](https://www.snowflake.com/en/blog/arctic-open-efficient-foundation-language-models-snowflake/) and
|
397 |
then curated by the data company [Co-one](https://www.co-one.co/).
|
398 |
For more information please refer to the [TrCOLA's standalone repo](https://huggingface.co/datasets/turkish-nlp-suite/TrCOLA) and the [research paper]().
|
|
|
332 |
|
333 |
|
334 |
**TrCOLA** The original **C**orpus **o**f **L**inguistic **A**cceptability consists of sentences compiled from English literature textbooks. The task is to determine if the sentences are grammatically correct and acceptable sentences.
|
335 |
+
Our corpus is also compiled from Turkish linguistic textbooks and include morphological, syntactic and semantic violations.
|
336 |
+
This dataset also has a [standalone repo on HuggingFace](https://huggingface.co/datasets/turkish-nlp-suite/TrCOLA).
|
337 |
|
338 |
**TrSST-2** The Stanford Sentiment Treebank is a sentiment analysis dataset includes sentences from movie reviews, annotated by human annotators.
|
339 |
+
The task is to predict the sentiment of a given sentence. Our dataset is compiled from movie review websites BeyazPerde.com and Sinefil.com, both reviews and sentiment ratings are compiled from those websites.
|
340 |
+
Here we offer a binary classification task to be compatible with the original GLUE task, however we offer a 10-way classification challenge in this dataset's [standalone HuggingFace repo](https://huggingface.co/datasets/turkish-nlp-suite/BuyukSinema).
|
341 |
|
342 |
### Sentence Pair Tasks
|
343 |
|
|
|
394 |
## Dataset Curation
|
395 |
|
396 |
Some of the datasets are translates of original GLUE sets, some of the datasets are compiled by us. TrSST-2 is scraped from Turkish movie review websites, Sinefil and Beyazperde.
|
397 |
+
TrCOLA is compiled from openly available linguistic books, then generated violation by the
|
398 |
LLM [Snowflake Arctic](https://www.snowflake.com/en/blog/arctic-open-efficient-foundation-language-models-snowflake/) and
|
399 |
then curated by the data company [Co-one](https://www.co-one.co/).
|
400 |
For more information please refer to the [TrCOLA's standalone repo](https://huggingface.co/datasets/turkish-nlp-suite/TrCOLA) and the [research paper]().
|