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/AILACasedocs", "queries")
|
57 |
+
documents = datasets.load_dataset("embedding-benchmark/AILACasedocs", "corpus")
|
58 |
+
pair_labels = datasets.load_dataset("embedding-benchmark/AILACasedocs", "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": "FCIX3BYOtD", "score": 1}
|
2 |
+
{"query-id": "00001", "corpus-id": "QMgV0Lh8Wv", "score": 1}
|
3 |
+
{"query-id": "00002", "corpus-id": "3UDqpNVGMr", "score": 1}
|
4 |
+
{"query-id": "00003", "corpus-id": "ZDYUvh7i71", "score": 1}
|
5 |
+
{"query-id": "00004", "corpus-id": "tST18iwItC", "score": 1}
|
6 |
+
{"query-id": "00005", "corpus-id": "QR6FEecAtp", "score": 1}
|
7 |
+
{"query-id": "00006", "corpus-id": "JHS64k2k59", "score": 1}
|
8 |
+
{"query-id": "00007", "corpus-id": "pkObaWoukd", "score": 1}
|
9 |
+
{"query-id": "00008", "corpus-id": "rsK9EjHvIH", "score": 1}
|
10 |
+
{"query-id": "00009", "corpus-id": "JLQ6xVJGyO", "score": 1}
|
11 |
+
{"query-id": "00010", "corpus-id": "2qFl41sNLj", "score": 1}
|
12 |
+
{"query-id": "00011", "corpus-id": "ILft9SGVZe", "score": 1}
|
13 |
+
{"query-id": "00012", "corpus-id": "GCLgR0OVSn", "score": 1}
|
14 |
+
{"query-id": "00013", "corpus-id": "4efLerNHu9", "score": 1}
|
15 |
+
{"query-id": "00014", "corpus-id": "JLQ6xVJGyO", "score": 1}
|
16 |
+
{"query-id": "00015", "corpus-id": "6UmFFciuDC", "score": 1}
|
17 |
+
{"query-id": "00016", "corpus-id": "9NIQ0Wobtq", "score": 1}
|
18 |
+
{"query-id": "00017", "corpus-id": "RBT7qYHDBT", "score": 1}
|
19 |
+
{"query-id": "00018", "corpus-id": "TtLFxJpRa5", "score": 1}
|
20 |
+
{"query-id": "00019", "corpus-id": "P9K63LSFZH", "score": 1}
|
21 |
+
{"query-id": "00020", "corpus-id": "BnD3XkfFNu", "score": 1}
|
22 |
+
{"query-id": "00021", "corpus-id": "Y7gbtP7ySe", "score": 1}
|
23 |
+
{"query-id": "00022", "corpus-id": "xavU07zUHL", "score": 1}
|
24 |
+
{"query-id": "00023", "corpus-id": "YxPY8EcFK1", "score": 1}
|
25 |
+
{"query-id": "00024", "corpus-id": "AwFv0Yg7NZ", "score": 1}
|
26 |
+
{"query-id": "00025", "corpus-id": "uPGtk4vvVS", "score": 1}
|
27 |
+
{"query-id": "00026", "corpus-id": "r9HE60Dlgk", "score": 1}
|
28 |
+
{"query-id": "00027", "corpus-id": "u8zF9OHzlw", "score": 1}
|
29 |
+
{"query-id": "00028", "corpus-id": "6jOSL0IZbc", "score": 1}
|
30 |
+
{"query-id": "00029", "corpus-id": "MbyIbNiCdx", "score": 1}
|
31 |
+
{"query-id": "00030", "corpus-id": "g00rVq4jB6", "score": 1}
|
32 |
+
{"query-id": "00031", "corpus-id": "GNdzSgVaI5", "score": 1}
|
33 |
+
{"query-id": "00032", "corpus-id": "uhvPU1S8Lv", "score": 1}
|
34 |
+
{"query-id": "00033", "corpus-id": "3MsHarAJOC", "score": 1}
|
35 |
+
{"query-id": "00034", "corpus-id": "JXke1Mo4iC", "score": 1}
|
36 |
+
{"query-id": "00035", "corpus-id": "NAp0mxDoJJ", "score": 1}
|
37 |
+
{"query-id": "00036", "corpus-id": "NQLlpIn8sr", "score": 1}
|
38 |
+
{"query-id": "00037", "corpus-id": "0lnXv2Rra6", "score": 1}
|
39 |
+
{"query-id": "00038", "corpus-id": "3npgW2zMj5", "score": 1}
|
40 |
+
{"query-id": "00039", "corpus-id": "PKY6gob2I4", "score": 1}
|
41 |
+
{"query-id": "00040", "corpus-id": "jdg3vSFkpB", "score": 1}
|
42 |
+
{"query-id": "00041", "corpus-id": "ln6Eoie0gV", "score": 1}
|
43 |
+
{"query-id": "00042", "corpus-id": "HSUPwePut0", "score": 1}
|
44 |
+
{"query-id": "00043", "corpus-id": "jQzW52Tdim", "score": 1}
|
45 |
+
{"query-id": "00044", "corpus-id": "wW1uhw3U3x", "score": 1}
|
46 |
+
{"query-id": "00045", "corpus-id": "fSEVQOEXfn", "score": 1}
|
47 |
+
{"query-id": "00046", "corpus-id": "YxPY8EcFK1", "score": 1}
|
48 |
+
{"query-id": "00047", "corpus-id": "nBvbdFo9xb", "score": 1}
|
49 |
+
{"query-id": "00048", "corpus-id": "LVOkVEUVB5", "score": 1}
|
50 |
+
{"query-id": "00049", "corpus-id": "QMgV0Lh8Wv", "score": 1}
|