Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
< 1K
Tags:
text-retrieval
Upload folder using huggingface_hub
Browse files- README.md +59 -0
- corpus.jsonl +0 -0
- queries.jsonl +0 -0
- relevance.jsonl +50 -0
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-retrieval
|
| 4 |
+
task_ids:
|
| 5 |
+
- document-retrieval
|
| 6 |
+
config_names:
|
| 7 |
+
- corpus
|
| 8 |
+
tags:
|
| 9 |
+
- text-retrieval
|
| 10 |
+
dataset_info:
|
| 11 |
+
- config_name: default
|
| 12 |
+
features:
|
| 13 |
+
- name: query-id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: corpus-id
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: score
|
| 18 |
+
dtype: float64
|
| 19 |
+
- config_name: corpus
|
| 20 |
+
features:
|
| 21 |
+
- name: id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: title
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: text
|
| 26 |
+
dtype: string
|
| 27 |
+
- config_name: queries
|
| 28 |
+
features:
|
| 29 |
+
- name: id
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: text
|
| 32 |
+
dtype: string
|
| 33 |
+
configs:
|
| 34 |
+
- config_name: default
|
| 35 |
+
data_files:
|
| 36 |
+
- split: test
|
| 37 |
+
path: relevance.jsonl
|
| 38 |
+
- config_name: corpus
|
| 39 |
+
data_files:
|
| 40 |
+
- split: corpus
|
| 41 |
+
path: corpus.jsonl
|
| 42 |
+
- config_name: queries
|
| 43 |
+
data_files:
|
| 44 |
+
- split: queries
|
| 45 |
+
path: queries.jsonl
|
| 46 |
+
---
|
| 47 |
+
|
| 48 |
+
- The corpus set consists of the legal documents.
|
| 49 |
+
- The query set includes questions pertaining to legal documents.
|
| 50 |
+
|
| 51 |
+
**Usage**
|
| 52 |
+
```
|
| 53 |
+
import datasets
|
| 54 |
+
|
| 55 |
+
# Download the dataset
|
| 56 |
+
queries = datasets.load_dataset("embedding-benchmark/AILAStatutes", "queries")
|
| 57 |
+
documents = datasets.load_dataset("embedding-benchmark/AILAStatutes", "corpus")
|
| 58 |
+
pair_labels = datasets.load_dataset("embedding-benchmark/AILAStatutes", "default")
|
| 59 |
+
```
|
corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
queries.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
relevance.jsonl
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"query-id": "00000", "corpus-id": "gAk7Gdp0CX", "score": 1}
|
| 2 |
+
{"query-id": "00001", "corpus-id": "AwFv0Yg7NZ", "score": 1}
|
| 3 |
+
{"query-id": "00002", "corpus-id": "eNo41eoPni", "score": 1}
|
| 4 |
+
{"query-id": "00003", "corpus-id": "8JHUdKF0j7", "score": 1}
|
| 5 |
+
{"query-id": "00004", "corpus-id": "TtLFxJpRa5", "score": 1}
|
| 6 |
+
{"query-id": "00005", "corpus-id": "ld6DYyeNdj", "score": 1}
|
| 7 |
+
{"query-id": "00006", "corpus-id": "CtlRJoWcUR", "score": 1}
|
| 8 |
+
{"query-id": "00007", "corpus-id": "DO4lKNEfvu", "score": 1}
|
| 9 |
+
{"query-id": "00008", "corpus-id": "YsP6ihgIqL", "score": 1}
|
| 10 |
+
{"query-id": "00009", "corpus-id": "qWCA79ISjs", "score": 1}
|
| 11 |
+
{"query-id": "00010", "corpus-id": "BnD3XkfFNu", "score": 1}
|
| 12 |
+
{"query-id": "00011", "corpus-id": "TP9gyv1plB", "score": 1}
|
| 13 |
+
{"query-id": "00012", "corpus-id": "u8zF9OHzlw", "score": 1}
|
| 14 |
+
{"query-id": "00013", "corpus-id": "ZESFqZ8pIx", "score": 1}
|
| 15 |
+
{"query-id": "00014", "corpus-id": "nuVxUZpfbH", "score": 1}
|
| 16 |
+
{"query-id": "00015", "corpus-id": "9OBGhnuKon", "score": 1}
|
| 17 |
+
{"query-id": "00016", "corpus-id": "6JDWYlgAAC", "score": 1}
|
| 18 |
+
{"query-id": "00017", "corpus-id": "3npgW2zMj5", "score": 1}
|
| 19 |
+
{"query-id": "00018", "corpus-id": "nuVxUZpfbH", "score": 1}
|
| 20 |
+
{"query-id": "00019", "corpus-id": "f7ZJ69PqcU", "score": 1}
|
| 21 |
+
{"query-id": "00020", "corpus-id": "QMgV0Lh8Wv", "score": 1}
|
| 22 |
+
{"query-id": "00021", "corpus-id": "B19sMLT6mn", "score": 1}
|
| 23 |
+
{"query-id": "00022", "corpus-id": "QR6FEecAtp", "score": 1}
|
| 24 |
+
{"query-id": "00023", "corpus-id": "TtLFxJpRa5", "score": 1}
|
| 25 |
+
{"query-id": "00024", "corpus-id": "YsP6ihgIqL", "score": 1}
|
| 26 |
+
{"query-id": "00025", "corpus-id": "4HZKjht3X1", "score": 1}
|
| 27 |
+
{"query-id": "00026", "corpus-id": "OjkeaBKsoR", "score": 1}
|
| 28 |
+
{"query-id": "00027", "corpus-id": "qWCA79ISjs", "score": 1}
|
| 29 |
+
{"query-id": "00028", "corpus-id": "gMXAdx9G81", "score": 1}
|
| 30 |
+
{"query-id": "00029", "corpus-id": "nnBbuQzkCh", "score": 1}
|
| 31 |
+
{"query-id": "00030", "corpus-id": "SmNqE40fAr", "score": 1}
|
| 32 |
+
{"query-id": "00031", "corpus-id": "td26fEeVVh", "score": 1}
|
| 33 |
+
{"query-id": "00032", "corpus-id": "Y7gbtP7ySe", "score": 1}
|
| 34 |
+
{"query-id": "00033", "corpus-id": "QsKDGAUuRq", "score": 1}
|
| 35 |
+
{"query-id": "00034", "corpus-id": "aVNqTIAae2", "score": 1}
|
| 36 |
+
{"query-id": "00035", "corpus-id": "NbrnTP3fAb", "score": 1}
|
| 37 |
+
{"query-id": "00036", "corpus-id": "td26fEeVVh", "score": 1}
|
| 38 |
+
{"query-id": "00037", "corpus-id": "QMgV0Lh8Wv", "score": 1}
|
| 39 |
+
{"query-id": "00038", "corpus-id": "22wjZRL9Oa", "score": 1}
|
| 40 |
+
{"query-id": "00039", "corpus-id": "18Y2bTu5X1", "score": 1}
|
| 41 |
+
{"query-id": "00040", "corpus-id": "f7ZJ69PqcU", "score": 1}
|
| 42 |
+
{"query-id": "00041", "corpus-id": "SmNqE40fAr", "score": 1}
|
| 43 |
+
{"query-id": "00042", "corpus-id": "850kEnydx9", "score": 1}
|
| 44 |
+
{"query-id": "00043", "corpus-id": "VHWGaub52Z", "score": 1}
|
| 45 |
+
{"query-id": "00044", "corpus-id": "nuVxUZpfbH", "score": 1}
|
| 46 |
+
{"query-id": "00045", "corpus-id": "YqWg21nYCs", "score": 1}
|
| 47 |
+
{"query-id": "00046", "corpus-id": "9vOWOU6mbj", "score": 1}
|
| 48 |
+
{"query-id": "00047", "corpus-id": "Y7gbtP7ySe", "score": 1}
|
| 49 |
+
{"query-id": "00048", "corpus-id": "nnBbuQzkCh", "score": 1}
|
| 50 |
+
{"query-id": "00049", "corpus-id": "AwFv0Yg7NZ", "score": 1}
|