Skip to main content
Frontiers in Artificial Intelligence logoLink to Frontiers in Artificial Intelligence
. 2026 Jun 18;9:1787315. doi: 10.3389/frai.2026.1787315

Legal document summarization: a short review

Muaadh Nazly 1,*, Prasan Yapa 1,2
PMCID: PMC13323510  PMID: 42395920

Abstract

This mini review surveys published work on automatic summarization of legal judgments. We focus on how natural language processing handles argument structure, discourse, and the role of citations and precedent when systems generate shorter versions of a case. The field began with extractive methods and classical machine learning, and moved through graph-based and neural models, and to recent transformer architectures and large language models (LLMs). Some of the recent papers pair LLMs with retrieval augmentation so that outputs are faithful to the source text. A scheme is repeated in the domain that whether researchers should work at sentence or clause level, how rhetorical roles are defined, and how to judge a summary when fluent wording can still misrepresent the judgment. Many limitations still exist where many studies rely on general-domain setups or small, jurisdiction-specific corpora; citations are often treated as meta-data rather than part of the argument; and evaluation still depends heavily on overlap with reference summaries, which only partly reflects legal quality. It is also non-practical to compare results when datasets and benchmarks differ from one country to another. We situate this review next to wider surveys of legal summarization and with LLMs in law, but with only the judgment documents. Finally, we guide in future directions with more languages and jurisdictions, summaries that users can trace back to the judgment, and evaluation that mixes automatic scores with expert review where it is practical.

Keywords: argumentation mining, citations and precedents, legal judgment summarization, natural language process (NLP), rhetorical structure

1. Introduction

Legal judgments are long and complex documents. They bind together facts, issues, analysis, and conclusions, usually through narrations of arguments and frequent citations to earlier cases. Summarizing them without losing legally important reasoning is difficult. As a result, automatic legal summarization has grown into a unique research area. This review traces how the research area has evolved, from early feature-based and thematic-segmentation approaches to neural and transformer-based models, and to recent work with LLMs, while preserving the argument structure and precedent.

Several motivations guide the synthesis of this review. Although legal document summarization has advanced, several gaps remain across methods. For example, many summarization pipelines still prioritize sentence-level units and underuse clause-level argumentation. Precedent citations are often treated as peripheral rather than as part of the reasoning structure. These limitations matter for both research design and for any eventual use in legal practice.

The review is organized around the following questions: (1) How has automated legal summarization evolved over time? (2) How far do current systems combine argumentation-oriented structure with precedent or citation information? (3) What gaps remain in summarization frameworks? (4) How might future work better connect theory (discourse, argumentation) with computational implementations? These questions structure the discussion below.

1.1. Search and selection

We gathered articles from 2004 to 2025 via Google Scholar, IEEE Xplore, the ACL Anthology, and arXiv using keywords such as “legal document summarization”, “judgment summarization”, “argumentation mining”, “precedent citation”, “legal NLP”, and “large language model legal”. About 150 sources were collected at the initial stage. After screening for relevance to the questions above, methodological contribution, and coverage of recent developments, the review focuses on a core set of about 40 papers, plus survey articles for context. The synthesis relies exclusively on published, citable scholarly sources.

1.2. Positioning

General surveys already map legal summarization or LLM applications in law (Jain et al., 2021; Akter et al., 2026; Siino et al., 2025; Dehghani et al., 2025; Siino, 2025). Our aim here is narrower: we emphasize judgment-oriented summarization and the relationships between rhetorical-argumentative segmentation, citation and precedent awareness, and evaluation practice. Rather than duplicating the exhaustive bibliometric coverage found in those surveys, we use their findings to establish a framework for the current mini-review.

The remainder of the paper is structured as follows. Section 2 presents theoretical and conceptual background. Section 3 reviews methodologies, including preprocessing and evaluation. Section 4 states key research gaps. Section 5 discusses implications of the reviewed work, and Section 6 concludes.

2. Theoretical and conceptual background

Before exploring methodologies, it is useful to clarify concepts that builds the foundation for automated summarization of legal texts. Legal documents are challenging to read and to model since they are long, genre-specific, and rich in cross-references. Work in this area typically intersects at NLP, argumentation theory, and rhetorical structure analysis.

2.1. Nature of legal texts and the requirement for summarization

Judicial decisions are not mere narrative descriptions; they form a distinct genre with argumentative, hierarchical, and referential structure (Ashley, 2017). Typical elements in a judgment such as facts, issues, analysis, and disposition play distinct rhetorical parts in the court's reasoning. Manual reading is time-consuming when lawyers or judges must compare many cases or trace lines of authority (Takale, 2023). Automated summarization is therefore motivated by the need for faster access to information, provided that outputs remain faithful to the source judgment.

