REVIEW 3 major objections 5 minor 18 references
Annotating Topical Legal Insights from Case Proceedings
T0 review · 3 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Legal case proceedings can be captured as bags of thematic concepts rather than raw text, and the LeDA annotation system makes this practical by letting annotators create new concept tags while they read.
desk verdict The tool is probably real and the tag set is a useful small artifact, but the paper's central quality claim—the IAA measure—is never specified or reported, and the dataset isn't released. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing artifact is LeDA, an open web annotation tool whose novel mechanism is dynamic tag creation: an annotator encountering a concept not in the initial tag list can request a new tag from the super-annotator, so the concept vocabulary evolves as documents are read. Around this, the workflow includes independent annotation by multiple annotators, a dual-view adjudication step where a senior annotator reconciles conflicting labels, and an inter-annotator agreement measure built from three components: the text span, the tags labeling it, and the sentence number of the span. This machinery is what converts raw case text into a bag-of-concepts representation.
What would settle it
Compute a standard agreement coefficient (e.g., Cohen's kappa) on a sample of the 200 annotated judgments, comparing both annotators' span-level labels span by span. If those scores come out low (say below 0.5) for documents where LeDA's own IAA appears high, the novel IAA measure is not tracking agreement; and since no IAA scores are reported, the dataset's reliability claim currently has no observable check.
Extended reading notes
Core claim
The paper's central claim is that a small team of legal annotators, working with an evolving tag set, can label the fine-grained topics of case proceedings well enough to represent documents as bags of concepts. The authors argue that static tag lists fail for legal texts because the relevant concepts are not atomic entities but thematic happenings—'Murder on parole,' 'Second murder,' 'Testimony challenged'—that surface only during reading. LeDA therefore supports dynamic tag creation, a dual-view adjudication interface for the super-annotator, and a bespoke inter-annotator agreement computation that compares the annotated span, the tags attached to it, and the sentence number where the span
Load-bearing premise
The load-bearing premise is that the paper's inter-annotator agreement measure—based on the annotated span, its tags, and its sentence number—actually reflects annotation quality; the paper neither specifies the measure's formula nor reports any IAA scores, so the claimed reliability of the dataset rests on an unformalized metric.
Editorial extensions
If this is right
- Annotated case documents can be represented as bags of thematic concepts, capturing the aboutness that phrase extraction misses.
- The dynamic-tag feature makes annotation feasible in domains without a predefined ontology, since the concept set can grow during annotation.
- The 200-document Indian Supreme Court dataset, with spans labeled by legal experts and adjudicated by a senior expert, becomes a resource for training and evaluating downstream legal NLP tasks.
- The workflow's inter-annotator agreement and adjudication steps provide a mechanism to detect and resolve disagreements, supporting dataset quality.
- If the representation is adopted, prior-case retrieval and judgment prediction can operate on concepts rather than on flat text, which the authors argue should improve processing.
Reading between the lines
- A quantitative test of the paper's thesis would be to compare prior-case retrieval using bag-of-concepts representations against a bag-of-words baseline on the same corpus; the paper does not report such an experiment.
- The inter-annotator agreement metric is described only by its three inputs; without a formula or reported IAA scores, the reliability of the dataset is not yet independently checkable. Computing a standard coefficient like Cohen's kappa on the same spans would settle whether the measure captures genuine agreement.
- The dynamic tag process suggests that after enough documents the evolving ontology may converge to a stable taxonomy, which could be reused as a seed ontology for automated concept extraction—an extension the authors mention as future work.
- The same annotation workflow could transfer to other legal systems, but the concept tags derived from Indian Supreme Court murder jurisprudence would likely need to be re-derived for different jurisdictions or domains.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents LeDA, a web-based legal data annotation system designed to annotate thematic concepts in legal case proceedings. Its main claimed features are the dynamic creation of new tags during annotation, a super-annotator adjudication workflow, and the computation of inter-annotator agreement (IAA). The authors report using LeDA with two legal experts and one senior expert to annotate 200 Indian Supreme Court case proceedings with concept tags such as 'Murder on parole' and 'Second murder', producing a bag-of-concepts representation intended for downstream tasks like prior case retrieval and judgment prediction. The paper includes a feature comparison with existing tools, a workflow description with screenshots, a case study, and a plan for future work.
Significance. If the claims hold, the paper demonstrates a functioning annotation tool with useful workflow features for legal concept annotation, and it provides a descriptively curated set of thematic tags for Indian Supreme Court proceedings. The dynamic tag mechanism addresses a genuine need in settings where no predefined ontology exists. The tool is publicly available on GitHub, which supports reproducibility of the tool itself. However, the paper's central dataset-quality claim rests on an IAA computation that is not specified, and no quantitative annotation-quality results are reported. The paper is best viewed as a system demonstration; its contribution would be strengthened substantially by formalizing and validating the IAA method and reporting actual agreement scores.
major comments (3)
- [Section 3, 'Analysis of annotated data'] The IAA computation is load-bearing for the claim that the 200-document dataset is reliably annotated, but it is described only verbally. The manuscript states that IAA uses 'i) the annotated span, ii) the tags used to label that span, and iii) the sentence number of the span,' but it gives no formula, pseudocode, threshold, or reported IAA values. It also acknowledges that 'devising a method that would yield an accurate IAA measure' was challenging, yet it does not explain how the challenge was resolved. Without a precise definition and numerical results, the reader cannot verify that the agreement measure is meaningful or that the subsequent adjudication was based on valid scores. Please specify the algorithm, justify its correctness (e.g., by comparing it with established metrics like Cohen's kappa or Krippendorff's alpha), and report the computed IAA scores for the 200 documents.
- [Table 2 and Section 2] The text repeatedly emphasizes that dynamic tag creation is a 'central and innovative feature' and that existing tools lack critical features for legal annotation. Yet Table 2 marks 'Dynamic tag' as present in BRAT, GATE, Label Studio, and UBIAI as well as LeDA. This apparent contradiction undercuts the novelty claim. Please clarify what specifically distinguishes LeDA's dynamic-tag mechanism from those tools (e.g., request/approval workflow, multi-level permissions, integration with adjudication) and revise the table or the text to be consistent.
- [Section 2, 'Key features of LeDA'] The paper asserts that 'the feedback we received on LeDA's features was highly satisfactory' and that 'no new feature suggestions were made, affirming the tool's effectiveness.' No details of the feedback collection are provided: no questionnaire, no number of respondents, no summary of responses. As stated, this is an unsupported claim of user satisfaction. Either present the evaluation instrument and results or remove the claim and limit the discussion to the system's functionality.
minor comments (5)
- [Abstract] Typo: 'allows to dynamic create' should be 'allows dynamic creation' or 'allows annotators to dynamically create.' Also, 'put forward a set of diverse concepts' is vague; consider listing examples or referencing Table 1.
- [Table 1] Tag names such as 'Murderon parole' and 'Secondmurder' lack spaces, which harms readability. Consider formatting them with spaces or adding separators to match the prose descriptions.
- [References] Reference [1] is incomplete: it lacks a publication venue and year. Reference [10], cited for IAA, appears to describe rhetorical role identification rather than an annotation agreement measure; please verify that this citation supports the IAA claim.
- [Figure 2] The figure is dense and the workflow labels (A–N) are not all explained in a single list. A step-by-step walkthrough of the figure, or a clearer schematic, would aid comprehension.
- [Section 4] The description of the dataset's scope is narrow ('murder-related case proceedings'), yet the abstract claims a general 'set of diverse concepts for legal case proceedings.' Please clarify whether the concept set is intended to be domain-specific or generalizable.
Circularity Check
No circularity: this is a demo/system paper with no derived predictions; the tag set is grounded in external legal expertise, and the under-specified IAA method is an evaluation gap, not a circular step.
full rationale
The paper is a demo/system paper and does not contain a derivation chain. The concept tags are said to be "established in extensive consultations with legal experts" and dynamically added when "annotators encounter detailed information not covered by the current tag list"; both are external grounding procedures, not outputs of the system. There are no equations, no fitted parameters, no predicted quantities, and no benchmarks, so there is no way for a claimed result to reduce by construction to its inputs. The one quantitative-sounding element is the IAA computation, described only as focusing on "i) the annotated span, ii) the tags used to label that span, and iii) the sentence number of the span." No formula or scores are given, and the paper admits "It posed a considerable challenge to devise a method that would yield an accurate IAA measure." That is an omitted proof / evaluation gap, not a circular step: the dataset-quality claim is left unsupported rather than derived from itself. The self-citation to the authors' own JURIX demo is non-load-bearing, and the claim that dynamic tags are "novel" is contradicted by the paper's own Table 2, but an overstatement of novelty is not circularity. No circular step can be exhibited, so the score is 0.
Assumptions & free parameters
assumptions (4)
- domain assumption The eight predefined concept types in Table 1 (e.g., 'Murder on parole', 'Homicide murder') are sufficient to capture the thematic aboutness of murder-related case proceedings.
- domain assumption Legal experts' span selections and tag assignments are reliable ground truth for the 'thematic view' of a case.
- ad hoc to paper Inter-annotator agreement computed from (span, tag, sentence number) is a valid measure of annotation quality.
- domain assumption There is no pre-existing ontology for legal thematic concepts, justifying dynamic tag creation.
Cite this review
Pith. "Pith review of Annotating Topical Legal Insights from Case Proceedings." pith.science (2026). https://pith.science/paper/WUFDXCGT
@misc{pith2026260727792,
author = {Pith},
title = {Pith review of: Annotating Topical Legal Insights from Case Proceedings},
year = {2026},
howpublished = {\url{https://pith.science/paper/WUFDXCGT}},
note = {Machine review of arXiv:2607.27792}
}
read the original abstract
In this paper, we mainly concentrate on finding concepts or topics from the legal case proceedings, since adopting a structured representation for legal documents, as opposed to a mere bag-of-words flat text representation, can significantly enhance processing capabilities. To achieve this objective, we put forward a set of diverse concepts for legal case proceedings. With this motivation, we propose LeDA, a system for Legal Data Annotation. The system offers the generic functionality of annotating and adjudicating entities or concepts within documents via a web-based interface. A novel feature of our system is that it allows to dynamic create new tags for annotation, which is a particularly useful provision for situations where there exists no pre-defined ontology for the entities (concepts) that need to be annotated - these being rather discovered by annotators as they continue examining more documents. The system that we demonstrate is currently in use to annotate a set of concepts from legal documents to construct semantic representations of documents as bags of concepts that can then be used for several downstream tasks, such as prior case retrieval, judgment prediction, and so on. Along with the system features in general, we also describe how LeDA was used by 3 assessors to annotate and adjudicate legal concept names from Indian Supreme Court case proceedings.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
Proceedings of the 2017 ACM on Conference on Information and Knowledge Management , pages=
Automatic catchphrase identification from legal court case documents , author=. Proceedings of the 2017 ACM on Conference on Information and Knowledge Management , pages=
2017
-
[2]
arXiv preprint arXiv:1809.05219 , year=
Automatic catchphrase extraction from legal case documents via scoring using deep neural networks , author=. arXiv preprint arXiv:1809.05219 , year=
-
[3]
, author=
Prior Case Retrieval using Evidence Extraction from Court Judgements. , author=. ASAIL/LegalAIIA@ ICAIL , pages=
-
[4]
Legal Knowledge and Information Systems , pages=
Retrieval of prior court cases using witness testimonies , author=. Legal Knowledge and Information Systems , pages=. 2020 , publisher=
2020
-
[5]
arXiv preprint arXiv:1508.01991 , year=
Bidirectional LSTM-CRF models for sequence tagging , author=. arXiv preprint arXiv:1508.01991 , year=
-
[6]
Proceedings of the fourth ACM conference on Digital libraries , pages=
KEA: Practical automatic keyphrase extraction , author=. Proceedings of the fourth ACM conference on Digital libraries , pages=
-
[7]
, author=
A Case Study on Legal Case Annotation. , author=. JURIX , pages=
-
[8]
Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: System Demonstrations , pages=
Dotat: A domain-oriented text annotation tool , author=. Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: System Demonstrations , pages=
Show all 18 references
-
[9]
Legal Knowledge and Information Systems -
Paheli Bhattacharya and Shounak Paul and Kripabandhu Ghosh and Saptarshi Ghosh and Adam Wyner , title =. Legal Knowledge and Information Systems -
-
[10]
arXiv preprint arXiv:2310.12131 , year=
Automated Attribute Extraction from Legal Proceedings , author=. arXiv preprint arXiv:2310.12131 , year=
-
[11]
Palshikar and Pushpak Bhattacharyya and Vasudeva Varma , title =
Kripabandhu Ghosh and Sachin Pawar and Girish K. Palshikar and Pushpak Bhattacharyya and Vasudeva Varma , title =. Legal Knowledge and Information Systems -
-
[12]
arXiv preprint arXiv:2105.13562 , year=
ILDC for CJPE: Indian legal documents corpus for court judgment prediction and explanation , author=. arXiv preprint arXiv:2105.13562 , year=
-
[13]
Abhay Shukla and Paheli Bhattacharya and Soham Poddar and Rajdeep Mukherjee and Kripabandhu Ghosh and Pawan Goyal and Saptarshi Ghosh , title =
-
[14]
, author=
Automatic Classification of Rhetorical Roles for Sentences: Comparing Rule-Based Scripts with Machine Learning. , author=. ASAIL@ ICAIL , volume=
-
[15]
Proceedings of the seventeenth international conference on artificial intelligence and law , pages=
Improving sentence retrieval from case law for statutory interpretation , author=. Proceedings of the seventeenth international conference on artificial intelligence and law , pages=
-
[16]
Paheli Bhattacharya and Shounak Paul and Kripabandhu Ghosh and Saptarshi Ghosh and Adam Wyner , title =
-
[17]
, author=
CAT: the CELCT Annotation Tool. , author=. LREC , pages=
-
[18]
Legal Knowledge and Information Systems: JURIX , pages=
Identification of rhetorical roles of sentences in indian legal judgments , author=. Legal Knowledge and Information Systems: JURIX , pages=
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.