figenfikri
commited on
Commit
•
1a41ab2
1
Parent(s):
0d8df34
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language_creators:
|
5 |
+
- machine-generated
|
6 |
+
language:
|
7 |
+
- tr
|
8 |
+
multilinguality:
|
9 |
+
- monolingual
|
10 |
+
pretty_name: Semantic Textual Similarity in Turkish
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
source_datasets:
|
14 |
+
- extended|other-sts-b
|
15 |
+
task_categories:
|
16 |
+
- text-classification
|
17 |
+
task_ids:
|
18 |
+
- text-scoring
|
19 |
+
- semantic-similarity-scoring
|
20 |
+
---
|
21 |
+
|
22 |
+
## Dataset Description
|
23 |
+
|
24 |
+
Repository: https://github.com/verimsu/STSb-TR
|
25 |
+
|
26 |
+
### Dataset Summary
|
27 |
+
|
28 |
+
STSb-TR dataset is the machine translated version of English STS benchmark dataset using Google Cloud Translation API.
|
29 |
+
|
30 |
+
### Citation
|
31 |
+
```
|
32 |
+
@inproceedings{beken-fikri-etal-2021-semantic,
|
33 |
+
title = "Semantic Similarity Based Evaluation for Abstractive News Summarization",
|
34 |
+
author = "Beken Fikri, Figen and Oflazer, Kemal and Yanikoglu, Berrin",
|
35 |
+
booktitle = "Proceedings of the 1st Workshop on Natural Language Generation, Evaluation, and Metrics (GEM 2021)",
|
36 |
+
month = aug,
|
37 |
+
year = "2021",
|
38 |
+
address = "Online",
|
39 |
+
publisher = "Association for Computational Linguistics",
|
40 |
+
url = "https://aclanthology.org/2021.gem-1.3",
|
41 |
+
doi = "10.18653/v1/2021.gem-1.3",
|
42 |
+
pages = "24--33",
|
43 |
+
abstract = "ROUGE is a widely used evaluation metric in text summarization. However, it is not suitable for the evaluation of abstractive summarization systems as it relies on lexical overlap between the gold standard and the generated summaries. This limitation becomes more apparent for agglutinative languages with very large vocabularies and high type/token ratios. In this paper, we present semantic similarity models for Turkish and apply them as evaluation metrics for an abstractive summarization task. To achieve this, we translated the English STSb dataset into Turkish and presented the first semantic textual similarity dataset for Turkish as well. We showed that our best similarity models have better alignment with average human judgments compared to ROUGE in both Pearson and Spearman correlations.",
|
44 |
+
}
|
45 |
+
```
|