Papers › CLASE: A Hybrid Method for Chinese Legalese Stylistic Evaluation

CLASE: A Hybrid Method for Chinese Legalese Stylistic Evaluation

13 Feb 2026arXiv:2602.12639added by Syntology

Yiran Rex Ma, Yuxiao Ye, Huiyuan Xie

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Legal text generated by large language models (LLMs) can usually achieve reasonable factual accuracy, but it frequently fails to adhere to the specialised stylistic norms and linguistic conventions of legal writing. In order to improve stylistic quality, a crucial first step is to establish a reliable evaluation method. However, having legal experts manually develop such a metric is impractical, as the implicit stylistic requirements in legal writing practice are difficult to formalise into explicit rubrics. Meanwhile, existing automatic evaluation methods also fall short: reference-based metrics conflate semantic accuracy with stylistic fidelity, and LLM-as-a-judge evaluations suffer from opacity and inconsistency. To address these challenges, we introduce CLASE (Chinese LegAlese Stylistic Evaluation), a hybrid evaluation method that focuses on the stylistic performance of legal text. The method incorporates a hybrid scoring mechanism that combines 1) linguistic feature-based scores and 2) experience-guided LLM-as-a-judge scores. Both the feature coefficients and the LLM scoring experiences are learned from contrastive pairs of authentic legal documents and their LLM-restored counterparts. This hybrid design captures both surface-level features and implicit stylistic norms in a transparent, reference-free manner. Experiments on 200 Chinese legal documents show that CLASE achieves substantially higher alignment with human judgments than traditional metrics and pure LLM-as-a-judge methods. Beyond improved alignment, CLASE provides interpretable score breakdowns and suggestions for improvements, offering a scalable and practical solution for professional stylistic evaluation in legal text generation (Code and data for CLASE is available at: https://github.com/rexera/CLASE).

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.12639")

Code

Syntology Ran 17 of 20 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 5 ran · honoured contract; 12 ran · our draft was wrong.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rexera/CLASE found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 17 ran; 5 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · honoured contract
12ran · our draft was wrong
3unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from rexera/CLASE. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_character_percentage rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 4242172a7e5c5abe · report
calculate_second_most_common_percentage rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · honoured contract MIT (permissive) · e5c01f01bf81d45d · report
calculate_stroke_ratios rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · honoured contract MIT (permissive) · b811ef24a1c8e9ca · report
count_words rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 9c81670a59d88906 · report
feature_19_to_24 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · a3b69be84b392c29 · report
feature_1_to_3 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9a3b058b63e215e3 · report
feature_25_to_53 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 406646e492867d9a · report
feature_4_to_7 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6a44075205b52eb2 · report
feature_60_to_65 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 66145e6bdf610ace · report
feature_66_to_78 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · e0852090dc7875ca · report
feature_8_to_18 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · a85f527c01058502 · report
find_idioms_in_text rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 15a2af46ac5adcac · report
get_word_pos rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 3a82c645ff23711b · report
load_common_characters rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · dc866e2d5707488d · report
load_stroke_data rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · c8bb249e65f69d67 · report
split_chinese_sentences rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 20cb2908e81784fb · report
split_into_sentences rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 410516a5a8ae2900 · report
extract_all_features rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology unverified MIT (permissive) · 322b83ed256e96df · report
feature_54_to_59 rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology unverified MIT (permissive) · 9cb8f0cd9e686419 · report
load_idioms rexera/CLASE/linguistic_features/feature_extractor.py found in paper text by Syntology unverified MIT (permissive) · 37b7962ab95bea4f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.12639, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections