InSaAF: Incorporating Safety through Accuracy and Fairness | Are LLMs ready for the Indian Legal Domain?
Yogesh Tripathi, Raghav Donakanti, Sahil Girhepuje, Ishan Kavathekar, Bhaskara Hanuma Vedula, Gokul S Krishnan, Shreya Goyal, Anmol Goel, Balaraman Ravindran, Ponnurangam Kumaraguru
TL;DR
This work investigates the safety of large language models in the Indian legal domain by formalizing a fairness-accuracy measure, the $LSS_{\beta}$, and constructing a Binary Statutory Reasoning dataset that includes identity-aware prompts. It introduces two open-LMM finetuning strategies (with and without identity) using LoRA to improve the model's legal decision-making while tracking avoidance of catastrophic forgetting via a baseline NL loss. Empirical results on LLaMA and LLaMA-2 show that finetuning increases the $LSS_{\beta}$ score, indicating improved safety and usability for statutory reasoning in a diverse Indian context. The study argues for responsible open-model deployment in critical sectors and provides release-ready code and data to advance further research on safety, fairness, and bias mitigation in legal NLP.
Abstract
Recent advancements in language technology and Artificial Intelligence have resulted in numerous Language Models being proposed to perform various tasks in the legal domain ranging from predicting judgments to generating summaries. Despite their immense potential, these models have been proven to learn and exhibit societal biases and make unfair predictions. In this study, we explore the ability of Large Language Models (LLMs) to perform legal tasks in the Indian landscape when social factors are involved. We present a novel metric, $β$-weighted $\textit{Legal Safety Score ($LSS_β$)}$, which encapsulates both the fairness and accuracy aspects of the LLM. We assess LLMs' safety by considering its performance in the $\textit{Binary Statutory Reasoning}$ task and its fairness exhibition with respect to various axes of disparities in the Indian society. Task performance and fairness scores of LLaMA and LLaMA--2 models indicate that the proposed $LSS_β$ metric can effectively determine the readiness of a model for safe usage in the legal sector. We also propose finetuning pipelines, utilising specialised legal datasets, as a potential method to mitigate bias and improve model safety. The finetuning procedures on LLaMA and LLaMA--2 models increase the $LSS_β$, improving their usability in the Indian legal domain. Our code is publicly released.
