Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
German
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,11 +60,11 @@ configs:
|
|
| 60 |
path: queries.jsonl
|
| 61 |
---
|
| 62 |
|
| 63 |
-
**
|
| 64 |
|
| 65 |
- Original link: https://github.com/lavis-nlp/GerDaLIR
|
| 66 |
- The dataset consists of documents, passages and relevance labels in German.
|
| 67 |
-
- The corpus set consists of a collection of legal documents.
|
| 68 |
- The query set comprises passages that refer to one or more documents within the corpus set.
|
| 69 |
|
| 70 |
**Usage**
|
|
@@ -72,7 +72,7 @@ configs:
|
|
| 72 |
import datasets
|
| 73 |
|
| 74 |
# Download the dataset
|
| 75 |
-
queries = datasets.load_dataset("mteb/
|
| 76 |
-
documents = datasets.load_dataset("mteb/
|
| 77 |
-
pair_labels = datasets.load_dataset("mteb/
|
| 78 |
```
|
|
|
|
| 60 |
path: queries.jsonl
|
| 61 |
---
|
| 62 |
|
| 63 |
+
**GerDaLIRSmall**
|
| 64 |
|
| 65 |
- Original link: https://github.com/lavis-nlp/GerDaLIR
|
| 66 |
- The dataset consists of documents, passages and relevance labels in German.
|
| 67 |
+
- The corpus set consists of a collection of legal documents. Unlike the original dataset, we exclusively select documents that are paired.
|
| 68 |
- The query set comprises passages that refer to one or more documents within the corpus set.
|
| 69 |
|
| 70 |
**Usage**
|
|
|
|
| 72 |
import datasets
|
| 73 |
|
| 74 |
# Download the dataset
|
| 75 |
+
queries = datasets.load_dataset("mteb/GerDaLIRSmall", "queries")
|
| 76 |
+
documents = datasets.load_dataset("mteb/GerDaLIRSmall", "corpus")
|
| 77 |
+
pair_labels = datasets.load_dataset("mteb/GerDaLIRSmall", "default")
|
| 78 |
```
|