Early work often relied on extractive summarization by selecting important sentences. Such methods improved accessibility but frequently did not model the argumentative organization of the judgment in depth. That limitation pushed the field toward representations that capture discourse and argument links more explicitly (Kanapala et al., 2019).

2.2. Foundations of natural language processing in the legal domain

NLP involves the computational processing of natural language, covering both linguistic analysis and the advanced text generation capabilities of modern frameworks. Historically, the field moved from rule-based and statistical approaches toward neural models. The transformer architecture (Vaswani et al., 2017) underpins the encoder-decoder and encoder-only pretrained models. BERT is a widely used encoder-only model built on top of the transformer stack (Devlin et al., 2019), which was later adapted into the legal domain.

Standard NLP components like tokenization, syntactic parsing, & semantic encoders support legal applications such as retrieval, citation analysis, and summarization (Zhong et al., 2020). Legal language differs uniquely from general news or web text in vocabulary, syntax, and convention (Jayakumar et al., 2023). Domain-adapted models such as LegalBERT aim to reflect legal corpora and long documents more faithfully (Chalkidis et al., 2021). It should be noted that even when summarization is categorized as “sentence-level”, the underlying models continue to operate on subword tokens. The distinction lies in the architectural unit used for composition rather than the absence of tokenization (Xu and Ashley, 2023; Nigam et al., 2025).

2.3. Argumentation theory

Argumentation theory describes how conclusions are supported by premises and how counter-arguments are handled. In judgments, such structure often appears through rhetorical roles and cited authority. Identifying roles supports interpretation beyond isolated sentence ranking.

Computational research links classical argumentation frameworks such as Toulmin's claims and warrants, Walton's dialogue schemes, to the NLP tasks such as segment classification and relation prediction (Bench-Capon and Dunne, 2007). These foundations justify pipelines that extract and label premises, conclusions, or contextual spans prior to summarization.

2.3.1. Neural operationalizations

In modern Transformer-based architectures, argumentation schemes are rarely implemented as explicit symbolic inference rules. Instead, the field has moved toward a more fluid approach, where rhetorical or argumentative roles are assigned to sentences or tokens. In this approach, models are trained using standard classification objectives and contextualized representations from Transformer encoders (Poudyal et al., 2020; Nigam et al., 2025). Attention layers may provide learned alignments, but these should not be read as a faithful implementation of formal argumentation theory. Classical schemes like Toulmin's model guide annotation design and error analysis rather than being explicitly encoded in attention heads or loss functions (Bench-Capon and Dunne, 2007).

2.4. Rhetorical Structure Theory (RST)

Rhetorical Structure Theory (RST) conceptualizes text as a hierarchy of discourse relations among distinct segments (Taboada and Mann, 2006). The framework pivots on the distinction between nuclei, which are segments essential to the primary communicative goal, and satellites, which provide secondary material like background or evidence. For summarization, this hierarchy is critical where nuclei typically represent the core content required for a concise headnote, while satellites offer candidates for compression or omission, depending on the required level of fidelity.

In legal NLP, RST-related ideas align with labeling rhetorical roles such as facts, arguments, and conclusions in judgments (Malik et al., 2022), which in turn can guide extractive or abstractive summarization.

2.5. Conceptual foundations of legal summarization

Legal summarization aims not only to shorten text but to preserve reasoning structure. A useful summary should reflect how the court moved from facts to holding (Shukla et al., 2022). Many pipelines decompose the task into segmentation, representation of units, and ranking or generation (Huang et al., 2021).

Extractive methods copy source spans whereas abstractive methods generate new wording, often with transformer-based decoders (Shukla et al., 2022). Abstractive systems can score higher on ROUGE or BLEU in some settings yet remain vulnerable to hallucination, fragmentation, or loss of legal nuance (Deroy et al., 2023). Mitigations discussed in recent work include retrieval-augmented generation, explicit grounding to citations, and human review for high-stakes use (Deroy et al., 2023; Dehghani et al., 2025).

2.6. Toward a theoretical integration

Integrating AI with argumentation schemes supports treating judgments as structured networks rather than flat sequences of sentences (Nigam et al., 2025). This review follows that thread by emphasizing how summarization research engages with the rhetorical organization of court rulings and with the balance between jurisdiction-specific nuance and general NLP benchmarks.

3. Review of related studies and methodologies

Legal document summarization has evolved over around two decades, from extractive and rhetorical segmentation toward argument mining, citation-aware modeling, and LLM-based generation. This section summarizes representative lines of work and their limitations (Figure 1).

Figure 1.

Horizontal timeline with blue boxes labeled from pre-2018 to 2025, each year marked with a key legal NLP advancement, researcher names, and technical focus, such as extractive methods, transformers, LLMs, and rhetorical tagging.

Evolution of automated legal summarization.

3.1. Early stage of legal summarization

