paper-with-me

Papers

LeSICiN: A Heterogeneous Graph-based Approach for Automatic Legal Statute Identification from Indian Legal Documents

2021-12-29 · Shounak Paul, Pawan Goyal, Saptarshi Ghosh

The task of Legal Statute Identification (LSI) aims to identify the legal statutes that are relevant to a given description of Facts or evidence of a legal case. Existing methods only utilize the textual content of Facts and legal articles to guide such a task. However, the citation network among case documents and legal statutes is a rich source of additional information, which is not considered by existing models. In this work, we take the first step towards utilising both the text and the legal citation network for the LSI task. We curate a large novel dataset for this task, including Facts of cases from several major Indian Courts of Law, and statutes from the Indian Penal Code (IPC). Modeling the statutes and training documents as a heterogeneous graph, our proposed model LeSICiN can learn rich textual and graphical features, and can also tune itself to correlate these features. Thereafter, the model can be used to inductively predict links between test documents (new nodes whose graphical features are not available to the model) and statutes (existing nodes). Extensive experiments on the dataset show that our model comfortably outperforms several state-of-the-art baselines, by exploiting the graphical structure along with textual features. The dataset and our codes are available at https://github.com/Law-AI/LeSICiN.

📄 PDF Abstract BibTeX arXiv:2112.14731

Code (1)

law-ai/lesicin 공식 구현 pytorch

Tasks

Articles

Similar Papers 제목 키워드 기반

Hier-SPCNet: A Legal Statute Hierarchy-based Heterogeneous Network for Computing Legal Case Document Similarity

2020-07-07 · Paheli Bhattacharya, Kripabandhu Ghosh, Arindam Pal, Saptarshi Ghosh

Computing similarity between two legal case documents is an important and challenging task in Legal IR, for which text-based and network-based measures have been proposed in literature. All prior network-based similarity…

Finding the Law: Enhancing Statutory Article Retrieval via Graph Neural Networks

2023-01-30 · Antoine Louis, Gijs Van Dijck, Gerasimos Spanakis

Statutory article retrieval (SAR), the task of retrieving statute law articles relevant to a legal question, is a promising application of legal text processing. In particular, high-quality SAR systems can improve the wo…

Ad-Hoc Information RetrievalArticlesGraph Neural NetworkInformation Retrieval+1

Domain-Partitioned Hybrid RAG for Legal Reasoning: Toward Modular and Explainable Legal AI for India

2025-12-23 · Rakshita Goel, S Pranav Kumar, Anmol Agrawal, Divyan Poddar 외 arxiv

Legal research in India involves navigating long and heterogeneous documents spanning statutes, constitutional provisions, penal codes, and judicial precedents, where purely keyword-based or embedding-only retrieval syst…

Relational ReasoningSemantic SimilarityLegal Reasoning

Explainable Statute Prediction via Attention-based Model and LLM Prompting

2025-12-26 · Sachin Pawar, Girish Keshav Palshikar, Anindita Sinha Banerjee, Nitin Ramrakhiyani 외 arxiv

In this paper, we explore the problem of automatic statute prediction where for a given case description, a subset of relevant statutes are to be predicted. Here, the term "statute" refers to a section, a sub-section, or…

Question Answering

Fine-tuning Large Language Models for Improving Factuality in Legal Question Answering

2025-01-11 · Yinghao Hu, Leilei Gan, Wenyi Xiao, Kun Kuang 외

Hallucination, or the generation of incorrect or fabricated information, remains a critical challenge in large language models (LLMs), particularly in high-stake domains such as legal question answering (QA). In order to…

HallucinationQuestion Answering