Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
External: Object at location as/train/0000.parquet not found: NotFound (permanent) at read, context: { uri: https://huggingface.co/datasets/AdaMLLab/indicxnli_repaired/resolve/refs%2Fconvert%2Fparquet/as/train/0000.parquet, response: Parts { status: 404, version: HTTP/1.1, headers: {"date": "Thu, 22 Jan 2026 11:21:16 GMT", "content-type": "text/plain; charset=utf-8", "content-length": "15", "connection": "keep-alive", "x-powered-by": "huggingface-moon", "x-request-id": "Root=1-6972082c-7284bf684d8705b10d09ce42", "cross-origin-opener-policy": "same-origin", "referrer-policy": "strict-origin-when-cross-origin", "access-control-max-age": "86400", "access-control-allow-origin": "https://huggingface.co", "vary": "Origin", "access-control-expose-headers": "X-Repo-Commit,X-Request-Id,X-Error-Code,X-Error-Message,X-Total-Count,ETag,Link,Accept-Ranges,Content-Range,X-Linked-Size,X-Linked-ETag,X-Xet-Hash", "x-error-code": "EntryNotFound", "x-error-message": "Entry not found", "etag": "W/\"f-mY2VvLxuxB7KhsoOdQTlMTccuAQ\""} }, service: huggingface, path: as/train/0000.parquet, range: 4-70650202 } => Entry not found
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

IndicXNLI (Repaired)

This is a repaired version of the Divyanshu/indicxnli dataset, converted to parquet format for compatibility with HuggingFace datasets 4.x+.

Why this exists

The original dataset uses a Python loading script (indicxnli.py) which is no longer supported in HuggingFace datasets 4.x. This version converts the data to native parquet format.

Original Dataset

Languages

Code Language
as Assamese
bn Bengali
gu Gujarati
hi Hindi
kn Kannada
ml Malayalam
mr Marathi
or Oriya
pa Punjabi
ta Tamil
te Telugu

Usage

from datasets import load_dataset

# Load Hindi validation split
ds = load_dataset("AdaMLLab/indicxnli_repaired", "hi", split="validation")

Schema

Each sample contains:

  • premise (string): The premise sentence
  • hypothesis (string): The hypothesis sentence
  • label (int): 0=entailment, 1=neutral, 2=contradiction

Data Source

This dataset uses the "forward" translation direction from the original dataset, where English XNLI was translated to Indic languages.

Citation

If you use this dataset, please cite the original paper:

@inproceedings{aggarwal-etal-2022-indicxnli,
    title = "{I}ndic{XNLI}: Evaluating Multilingual Inference for {I}ndian Languages",
    author = "Aggarwal, Divyanshu and Gupta, Vivek and Kunchukuttan, Anoop",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    year = "2022"
}
Downloads last month
128

Paper for AdaMLLab/indicxnli_repaired