Early extractive systems used lexical and positional features and machine learning classifiers. For example, support vector machines and random forests to rank candidate sentences (Kanapala et al., 2019). Graph-based extractive summarization, specifically those incorporating cohesion constraints, represents a significant pre-Transformer research line (Kim et al., 2013). These methods established strong baselines but often treated sentences as loosely independent, which limits modeling of argument flow across the judgment.

3.2. Transformer-based and deep learning methods

Deep learning brought contextual encoders and neural summarizers. BERT-style models and their legal adaptations such as LegalBERT improved modeling of long, specialized texts (Chalkidis et al., 2021). Studies on Indian Supreme Court judgments indicate that while Transformer-based abstractive models significantly outperform classical baselines in fluency and semantic overlap, they are not without trade-offs. Despite these gains, such models still struggle with factual consistency and structural integrity, occasionally generating summaries that deviate from the legal logic of the original text (Shukla et al., 2022; Deroy et al., 2023). Hierarchical attention and long-context architectures address length but do not automatically resolve clause-level dependencies or citation-heavy passages (Zhong et al., 2020). Tasks like citation recommendation illustrate how metadata-driven neural rankers can sense the importance of specific text spans (Huang et al., 2021). In the legal domain, these same contextual signals provide a roadmap for summarization, informing the model's decision on which parts of a judgment are essential for a concise headnote.

3.3. Large language models, multilingual settings, and grounding

A prominent recent trend in legal AI involves the transition to LLM-based frameworks for processing judicial text. The wider move toward instruction-following and human-aligned fine-tuning of large models is grounded in general-domain work on learning from human feedback (Ouyang et al., 2022). Recent surveys highlight how these models are being adapted for core functions, ranging from automated summarization and document classification to sophisticated RAG-based systems (Siino et al., 2025; Dehghani et al., 2025). Experimental results in judicial summarization warn that although high overlap scores are impressive, they can often hide critical legal inaccuracies, forcing the use of robust verification layers (Deroy et al., 2023). Furthermore, comparing general-purpose LLMs with smaller, specialized models indicates that parameter scale is no substitute for domain adaptation and the nuances of legal reasoning still require targeted tuning (Jayakumar et al., 2023).

A summary can read well but still be legally wrong. For example, if it changes what the court decided, drops an important condition, or points to a case that does not support the claim, then it misleads. LLM-based summarizers remain vulnerable to such errors. Recent work therefore adds verification layers in practice: outputs are tied to the source judgment, statements and citations are checked against that text, and tools flag invented or mismatched precedents. For high-stakes use, human oversight is not optional in the sense used across this literature; a qualified reader must still confirm the summary, because the model alone cannot guarantee that the law is stated correctly (Deroy et al., 2023; Dehghani et al., 2025; Magesh et al., 2025).

3.3.1. Multilingual evidence

Legal language and headnote styles vary significantly by region, so multilingual evidence is essential for a complete view of the field. A dedicated survey of LLM use in the Italian legal domain (Siino, 2025) complements applied studies on Italian legal news summarization and on retrieval resources for the Italian Civil Code built with LLMs (Benedetto et al., 2025; Proietti et al., 2025). Together, these sources check the assumption that English-language datasets are a universal proxy for all legal reasoning (Chalkidis et al., 2019; Malik et al., 2022).

3.4. Semantic segmentation and argumentation mining

Choosing the right unit of segmentation whether sentences or finer clauses is a critical design decision in legal NLP. Although sentence-level tagging is a common practice, it often overlooks the multiple propositions nested within complex legal phrasing, whereas finer-grained analysis can more accurately map a judgment's logical flow (Xu and Ashley, 2023).

In many pipelines, “sentence-level” means that salience rankers, extractive selectors, or rhetorical-role classifiers treat each sentence as one decision unit. A single judicial sentence can still bundle several legally distinct commitments, for example, a general holding, a limiting exception, and a remedy or disposition expressed together. If summarization only scores or selects whole sentences, compression may preserve fluency while silently merging, dropping, or misaligning one of those embedded commitments. Clause-level, span-level, or proposition-level units therefore change what can be ranked, paraphrased, or tied to citations independently; they are a design choice about argumentative fidelity, not only a preprocessing detail (Xu and Ashley, 2023; Nigam et al., 2025).

These structured inputs, extracted from rhetorical and argumentative classification, are key to improving summary quality (Poudyal et al., 2020; Nigam et al., 2025). Nevertheless, high annotation costs and the persistent ambiguity of functional roles across different legal domains remain significant practical challenges.

3.5. Graph-based representations and Graph Neural Networks (GNNs)

