holylovenia
commited on
Commit
•
b3a2e60
1
Parent(s):
53381fe
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
tags:
|
4 |
+
- semantic-similarity
|
5 |
+
language:
|
6 |
+
- ind
|
7 |
+
---
|
8 |
+
|
9 |
+
# id_sts
|
10 |
+
|
11 |
+
SemEval is a series of international natural language processing (NLP) research workshops whose mission is
|
12 |
+
|
13 |
+
to advance the current state of the art in semantic analysis and to help create high-quality annotated datasets in a
|
14 |
+
|
15 |
+
range of increasingly challenging problems in natural language semantics. This is a translated version of SemEval Dataset
|
16 |
+
|
17 |
+
from 2012-2016 for Semantic Textual Similarity Task to Indonesian language.
|
18 |
+
|
19 |
+
## Dataset Usage
|
20 |
+
|
21 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
22 |
+
|
23 |
+
## Citation
|
24 |
+
|
25 |
+
```
|
26 |
+
|
27 |
+
```
|
28 |
+
|
29 |
+
## License
|
30 |
+
|
31 |
+
Unknown
|
32 |
+
|
33 |
+
## Homepage
|
34 |
+
|
35 |
+
[https://github.com/ahmadizzan/sts-indo](https://github.com/ahmadizzan/sts-indo)
|
36 |
+
|
37 |
+
### NusaCatalogue
|
38 |
+
|
39 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|