BlackKakapo commited on
Commit
bf66a11
·
verified ·
1 Parent(s): 3930108

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RO-STS-Corpus
2
+
3
+ ## Overview
4
+ RO-STS-Corpus is a Romanian Semantic Textual Similarity (STS) dataset designed for evaluating and training sentence embedding models. It contains pairs of Romanian sentences along with similarity scores that indicate the degree of semantic equivalence between them.
5
+
6
+ ## Dataset Structure
7
+ - **sentence1**: The first sentence in the pair.
8
+ - **sentence2**: The second sentence in the pair.
9
+ - **score**: A numerical value representing the semantic similarity between the two sentences, normalized between 0 and 1.
10
+
11
+ ## Usage
12
+ This dataset can be used for:
13
+ - Fine-tuning and evaluating sentence embedding models for Romanian.
14
+ - Research on semantic textual similarity and natural language understanding (NLU) in Romanian.
15
+ - Cross-lingual transfer learning experiments.
16
+
17
+ ## License
18
+ The license for this dataset will be specified in future updates.
19
+
20
+ ## Citation
21
+ If you use RO-STS-Corpus in your research, please cite this dataset as follows:
22
+ ```
23
+ @misc{ro_sts_corpus,
24
+ title={RO-STS-Corpus: A Romanian Semantic Textual Similarity Dataset},
25
+ author={TBD},
26
+ year={2024},
27
+ url={https://github.com/...} % Update with actual link
28
+ }
29
+ ```
30
+
31
+ ## Acknowledgments
32
+ We acknowledge contributions from various resources used in compiling and annotating this dataset.
33
+
34
+ ---
35
+ Further details and additional metadata will be added in future versions.
36
+