By modeling legal text as a graph, researchers can treat sentences, spans, or entire cases as nodes, with edges representing the connective tissue of similarity, discourse relations, or formal citations (Kim et al., 2013; Yasunaga et al., 2017). This relational view is particularly powerful when paired with message-passing Graph Neural Networks (GNNs), which iteratively refine node embeddings by aggregating information from their local neighborhood. The use of directed edges allows models to distinguish between citing and cited units, which is a distinction that is fundamental to the hierarchical structure of legal precedent (Yasunaga et al., 2017; Zhao et al., 2022). Architectural variations from local convolutions to learned attentions, they all share a common vulnerability. They rely on the graph being a faithful representation of legal logic. If the graph is noisy, the summarization output will likely be erroneous. Furthermore, as we move toward summarizing longer, more complex judgments, the field faces a dual challenge where managing the computational costs and ensuring that the foundational steps of segmentation and citation extraction are accurate enough to support the model's reasoning (Huang et al., 2021). Recent judgment summarization work explicitly integrates semantic encoders with structural signals derived from case-specific graphs (Dan et al., 2025), and citation graphs support extractive summarization of key rulings (Bindal et al., 2023). Frameworks that combine domain models with LLMs over retrieved precedents illustrate how inter-document material can enter downstream legal tasks (Wu et al., 2023).

3.6. Pre-processing and evaluation

Summarization quality depends on preprocessing stages. Sentence splitting, normalization, and named entity recognition affect downstream argument analysis (Chalkidis et al., 2019; Jurafsky and Martin, 2008; Xu and Ashley, 2023; Kalamkar et al., 2022). Legal-specific segmentation and rhetorical-role labeling are still unevenly supported compared with general-domain tools (Bhattacharya et al., 2019; Shukla et al., 2022).

3.6.1. Evaluation metrics and protocols

Evaluation of text summarization often relies on ROUGE, BLEU, or classification on F1 (Lin, 2004; Papineni et al., 2002). These measures capture lexical overlap but align weakly with argumentative coherence or legal correctness (Šavelka and Ashley, 2018). Studies with legal experts highlight interpretability and consistency criteria that automated metrics tend to miss (Ghosh et al., 2022). Dedicated legal summarization benchmarks help standardize tasks and baselines (T.y.s.s., Santosh et al., 2024). Moving beyond simple lexical overlap, recent general-domain research has pivoted toward Natural Language Inference (NLI) and claim-source alignment to assess summary factuality (Scirè et al., 2024). These entailment-driven frameworks offer a promising template for detecting hallucinations in legal AI. However, the lack of domain-specific resources aligned with the precise logic of judicial reasoning remains a significant challenge for widespread adoption. Recent surveys argue for more rigorous evaluation protocols including structured rubrics and long-context tasks to better capture the nuances of legal LLMs (Dehghani et al., 2025; Akter et al., 2026). Audits consistently show that fluent retrieval-augmented outputs often hallucinate authorities, making verification layers mandatory (Magesh et al., 2025). While LLM-based evaluators offer a scalable path for assessment, they carry their own faithfulness risks; a more prudent approach triangulates such scores with source-grounded checks and human review (Dehghani et al., 2025). A practical compromise is to report standard overlap metrics for comparability while adding targeted consistency tests and detailed error analysis (Deroy et al., 2023) (Table 1).

Table 1.

Overview of methodological families in legal judgment summarization.

Approach Typical methodology Illustrative studies Strengths Limitations
Feature-based and classical ML Hand-crafted features, statistical ranking, classifiers for sentence salience (Kanapala et al., 2019; Bhattacharya et al., 2019) Strong extractive baselines with modest data needs Manual feature design; limited modeling of discourse dependencies
Transformer based Deep Learning Pretrained encoders, long-document variants, abstractive decoders (Chalkidis et al., 2021; Shukla et al., 2022; Zhong et al., 2020) Strong contextual representations and fluent outputs on benchmarks May under-represent clause-level premises; precedent structure often implicit
LLM-era summarization Prompting, fine-tuning, retrieval augmentation (Deroy et al., 2023; Jayakumar et al., 2023; Siino et al., 2025) Flexible generation; long-context handling Hallucination risk; governance and verification burden
Segmentation and argument mining Sentence or clause segmentation; rhetorical-role tagging (Poudyal et al., 2020; Xu and Ashley, 2023; Nigam et al., 2025) Interpretable units aligned with legal reading Annotation cost; domain shift across courts
Graph-based and citation-aware models Graph convolution or attention on sentence or case graphs; citation graphs for extractive summaries (Yasunaga et al., 2017; Huang et al., 2021; Zhao et al., 2022; Bindal et al., 2023; Dan et al., 2025) Captures relational and citation topology Sensitive to graph quality; compute cost at scale
Precedent-aware and inter-document models Linking citations and related cases (Huang et al., 2021; Wu et al., 2023) Brings inter-document authority into the loop Still few end-to-end summarizers with full precedent reasoning

4. Identified research gaps and justification

One limit concerns this article itself. It is a mini review, not a full systematic review. The Introduction describes search and screening, but we do not provide a formal selection-bias or risk-of-bias assessment across included studies. That matches common practice for this article type while keeping the scope transparent.

