Datasets:
shmuhammad
commited on
Commit
•
d554682
1
Parent(s):
7ce622a
Update README.md
Browse files
README.md
CHANGED
@@ -428,12 +428,17 @@ The SemRel2024 dataset covers the following 14 languages:
|
|
428 |
|
429 |
Each instance in the dataset consists of two text segments and a relatedness score indicating the degree of semantic relatedness between them.
|
430 |
|
|
|
431 |
{
|
432 |
"text1": "string",
|
433 |
"text2": "string",
|
434 |
"score": float
|
435 |
}
|
436 |
|
|
|
|
|
|
|
|
|
437 |
- text1: a string feature representing the first text segment.
|
438 |
- text2: a string feature representing the second text segment.
|
439 |
- score: a float value representing the semantic relatedness score between text1 and text2, typically ranging from 0 (not related at all) to 5 (highly related).
|
|
|
428 |
|
429 |
Each instance in the dataset consists of two text segments and a relatedness score indicating the degree of semantic relatedness between them.
|
430 |
|
431 |
+
```
|
432 |
{
|
433 |
"text1": "string",
|
434 |
"text2": "string",
|
435 |
"score": float
|
436 |
}
|
437 |
|
438 |
+
tweet: a string feature.
|
439 |
+
label: a classification label, with possible values including positive, negative and neutral.
|
440 |
+
```
|
441 |
+
|
442 |
- text1: a string feature representing the first text segment.
|
443 |
- text2: a string feature representing the second text segment.
|
444 |
- score: a float value representing the semantic relatedness score between text1 and text2, typically ranging from 0 (not related at all) to 5 (highly related).
|