Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
< 1K
Tags:
text-retrieval
Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
The dataset comprises descriptions of 197 Supreme Court of India statutes, designed to facilitate the retrieval of relevant prior statutes 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/AILAStatutes", "queries")
documents = datasets.load_dataset("embedding-benchmark/AILAStatutes", "corpus")
pair_labels = datasets.load_dataset("embedding-benchmark/AILAStatutes", "default")
- Downloads last month
- 15