Despite the progress, several gaps limit practical impact and cross-jurisdiction generalization. Early extractive and thematic systems showed that legal text can be segmented, but often without explicit argumentative roles tied to judicial logic (Grover et al., 2003).

Transformer-based approaches including LegalBERT-related work improve semantic modeling, but still often operate primarily at sentence granularity, missing multiple propositions within one sentence (Chalkidis et al., 2019; Shukla et al., 2022). Argument relations may be under-specified in the summary output.

A significant amount of the literature relies on public datasets that reflect specific legal systems, notably from European or U.S. jurisdictions (Chalkidis et al., 2019; Bench-Capon and Dunne, 2007; Ashley, 2017). Developing methods tightly coupled to a single corpus risks limiting transferability. Consequently, robust legal AI requires a commitment to multilingual and multi-jurisdictional evaluation to ensure broader applicability and generalization (Benedetto et al., 2025).

Precedent citations are still often treated as metadata rather than first-class elements of the reasoning graph that the summary must reflect (Shukla et al., 2022; Zhong et al., 2020).

Despite the high stakes of judicial work, evaluation remains disproportionately centered on lexical overlap metrics. However, high scores in fluency or ROUGE are no guarantee that a summary preserves core legal principles (Lin, 2004; Shukla et al., 2022). There is a clear, yet underdeveloped, need for protocols that integrate automated scores with structured expert review, NLI-based factuality checks, and argument-aware frameworks (Ghosh et al., 2022; Scirè et al., 2024; Akter et al., 2026). Given the risks associated with LLM hallucinations, grounding these models in verifiable legal context is now a primary research priority (Deroy et al., 2023; Dehghani et al., 2025; Magesh et al., 2025).

5. Discussion

This review has mapped the evolving landscape of automated legal summarization, highlighting both gains in model performance and persistent limitations of current architectures. While Transformer-based models have raised the bar on standard metrics, many systems still misalign with interpretive workflows in legal practice. Judicial reasoning is not a linear sequence of text but a structured network of arguments embedded in a web of authority and precedent. Sentence segmentation often oversimplifies that multi-role structure; clause-level analysis can recover finer argumentative detail, yet such methods are still seldom folded into unified end-to-end summarizers, which limits their effect on summary quality (Xu and Ashley, 2023; Nigam et al., 2025).

Rhetorical-role labeling improves interpretability, yet many abstractive systems still optimize fluency. Legal summarization is therefore not only a language-generation problem but partly a reasoning and discourse problem (Malik et al., 2022; Shukla et al., 2022). Citations should often be treated as part of the reasoning story, not as peripheral metadata. Graph-based methods are promising but frequently emphasize citation prediction or classification rather than summarization objectives that depend on precedent content (Huang et al., 2021; Wu et al., 2023). ROUGE and BLEU remain convenient but misaligned with legal needs; checklist- and rubric-oriented views in LLM and legal summarization surveys, together with NLI-oriented factuality metrics, reinforce the need for richer evaluation protocols (Dehghani et al., 2025; Akter et al., 2026; Scirè et al., 2024).

In sum, the survey covered theoretical foundations (Section 2), methodological families from classical machine learning to LLMs (Section 3), and explicit gaps (Section 4). The literature suggests a clear evolution from simple extractive methods toward structured, defensible summarization frameworks that combine clause- and role-aware segmentation with graph-based or citation-aware design, and toward measured use of generative models. Where legal stakes are high, systems still need to be anchored by robust retrieval, verification layers, and essential human oversight (Ashley, 2017; Deroy et al., 2023; Nigam et al., 2025).

6. Conclusion

In conclusion, the current trajectory of the field suggests that future breakthroughs will rely less on the brute-force scaling of generative architectures and more on a structure-first design philosophy. To truly capture the nuance of judicial reasoning, research must pivot toward finer-grained segmentation, transitioning from sentence-level baselines to clause-level analysis, while integrating precedents and citations directly into the modeling loop. Furthermore, evaluation frameworks must mature beyond the convenience of standard n-gram overlap metrics to address the substantive legal risks inherent in automated summarization. By coupling retrieval-augmented verification with rigorous structural oversight, we move toward a generation of tools that do not merely simulate fluency, but actively track the complex logic of the law.

This mini-review aimed to chart that trajectory from classical extractive work through transformers and LLMs, and to foreground gaps that matter most for judgment-oriented summarization. We hope framing these priorities helps orient follow-on work toward more robust, argument-aware legal AI.

Funding Statement

The author(s) declared that financial support was not received for this work and/or its publication.

Footnotes

Edited by: Ben Chester Cheong, Singapore University of Social Sciences, Singapore

Reviewed by: Marco Siino, University of Catania, Italy

Willian Dos Santos Flores, Federal University of Mato Grosso do Sul, Brazil

