Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
1K - 10K
Tags:
text-retrieval
Add
Browse files- .gitattributes +2 -0
- README.md +78 -0
- corpus.jsonl +3 -0
- qrels/test.jsonl +439 -0
- queries.jsonl +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
corpus.jsonl filter=lfs diff=lfs merge=lfs -text
|
57 |
+
queries.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- text-retrieval
|
8 |
+
source_datasets:
|
9 |
+
- https://github.com/lauramanor/legal_summarization
|
10 |
+
task_ids:
|
11 |
+
- document-retrieval
|
12 |
+
config_names:
|
13 |
+
- corpus
|
14 |
+
tags:
|
15 |
+
- text-retrieval
|
16 |
+
dataset_info:
|
17 |
+
- config_name: default
|
18 |
+
features:
|
19 |
+
- name: query-id
|
20 |
+
dtype: string
|
21 |
+
- name: corpus-id
|
22 |
+
dtype: string
|
23 |
+
- name: score
|
24 |
+
dtype: float64
|
25 |
+
splits:
|
26 |
+
- name: test
|
27 |
+
num_examples: 439
|
28 |
+
- config_name: corpus
|
29 |
+
features:
|
30 |
+
- name: _id
|
31 |
+
dtype: string
|
32 |
+
- name: title
|
33 |
+
dtype: string
|
34 |
+
- name: text
|
35 |
+
dtype: string
|
36 |
+
splits:
|
37 |
+
- name: corpus
|
38 |
+
num_examples: 438
|
39 |
+
- config_name: queries
|
40 |
+
features:
|
41 |
+
- name: _id
|
42 |
+
dtype: string
|
43 |
+
- name: text
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: queries
|
47 |
+
num_examples: 284
|
48 |
+
configs:
|
49 |
+
- config_name: default
|
50 |
+
data_files:
|
51 |
+
- split: test
|
52 |
+
path: qrels/test.jsonl
|
53 |
+
- config_name: corpus
|
54 |
+
data_files:
|
55 |
+
- split: corpus
|
56 |
+
path: corpus.jsonl
|
57 |
+
- config_name: queries
|
58 |
+
data_files:
|
59 |
+
- split: queries
|
60 |
+
path: queries.jsonl
|
61 |
+
---
|
62 |
+
|
63 |
+
**Legal_summarization**
|
64 |
+
|
65 |
+
- Original link: https://github.com/lauramanor/legal_summarization
|
66 |
+
- The dataset consistes of 439 pairs of contracts and their summarizations from [https://tldrlegal.com](https://tldrlegal.com/) and https://tosdr.org/.
|
67 |
+
- The query set consists of contract summaries. There are 284 queries.
|
68 |
+
- The corpus set comprises the contracts. There are 438 contracts in the corpus.
|
69 |
+
|
70 |
+
**Usage**
|
71 |
+
```
|
72 |
+
import datasets
|
73 |
+
|
74 |
+
# Download the dataset
|
75 |
+
queries = datasets.load_dataset("mteb/legal_summarization", "queries")
|
76 |
+
documents = datasets.load_dataset("mteb/legal_summarization", "corpus")
|
77 |
+
pair_labels = datasets.load_dataset("mteb/legal_summarization", "default")
|
78 |
+
```
|
corpus.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab5214fe608960f0f4b88ec521a50c068942f380b0f133b5e8b0e19ae172d9bc
|
3 |
+
size 286156
|
qrels/test.jsonl
ADDED
@@ -0,0 +1,439 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"query-id": "00000", "corpus-id": "riLRc3uoU5", "score": 1}
|
2 |
+
{"query-id": "00001", "corpus-id": "OZM4OtBJTf", "score": 1}
|
3 |
+
{"query-id": "00002", "corpus-id": "byVfqjO2tp", "score": 1}
|
4 |
+
{"query-id": "00003", "corpus-id": "SMjzQ1fgUK", "score": 1}
|
5 |
+
{"query-id": "00004", "corpus-id": "mRtv5XqhPx", "score": 1}
|
6 |
+
{"query-id": "00005", "corpus-id": "NmMsvP8O7F", "score": 1}
|
7 |
+
{"query-id": "00006", "corpus-id": "18Y2bTu5X1", "score": 1}
|
8 |
+
{"query-id": "00007", "corpus-id": "SstzyshA6P", "score": 1}
|
9 |
+
{"query-id": "00008", "corpus-id": "LVOkVEUVB5", "score": 1}
|
10 |
+
{"query-id": "00009", "corpus-id": "RcoreogrNw", "score": 1}
|
11 |
+
{"query-id": "00010", "corpus-id": "XRvj7uff0L", "score": 1}
|
12 |
+
{"query-id": "00011", "corpus-id": "kxTH3fKMDb", "score": 1}
|
13 |
+
{"query-id": "00012", "corpus-id": "zgEz6cwB61", "score": 1}
|
14 |
+
{"query-id": "00013", "corpus-id": "HkOwOZGx4G", "score": 1}
|
15 |
+
{"query-id": "00014", "corpus-id": "HfnnuwnUG9", "score": 1}
|
16 |
+
{"query-id": "00015", "corpus-id": "5QHXw3HNfV", "score": 1}
|
17 |
+
{"query-id": "00016", "corpus-id": "uJJEvQdgWC", "score": 1}
|
18 |
+
{"query-id": "00017", "corpus-id": "OwOc8QyU7A", "score": 1}
|
19 |
+
{"query-id": "00018", "corpus-id": "A4dhjkuRv6", "score": 1}
|
20 |
+
{"query-id": "00019", "corpus-id": "MbyIbNiCdx", "score": 1}
|
21 |
+
{"query-id": "00020", "corpus-id": "RBT7qYHDBT", "score": 1}
|
22 |
+
{"query-id": "00021", "corpus-id": "QR6FEecAtp", "score": 1}
|
23 |
+
{"query-id": "00022", "corpus-id": "JXke1Mo4iC", "score": 1}
|
24 |
+
{"query-id": "00023", "corpus-id": "ndZ4szi6sE", "score": 1}
|
25 |
+
{"query-id": "00024", "corpus-id": "L2lVSID1u7", "score": 1}
|
26 |
+
{"query-id": "00025", "corpus-id": "blZZpC4RqZ", "score": 1}
|
27 |
+
{"query-id": "00026", "corpus-id": "7nJ6iUo8k2", "score": 1}
|
28 |
+
{"query-id": "00027", "corpus-id": "AwFv0Yg7NZ", "score": 1}
|
29 |
+
{"query-id": "00028", "corpus-id": "ekoZy3uUi9", "score": 1}
|
30 |
+
{"query-id": "00029", "corpus-id": "Q0OsGFUsd3", "score": 1}
|
31 |
+
{"query-id": "00030", "corpus-id": "iVUi9iGaOB", "score": 1}
|
32 |
+
{"query-id": "00031", "corpus-id": "NQLlpIn8sr", "score": 1}
|
33 |
+
{"query-id": "00032", "corpus-id": "3UDqpNVGMr", "score": 1}
|
34 |
+
{"query-id": "00033", "corpus-id": "aqFGJJByVK", "score": 1}
|
35 |
+
{"query-id": "00034", "corpus-id": "fRN2Bqpepg", "score": 1}
|
36 |
+
{"query-id": "00035", "corpus-id": "CmDDBRtsYh", "score": 1}
|
37 |
+
{"query-id": "00036", "corpus-id": "q0Zf2pCLxb", "score": 1}
|
38 |
+
{"query-id": "00037", "corpus-id": "8dnNzoCXB1", "score": 1}
|
39 |
+
{"query-id": "00038", "corpus-id": "4efLerNHu9", "score": 1}
|
40 |
+
{"query-id": "00039", "corpus-id": "YkBzPoBrUB", "score": 1}
|
41 |
+
{"query-id": "00040", "corpus-id": "puSjjud5MP", "score": 1}
|
42 |
+
{"query-id": "00041", "corpus-id": "pmO50fSlqP", "score": 1}
|
43 |
+
{"query-id": "00042", "corpus-id": "WJhaOQtwjO", "score": 1}
|
44 |
+
{"query-id": "00043", "corpus-id": "SmNqE40fAr", "score": 1}
|
45 |
+
{"query-id": "00044", "corpus-id": "CizRUsR1S6", "score": 1}
|
46 |
+
{"query-id": "00045", "corpus-id": "k3UQrxkJ71", "score": 1}
|
47 |
+
{"query-id": "00046", "corpus-id": "ePV1AgHR8W", "score": 1}
|
48 |
+
{"query-id": "00047", "corpus-id": "8gOqY4d9n0", "score": 1}
|
49 |
+
{"query-id": "00048", "corpus-id": "FyQk8RCQan", "score": 1}
|
50 |
+
{"query-id": "00049", "corpus-id": "ov026aO0Tg", "score": 1}
|
51 |
+
{"query-id": "00050", "corpus-id": "CgkcsXtTfV", "score": 1}
|
52 |
+
{"query-id": "00051", "corpus-id": "PET3xrNikY", "score": 1}
|
53 |
+
{"query-id": "00052", "corpus-id": "zJ9oQ0O1Vf", "score": 1}
|
54 |
+
{"query-id": "00053", "corpus-id": "AEeppMKmgs", "score": 1}
|
55 |
+
{"query-id": "00054", "corpus-id": "7iP4XTx6II", "score": 1}
|
56 |
+
{"query-id": "00055", "corpus-id": "BaepZITGgr", "score": 1}
|
57 |
+
{"query-id": "00056", "corpus-id": "TKkwOc2pHd", "score": 1}
|
58 |
+
{"query-id": "00057", "corpus-id": "AsoaxzIykT", "score": 1}
|
59 |
+
{"query-id": "00058", "corpus-id": "8EE5GXTeLY", "score": 1}
|
60 |
+
{"query-id": "00059", "corpus-id": "YRsMfihslQ", "score": 1}
|
61 |
+
{"query-id": "00060", "corpus-id": "8GrgmolaHr", "score": 1}
|
62 |
+
{"query-id": "00061", "corpus-id": "axT82ExHgD", "score": 1}
|
63 |
+
{"query-id": "00062", "corpus-id": "RNsPPqLiZg", "score": 1}
|
64 |
+
{"query-id": "00063", "corpus-id": "hPInRVkLUh", "score": 1}
|
65 |
+
{"query-id": "00064", "corpus-id": "xavU07zUHL", "score": 1}
|
66 |
+
{"query-id": "00065", "corpus-id": "gAk7Gdp0CX", "score": 1}
|
67 |
+
{"query-id": "00066", "corpus-id": "aIaGr8bYPX", "score": 1}
|
68 |
+
{"query-id": "00067", "corpus-id": "O6UjCufdXI", "score": 1}
|
69 |
+
{"query-id": "00068", "corpus-id": "hDiLZ3WOGw", "score": 1}
|
70 |
+
{"query-id": "00069", "corpus-id": "ijULzIDHPn", "score": 1}
|
71 |
+
{"query-id": "00070", "corpus-id": "tUeC99enq5", "score": 1}
|
72 |
+
{"query-id": "00071", "corpus-id": "xG7YXipN2I", "score": 1}
|
73 |
+
{"query-id": "00072", "corpus-id": "NkNaqVkVEV", "score": 1}
|
74 |
+
{"query-id": "00073", "corpus-id": "uQO001xtSV", "score": 1}
|
75 |
+
{"query-id": "00074", "corpus-id": "bvfLuxsyf3", "score": 1}
|
76 |
+
{"query-id": "00075", "corpus-id": "I0YzH1D2De", "score": 1}
|
77 |
+
{"query-id": "00076", "corpus-id": "DCc8uRGZZq", "score": 1}
|
78 |
+
{"query-id": "00077", "corpus-id": "5Jqzges6X7", "score": 1}
|
79 |
+
{"query-id": "00078", "corpus-id": "QsKDGAUuRq", "score": 1}
|
80 |
+
{"query-id": "00079", "corpus-id": "YMkFBl6O7T", "score": 1}
|
81 |
+
{"query-id": "00080", "corpus-id": "FEQz0EfbVs", "score": 1}
|
82 |
+
{"query-id": "00081", "corpus-id": "QMgV0Lh8Wv", "score": 1}
|
83 |
+
{"query-id": "00082", "corpus-id": "aSQHqNgAC7", "score": 1}
|
84 |
+
{"query-id": "00083", "corpus-id": "CplTXJUk13", "score": 1}
|
85 |
+
{"query-id": "00084", "corpus-id": "qtRQVJJ8Pu", "score": 1}
|
86 |
+
{"query-id": "00085", "corpus-id": "piAMozPf8e", "score": 1}
|
87 |
+
{"query-id": "00086", "corpus-id": "GCLgR0OVSn", "score": 1}
|
88 |
+
{"query-id": "00087", "corpus-id": "P9K63LSFZH", "score": 1}
|
89 |
+
{"query-id": "00088", "corpus-id": "FJjuGhmKfF", "score": 1}
|
90 |
+
{"query-id": "00089", "corpus-id": "gatwqilBIz", "score": 1}
|
91 |
+
{"query-id": "00090", "corpus-id": "7CRBsQYXzE", "score": 1}
|
92 |
+
{"query-id": "00091", "corpus-id": "p44eyyurC2", "score": 1}
|
93 |
+
{"query-id": "00092", "corpus-id": "Cr0uIamIsM", "score": 1}
|
94 |
+
{"query-id": "00093", "corpus-id": "xNNKqYbd3B", "score": 1}
|
95 |
+
{"query-id": "00088", "corpus-id": "E4rXLvNMQS", "score": 1}
|
96 |
+
{"query-id": "00094", "corpus-id": "IMDOShVnvZ", "score": 1}
|
97 |
+
{"query-id": "00095", "corpus-id": "BGjxrzuLWO", "score": 1}
|
98 |
+
{"query-id": "00096", "corpus-id": "DO4lKNEfvu", "score": 1}
|
99 |
+
{"query-id": "00097", "corpus-id": "MrtFmYHyNZ", "score": 1}
|
100 |
+
{"query-id": "00098", "corpus-id": "S87XwXaHCP", "score": 1}
|
101 |
+
{"query-id": "00099", "corpus-id": "EJwWtnleFz", "score": 1}
|
102 |
+
{"query-id": "00100", "corpus-id": "KuLqIoDMwE", "score": 1}
|
103 |
+
{"query-id": "00101", "corpus-id": "h1Ba7mQiOj", "score": 1}
|
104 |
+
{"query-id": "00102", "corpus-id": "JLQ6xVJGyO", "score": 1}
|
105 |
+
{"query-id": "00103", "corpus-id": "YUPnmbpD0e", "score": 1}
|
106 |
+
{"query-id": "00104", "corpus-id": "iT2CwsIkL0", "score": 1}
|
107 |
+
{"query-id": "00105", "corpus-id": "zNmREpOaUV", "score": 1}
|
108 |
+
{"query-id": "00106", "corpus-id": "gMXAdx9G81", "score": 1}
|
109 |
+
{"query-id": "00107", "corpus-id": "fGcn13Dce5", "score": 1}
|
110 |
+
{"query-id": "00108", "corpus-id": "x7tirfILLW", "score": 1}
|
111 |
+
{"query-id": "00109", "corpus-id": "6UmFFciuDC", "score": 1}
|
112 |
+
{"query-id": "00079", "corpus-id": "MsFmP6wdnC", "score": 1}
|
113 |
+
{"query-id": "00110", "corpus-id": "kWCRNYdWCs", "score": 1}
|
114 |
+
{"query-id": "00106", "corpus-id": "wIptvRT1OU", "score": 1}
|
115 |
+
{"query-id": "00111", "corpus-id": "Bc3lF6k7Ha", "score": 1}
|
116 |
+
{"query-id": "00112", "corpus-id": "iv7RyK6txX", "score": 1}
|
117 |
+
{"query-id": "00113", "corpus-id": "szIdrim2GN", "score": 1}
|
118 |
+
{"query-id": "00114", "corpus-id": "DXQsedBEmL", "score": 1}
|
119 |
+
{"query-id": "00095", "corpus-id": "HteOtLAQvc", "score": 1}
|
120 |
+
{"query-id": "00115", "corpus-id": "c0PkwBM2fY", "score": 1}
|
121 |
+
{"query-id": "00083", "corpus-id": "3bYsrERg1i", "score": 1}
|
122 |
+
{"query-id": "00116", "corpus-id": "rp0QsUcYg1", "score": 1}
|
123 |
+
{"query-id": "00106", "corpus-id": "zKG5mSoyPs", "score": 1}
|
124 |
+
{"query-id": "00097", "corpus-id": "pU2fBReIdH", "score": 1}
|
125 |
+
{"query-id": "00117", "corpus-id": "JHS64k2k59", "score": 1}
|
126 |
+
{"query-id": "00106", "corpus-id": "2BR4cXsxjG", "score": 1}
|
127 |
+
{"query-id": "00118", "corpus-id": "iOnsd624MA", "score": 1}
|
128 |
+
{"query-id": "00119", "corpus-id": "LojIIf94Ch", "score": 1}
|
129 |
+
{"query-id": "00112", "corpus-id": "30pNIhsHFk", "score": 1}
|
130 |
+
{"query-id": "00120", "corpus-id": "8BZqzOlnZT", "score": 1}
|
131 |
+
{"query-id": "00096", "corpus-id": "scEm5uaP4Z", "score": 1}
|
132 |
+
{"query-id": "00121", "corpus-id": "0OPk9pkjI7", "score": 1}
|
133 |
+
{"query-id": "00096", "corpus-id": "MM0jQb6gbt", "score": 1}
|
134 |
+
{"query-id": "00111", "corpus-id": "8JHUdKF0j7", "score": 1}
|
135 |
+
{"query-id": "00122", "corpus-id": "2qFl41sNLj", "score": 1}
|
136 |
+
{"query-id": "00123", "corpus-id": "qoAxj7jXkE", "score": 1}
|
137 |
+
{"query-id": "00124", "corpus-id": "90GSWsIJyQ", "score": 1}
|
138 |
+
{"query-id": "00125", "corpus-id": "BRknyuIRRj", "score": 1}
|
139 |
+
{"query-id": "00126", "corpus-id": "mOXrcLFokc", "score": 1}
|
140 |
+
{"query-id": "00113", "corpus-id": "Y7NEkXkSE4", "score": 1}
|
141 |
+
{"query-id": "00127", "corpus-id": "IqK3yn9Ffc", "score": 1}
|
142 |
+
{"query-id": "00128", "corpus-id": "50OXirZRiR", "score": 1}
|
143 |
+
{"query-id": "00122", "corpus-id": "uPGtk4vvVS", "score": 1}
|
144 |
+
{"query-id": "00129", "corpus-id": "EitBdwaiY7", "score": 1}
|
145 |
+
{"query-id": "00130", "corpus-id": "RmUYdg2luC", "score": 1}
|
146 |
+
{"query-id": "00131", "corpus-id": "K6e3F1xsd0", "score": 1}
|
147 |
+
{"query-id": "00091", "corpus-id": "pCPZygFP0x", "score": 1}
|
148 |
+
{"query-id": "00132", "corpus-id": "6JDWYlgAAC", "score": 1}
|
149 |
+
{"query-id": "00133", "corpus-id": "3MsHarAJOC", "score": 1}
|
150 |
+
{"query-id": "00134", "corpus-id": "D04wzInjq5", "score": 1}
|
151 |
+
{"query-id": "00079", "corpus-id": "tST18iwItC", "score": 1}
|
152 |
+
{"query-id": "00135", "corpus-id": "OLsgd9N1qS", "score": 1}
|
153 |
+
{"query-id": "00136", "corpus-id": "t46xHr4YxX", "score": 1}
|
154 |
+
{"query-id": "00111", "corpus-id": "efrZ4v7rLm", "score": 1}
|
155 |
+
{"query-id": "00137", "corpus-id": "8NBQv2WNl7", "score": 1}
|
156 |
+
{"query-id": "00093", "corpus-id": "V1YFjtFi02", "score": 1}
|
157 |
+
{"query-id": "00138", "corpus-id": "ILft9SGVZe", "score": 1}
|
158 |
+
{"query-id": "00139", "corpus-id": "tTThRRk7GW", "score": 1}
|
159 |
+
{"query-id": "00140", "corpus-id": "RzhbuXMZ5f", "score": 1}
|
160 |
+
{"query-id": "00141", "corpus-id": "PLmbksf0ty", "score": 1}
|
161 |
+
{"query-id": "00142", "corpus-id": "r4Eh0C3BfQ", "score": 1}
|
162 |
+
{"query-id": "00143", "corpus-id": "QbD7WWJSKk", "score": 1}
|
163 |
+
{"query-id": "00144", "corpus-id": "4gfjlGYqyx", "score": 1}
|
164 |
+
{"query-id": "00145", "corpus-id": "9vOWOU6mbj", "score": 1}
|
165 |
+
{"query-id": "00079", "corpus-id": "DmH5RiMKpP", "score": 1}
|
166 |
+
{"query-id": "00106", "corpus-id": "DIq2AnHTmt", "score": 1}
|
167 |
+
{"query-id": "00146", "corpus-id": "JwtAapnTB0", "score": 1}
|
168 |
+
{"query-id": "00147", "corpus-id": "q1GNLLKv0M", "score": 1}
|
169 |
+
{"query-id": "00111", "corpus-id": "rsK9EjHvIH", "score": 1}
|
170 |
+
{"query-id": "00148", "corpus-id": "imzJ4CtSWE", "score": 1}
|
171 |
+
{"query-id": "00149", "corpus-id": "nlwShoYSDD", "score": 1}
|
172 |
+
{"query-id": "00127", "corpus-id": "nipuaUkxRF", "score": 1}
|
173 |
+
{"query-id": "00150", "corpus-id": "YxPY8EcFK1", "score": 1}
|
174 |
+
{"query-id": "00122", "corpus-id": "WMGAzjKV65", "score": 1}
|
175 |
+
{"query-id": "00151", "corpus-id": "UnAvwSWJfd", "score": 1}
|
176 |
+
{"query-id": "00142", "corpus-id": "7GaZpfPYe5", "score": 1}
|
177 |
+
{"query-id": "00093", "corpus-id": "v1EDLFikeN", "score": 1}
|
178 |
+
{"query-id": "00131", "corpus-id": "22wjZRL9Oa", "score": 1}
|
179 |
+
{"query-id": "00114", "corpus-id": "dYDNBuwI5p", "score": 1}
|
180 |
+
{"query-id": "00152", "corpus-id": "jQzW52Tdim", "score": 1}
|
181 |
+
{"query-id": "00153", "corpus-id": "nuVxUZpfbH", "score": 1}
|
182 |
+
{"query-id": "00154", "corpus-id": "2BGCSzOjD8", "score": 1}
|
183 |
+
{"query-id": "00131", "corpus-id": "j51I4TAtzS", "score": 1}
|
184 |
+
{"query-id": "00155", "corpus-id": "IWxHwqFEg8", "score": 1}
|
185 |
+
{"query-id": "00156", "corpus-id": "3Ic5t7KUSy", "score": 1}
|
186 |
+
{"query-id": "00112", "corpus-id": "JoqyNAbPHN", "score": 1}
|
187 |
+
{"query-id": "00157", "corpus-id": "3npgW2zMj5", "score": 1}
|
188 |
+
{"query-id": "00158", "corpus-id": "NAp0mxDoJJ", "score": 1}
|
189 |
+
{"query-id": "00146", "corpus-id": "HqB8RkLNNI", "score": 1}
|
190 |
+
{"query-id": "00159", "corpus-id": "dFrYTtLPts", "score": 1}
|
191 |
+
{"query-id": "00106", "corpus-id": "nFbmOHnKYa", "score": 1}
|
192 |
+
{"query-id": "00106", "corpus-id": "qWCA79ISjs", "score": 1}
|
193 |
+
{"query-id": "00160", "corpus-id": "FNhbxKl1Kv", "score": 1}
|
194 |
+
{"query-id": "00161", "corpus-id": "fonGa4miS4", "score": 1}
|
195 |
+
{"query-id": "00162", "corpus-id": "Xv00kKXR4b", "score": 1}
|
196 |
+
{"query-id": "00120", "corpus-id": "YTH8xIZM1J", "score": 1}
|
197 |
+
{"query-id": "00109", "corpus-id": "ArQEPcyLas", "score": 1}
|
198 |
+
{"query-id": "00119", "corpus-id": "nnBbuQzkCh", "score": 1}
|
199 |
+
{"query-id": "00163", "corpus-id": "5F21rWz5FY", "score": 1}
|
200 |
+
{"query-id": "00112", "corpus-id": "cmc5F9HpUl", "score": 1}
|
201 |
+
{"query-id": "00164", "corpus-id": "BhEOgzIafL", "score": 1}
|
202 |
+
{"query-id": "00113", "corpus-id": "p1AwrQUzWD", "score": 1}
|
203 |
+
{"query-id": "00165", "corpus-id": "BnD3XkfFNu", "score": 1}
|
204 |
+
{"query-id": "00166", "corpus-id": "jdg3vSFkpB", "score": 1}
|
205 |
+
{"query-id": "00167", "corpus-id": "OqSvCKoxgm", "score": 1}
|
206 |
+
{"query-id": "00168", "corpus-id": "phTExIqqB9", "score": 1}
|
207 |
+
{"query-id": "00169", "corpus-id": "Dv3q6Q4EmT", "score": 1}
|
208 |
+
{"query-id": "00170", "corpus-id": "gQH8wylh0C", "score": 1}
|
209 |
+
{"query-id": "00171", "corpus-id": "k8R5WnKktQ", "score": 1}
|
210 |
+
{"query-id": "00172", "corpus-id": "YCFCdCYSyY", "score": 1}
|
211 |
+
{"query-id": "00173", "corpus-id": "TnHW4PF002", "score": 1}
|
212 |
+
{"query-id": "00174", "corpus-id": "OQqzbWVa4O", "score": 1}
|
213 |
+
{"query-id": "00175", "corpus-id": "lghqYVlQuf", "score": 1}
|
214 |
+
{"query-id": "00106", "corpus-id": "ZDYUvh7i71", "score": 1}
|
215 |
+
{"query-id": "00176", "corpus-id": "850kEnydx9", "score": 1}
|
216 |
+
{"query-id": "00177", "corpus-id": "RthvDJPzU0", "score": 1}
|
217 |
+
{"query-id": "00108", "corpus-id": "ZESFqZ8pIx", "score": 1}
|
218 |
+
{"query-id": "00117", "corpus-id": "R6IIl92EtE", "score": 1}
|
219 |
+
{"query-id": "00178", "corpus-id": "1OQke0st7e", "score": 1}
|
220 |
+
{"query-id": "00111", "corpus-id": "Z8aPB4MM7Q", "score": 1}
|
221 |
+
{"query-id": "00121", "corpus-id": "bQknlr2cMp", "score": 1}
|
222 |
+
{"query-id": "00179", "corpus-id": "v3wl64zoTi", "score": 1}
|
223 |
+
{"query-id": "00180", "corpus-id": "zF3Rth4sMn", "score": 1}
|
224 |
+
{"query-id": "00094", "corpus-id": "QeRT0dfACL", "score": 1}
|
225 |
+
{"query-id": "00121", "corpus-id": "3sjV3XXLOQ", "score": 1}
|
226 |
+
{"query-id": "00181", "corpus-id": "EOfHl2wBqC", "score": 1}
|
227 |
+
{"query-id": "00157", "corpus-id": "E86PWtzjxU", "score": 1}
|
228 |
+
{"query-id": "00182", "corpus-id": "x9MGSL6YNB", "score": 1}
|
229 |
+
{"query-id": "00183", "corpus-id": "98YhA9A9MZ", "score": 1}
|
230 |
+
{"query-id": "00184", "corpus-id": "1v9r86eNwX", "score": 1}
|
231 |
+
{"query-id": "00120", "corpus-id": "efQrSO42uK", "score": 1}
|
232 |
+
{"query-id": "00185", "corpus-id": "CKbheN9Pot", "score": 1}
|
233 |
+
{"query-id": "00181", "corpus-id": "r0YGbjPmUj", "score": 1}
|
234 |
+
{"query-id": "00117", "corpus-id": "YPZTQGOAww", "score": 1}
|
235 |
+
{"query-id": "00135", "corpus-id": "dql7LIbSPr", "score": 1}
|
236 |
+
{"query-id": "00080", "corpus-id": "1FAjfDMcWF", "score": 1}
|
237 |
+
{"query-id": "00186", "corpus-id": "gcLRdTyon1", "score": 1}
|
238 |
+
{"query-id": "00187", "corpus-id": "9s8OrJQUdL", "score": 1}
|
239 |
+
{"query-id": "00188", "corpus-id": "nRx0rliJog", "score": 1}
|
240 |
+
{"query-id": "00094", "corpus-id": "0ubK4W017x", "score": 1}
|
241 |
+
{"query-id": "00189", "corpus-id": "W1GC7dDyQE", "score": 1}
|
242 |
+
{"query-id": "00097", "corpus-id": "JtVEFEtb6F", "score": 1}
|
243 |
+
{"query-id": "00174", "corpus-id": "9NIQ0Wobtq", "score": 1}
|
244 |
+
{"query-id": "00178", "corpus-id": "HSUPwePut0", "score": 1}
|
245 |
+
{"query-id": "00190", "corpus-id": "MUKRe5gWsf", "score": 1}
|
246 |
+
{"query-id": "00191", "corpus-id": "D0sRX4I8Ii", "score": 1}
|
247 |
+
{"query-id": "00192", "corpus-id": "TtLFxJpRa5", "score": 1}
|
248 |
+
{"query-id": "00114", "corpus-id": "HtYDZw69Cr", "score": 1}
|
249 |
+
{"query-id": "00094", "corpus-id": "UJcvd95e5b", "score": 1}
|
250 |
+
{"query-id": "00193", "corpus-id": "SkhWq2VbYq", "score": 1}
|
251 |
+
{"query-id": "00194", "corpus-id": "Z4ROUHLW7s", "score": 1}
|
252 |
+
{"query-id": "00174", "corpus-id": "6k3jgmlRST", "score": 1}
|
253 |
+
{"query-id": "00122", "corpus-id": "g00rVq4jB6", "score": 1}
|
254 |
+
{"query-id": "00114", "corpus-id": "rMiZbP1uD8", "score": 1}
|
255 |
+
{"query-id": "00094", "corpus-id": "7W491h1pSZ", "score": 1}
|
256 |
+
{"query-id": "00108", "corpus-id": "y78tIapMW1", "score": 1}
|
257 |
+
{"query-id": "00195", "corpus-id": "g3iCPU6zUj", "score": 1}
|
258 |
+
{"query-id": "00111", "corpus-id": "0lnXv2Rra6", "score": 1}
|
259 |
+
{"query-id": "00079", "corpus-id": "7afj5Adnec", "score": 1}
|
260 |
+
{"query-id": "00088", "corpus-id": "wbQZ8i5hzc", "score": 1}
|
261 |
+
{"query-id": "00196", "corpus-id": "L2Fx84Vq78", "score": 1}
|
262 |
+
{"query-id": "00197", "corpus-id": "7EgEKG895i", "score": 1}
|
263 |
+
{"query-id": "00198", "corpus-id": "ly7qx0XOXh", "score": 1}
|
264 |
+
{"query-id": "00199", "corpus-id": "ZKVBO7iEGd", "score": 1}
|
265 |
+
{"query-id": "00200", "corpus-id": "GoEd9Sf53G", "score": 1}
|
266 |
+
{"query-id": "00156", "corpus-id": "JnOng0wVJY", "score": 1}
|
267 |
+
{"query-id": "00156", "corpus-id": "7sGRckiSSg", "score": 1}
|
268 |
+
{"query-id": "00106", "corpus-id": "ZwZcSH9gZU", "score": 1}
|
269 |
+
{"query-id": "00101", "corpus-id": "RCQ5WMO5AH", "score": 1}
|
270 |
+
{"query-id": "00111", "corpus-id": "oORaDioQaR", "score": 1}
|
271 |
+
{"query-id": "00114", "corpus-id": "NqB1wK7zlb", "score": 1}
|
272 |
+
{"query-id": "00201", "corpus-id": "9PObQzxHDj", "score": 1}
|
273 |
+
{"query-id": "00108", "corpus-id": "FVr9Qh8yXv", "score": 1}
|
274 |
+
{"query-id": "00112", "corpus-id": "B19sMLT6mn", "score": 1}
|
275 |
+
{"query-id": "00202", "corpus-id": "GRfPpvPx0I", "score": 1}
|
276 |
+
{"query-id": "00203", "corpus-id": "xQPHOvlHGT", "score": 1}
|
277 |
+
{"query-id": "00204", "corpus-id": "50DF5kJThy", "score": 1}
|
278 |
+
{"query-id": "00153", "corpus-id": "cGoXWxKTVR", "score": 1}
|
279 |
+
{"query-id": "00079", "corpus-id": "zVV8OA9x14", "score": 1}
|
280 |
+
{"query-id": "00205", "corpus-id": "dSJeCwEJwp", "score": 1}
|
281 |
+
{"query-id": "00206", "corpus-id": "lQlkFxAIiK", "score": 1}
|
282 |
+
{"query-id": "00091", "corpus-id": "fB91kZLXYl", "score": 1}
|
283 |
+
{"query-id": "00122", "corpus-id": "4HZKjht3X1", "score": 1}
|
284 |
+
{"query-id": "00207", "corpus-id": "O4ZektUJrh", "score": 1}
|
285 |
+
{"query-id": "00112", "corpus-id": "HNdc06PVz0", "score": 1}
|
286 |
+
{"query-id": "00208", "corpus-id": "KkZssTKu39", "score": 1}
|
287 |
+
{"query-id": "00209", "corpus-id": "aVNqTIAae2", "score": 1}
|
288 |
+
{"query-id": "00079", "corpus-id": "n62tOy4Cqp", "score": 1}
|
289 |
+
{"query-id": "00080", "corpus-id": "LFuMk9TsuZ", "score": 1}
|
290 |
+
{"query-id": "00193", "corpus-id": "1iHq2eebFb", "score": 1}
|
291 |
+
{"query-id": "00210", "corpus-id": "wUtWuqs0D1", "score": 1}
|
292 |
+
{"query-id": "00211", "corpus-id": "XX9WwHE4Fy", "score": 1}
|
293 |
+
{"query-id": "00212", "corpus-id": "fpwFPq9bzC", "score": 1}
|
294 |
+
{"query-id": "00213", "corpus-id": "A2TVwyJmIe", "score": 1}
|
295 |
+
{"query-id": "00178", "corpus-id": "TP9gyv1plB", "score": 1}
|
296 |
+
{"query-id": "00214", "corpus-id": "Arp5B1Id9Z", "score": 1}
|
297 |
+
{"query-id": "00196", "corpus-id": "UpCXiaZ8iZ", "score": 1}
|
298 |
+
{"query-id": "00130", "corpus-id": "NJOVzNEMr7", "score": 1}
|
299 |
+
{"query-id": "00215", "corpus-id": "f7ZJ69PqcU", "score": 1}
|
300 |
+
{"query-id": "00216", "corpus-id": "ozlNAbMmKy", "score": 1}
|
301 |
+
{"query-id": "00217", "corpus-id": "2ceN59UAgN", "score": 1}
|
302 |
+
{"query-id": "00218", "corpus-id": "5eZffTYIKI", "score": 1}
|
303 |
+
{"query-id": "00219", "corpus-id": "Rtva1JyiNb", "score": 1}
|
304 |
+
{"query-id": "00220", "corpus-id": "2YJR7IVU7C", "score": 1}
|
305 |
+
{"query-id": "00178", "corpus-id": "48JkxisEdA", "score": 1}
|
306 |
+
{"query-id": "00150", "corpus-id": "s9BvYB9WoY", "score": 1}
|
307 |
+
{"query-id": "00221", "corpus-id": "Rx8ffiYeJA", "score": 1}
|
308 |
+
{"query-id": "00222", "corpus-id": "t6mt78sREJ", "score": 1}
|
309 |
+
{"query-id": "00102", "corpus-id": "fSEVQOEXfn", "score": 1}
|
310 |
+
{"query-id": "00111", "corpus-id": "TP6Rekgd2I", "score": 1}
|
311 |
+
{"query-id": "00143", "corpus-id": "DwnEdwcm4w", "score": 1}
|
312 |
+
{"query-id": "00178", "corpus-id": "8Y7XsrSvBp", "score": 1}
|
313 |
+
{"query-id": "00155", "corpus-id": "tZlPMpQvhx", "score": 1}
|
314 |
+
{"query-id": "00144", "corpus-id": "6jOSL0IZbc", "score": 1}
|
315 |
+
{"query-id": "00223", "corpus-id": "GNdzSgVaI5", "score": 1}
|
316 |
+
{"query-id": "00153", "corpus-id": "Is9hVLXnGB", "score": 1}
|
317 |
+
{"query-id": "00224", "corpus-id": "FzixlNQO9I", "score": 1}
|
318 |
+
{"query-id": "00154", "corpus-id": "NbrnTP3fAb", "score": 1}
|
319 |
+
{"query-id": "00225", "corpus-id": "qrodJ0jwAs", "score": 1}
|
320 |
+
{"query-id": "00125", "corpus-id": "YqWg21nYCs", "score": 1}
|
321 |
+
{"query-id": "00097", "corpus-id": "SF8dBZvV7y", "score": 1}
|
322 |
+
{"query-id": "00178", "corpus-id": "Rd6jzKXQlx", "score": 1}
|
323 |
+
{"query-id": "00142", "corpus-id": "uhvPU1S8Lv", "score": 1}
|
324 |
+
{"query-id": "00226", "corpus-id": "dFtCdZe11M", "score": 1}
|
325 |
+
{"query-id": "00109", "corpus-id": "P1uRr6YICt", "score": 1}
|
326 |
+
{"query-id": "00094", "corpus-id": "NpOSWe9DyF", "score": 1}
|
327 |
+
{"query-id": "00122", "corpus-id": "ZFfPliupqo", "score": 1}
|
328 |
+
{"query-id": "00227", "corpus-id": "eNo41eoPni", "score": 1}
|
329 |
+
{"query-id": "00123", "corpus-id": "Xoblu17rNy", "score": 1}
|
330 |
+
{"query-id": "00228", "corpus-id": "JzjuxZEOQp", "score": 1}
|
331 |
+
{"query-id": "00157", "corpus-id": "cdWFMFzRfH", "score": 1}
|
332 |
+
{"query-id": "00079", "corpus-id": "OFjnZmlX00", "score": 1}
|
333 |
+
{"query-id": "00089", "corpus-id": "YsP6ihgIqL", "score": 1}
|
334 |
+
{"query-id": "00092", "corpus-id": "ZXe1cb51JJ", "score": 1}
|
335 |
+
{"query-id": "00190", "corpus-id": "rHkCUVIhhW", "score": 1}
|
336 |
+
{"query-id": "00229", "corpus-id": "Z2cuVixkZV", "score": 1}
|
337 |
+
{"query-id": "00230", "corpus-id": "ld6DYyeNdj", "score": 1}
|
338 |
+
{"query-id": "00231", "corpus-id": "yxqAoV4YQr", "score": 1}
|
339 |
+
{"query-id": "00188", "corpus-id": "KzK4IH9DWw", "score": 1}
|
340 |
+
{"query-id": "00232", "corpus-id": "r9HE60Dlgk", "score": 1}
|
341 |
+
{"query-id": "00233", "corpus-id": "6uMXuuY18i", "score": 1}
|
342 |
+
{"query-id": "00234", "corpus-id": "nBvbdFo9xb", "score": 1}
|
343 |
+
{"query-id": "00111", "corpus-id": "LapXs7NAxv", "score": 1}
|
344 |
+
{"query-id": "00235", "corpus-id": "GF9IyDN8pb", "score": 1}
|
345 |
+
{"query-id": "00236", "corpus-id": "Fr6w6uaVTT", "score": 1}
|
346 |
+
{"query-id": "00237", "corpus-id": "FCIX3BYOtD", "score": 1}
|
347 |
+
{"query-id": "00096", "corpus-id": "wW1uhw3U3x", "score": 1}
|
348 |
+
{"query-id": "00178", "corpus-id": "VByODHiyXH", "score": 1}
|
349 |
+
{"query-id": "00210", "corpus-id": "7nvdE2ODH0", "score": 1}
|
350 |
+
{"query-id": "00238", "corpus-id": "ltn3Wd9GV9", "score": 1}
|
351 |
+
{"query-id": "00239", "corpus-id": "mn1uj3a1ii", "score": 1}
|
352 |
+
{"query-id": "00240", "corpus-id": "u8zF9OHzlw", "score": 1}
|
353 |
+
{"query-id": "00241", "corpus-id": "T1UIoWXrP5", "score": 1}
|
354 |
+
{"query-id": "00242", "corpus-id": "bh17mJOkWw", "score": 1}
|
355 |
+
{"query-id": "00177", "corpus-id": "nVTsCFyFP0", "score": 1}
|
356 |
+
{"query-id": "00243", "corpus-id": "59CIsegSEu", "score": 1}
|
357 |
+
{"query-id": "00135", "corpus-id": "fMXSfjSNTt", "score": 1}
|
358 |
+
{"query-id": "00085", "corpus-id": "aY0vDa56Da", "score": 1}
|
359 |
+
{"query-id": "00143", "corpus-id": "wmq6OLkTkx", "score": 1}
|
360 |
+
{"query-id": "00210", "corpus-id": "8H6h8l7qgA", "score": 1}
|
361 |
+
{"query-id": "00244", "corpus-id": "CPwdHnAnqZ", "score": 1}
|
362 |
+
{"query-id": "00245", "corpus-id": "mWKjkCzH7m", "score": 1}
|
363 |
+
{"query-id": "00098", "corpus-id": "qexF3lX87e", "score": 1}
|
364 |
+
{"query-id": "00099", "corpus-id": "6ygsij6X7O", "score": 1}
|
365 |
+
{"query-id": "00246", "corpus-id": "r6SgYzV2am", "score": 1}
|
366 |
+
{"query-id": "00247", "corpus-id": "Fvbgz7h6it", "score": 1}
|
367 |
+
{"query-id": "00248", "corpus-id": "hOgM3tBMsK", "score": 1}
|
368 |
+
{"query-id": "00249", "corpus-id": "erqtHioRRd", "score": 1}
|
369 |
+
{"query-id": "00119", "corpus-id": "CKEVm3Vpaz", "score": 1}
|
370 |
+
{"query-id": "00250", "corpus-id": "Y9AiexTgt2", "score": 1}
|
371 |
+
{"query-id": "00251", "corpus-id": "9dNj001eEo", "score": 1}
|
372 |
+
{"query-id": "00106", "corpus-id": "a67h9DpLm4", "score": 1}
|
373 |
+
{"query-id": "00252", "corpus-id": "0pKGytvukF", "score": 1}
|
374 |
+
{"query-id": "00253", "corpus-id": "OjkeaBKsoR", "score": 1}
|
375 |
+
{"query-id": "00252", "corpus-id": "gJSoFc1pDx", "score": 1}
|
376 |
+
{"query-id": "00254", "corpus-id": "WvTMVTucHY", "score": 1}
|
377 |
+
{"query-id": "00111", "corpus-id": "UMVmI5BRh8", "score": 1}
|
378 |
+
{"query-id": "00146", "corpus-id": "VPEJqzCN2f", "score": 1}
|
379 |
+
{"query-id": "00255", "corpus-id": "TGUDWFgF6c", "score": 1}
|
380 |
+
{"query-id": "00156", "corpus-id": "rHuRrq19Qf", "score": 1}
|
381 |
+
{"query-id": "00094", "corpus-id": "uNJ0ekotsq", "score": 1}
|
382 |
+
{"query-id": "00256", "corpus-id": "ppaX3QjBvK", "score": 1}
|
383 |
+
{"query-id": "00108", "corpus-id": "sUkiH8G4Zp", "score": 1}
|
384 |
+
{"query-id": "00102", "corpus-id": "PNLbWphJeV", "score": 1}
|
385 |
+
{"query-id": "00191", "corpus-id": "giDo1r2zlR", "score": 1}
|
386 |
+
{"query-id": "00146", "corpus-id": "oRaFxMPMDE", "score": 1}
|
387 |
+
{"query-id": "00257", "corpus-id": "scAXCg4KbF", "score": 1}
|
388 |
+
{"query-id": "00112", "corpus-id": "yE6752aJg8", "score": 1}
|
389 |
+
{"query-id": "00151", "corpus-id": "7oqtXRTtqe", "score": 1}
|
390 |
+
{"query-id": "00122", "corpus-id": "XFhmiXbIwX", "score": 1}
|
391 |
+
{"query-id": "00258", "corpus-id": "hT66y97cL5", "score": 1}
|
392 |
+
{"query-id": "00259", "corpus-id": "08YMNb5Zql", "score": 1}
|
393 |
+
{"query-id": "00154", "corpus-id": "BovCzfAPxj", "score": 1}
|
394 |
+
{"query-id": "00260", "corpus-id": "Q7iLWceWwx", "score": 1}
|
395 |
+
{"query-id": "00261", "corpus-id": "fMNz7xcmxa", "score": 1}
|
396 |
+
{"query-id": "00262", "corpus-id": "9OBGhnuKon", "score": 1}
|
397 |
+
{"query-id": "00211", "corpus-id": "xIdakEAWJ1", "score": 1}
|
398 |
+
{"query-id": "00263", "corpus-id": "Ll5yCWSgz5", "score": 1}
|
399 |
+
{"query-id": "00264", "corpus-id": "1JwQV7Vbeq", "score": 1}
|
400 |
+
{"query-id": "00265", "corpus-id": "jMPqPEBqUh", "score": 1}
|
401 |
+
{"query-id": "00266", "corpus-id": "pxYyhIKHQI", "score": 1}
|
402 |
+
{"query-id": "00267", "corpus-id": "8IRh1E2JDB", "score": 1}
|
403 |
+
{"query-id": "00097", "corpus-id": "MVHcDME931", "score": 1}
|
404 |
+
{"query-id": "00107", "corpus-id": "pkObaWoukd", "score": 1}
|
405 |
+
{"query-id": "00080", "corpus-id": "VHWGaub52Z", "score": 1}
|
406 |
+
{"query-id": "00268", "corpus-id": "td26fEeVVh", "score": 1}
|
407 |
+
{"query-id": "00269", "corpus-id": "nabsPHGZpv", "score": 1}
|
408 |
+
{"query-id": "00270", "corpus-id": "oaj9WvyKGT", "score": 1}
|
409 |
+
{"query-id": "00271", "corpus-id": "0tveH30S5N", "score": 1}
|
410 |
+
{"query-id": "00272", "corpus-id": "tqhjQZRcZu", "score": 1}
|
411 |
+
{"query-id": "00273", "corpus-id": "oqdUPfvH8K", "score": 1}
|
412 |
+
{"query-id": "00274", "corpus-id": "zHzmA4KR1V", "score": 1}
|
413 |
+
{"query-id": "00275", "corpus-id": "3SF3XQMhUk", "score": 1}
|
414 |
+
{"query-id": "00226", "corpus-id": "KvSNkimmdv", "score": 1}
|
415 |
+
{"query-id": "00276", "corpus-id": "GNtvHXBwqs", "score": 1}
|
416 |
+
{"query-id": "00226", "corpus-id": "IqK3yn9Ffc", "score": 1}
|
417 |
+
{"query-id": "00277", "corpus-id": "ln6Eoie0gV", "score": 1}
|
418 |
+
{"query-id": "00278", "corpus-id": "PjfFSgpo9s", "score": 1}
|
419 |
+
{"query-id": "00279", "corpus-id": "IgrHvzxELc", "score": 1}
|
420 |
+
{"query-id": "00083", "corpus-id": "njZbcJjNcJ", "score": 1}
|
421 |
+
{"query-id": "00280", "corpus-id": "PKY6gob2I4", "score": 1}
|
422 |
+
{"query-id": "00219", "corpus-id": "qpgrxMp1ju", "score": 1}
|
423 |
+
{"query-id": "00281", "corpus-id": "SO9qzycRJl", "score": 1}
|
424 |
+
{"query-id": "00282", "corpus-id": "haKH6sU4vz", "score": 1}
|
425 |
+
{"query-id": "00150", "corpus-id": "HRsYwP8KXS", "score": 1}
|
426 |
+
{"query-id": "00096", "corpus-id": "Vbq9Ew6AQO", "score": 1}
|
427 |
+
{"query-id": "00102", "corpus-id": "5qOpx4kysR", "score": 1}
|
428 |
+
{"query-id": "00151", "corpus-id": "hF4vTYYojm", "score": 1}
|
429 |
+
{"query-id": "00146", "corpus-id": "z52Dm7tO4f", "score": 1}
|
430 |
+
{"query-id": "00283", "corpus-id": "elKPoh3pKM", "score": 1}
|
431 |
+
{"query-id": "00106", "corpus-id": "CtlRJoWcUR", "score": 1}
|
432 |
+
{"query-id": "00109", "corpus-id": "2mmpMjg5PP", "score": 1}
|
433 |
+
{"query-id": "00268", "corpus-id": "Y7gbtP7ySe", "score": 1}
|
434 |
+
{"query-id": "00114", "corpus-id": "U7sSaOQdht", "score": 1}
|
435 |
+
{"query-id": "00109", "corpus-id": "INM1MjeBsr", "score": 1}
|
436 |
+
{"query-id": "00273", "corpus-id": "phlhHVlnES", "score": 1}
|
437 |
+
{"query-id": "00114", "corpus-id": "ShhgmmqGmR", "score": 1}
|
438 |
+
{"query-id": "00279", "corpus-id": "h4ZucCkJYy", "score": 1}
|
439 |
+
{"query-id": "00111", "corpus-id": "E94rnJdXDH", "score": 1}
|
queries.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6750e55ee87a32e3ccd54f6c3684b823aec40578c0afc34bd667117f9ec9e47
|
3 |
+
size 37542
|