Automatic Legal Judgement Summarisation Using Graph
Automatic Legal Judgement Summarisation Using Graph
Abstract:
Summarization is the process of generating summaries out of corpus. If the corpus is a legal document, the process is called legal summarization.
Headnotes are concise notes prepared by lawyers for quick reference of a past Judgment. Judgments are always lengthy, and it is essential to make
headnotes for legal practitioners for quick reference analysis. Legal experts generate headnotes, and it is a tedious task to prepare them by reading the
whole judgment. With the advancements in technologies, a lot of methods are available to generate a summary of a given document. But for legal
documents, the usual summarization technique have the impediment to precisely concise as judgments follow a legal parlance. The proposed method picks
relevant paragraphs from a judgment at first, and then it is used to create an extractive summary.
2. Related Works
1. Introduction
Text summarization is not a new technique in the field of Natural
Text processing is becoming an important research area of practical
Language Processing. It includes Extractive and Abstractive techniques.
applicability in this era of advanced computing. Now, most of the
In Extractive summarization, relevant sentences are picked from the
documents and tasks are getting digitalized for effortless processing and
document, and they are aligned to generate a summary. Various text
retrieval of information. Digitalization has made a significant impact on
summarization approaches are there, but the main idea behind every
the economy, especially in the legal domain. Legal advisors and Lawyers
approach is scoring the sentences based on some techniques. Whereas in
often need to access enormous texts for referring the past cases. Legal
abstractive summarization, the summary is similar to a human-generated
advisors use a previous case history to make valuable argument points.
summary as there will be logical connections. This approach is better
They make use of headnotes of similar past cases for understanding the
when compared to the extractive summarization technique because an
overall structure of a particular case, and if they feel it may help in
extractive summarization picks sentences from different parts of the
creating an argument, they read the entire judgment. Headnotes are
document, and it doesn't guarantee a relationship between the former and
nothing but a summary of the entire case. So, developing such a summary
the latter sentences.
from a 50-70 page judgment is a tedious task. Headnotes are generated by
knowledge experts in the domain and not by a language expert. A lawyer
The abstractive summarization approaches use a natural language
chooses a case/judgment as a reference by reading the headnote, so the
generator for creating an abstractive summary. But creating a natural
headnote should be generated carefully without losing the relevant
language generator is not an easy task. Modelling a natural language
information.
generator is done mostly using deep learning structures.
AUTHOR 1
Most of the new systems use machine learning methods for 1. Pre-process the document.
summarization. Machine learning technique requires many training data Pre-processing the judgment is the most complicated task, even though
which are not available in digital format. Also, for conditional random there is a specific structure for every judgment. Making a standard pre-
field technique requires a segmented judgment for training; creating such processing system that can parse all judgments is not easy using regular
training data is possible only with the help of legal experts. expressions. Here a generalized pre-processing system that can pre-
process every judgment from the website https://indiankanoon.org/ is
proposed.
2. Structure of a Judgment
2. Model the whole document into a set of paragraphs.
Every official document follows a specific structure. For, e.g., a research Judgments are reproduced into a set of paragraphs after pre-processing the
paper has an Abstract, Introduction, Literature Survey, Methodology, document.
Analysis, and Conclusion. Researchers identify the relevant papers related
to their area of research by reading the abstract. Likewise, Lawyers make 3. Calculate the dice coefficient.
use of headnotes to identify whether to read the whole judgment or not. “Dice coefficient” measures the similarity of two strings. Here each
Every legal judgment follows a similar pattern. Judgment analysis can be paragraph is treated as a single string, depending on which the dice
done efficiently utilizing the document structure. Legal judgment is coefficient is calculated.
segmented as follows:
4. Create a graph.
AUTHOR 2
75
Fig. 1 – Graph created using the proposed system for the Judgment
between AM Kalra vs Ministry of Human Resource on 14 February, The principle laid down in Girish Ramachandra Despande cannot be
2017 used by the public authority to deny the information sought. In
fact, if that principle is universally quoted in every case
Relevant paragraphs chose by the proposed system for Judgment claiming the protection of sec 8(1)(j) then information relating
between AM Kalra vs Ministry of Human Resource on 14 February, to any public servant in respect of his conduct or illegal
2017 (Indian Kanoon) activities, especially corruption could be withheld as secret.
Such an application will defeat very purpose of the Right to
The Supreme Court may reverse, modify or affirm the judgment- disciplinary action taken on charges of a bogus TA claim is not
decree or order appealed against while exercising its appellate related to official or public activity of the authority? It is
jurisdiction and not while exercising the discretionary in public interest to reveal why the punishment was imposed on a
jurisdiction under Article 136 disposing petition for special public servant and then why it was revoked?
discretionary jurisdiction vested in this Court by Article 136 public interest in seeking information, the disclosure of such
of Constitution of India. It being an exceptional and overriding information would cause unwarranted invasion of privacy of the
power, naturally, it has to be exercised sparingly and with individual under Section 8(1)(j) of the RTI Act.
AUTHOR 3
52 Also, the system is tested for Non-Income Tax Judgements manually. The
Judgment between A M Kalra vs Ministry Of Human Resource ... on 14
Privacy of Assets Information of public servants: The assets and February, 2017 is of that category.
properties owned by a person, spouse and children could be
private information of the public servant because this is in his Table 1 – Graphs generated for different IT judgments using the
personal domain as per Point 1, but when contrasted with Point 3 proposed method
of Rajagopal ratio assets related information is not personal.
The public servant is not expected to misappropriate the public
money, with which he will be dealing in his day-to-day
operations. In such background, the property he and his family
members earned could be revealed. This became the law because of
judicial pronouncements and also amendment to the Representation
AUTHOR 4
REFERENCES
6. Conclusion
AUTHOR 5