LGAICYJul 30, 2023

Predicting delays in Indian lower courts using AutoML and Decision Forests

arXiv:2307.16285v12 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses judicial efficiency for Indian courts, but it is incremental as it applies existing AutoML and decision forest methods to a new dataset.

This paper tackled predicting delays in Indian lower courts using a dataset of 4.2 million cases, achieving an accuracy of 81.4% with precision, recall, and F1 scores of 0.81.

This paper presents a classification model that predicts delays in Indian lower courts based on case information available at filing. The model is built on a dataset of 4.2 million court cases filed in 2010 and their outcomes over a 10-year period. The data set is drawn from 7000+ lower courts in India. The authors employed AutoML to develop a multi-class classification model over all periods of pendency and then used binary decision forest classifiers to improve predictive accuracy for the classification of delays. The best model achieved an accuracy of 81.4%, and the precision, recall, and F1 were found to be 0.81. The study demonstrates the feasibility of AI models for predicting delays in Indian courts, based on relevant data points such as jurisdiction, court, judge, subject, and the parties involved. The paper also discusses the results in light of relevant literature and suggests areas for improvement and future research. The authors have made the dataset and Python code files used for the analysis available for further research in the crucial and contemporary field of Indian judicial reform.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes