Datasets:
Iranian Court Rulings Dataset
A structured Persian-language corpus containing 25,617 Iranian judicial rulings collected from publicly accessible pages of the Iranian National Judicial Opinions database.
The dataset is intended for research and development in Persian Legal NLP, Information Retrieval, Retrieval-Augmented Generation (RAG), semantic search, legal document understanding, and related areas.
Dataset Overview
- Number of records: 25,617
- Language: Persian (Farsi)
- Format: Parquet / JSONL
- Version: 1.0.0
- Domain: Iranian judicial rulings
Data Source
The records were programmatically collected from publicly accessible pages of the Iranian National Judicial Opinions database.
Original source URLs are preserved for provenance and verification whenever available.
This dataset is independently collected and maintained. It is not an official publication of, nor affiliated with, or endorsed by, the Iranian judiciary.
Dataset Structure
Each record contains the following fields:
| Field | Description |
|---|---|
id |
Identifier of the ruling in the source database |
title |
Title or legal topic associated with the ruling |
message |
Short summary or legal principle associated with the ruling |
verdict_number_final |
Final verdict number when available |
verdict_date_final |
Final verdict date when available |
group |
Broad legal category |
print_text |
Full available text of the judicial ruling |
source_text_url |
URL of the original ruling page |
source_print_url |
URL of the printable source page |
Dataset Statistics
Records by category
| Category | Records |
|---|---|
| حقوقی | 12,715 |
| کیفری | 7,042 |
| اداری | 5,843 |
| آراء منتخب پرونده | 17 |
Missing values
| Field | Missing |
|---|---|
title |
6 |
message |
10 |
verdict_number_final |
1,684 |
verdict_date_final |
169 |
There are 23 records with an empty print_text field.
Text length
The length of the print_text field, measured in characters:
- Minimum: 0
- Maximum: 124,483
- Mean: 3,495.17
- Median: 2,425
Example Record
{
"id": 22751,
"title": "رابطه معامله صوری و معامله به قصد فرار از دین",
"message": "معامله «با قصد فرار از دین»، در صورتی که «به طور صوری» انجام شده باشد، باطل است...",
"verdict_number_final": "9209988710900343",
"verdict_date_final": "1395/04/27",
"group": "حقوقی",
"print_text": "...",
"source_text_url": "https://ara.jri.ac.ir/Judge/Text/22751",
"source_print_url": "https://ara.jri.ac.ir/Judge/PrintText/22751"
}
- Downloads last month
- 20