REVIEW 2 major objections 9 references
Local grammar graphs generate 700 million labeled utterances to train a legal chatbot classifier to 91% F1-score.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-05-11 01:45 UTC
load-bearing objection LGG-generated synthetic data scales to 700M Korean legal utterances and hits 91% F1 with DIET, but the score is almost certainly measured inside the same generated pool. the 2 major comments →
Generating training datasets for legal chatbots in Korean
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Local grammar graphs (LGGs) that capture vocabulary and local syntax observed in legal texts, while associating domain-specific intent labels, can be used with the Unitex platform to generate hundreds of millions of labeled utterances. In the Korean legal domain this produced a dataset of 700 million utterances on which a DIET classifier was trained, attaining 91% F1-score performance for selecting links to similar legal cases.
What carries the argument
Local grammar graphs (LGGs), language resources that generalize observed vocabulary and local syntax from texts while directly associating user-intent labels according to a domain classification system.
Load-bearing premise
The utterances and labels produced by the local grammar graphs sufficiently capture the diversity, phrasing, and intent distribution of actual user queries on legal situations.
What would settle it
Measuring the DIET classifier's F1-score on a fresh collection of real user queries gathered independently of the LGGs, or running the deployed LIGA chatbot with actual users and tracking whether intent selections match human judgments at similar rates.
If this is right
- Dataset creation scales to hundreds of millions of labeled examples without a matching rise in manual annotation cost.
- The trained classifier enables a chatbot that retrieves links to similar legal cases for conversational queries.
- The 91% F1-score shows the generated data supports effective intent classification in the legal domain.
- The full pipeline was implemented as the working LIGA chatbot for Korean legal situations.
Where Pith is reading between the lines
- The same graph-based generation technique could be applied to other specialized domains where labeled conversational data is scarce.
- Extending the method to additional languages might support legal information tools in settings with limited annotated corpora.
- Direct comparison of generated data against real query logs could quantify how closely the LGG distribution matches user behavior.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims that local grammar graphs (LGGs) implemented in the open-source Unitex platform can be used to jointly generate large volumes of utterances and their intent labels, producing 700 million examples for a Korean legal chatbot. A DIET classifier trained on this synthetic data reaches 91% F1-score and is integrated into the LIGA system to retrieve links to similar government-provided legal cases.
Significance. If the generated data generalizes, the approach could offer a scalable, low-cost alternative to manual annotation for building intent classifiers in specialized domains such as legal advice. The scale of 700 million examples and the use of open-source linguistic tools represent concrete engineering contributions. However, the absence of any evaluation on authentic user queries limits the demonstrated impact to synthetic settings.
major comments (2)
- [Abstract] Abstract: The reported 91% F1-score for the DIET classifier is presented without any information on test-set provenance. It is not stated whether the test utterances are held-out examples drawn from the same LGG-generated pool or independent real user queries. This distinction is load-bearing for the central claim that the method produces usable training data for a legal chatbot.
- [Method and Evaluation] Method and Evaluation sections: Labels are assigned by the identical LGGs that generate the utterances, so the classifier is trained to reproduce the grammar rules and classification scheme embedded in the generator. No validation of the LGGs against a corpus of authentic legal queries is described, leaving open the possibility that performance reflects interpolation within the synthetic grammar rather than capture of natural phrasing and intent distribution.
Simulated Author's Rebuttal
We thank the referee for the thoughtful and detailed comments, which help clarify the scope and limitations of our evaluation. We address each major comment below and will make targeted revisions to improve transparency without altering the core contribution of using LGGs for scalable synthetic data generation.
read point-by-point responses
-
Referee: [Abstract] Abstract: The reported 91% F1-score for the DIET classifier is presented without any information on test-set provenance. It is not stated whether the test utterances are held-out examples drawn from the same LGG-generated pool or independent real user queries. This distinction is load-bearing for the central claim that the method produces usable training data for a legal chatbot.
Authors: We agree that the test-set provenance must be stated explicitly. The 91% F1-score was measured on a held-out subset of utterances generated by the same LGGs (random 10% split, no overlap with training data). This evaluates the classifier's ability to reproduce the intent labels defined by the grammar rules. We will revise the abstract and Evaluation section to state this clearly and add a sentence noting that evaluation on independent real-user queries remains future work, as no such labeled corpus was available. revision: partial
-
Referee: [Method and Evaluation] Method and Evaluation sections: Labels are assigned by the identical LGGs that generate the utterances, so the classifier is trained to reproduce the grammar rules and classification scheme embedded in the generator. No validation of the LGGs against a corpus of authentic legal queries is described, leaving open the possibility that performance reflects interpolation within the synthetic grammar rather than capture of natural phrasing and intent distribution.
Authors: The method intentionally uses the same LGGs for generation and labeling to ensure consistency at scale. The LGGs were manually constructed by linguists from patterns observed in Korean legal texts and sample queries, then generalized via Unitex. We did not perform an independent distributional comparison against a held-out corpus of authentic user queries. We will expand the Method section with additional details on LGG construction and add a Limitations paragraph acknowledging that the reported performance demonstrates fidelity to the grammar-defined scheme rather than direct generalization to unseen natural phrasing. revision: partial
Circularity Check
No significant circularity in data generation and evaluation chain
full rationale
The paper describes generating 700 million labeled utterances via LGGs in Unitex, then training a DIET classifier on that dataset and reporting 91% F1. This is a direct empirical outcome of supervised training on consistently labeled synthetic data; the F1 measures how well the model approximates the LGG-provided labeling scheme on held-out portions of the same generated pool. No claimed prediction or first-principles result reduces to its inputs by construction, no self-citations are load-bearing for any uniqueness theorem, and no ansatz or renaming is involved. The derivation is self-contained as a feasibility demonstration of the generation method itself.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Local grammar graphs built by linguists capture the vocabulary, local syntax, and intent classes of real legal queries in Korean
read the original abstract
Chatbots are robots that can communicate with humans using text or voice signals. Legal chatbots improve access to justice, since legal representation and legal advice by lawyers come with a high cost that excludes disadvantaged and vulnerable people. However, capturing the diversity of actual user input in datasets for deep-learning dialog systems (chatbots) is a technical challenge. Diversity requires large volumes of data, which must also be labelled in order to classify the user's intent, while the cost of labelling datasets increases with volume. Instead of labelling large volumes of authentic data from users, our approach consists in jointly generating large volumes of utterances and high-quality labels. The generator of labelled datasets is based on language resources that take the form of local grammar graphs (LGG), which capture and generalize the vocabulary and local syntax observed by linguists in text. The LGGs associate labels to the utterances according to a domain-specific classification system. We tested this approach by implementing LIGA, a legal chatbot in Korean. The chatbot answers users' conversational queries on legal situations by providing information on similar legal cases, made publicly available by the Korean government. We generated labelled utterances from the LGGs with the aid of the open-source Unitex platform. This process produced 700 million utterances. We trained a DIET classifier on a dataset made of these utterances, and the trained model reached 91% f1-score performance. We implemented a chatbot called LIGA, which uses the results of the model to select a link to a web page that documents similar legal cases.
Figures
Reference graph
Works this paper leans on
-
[1]
Bae, Gyeong -im, and Hye -ri Shin. 2020. 코로나19, 언택트 사회를 가속화하다 (COVID-19 Accelerates the Contact -Free Society), Issues & Diagnostics 416: 1-26
work page 2020
-
[2]
Bunk, Tanja, Daksh Varshneya, Vladimir Vlasov, and Alan Nichol. 2020. DIET: Lightweight Language Understanding for Dialogue Systems. ArXiv, doi: 10.48550/arXiv.2004.09936
-
[3]
Gross, Maurice. 1997. The Construction of local grammars. Finite-State language processing. MIT Press, pp. 329-354
work page 1997
-
[4]
Nam, Jee -sun. 2021. 자질기반 감성분석(FbSA) 모델의 인공지능 학습을 위한 지식베이스-패턴문법 기반 반자동 학습데이터 증강(SSP) 방법 및 장치 (A Semi -Automatic Symbolic Propagation (SSP) Method for Generating Training Data for Aspect -based Sentimen t Analysis) . DICORA-TR-2021-10. DICORA, Hankuk University of Foreign Studies
work page 2021
-
[5]
Nashaat, Mona, Aindrila Ghosh, James Miller, and Shaikh Quader. 2020. Asterisk: Generating Large Training Datasets with Automatic Active Supervision. ACM/IMS Trans. Data Sci. 1, 2, Article 13, 28 pages. doi: 10.1145/3385188
-
[6]
Park, Jong -ryeol, and Sang -ouk Noe. 2018. A study on legal service of AI. Journal of The Korea Society of Computer and Information 23(7): 105-111
work page 2018
-
[7]
Paumier, Sébastien. 2016. Unitex 3.1 User Manual. Université Paris-Est Marne-la-Vallée
work page 2016
-
[8]
Queudot, Marc, Éric Charton, and Marie -Jean Meurs. 2020. Improving Access to Justice with Legal Chatbots, Stats 3(3): 356-375. doi: 10.3390/stats3030023
-
[9]
Yoon, Jeong -woo, On -yu Park, Chang -hoe Hwang, Gwang-hoon Yoo, E ric Laporte, and Jee -sun Nam. 2022. Building Korean linguistic resource for NLU data generation of banking app CS dialog system. COLING, Workshop on Pattern-based Approaches to NLP in the Age of Deep Learning (Pan-DL), Gyeongju, South Korea, pp. 29-37
work page 2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.