Yassin Abdelkarim, Ministry of Justice, Egypt

Author contributions

MN: Writing – review & editing, Investigation, Writing – original draft, Validation, Formal analysis. PY: Writing – review & editing, Supervision.

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that generative AI was used in the creation of this manuscript. Generative AI was used for language editing and high-level drafting suggestions. All literature selection, analysis, interpretation, and final content were produced and verified by the author(s), who take full responsibility for the manuscript.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  1. Akter M., Çano E., Weber E., Dobler D., Habernal I. (2026). A comprehensive survey on legal summarization: challenges and future directions. ACM Comp. Surv. 58, 1–32. doi: 10.1145/3776586 [DOI] [Google Scholar]
  2. Ashley K. D. (2017). “Introducing AI & law and its role in future legal practice,” in Artificial Intelligence and Legal Analytics: New Tools for Law Practice in the Digital Age, eds. K. D. Ashley (Cambridge: Cambridge University Press), 3–37. [Google Scholar]
  3. Bench-Capon T. J. M., Dunne P. E. (2007). Argumentation in artificial intelligence. Artif. Intell. 171, 619–641. doi: 10.1016/j.artint.2007.05.001 [DOI] [Google Scholar]
  4. Benedetto I., Cagliero L., Ferro M., Tarasconi F., Bernini C., Giacalone G. (2025). Leveraging large language models for abstractive summarization of Italian legal news. Artif. Intellig. Law 33, 377–415. doi: 10.1007/s10506-025-09431-3 [DOI] [Google Scholar]
  5. Bhattacharya P., Paul S., Ghosh K., Ghosh S., Wyner A. (2019). “Identification of rhetorical roles of sentences in indian legal judgments,” in Legal Knowledge and Information Systems: JURIX 2019: The Thirty-Second Annual Conference (Amsterdam: IOS Press; ), 3–12. [Google Scholar]
  6. Bindal P., Kumar V., Bhatnagar V., Sirohi P., Siwal A. (2023). “Citation-based summarization of landmark judgments,” in Proceedings of the 20th International Conference on Natural Language Processing (ICON), eds. J. D. Pawar, and S. Lalitha Devi (Goa: Goa University, NLP Association of India (NLPAI)), 588–593. [Google Scholar]
  7. Chalkidis I., Androutsopoulos I., Aletras N. (2019). “Neural legal judgment prediction in English,” in Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, eds. A. Korhonen, D. Traum, and L. Màrquez (Florence: Association for Computational Linguistics), 4317–4323. [Google Scholar]
  8. Chalkidis I., Fergadiotis M., Tsarapatsanis D., Aletras N., Androutsopoulos I., Malakasiotis P. (2021). “Paragraph-level rationale extraction through regularization: a case study on european court of human rights cases,” in Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, eds. K. Toutanova, A. Rumshisky, L. Zettlemoyer, D. Hakkani-Tur, I. Beltagy, S. Bethard, et al. (Online: Association for Computational Linguistics), 226–241. [Google Scholar]
  9. Dan J., Hu W., Wang Y. (2025). Enhancing legal judgment summarization with integrated semantic and structural information. Artif. Intellig. Law 33, 271–292. doi: 10.1007/s10506-023-09381-8 [DOI] [Google Scholar]
  10. Dehghani F., Dehghani R., Naderzadeh Ardebili Y., Rahnamayan S. (2025). Large language models in legal systems: a survey. Humanit. Soc. Sci. Commun. 12:1977. doi: 10.1057/s41599-025-05924-3 [DOI] [Google Scholar]
  11. Deroy A., Ghosh K., Ghosh S. (2023). “How ready are pre-trained abstractive models and LLMs for legal case judgement summarization?,” in Proceedings of the Third International Workshop on Artificial Intelligence and Intelligent Assistance for Legal Professionals in the Digital Workplace (LegalAIIA 2023) co-located with the 19th International Conference on Artificial Intelligence and Law (ICAIL 2023), J. G., Jr, D. W. L. Conrad, J. R. Baron, H. Henseler, P. Bhattacharya, A. Nielsen, J. K. Vinjumur, J. Pickens, and A. Jones (Braga, Portugal: CEUR-WS.org), 8–19. [Google Scholar]
  12. Devlin J., Chang M.-W., Lee K., Toutanova K. (2019). “BERT: pre-training of deep bidirectional transformers for language understanding,” in Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), eds. J. Burstein, C. Doran, and T. Solorio (Minneapolis, Minnesota: Association for Computational Linguistics), 4171–4186. [Google Scholar]
  13. Ghosh S., Dutta M., Das T. (2022). “Indian legal text summarization: a text normalization-based approach,” in 2022 IEEE 19th India Council International Conference (INDICON) (Kochi: IEEE; ), 1–4. [Google Scholar]
  14. Grover C., Hachey B., Hughson I., Korycinski C. (2003). “Automatic summarisation of legal documents,” in Proceedings of the 9th international conference on Artificial intelligence and law, ICAIL '03 (New York, NY: Association for Computing Machinery; ), 243–251. [Google Scholar]
  15. Huang Z., Low C., Teng M., Zhang H., Ho D. E., Krass M. S., et al. (2021). “Context-aware legal citation recommendation using deep learning,” in Proceedings of the Eighteenth International Conference on Artificial Intelligence and Law, ICAIL '21 (New York, NY: Association for Computing Machinery; ), 79–88. [Google Scholar]
  16. Jain D., Borah M. D., Biswas A. (2021). Summarization of legal documents: where are we now and the way forward. Comp. Sci. Rev. 40:100388. doi: 10.1016/j.cosrev.2021.100388 [DOI] [Google Scholar]
  17. Jayakumar T., Farooqui F., Farooqui L. (2023). “Large Language Models are legal but they are not: Making the case for a powerful LegalLLM,” in Proceedings of the Natural Legal Language Processing Workshop 2023, eds. D. Preo?iuc-Pietro, C. Goanta, I. Chalkidis, L. Barrett, G. Spanakis, and N. Aletras (Singapore: Association for Computational Linguistics), 223–229. [Google Scholar]
  18. Jurafsky D., Martin J. (2008). Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition, Vol 2. Upper Saddle River, NJ: Pearson Prentice Hall. [Google Scholar]
  19. Kalamkar P., Agarwal A., Tiwari A., Gupta S., Karn S., Raghavan V. (2022). “Named entity recognition in Indian court judgments,” in Proceedings of the Natural Legal Language Processing Workshop 2022, eds. N. Aletras, I. Chalkidis, L. Barrett, C. Goan?a, and D. Preo?iuc-Pietro (Abu Dhabi: Association for Computational Linguistics), 184–193. [Google Scholar]
  20. Kanapala A., Pal S., Pamula R. (2019). Text summarization from legal documents: a survey. Artif. Intellig. Rev. 51, 371–402. doi: 10.1007/s10462-017-9566-2 [DOI] [Google Scholar]
  21. Kim M.-Y., Xu Y., Goebel R. (2013). “Summarization of legal texts with high cohesion and automatic compression rate,” in New Frontiers in Artificial Intelligence, eds. Y. Motomura, A. Butler, and D. Bekki (Berlin: Springer; ), 190–204. [Google Scholar]
  22. Lin C.-Y. (2004). “ROUGE: a package for automatic evaluation of summaries,” in Text Summarization Branches Out (Barcelona: Association for Computational Linguistics; ), 74–81. [Google Scholar]
  23. Magesh V., Surani F., Dahl M., Suzgun M., Manning C. D., Ho D. E. (2025). “Hallucination-free?” Assessing the reliability of leading AI legal research tools. J. Empir. Leg. Stud. 22, 216–242. doi: 10.1111/jels.12413 [DOI] [Google Scholar]
  24. Malik V., Sanjay R., Guha S. K., Hazarika A., Nigam S. K., Bhattacharya A., et al. (2022). “Semantic segmentation of legal documents via rhetorical roles,” in Proceedings of the Natural Legal Language Processing Workshop 2022, eds. N. Aletras, I. Chalkidis, L. Barrett, C. Goan?a, and D. Preo?iuc-Pietro (Abu Dhabi: Association for Computational Linguistics), 153–171. [Google Scholar]
  25. Nigam S. K., Dubey T., Sharma G., Shallum N., Ghosh K., Bhattacharya A. (2025). “LegalSeg: unlocking the structure of indian legal judgments through rhetorical role classification,” in Findings of the Association for Computational Linguistics: NAACL 2025, eds. L. Chiruzzo, A. Ritter, and L. Wang (Albuquerque, NM: Association for Computational Linguistics), 1129–1144. [Google Scholar]
  26. Ouyang L., Wu J., Jiang X., Almeida D., Wainwright C. L., Mishkin P., et al. (2022). “Training language models to follow instructions with human feedback,” in Advances in Neural Information Processing Systems 35 (Red Hook, NY: Curran Associates, Inc.), 27730–27744. [Google Scholar]
  27. Papineni K., Roukos S., Ward T., Zhu W.-J. (2002). “BLEU: a method for automatic evaluation of machine translation,” in Proceedings of the 40th Annual Meeting on Association for Computational Linguistics, ACL '02 (Philadelphia: Association for Computational Linguistics; ), 311–318. [Google Scholar]
  28. Poudyal P., Savelka J., Ieven A., Moens M. F., Goncalves T., Quaresma P. (2020). “ECHR: legal corpus for argument mining,” in Proceedings of the 7th Workshop on Argument Mining, eds. E. Cabrio, and S. Villata (Online: Association for Computational Linguistics), 67–75. [Google Scholar]
  29. Proietti M., Passaro L. C., Lenci A. (2025). “Leveraging LLMs to build a semi-synthetic dataset for legal information retrieval: a case study on the Italian Civil Code and GPT4-O,” in Proceedings of the Eleventh Italian Conference on Computational Linguistics (CLiC-it 2025) (Cagliari: CEUR Workshop Proceedings; ), 933–941. [Google Scholar]
  30. Santosh T.y.s.s., Weiss C., Grabmair M. (2024). “LexSumm and LexT5: benchmarking and modeling legal summarization tasks in English,” in Proceedings of the Natural Legal Language Processing Workshop 2024 (Miami, FL: Association for Computational Linguistics; ), 381–403. [Google Scholar]
  31. Šavelka J., Ashley K. D. (2018). “Segmenting U.S. Court decisions into functional and issue specific parts,” in Legal Knowledge and Information Systems (Amsterdam: IOS Press; ), 111–120. [Google Scholar]
  32. Scirè A., Ghonim K., Navigli R. (2024). “FENICE: factuality evaluation of summarization based on natural language inference and claim extraction,” in Findings of the Association for Computational Linguistics: ACL 2024 (Bangkok: Association for Computational Linguistics; ), 14148–14161. [Google Scholar]
  33. Shukla A., Bhattacharya P., Poddar S., Mukherjee R., Ghosh K., Goyal P., et al. (2022). “Legal case document summarization: extractive and abstractive methods and their evaluation,” in Proceedings of the 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing (Volume 1: Long Papers), eds. Y. He, H. Ji, S. Li, Y. Liu, and C.-H. Chang (Online: Association for Computational Linguistics), 1048–1064. [Google Scholar]
  34. Siino M. (2025). Exploring the use of LLMs in the Italian legal domain: a survey on recent applications. Comp. Law & Secu. Rev. 58:106164. doi: 10.1016/j.clsr.2025.106164 [DOI] [Google Scholar]
  35. Siino M., Falco M., Croce D., Rosso P. (2025). Exploring LLMs applications in law: a literature review on current legal NLP approaches. IEEE Access 13, 18253–18276. doi: 10.1109/ACCESS.2025.3533217 [DOI] [Google Scholar]
  36. Taboada M., Mann W. C. (2006). Rhetorical structure theory: looking back and moving ahead. Discourse Studies 8, 423–459. doi: 10.1177/1461445606061881 [DOI] [Google Scholar]
  37. Takale S. (2023). A survey of legal document summarization methods. Int. J. Innovat. Res. Comp. Commun. Eng. 12, 128–133. doi: 10.17148/IJARCCE.2023.12721 [DOI] [Google Scholar]
  38. Vaswani A., Shazeer N., Parmar N., Uszkoreit J., Jones L., Gomez A. N., et al. (2017). “Attention is all you need,” in Advances in Neural Information Processing Systems, volume 30 (Red Hook, NY: Curran Associates, Inc.). [Google Scholar]
  39. Wu Y., Zhou S., Liu Y., Lu W., Liu X., Zhang Y., et al. (2023). “Precedent-enhanced legal judgment prediction with LLM and domain-model collaboration,” in Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, eds. H. Bouamor, J. Pino, and K. Bali (Singapore: Association for Computational Linguistics), 12060–12075. [Google Scholar]
  40. Xu H., Ashley K. D. (2023). “Argumentative segmentation enhancement for legal summarization,” in Proceedings of the 6th Workshop on Automated Semantic Analysis of Information in Legal Text co-located with the 19th International Conference on Artificial Intelligence and Law (ICAIL 2023), Braga, Portugal, 23rd September, 2023, volume 3441 of CEUR Workshop Proceedings (Braga: CEUR-WS.org; ), 141–150. [Google Scholar]
  41. Yasunaga M., Zhang R., Meelu K., Pareek A., Srinivasan K., Radev D. (2017). “Graph-based neural multi-document summarization,” in Proceedings of the 21st Conference on Computational Natural Language Learning (CoNLL 2017), eds. R. Levy, and L. Specia (Vancouver: Association for Computational Linguistics), 452–462. [Google Scholar]
  42. Zhao Q., Gao T., Zhou S., Li D., Wen Y. (2022). Legal judgment prediction via heterogeneous graphs and knowledge of law articles. Appl. Sci. 12:2531. doi: 10.3390/app12052531 [DOI] [Google Scholar]
  43. Zhong H., Xiao C., Tu C., Zhang T., Liu Z., Sun M. (2020). “How does NLP benefit legal system: a summary of legal artificial intelligence,” in Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, eds. D. Jurafsky, J. Chai, N. Schluter, and J. Tetreault (Online: Association for Computational Linguistics), 5218–5230. [Google Scholar]

Articles from Frontiers in Artificial Intelligence are provided here courtesy of Frontiers Media SA

RESOURCES