Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,21 @@ dataset_info:
|
|
23 |
num_examples: 23861
|
24 |
download_size: 162843573
|
25 |
dataset_size: 279093667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
# Dataset Card for "econo-pairs"
|
28 |
|
|
|
|
|
|
|
29 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
23 |
num_examples: 23861
|
24 |
download_size: 162843573
|
25 |
dataset_size: 279093667
|
26 |
+
license: apache-2.0
|
27 |
+
task_categories:
|
28 |
+
- sentence-similarity
|
29 |
+
language:
|
30 |
+
- en
|
31 |
+
tags:
|
32 |
+
- economics
|
33 |
+
- finance
|
34 |
+
- politics
|
35 |
+
size_categories:
|
36 |
+
- 10K<n<100K
|
37 |
---
|
38 |
# Dataset Card for "econo-pairs"
|
39 |
|
40 |
+
Econo-pairs is a dataset made of pairs of sentences extracted from worldwide central banks speeches and other public financial institutions. Each pair is labelled as a positive (1) or negative (0) one.
|
41 |
+
Positive pairs are made of sentences extracted from the same speech. Negative pairs are made of sentences extracted from a random other speech.
|
42 |
+
|
43 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|