user commited on
Commit ·
c9f8194
1
Parent(s): dd021dd
Upload
Browse files- README.md +3 -3
- train.jsonl.zst +3 -0
- validation.jsonl.zst +3 -0
README.md
CHANGED
|
@@ -43,13 +43,13 @@ Each example in the dataset contains the following fields:
|
|
| 43 |
| Split | Number of Examples |
|
| 44 |
| --- | ---: |
|
| 45 |
| `train` | 100 000 |
|
| 46 |
-
| `validation` | 20 
|
| 47 |
|
| 48 |
## Sampling & Tokenization Strategy
|
| 49 |
|
| 50 |
* **Sampling:** For each example, a span length $n$ is uniformly selected from {16, 32, 64, 128, 256, 512}. Anchor and positive spans are drawn from the same source document, while the negative span is drawn independently from a different document.
|
| 51 |
* **Tokenization:** Spans are measured using token counts produced by [`FacebookAI/xlm-roberta-base`](https://huggingface.co/FacebookAI/xlm-roberta-base). Because subword tokenization is used, exact character and word lengths will vary across samples even for the same nominal length value.
|
| 52 |
-
* **Filtering:** Negative examples are included only if its token-level Jaccard similarity with the anchor is below 0.2
|
| 53 |
|
| 54 |
## Intended Use
|
| 55 |
|
|
@@ -81,4 +81,4 @@ Please refer to the original source repositories for detailed information regard
|
|
| 81 |
|
| 82 |
## Citation
|
| 83 |
|
| 84 |
-
If you use this dataset in your work, please cite this repository along with the underlying source datasets.
|
|
|
|
| 43 |
| Split | Number of Examples |
|
| 44 |
| --- | ---: |
|
| 45 |
| `train` | 100 000 |
|
| 46 |
+
| `validation` | 20 100 |
|
| 47 |
|
| 48 |
## Sampling & Tokenization Strategy
|
| 49 |
|
| 50 |
* **Sampling:** For each example, a span length $n$ is uniformly selected from {16, 32, 64, 128, 256, 512}. Anchor and positive spans are drawn from the same source document, while the negative span is drawn independently from a different document.
|
| 51 |
* **Tokenization:** Spans are measured using token counts produced by [`FacebookAI/xlm-roberta-base`](https://huggingface.co/FacebookAI/xlm-roberta-base). Because subword tokenization is used, exact character and word lengths will vary across samples even for the same nominal length value.
|
| 52 |
+
* **Filtering:** Negative examples are included only if its token-level Jaccard similarity with the anchor is below 0.2.
|
| 53 |
|
| 54 |
## Intended Use
|
| 55 |
|
|
|
|
| 81 |
|
| 82 |
## Citation
|
| 83 |
|
| 84 |
+
If you use this dataset in your work, please cite this repository along with the underlying source datasets.
|
train.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9b309e43abdf8f5aab6ca14f37835363d20bc8d08a83534df7a15fe286e9521
|
| 3 |
+
size 60340037
|
validation.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de694c7700a70ae9decb1a09f04b235d376c200e965fd9978dbb5626df3bba5
|
| 3 |
+
size 12158701
|