Dataset Viewer
Auto-converted to Parquet
query-id
stringlengths
5
5
corpus-id
stringlengths
10
10
score
float64
1
1
00000
FCIX3BYOtD
1
00001
QMgV0Lh8Wv
1
00002
3UDqpNVGMr
1
00003
ZDYUvh7i71
1
00004
tST18iwItC
1
00005
QR6FEecAtp
1
00006
JHS64k2k59
1
00007
pkObaWoukd
1
00008
rsK9EjHvIH
1
00009
JLQ6xVJGyO
1
00010
2qFl41sNLj
1
00011
ILft9SGVZe
1
00012
GCLgR0OVSn
1
00013
4efLerNHu9
1
00014
JLQ6xVJGyO
1
00015
6UmFFciuDC
1
00016
9NIQ0Wobtq
1
00017
RBT7qYHDBT
1
00018
TtLFxJpRa5
1
00019
P9K63LSFZH
1
00020
BnD3XkfFNu
1
00021
Y7gbtP7ySe
1
00022
xavU07zUHL
1
00023
YxPY8EcFK1
1
00024
AwFv0Yg7NZ
1
00025
uPGtk4vvVS
1
00026
r9HE60Dlgk
1
00027
u8zF9OHzlw
1
00028
6jOSL0IZbc
1
00029
MbyIbNiCdx
1
00030
g00rVq4jB6
1
00031
GNdzSgVaI5
1
00032
uhvPU1S8Lv
1
00033
3MsHarAJOC
1
00034
JXke1Mo4iC
1
00035
NAp0mxDoJJ
1
00036
NQLlpIn8sr
1
00037
0lnXv2Rra6
1
00038
3npgW2zMj5
1
00039
PKY6gob2I4
1
00040
jdg3vSFkpB
1
00041
ln6Eoie0gV
1
00042
HSUPwePut0
1
00043
jQzW52Tdim
1
00044
wW1uhw3U3x
1
00045
fSEVQOEXfn
1
00046
YxPY8EcFK1
1
00047
nBvbdFo9xb
1
00048
LVOkVEUVB5
1
00049
QMgV0Lh8Wv
1

This dataset comprises approximately 3,000 Supreme Court of India case documents and is designed to evaluae the retrieval of relevant prior cases for given legal situations. It includes 50 queries, each outlining a specific scenario. We include this dataset in the benchmark because the documents are reasonably challenging, the queries are non-synthetic, and the labels are of high quality.

Usage

import datasets

# Download the dataset
queries = datasets.load_dataset("embedding-benchmark/AILACasedocs", "queries")
documents = datasets.load_dataset("embedding-benchmark/AILACasedocs", "corpus")
pair_labels = datasets.load_dataset("embedding-benchmark/AILACasedocs", "default")
Downloads last month
44