Paper deep dive
JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis
Ran Li, Huiguo He, Jiahuan Cao, Junle Liu, Hiuyi Cheng, Lianwen Jin
Intelligence
Status: not_run | Model: - | Prompt: - | Confidence: 0%
Entities (0)
Relation Signals (0)
No relation signals yet.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:The scholarly exegesis of ancient Chinese characters demands integrating visual observation, linguistic analysis, and historical context. However, existing computational approaches focus narrowly on subtasks such as character recognition and retrieval, lacking the structured datasets and benchmarks required for comprehensive scholarly analysis. To address this limitation, we introduce Ancient Chinese Character Exegesis (ACCE), a vision-language question answering (VQA) task that models the scholarly exegesis process. ACCE is organized into four progressive levels: basic character identification, glyph-form analysis, meaning exegesis, and diachronic evolution analysis. To support this task, we construct two complementary resources. JieZi-Dataset is the first large-scale, expert-audited VQA training dataset for ACCE, comprising over 500K QA pairs. It is constructed via a pipeline that reduces factual errors by constraining generation with expert-designed templates and source-text references. Human verification is further applied at each key stage to ensure scholarly accuracy. JieZi-Bench is an evaluation benchmark aligned with the exegesis process, constructed and verified by human experts to ensure evaluation reliability. It consists of four levels with reference answers curated from authoritative lexicographic works held separate from the training data. Experiments on multimodal large language models show that current models perform well on basic identification but struggle with glyph analysis, semantic reasoning, and diachronic understanding. Fine-tuning on JieZi-Dataset substantially improves performance across all four levels. Code and dataset are available at this https URL.
Tags
Links
- Source: https://arxiv.org/abs/2608.11741v1
- Canonical: https://arxiv.org/abs/2608.11741v1
Trouble viewing inline? Open PDF directly →
Full Text
100,031 characters extracted from source content.
Expand or collapse full text
JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis Ran Li ∗ South China University of Technology Guangzhou, China eeran0@mail.scut.edu.cn Huiguo He ∗ South China University of Technology Guangzhou, China hehuiguo@scut.edu.cn Jiahuan Cao South China University of Technology Guangzhou, China eejiahuancao@mail.scut.edu.cn Junle Liu South China University of Technology Guangzhou, China junle_liu@foxmail.com Hiuyi Cheng South China University of Technology Guangzhou, China eechenghiuyi1@mail.scut.edu.cn Lianwen Jin † South China University of Technology Guangzhou, China eelwjin@scut.edu.cn Abstract The scholarly exegesis of ancient Chinese characters demands inte- grating visual observation, linguistic analysis, and historical context. However, existing computational approaches focus narrowly on subtasks such as character recognition and retrieval, lacking the structured datasets and benchmarks required for comprehensive scholarly analysis. To address this limitation, we introduce An- cient Chinese Character Exegesis (ACCE), a vision-language question answering (VQA) task that models the scholarly exegesis process. ACCE is organized into four progressive levels: basic char- acter identification, glyph-form analysis, meaning exegesis, and diachronic evolution analysis. To support this task, we construct two complementary resources. JieZi-Dataset is the first large-scale, expert-audited VQA training dataset for ACCE, comprising over 500K QA pairs. It is constructed via a pipeline that reduces factual errors by constraining generation with expert-designed templates and source-text references. Human verification is further applied at each key stage to ensure scholarly accuracy. JieZi-Bench is an eval- uation benchmark aligned with the exegesis process, constructed and verified by human experts to ensure evaluation reliability. It consists of four levels with reference answers curated from au- thoritative lexicographic works held separate from the training data. Experiments on multimodal large language models show that current models perform well on basic identification but struggle with glyph analysis, semantic reasoning, and diachronic under- standing. Fine-tuning on JieZi-Dataset substantially improves per- formance across all four levels. Code and dataset are available at https://github.com/Ran00w/JieZi. CCS Concepts • Computing methodologies→ Artificial intelligence. Keywords Ancient Chinese Character Exegesis, Vision-Language Benchmark, Paleographic Dataset 1 Introduction Ancient Chinese characters represent one of the oldest continu- ously used writing systems, carrying irreplaceable historical and ∗ Both authors contributed equally to this research. † Corresponding author. Traditional Task ACCE Task Level 1 Basic Question: What isthetype of this glyph? Answer: Seal Level 2 Form Question: What is the function of the left component? Answer: It acts as the semantic component. It usually indicates hair. Level 3 Meaning Question: What is the original meaning of this glyph? Answer: A person (right) successfully arriving at a destination (left). Level 4 Evolution Question: Do the left and right images represent thesame character? Answer: Yes.However, the top part visually changed from"meat on an altar"(left) into a"roof"shape (right). Left: OBI Right: Seal 刖 recognition Uninterpretable Single-dimensional Interpretable Comprehensive Domain-aligned Domain-unaligned Figure 1: Comparison between the Exegesis task and the traditional Recognition task. cultural heritage [15,23,28,49]. As a core undertaking in ancient Chinese philology, the exegesis of individual ancient glyphs in- volves analyzing visual form, interpreting semantic function, and tracing diachronic evolution. This process demands years of spe- cialized training, cross-referencing authoritative dictionaries, and reconciling divergent scholarly views [12,44,58]. It remains labor- intensive, subjective, and difficult to scale when processing the massive volume of unearthed artifacts and manuscripts [7,42,60]. Artificial intelligence, particularly vision-language modeling, offers a promising path to assist in this analysis [2,3]. However, three fundamental challenges hinder progress toward comprehen- sive, scholar-grade exegesis. First, existing works mainly focus on narrow subtasks such as glyph recognition, image retrieval, and single-label classification [14,30,32]. These tasks address only frag- ments of the full exegetical workflow, failing to formalize the whole scholarly exegesis process. Second, current MLLMs lack domain- specific paleographic knowledge, causing frequent hallucinations when applied to ancient character analysis [5,47,54]. Mitigating this deficiency requires large-scale, expert-verified training data; however, the high cost of manual annotation [12,45] and the un- reliability of fully automated generation make neither approach arXiv:2608.11741v1 [cs.CV] 12 Aug 2026 Li, et al. alone practicable or scalable. Third, there is no benchmark that systematically evaluates the full scope of scholarly exegesis, leav- ing the capabilities of current MLLMs for comprehensive character analysis largely unclear. To address these challenges, we take the first step toward com- putational modeling of the scholarly exegesis workflow for an- cient Chinese characters. As illustrated in Fig. 1, we formulate Ancient Chinese Character Exegesis (ACCE), a novel vision- language task that structures the scholarly exegesis process into four progressive levels: basic character identification, glyph- form analysis, meaning exegesis, and diachronic evolution analysis, grounded in established principles of traditional philol- ogy [29,44,59,60]. To support ACCE, we construct two comple- mentary resources. First, we construct JieZi-Dataset, the first large-scale, expert- audited VQA training dataset for ACCE. Leveraging an authorita- tive etymological dictionary [21], we design an expert-in-the-loop pipeline that constrains LLM generation with expert-designed QA templates and dictionary source text, mitigating hallucination while reducing expert effort to template design and stage-wise verifica- tion. This pipeline provides over 500K reliable QA pairs and 130K glyph images across multiple script types. Second, we construct JieZi-Bench, a scholar-grounded evalua- tion benchmark for ACCE. Its relatively small scale (approximately 8K QA pairs) enables complete construction and verification by human experts, thereby ensuring high evaluation reliability. The reference answers are curated from authoritative lexicographic sources and strictly separated from the training data to prevent leakage. The benchmark is organized into four progressive levels, each aligned with the core dimensions of ACCE. Experiments on diverse MLLMs show that current models perform well on basic identification but struggle with deeper exegetical tasks such as glyph decomposition, semantic reasoning, and diachronic analy- sis. Fine-tuning on JieZi-Dataset yields substantial improvements across all four levels, confirming the value of domain-specific train- ing data for this field. In summary, our contributions are as follows: •We take the first step toward computational ancient character exegesis (ACCE) by formalizing it as a VQA task with four pro- gressive levels of scholarly analysis. •We construct JieZi-Dataset, a collection of 500k expert-audited VQA pairs. We also built the entirely expert-curated JieZi-Bench, providing a standardized evaluation framework for the ACCE task. They were generated by an expert-in-the-loop pipeline that mitigates LLM hallucination via source-grounded constrained generation. •We benchmark representative MLLMs across four progressive levels with explicit reliability metrics, establishing strong base- lines and identifying key challenges in deeper scholarly exegesis. 2 Related work 2.1 Ancient Chinese Character Datasets Recent datasets have assembled large-scale glyph collections for ancient Chinese character recognition, covering tens of thousands of images across oracle bone inscriptions (OBI) [51,53], historical handwritten scripts [4,61], and modern printed characters [66]. These resources have substantially advanced OCR-oriented re- search. However, most of them focus on a single script type with annotations limited to character-class labels. Several efforts have begun to enrich annotation dimensions beyond class labels. EV- OBC [22] introduced a cross-era dataset spanning intermediate scripts such as Small Seal. ACCID [16] provided radical-level struc- tural annotations for OBIs, and ACCP [52] provided structural and component labels covering characters from multiple eras. OBI Component 20 [24] provided components of OBIs with expert an- notations. More recently, PD-OBS [39] and OracleSage [25] took a further step by bridging OBI images with natural-language se- mantics. Despite this progress, such efforts remain confined to oracle bone script, where a significant portion of glyphs remain undeciphered and scholarly consensus on interpretation varies con- siderably [32]. In contrast, later scripts such as Bronze, Small Seal, and Clerical are supported by substantially more established and reliable scholarly resources. In summary, existing datasets either provide only sparse sym- bolic labels or are limited to a single script type with debatable annotations. No dataset offers expert-audited, multi-dimensional natural-language annotations across multiple script types. 2.2 Ancient Chinese Character Evaluation General vision-language benchmarks such as MMMU [62] and DocVQA [34] have been instrumental in advancing Multimodal Large Language Models (MLLMs) on document and scene under- standing, but they contain no ancient character imagery and there- fore cannot assess model capabilities in this domain. Within Chinese cultural heritage, C 3 -Bench [11] provides a comprehensive evalua- tion of classical Chinese cultural knowledge, and MCS-Bench [33] together with AC-EVAL [57] have advanced the assessment of clas- sical text comprehension. However, these benchmarks operate at the passage or knowledge level and do not evaluate single-character visual understanding. In the ancient script domain, OBI-Bench [13] and Oracle-Bench [40] have contributed evaluation frameworks for oracle bone research, including tasks such as fragment matching and visual captioning. However, they focus specifically on oracle bone archaeological scenarios rather than the multi-dimensional exegesis of individual characters across script types. Overall, cur- rent benchmarks either lack ancient character imagery entirely or assess only recognition accuracy within a single script type, leaving no systematic evaluation for multi-dimensional character exegesis. 3 Task Definition Overview. Ancient Chinese Character Exegesis (ACCE) is a vision- language question answering task. Given an ancient Chinese glyph image and a question푞 ∈ Qabout the glyph, the model generates a natural language answer. The question spaceQcovers four ana- lytical levels: basic information, glyph form, glyph meaning, and diachronic evolution. ACCE is grounded in established principles of Chinese paleography [29,46,59,60] and structures the scholarly exegesis workflow into four progressive levels. •L1: Basic Information. This level identifies the core attributes of a glyph through two fundamental tasks. Character Recog- nition (CHAR) maps the ancient glyph to its modern standard Chinese counterpart. Script Classification (SCRC) identifies JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis Table 1: Comparison of dataset coverage across ACCE dimensions. M denotes whether the dataset provides aligned multimodal evidence beyond plain image-level labels. Dataset L1L2L3L4 M CHAR SCRC STRC COMR COMF COMI FORC ORIM COME EVOI OBIMD [31]✓✗ OracleSage [25]✓✗✓ ACCP [52]✓✗ PD-OBS [39]✓✗✓✗✓✗✓ JieZi-Dataset (Ours)✓ the historical script type, such as Oracle Bone, Bronze, Seal, Cler- ical, or Regular. •L2: Glyph Form. This level analyzes the internal structure of a glyph. A glyph is decomposed into visual units called compo- nents, each with specific structural relationships, functions, and meanings [6]. It encompasses five tasks. Structure Classifica- tion (STRC) describes the spatial layout of components. Com- ponent Recognition (COMR) identifies the individual com- ponents present. Component Function (COMF) explains the functional role of each component. Component Interpretation (COMI) explicates the semantic significance of each component. Formation Classification (FORC) categorizes the character according to the Six Writings taxonomy, including Pictophonetic Characters, Pictographs, and other formation principles. • L3: Glyph Meaning. This level evaluates the semantic content of a glyph. Ancient Chinese characters carry meaning through abstraction, extension, and historical reinterpretation. It focuses on Original Meaning (ORIM), which explains the foundational semantic value of a character within its historical context. •L4: Diachronic Evolution. This level evaluates how a char- acter evolved across historical periods. Characters transform following systematic patterns in graphic simplification, stylistic regularization, and structural reorganization [44]. It examines the temporal dimension through two tasks. Component Evo- lution (COME) tracks and explains how specific components changed across script types. Evolution Interpretation (EVOI) provides a holistic analysis of why a character evolved over time, contextualizing these changes within broader patterns of writing system development. Compared to traditional recognition tasks [26,64,66], ACCE better reflects the goals of paleographic analysis and provides a more realistic testbed for scholar-aligned ancient character under- standing. 4 Datasets To support the study of Ancient Chinese Character Exegesis (ACCE), we construct two complementary resources: (1) a large-scale train- ing dataset JieZi-Dataset, and (2) a high-reliability evaluation benchmark JieZi-Bench. Both are built through a shared multi- stage pipeline (Fig. 2) but adopt distinct quality control strategies: JieZi-Dataset prioritizes scale through stage-wise spot-checking, while JieZi-Bench ensures evaluation reliability through exhaustive expert verification of every instance. 4.1 Data Sources JieZi-Dataset draws from two sources. The primary source is a high-resolution scanned edition of Hanzi Yuanliu Dazidian [21], a modern etymological dictionary compiled and reviewed by domain experts. The scanned volume exceeds 2K pages and 5M tokens, cov- ering more than 13K characters with rich descriptions of glyph form, meaning, and diachronic evolution across multiple script stages. To increase glyph diversity, we further incorporate samples from public datasets, including ACCP [52] and MegaHan97K [66]. To ensure annotation consistency, we retain only images whose char- acter identities and script categories align with the corresponding entries. JieZi-Bench is sourced from four classical and modern lexico- graphic works: Kangxi Dictionary, Shuowen Jiezi, Shuowen Jiezi Zhu, and Revised Mandarin Chinese Dictionary. These dictionaries are selected because their explanations are mutually verifiable and cover characters absent from the training data, preventing data leakage. To ensure sufficient authoritative evidence, we first apply an empirical token-length threshold of 200 to retain the top 20% most informative entries across all four dictionaries. We then refine the results through expert verification, yielding 1,024 glyph images paired with multi-source explanations. 4.2 Construction Pipeline The construction of both resources follows a three-stage pipeline, as illustrated in Fig. 2. The key differences lie in the data collection strategy and the granularity of human verification at each stage. Stage 1: Collection. For the JieZi-Dataset, we digitize the scanned dictionary through OCR and glyph extraction. We use a prompt-based OCR pipeline built on Gemini-2.5-Pro [17] to ex- tract textual descriptions from the dictionary. We separately train a YOLOv11 [27] detector on over 2K annotated samples to local- ize glyph images and classify their script types, covering multiple historical periods and variant forms. Since OCR achieves only 95% accuracy, and errors predominantly occur in rare and archaic glyphs that are most critical to ACCE, we manually correct all OCR outputs and extracted glyphs to ensure accuracy, requiring approximately 1,000 hours of human effort. After correction, rule-based normal- ization produces a coarse-grained alignment between glyph images and their corresponding explanatory text. For external datasets, we use Hanzi Yuanliu Dazidian as the reference anchor: ACCP im- ages are retained only when their character and script labels match dictionary entries; MegaHan97K [66] images are selected for char- acters covered by the dictionary, restricted to historic document Li, et al. Filter Data Collection Human Expert OCR Tools Image-Only Dataset Image: Character: 舞(dance) L1: Basic Info. Type: Seal 無 Func: Semantic Original: Dance Extended: 1. Waving 2. Flying Structure: Top-down Format: Pictograph 舛 Func2: Phonetic Interp: A man holds a prop while dancing... Func1: Semantic Interp: They originally share the same ancient character with “舞”... Interp: Representing two feet, added to emphasize the foot movements in dancing... L4: Diachronic Evolution In the OBI, originally a shared pictogram with '無' (nothing), it depicted a person holding dance props, focusing solely on arm movements. To avoid ambiguity as the... L3: Glyph Meaning 3. etc... L2: Glyph Form. Label1:10344 Label2:Z LLM Polish Post-processing JieZi-Dataset JieZi-Bench Design Image-Text Pages Images- Text Pairs LLM Extraction Structurization VQA Generation Training Data Test Data: Dictionaries QATemplates L1: Basic Info. Type: Seal Character: 舞(dance) Supplementary images: YOLO Detect OCR model ... Spot-Check Full-Check Metadata (Only for training) Check Source: Open Dataset Source: Dictionary Character: 舞 (dance),Original: Dance ... Deduplication Formatting Align Figure 2: Data generation pipeline of JieZi-Dataset and JieZi-Bench. sources to maintain our focus on ancient scripts. For the JieZi- Bench, data collection centers on cross-dictionary compilation. We merge entries from the four lexicographic sources, apply the token- length threshold described above, and have experts manually verify every retained entry to confirm factual accuracy and cross-source consistency. Stage 2: Structurization. Both resources undergo LLM-based structured extraction to convert raw textual entries into standard- ized metadata records. We employ a prompt-based extraction pipeline with Gemini-3-Flash [18] to parse each entry into fields covering Basic Information, Glyph Form, Meaning, and Diachronic Evolution, as illustrated in Fig. 2. The extraction prompts for JieZi- Dataset and JieZi-Bench are provided in the supplementary materi- als. The verification granularity differs between the two resources. For the JieZi-Dataset, we audit 10% of the extracted records to en- sure the model does not alter, omit, or fabricate content from the original text. For JieZi-Bench, every extracted record is manually checked and revised by experts to guarantee correctness. Stage 3: VQA Generation. We design QA templates grounded in real research scenarios from Chinese paleography. For each glyph image, we randomly generate 5 to 10 question-answer pairs, ensur- ing at least one question from each of the four ACCE levels (L1–L4) to maintain balanced coverage across all subtasks. Post-processing includes removing duplicate images and QA pairs within each task, reformatting lengthy answers into structured markdown for clarity, and verifying image-content alignment. For JieZi-Dataset, we ran- domly sample 5K instances for manual inspection. For JieZi-Bench, every QA pair is manually checked and revised to ensure evaluation reliability. Expert-in-the-Loop Quality Assurance. Human verification is integrated throughout the pipeline rather than applied as a single final step. At each stage, expert involvement ensures that errors JieZi-DatasetJieZi-Bench Figure 3: Distribution of glyph stages in JieZi-Dataset and JieZi-Bench. do not propagate downstream. The two resources adopt comple- mentary verification strategies that reflect their distinct roles: JieZi- Dataset employs stage-wise spot-checking to balance scale with quality, while JieZi-Bench applies exhaustive verification at every stage to maximize evaluation reliability. 4.3 Data Statistics We report the key statistics of both resources. JieZi-Dataset com- prises approximately 13K unique characters, 130K glyph images spanning six script stages (Oracle Bone, Bronze, Warring States, Seal, Clerical, and Regular), and over 500K expert-audited QA pairs covering all ten ACCE subtasks. JieZi-Bench, constructed indepen- dently from separate lexicographic sources, contains 1,024 glyph images and approximately 8K QA pairs, with every instance verified by human experts. Task coverage. A notable advantage of JieZi-Dataset is its com- plete coverage of all ACCE dimensions. As shown in Tab. 1, existing datasets address at most four of the ten subtasks, and only Ora- cleSage [25] and PD-OBS [39] provide aligned multimodal evidence beyond image-level labels. In contrast, JieZi-Dataset is the first resource to support the full exegesis workflow, encompassing ba- sic identification (L1), glyph-form analysis (L2), meaning exegesis (L3), and diachronic evolution (L4) within a unified multimodal framework. JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis 2565121k2k4k8k Token Length of Each Metadata 0 500 1000 1500 2000 2500 3000 Number of Entries Median = 781 Mean = 1002 P95 = 2410 Figure 4: Distribution of token lengths across metadata en- tries in the dataset. Annotation richness. In addition to broad task coverage, JieZi- Dataset provides substantially richer per-character annotations than prior resources. As shown in Fig. 4, the median per-entry metadata length is 781 tokens and the mean reaches 1,002 tokens, with the majority of entries falling in the 512 to 1,024 token range. In contrast, existing datasets typically rely on single categorical labels or short phrases. Each character in JieZi-Dataset, however, is accompanied by detailed, multi-dimensional textual descriptions, making it suitable for training generative models. Character and script diversity. We further assess whether the dataset adequately represents the diversity of real-world ancient texts. Fig. 5 plots the character-frequency distribution of a represen- tative classical Chinese corpus [43]. Although this corpus exhibits a pronounced long-tail pattern, JieZi-Dataset covers a substantial portion of both high-frequency and lower-frequency characters, thereby ensuring broad applicability to downstream tasks. Fig. 3 further presents the glyph-stage composition of JieZi-Dataset and JieZi-Bench. Both resources span all six script stages rather than concentrating on a single type, with Seal and Bronze scripts consti- tuting a significant proportion. Notably, 12.3% of glyph images are sourced from real historical documents with natural degradation such as erosion and stains, rather than clean dictionary renderings. In the construction of JieZi-Bench, we introduced some splits to better reflect the generalization ability of JieZi-Dataset. First, 25% of the images in JieZi-Bench belong to unseen (character, script) pairs that do not appear in JieZi-Dataset. Second, 12.5% of the characters in JieZi-Bench are entirely unseen during training. Third, 25.2% of the components in JieZi-Bench are unseen in JieZi-Dataset. 5 Experiment 5.1 Experimental Setup To comprehensively evaluate the ACCE task, we benchmark exist- ing SOTA MLLMs, including closed-source commercial models such as GPT-5.4 [38] and open-source models such as Qwen3.5-397b- a17b [41]. In addition, we validate the effectiveness of our high- quality training data on Qwen3.5-2B, Qwen3.5-4B and Qwen3.5-9B. The training is performed on 8 Ascend 910B NPUs. More training details are presented in the supplementary material. 5.2 Evaluation Metrics We use different metrics for closed-form and open-form questions. •Acc (Accuracy): For tasks with categorical outputs (CHAR, SCRC, STRC, FORC), we use accuracy. •F1-Score: For component identification and functional descrip- tion tasks (COMR, COMF, COME), we use character-level F1- score [50], which better reflects real-world exegesis scenarios, Chinese Characters (common rare) 10 1 10 3 10 5 10 7 Frequency of each character in the Chinese corpus Characters covered by our dataset Figure 5: Coverage of JieZi-Dataset over character frequen- cies in a classical Chinese corpus. where each glyph is treated as a single instance and component predictions may be only partially correct. •BERTScore: For open-ended natural-language generation tasks (ORIM, COMI), we use BERTScore [65] to measure semantic similarity between model outputs and references. •LLM-as-a-Judge: For EVOI, an open-ended generation task, we adopt an LLM-as-a-Judge protocol. The judge evaluates re- sponses along two dimensions: (1) Fact Alignment, measuring consistency with the reference answer; (2) Scholarly Expres- sion, assessing the use of appropriate domain-specific terminol- ogy. Full prompts and the human validation study are provided in the supplementary material. 5.3 Main Results We benchmark several general MLLMs against models fine-tuned on JieZi-Dataset to evaluate the necessity of domain-specific data. The ablation study of our proposed pipeline and dataset is present in the supplementary material. Tab. 2 reveals the following insights: General MLLMs show varying performance across all ACCE levels. Most models perform moderately on categorical tasks (e.g., SCRC 40–77%) but struggle with fine-grained analysis (e.g., CHAR 10–37%). Performance deteriorates further on L4, where even the best non-fine-tuned model scores below 40% on EVOI. This indicates that general pretraining fails to encode the structured paleographic knowledge required for exegesis. Models trained on more Chinese data perform notably better. Among non-fine-tuned models, Doubao-Seed-2.0-pro and Kimi-K2.5 rank as the top two across nearly all subtasks. Both mod- els are developed by Chinese technology companies and are likely trained on richer Chinese and classical-text data. In contrast, GPT- 5.4 lags far behind despite its strong general capabilities (CHAR: 10.4% vs. Doubao’s 36.6%). This suggests that domain-relevant data coverage, rather than model scale, is a primary bottleneck for ACCE. Domain-specific fine-tuning consistently improves perfor- mance, and the improvement increases with model capacity. Fine-tuning on JieZi-Dataset improves performance across all sub- tasks. Even the lightweight 2B model outperforms Gemini-3.1-Pro and GPT-5.4 on structural parsing (e.g., COMR and FORC), and the 9B model achieves SOTA results across the board. Performance further improves from 2B to 9B, with larger gains on deeper rea- soning tasks (e.g., COME: +4.9 from 2B to 4B, +12.2 from 4B to 9B), suggesting that further scaling remains a promising direction. Li, et al. Table 2: Main results on JieZi-Bench across four paleographic levels: L1 (Basic Info: CHAR, SCRC), L2 (Glyph Form: STRC, COMR, COMF, COMI, FORC), L3 (Meaning: ORIM), and L4 (Evolution: COME, EVOI-FAC/SCE). All metrics are scaled to 0-100. Method L1L2L3L4 CHAR↑ SCRC↑ STRC↑ COMR↑ COMF↑ COMI↑ FORC↑ ORIM↑ COME↑ EVOI FAC↑SCE↑ Closed-source MLLMs GPT-5.4 Thinking [38]10.439.250.413.811.910.333.159.912.410.216.8 Gemini 3.1 Pro [20]29.976.665.731.929.924.856.162.830.322.327.1 Claude opus 4.6 [1]22.965.863.528.026.322.350.659.326.719.826.3 Doubao-Seed-2.0-pro [8]36.668.569.837.834.429.959.963.236.131.738.7 Open-source MLLMs Kimi-K2.5 [47]31.570.168.839.236.631.558.166.636.428.334.6 GLM-4.6V [48]18.249.748.921.820.418.242.248.220.915.520.2 Qwen3.5-397b-a17b [41]26.267.169.432.129.926.554.459.528.322.230.7 Qwen3.5-2B [41]18.922.631.617.313.717.030.762.312.97.920.2 Qwen3.5-2B + JieZi-Dataset41.8+22.961.7+39.172.7+41.142.6+25.332.7+19.041.3+24.363.3+32.665.7+3.428.3+15.427.9+20.036.7+16.5 Qwen3.5-4B [41]3.66.61.04.53.94.35.96.53.62.03.6 Qwen3.5-4B + JieZi-Dataset49.0+45.467.6+61.074.1+73.147.2+42.737.9+34.042.4+38.164.8+58.965.9+59.433.2+29.628.5+26.537.2+33.6 Qwen3.5-9B [41]22.351.040.227.424.626.149.164.722.415.023.5 Qwen3.5-9B + JieZi-Dataset 52.6+30.3 80.1+29.1 74.7+34.5 48.1+20.7 38.4+13.8 45.7+19.6 66.5+17.4 66.7+2.0 45.4+23.0 32.5+17.5 40.6+17.1 5.4 Generalization Analysis We analyze the robustness and generalization of the fine-tuned model on JieZi-Bench, which includes Unseen Characters (UC) and Unseen Glyphs (UG). Tab. 3 reports results for Qwen3.5-9B fine-tuned on JieZi-Dataset across Bronze, Seal, and Regular scripts. Exegesis remains robust despite recognition failures. CHAR falls to near-zero on unseen subsets (e.g., Seal UC: 1.9%, Bronze UG: 5.7%), indicating that exact character identification does not generalize to novel glyphs. However, structural parsing metrics show no comparable collapse: from All to UG, COMF decreases by only 3.5 points on Bronze (14.6→11.1), 2.1 on Seal (51.9→49.8), and 7.8 on Regular (69.6→61.8). This decoupling confirms that training on JieZi-Dataset induces transferable paleographic knowledge: the model derives structural and semantic understanding from visual form rather than relying on overfitting to seen character identities. Older scripts remain the most challenging. Across nearly all metrics, performance decreases from Regular to Seal to Bronze (e.g., CHAR: 82.2→51.5→18.3; COMR: 85.1→65.5→17.4). The greater visual variance and structural abstraction of earlier scripts pose a persistent challenge for future research. 6 Conclusion In this work, we introduce Ancient Chinese Character Exegesis (ACCE), a vision-language task that structures paleographic anal- ysis into four progressive levels: basic information, glyph form, meaning, and diachronic evolution. To support this task, we con- struct JieZi-Dataset, a large-scale expert-audited dataset with ap- proximately 500K QA pairs derived from authoritative etymological sources, and JieZi-Bench, a scholar-grounded evaluation benchmark aligned with the same four-level structure. Experiments show that Table 3: Generalization results (%) across Bronze, Seal, and Regular scripts. UC: Unseen Characters. UG: Unseen Glyphs. All: Full split. Metrics are scaled to 0-100. MetricBronzeSealRegular UC 푛=26 UG 푛=87 All 푛=252 UC 푛=53 UG 푛=56 All 푛=342 UC 푛=31 UG 푛=53 All 푛=219 CHAR7.75.718.31.91.851.56.537.782.2 SCRC56.254.851.790.687.588.393.594.398.6 FORC48.142.948.582.581.778.487.990.187.7 STRC57.754.058.786.885.781.693.592.593.2 COMR20.112.817.464.063.265.560.871.285.1 COMF16.311.114.650.849.851.957.561.869.6 COMI20.112.816.964.063.264.749.556.176.7 ORIM61.860.161.168.167.668.774.574.875.2 COME15.59.512.846.646.048.345.653.363.8 FAC10.66.912.733.032.641.242.746.254.2 SCE19.214.722.647.246.449.564.561.367.4 current MLLMs perform reasonably well on basic identification but struggle with deeper exegetical tasks such as glyph decomposi- tion and diachronic reasoning. Fine-tuning on JieZi-Dataset yields substantial improvements across all four levels, confirming the crit- ical role of domain-specific data. Our work contributes the first resource covering the complete exegesis workflow across multiple script types, establishing a standardized foundation and a repro- ducible baseline for computational paleography. Building on this foundation, this effort facilitates broader exploration at the intersec- tion of artificial intelligence and ancient Chinese character studies, paving the way for more robust, interpretable, and domain-aligned analytical tools. JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis References [1]Anthropic. 2026. Claude Opus 4.6 System Card. https://w-cdn.anthropic. com/14e4fb01875d2a69f646fa5e574dea2b1c0f7b5.pdf [2]Yannis Assael, Thea Sommerschield, Alison Cooley, Brendan Shillingford, John Pavlopoulos, Priyanka Suresh, Bailey Herms, Justin Grayston, Benjamin May- nard, Nicholas Dietrich, et al.2025. Contextualizing ancient texts with generative neural networks. Nature 645, 8079 (2025), 141–147. [3]Yannis Assael, Thea Sommerschield, Brendan Shillingford, Mahyar Bordbar, John Pavlopoulos, Marita Chatzipanagiotou, Ion Androutsopoulos, Jonathan Prag, and Nando De Freitas. 2022. Restoring and attributing ancient texts using deep neural networks. Nature 603, 7900 (2022), 280–283. [4] Nija Babu and A Soumya. 2019. Character recognition in historical handwritten documents–a survey. In 2019 international conference on communication and signal processing (ICCSP). IEEE, 0299–0304. [5]Shuai Bai, Yuxuan Cai, Ruizhe Chen, Keqin Chen, Xionghui Chen, Zesen Cheng, Lianghao Deng, Wei Ding, Chang Gao, Chunjiang Ge, et al.2025. Qwen3-VL Technical Report. arXiv:2511.21631 [cs.CV] https://arxiv.org/abs/2511.21631 [6]Françoise Bottéro. 1996. Review of The Origin and Early Development of the Chinese Writing System, by William G. Boltz. Journal of the American Oriental Society 116, 3 (1996), 574–577. https://doi.org/10.2307/605196 [7]Françoise Bottéro and Christoph Harbsmeier. 2008. The "Shuowen Jiezi" Dictio- nary and the Human Sciences in China. Asia Major (2008), 249–271. [8]ByteDance Seed. 2026. Seed2.0 Model Card. https://seed.bytedance.com/seed2 [9]ByteDance Seed Team. 2026.Seed 2.0 Official Launch.Official blog post. https://seed.bytedance.com/en/blog/seed2-0-%E6%AD%A3%E5%BC%8F% E5%8F%91%E5%B8%83 Accessed: 2026-04-09. [10] Jiahuan Cao, Yang Liu, Peirong Zhang, Yongxin Shi, Kai Ding, and Lianwen Jin. 2025. TongGu-VL: Advancing Visual-Language Understanding in Chinese Classical Studies through Parameter Sensitivity-Guided Instruction Tuning. In Proceedings of the 33rd ACM International Conference on Multimedia. 11111– 11120. [11] Jiahuan Cao, Yongxin Shi, Dezhi Peng, Yang Liu, and Lianwen Jin. 2024. C 3 Bench: A Comprehensive Classical Chinese Understanding Benchmark for Large Lan- guage Models. arXiv:2405.17732 [cs.CL] https://arxiv.org/abs/2405.17732 [12]Diego Chapinal-Heras and Carlos Díaz-Sánchez. 2023. A review of AI applications in Human Sciences research. Digital Applications in Archaeology and Cultural Heritage 30 (2023), e00288. [13]Zijian Chen, Tingzhu Chen, Wenjun Zhang, and Guangtao Zhai. 2024. OBI- Bench: Can LMMs aid in study of ancient script on oracle bones? arXiv preprint arXiv:2412.01175 (2024). [14] Yang Chi, Fausto Giunchiglia, Chuntao Li, and Hao Xu. 2024. Ancient Chinese Glyph Identification Powered by Radical Semantics. In Findings of the Association for Computational Linguistics: ACL 2024, Lun-Wei Ku, Andre Martins, and Vivek Srikumar (Eds.). Association for Computational Linguistics, Bangkok, Thailand, 12065–12074. https://doi.org/10.18653/v1/2024.findings-acl.718 [15]Wiebke Denecke, Wai-yee Li, and Xiaofei Tian. 2017. The Oxford handbook of classical Chinese literature (1000 BCE-900 CE). Oxford University Press. [16] Xiaolei Diao, Daqian Shi, Jian Li, Lida Shi, Mingzhe Yue, Ruihua Qi, Chuntao Li, and Hao Xu. 2023. Toward zero-shot character recognition: a gold standard dataset with radical-level annotations. In Proceedings of the 31st ACM International Conference on Multimedia. 6869–6877. [17] Google Gemini Team. 2025. Gemini 2.5: Pushing the Frontier with Advanced Rea- soning, Multimodality, Long Context, and Next Generation Agentic Capabilities. arXiv preprint arXiv:2507.06261 (2025). https://arxiv.org/abs/2507.06261 [18]Google DeepMind. 2025. Gemini 3 Flash Model Card. https://storage.googleapis. com/deepmind-media/Model-Cards/Gemini-3-Flash-Model-Card.pdf . [19] Google DeepMind. 2026. Gemini 3.1 Flash-Lite Model Card. https://deepmind. google/models/model-cards/gemini-3-1-flash-lite [20]Google DeepMind. 2026. Gemini 3.1 Pro Model Card. https://deepmind.google/ models/model-cards/gemini-3-1-pro [21]Yankui Gu. 2023. Hanzi Yuanliu Dazidian [Dictionary of Chinese Character Etymology]. Language and Culture Press, Beijing, China. [22] Haisu Guan, Jinpeng Wan, Yuliang Liu, Pengjie Wang, Kaile Zhang, Zhebin Kuang, Xinyu Wang, Xiang Bai, and Lianwen Jin. 2024. An open dataset for the evolution of oracle bone characters: EVOBC. arXiv preprint arXiv:2401.12467 (2024). [23]Patrick Heinrich et al.2020. Language modernization in the Chinese character cultural sphere: China, Japan, Korea and Vietnam. In The Cambridge handbook of language standardization. Cambridge University Press, 576–596. [24]Zhikai Hu, Yiu-ming Cheung, Yonggang Zhang, Peiying Zhang, and Pui-ling Tang. 2024. Component-level oracle bone inscription retrieval. In Proceedings of the 2024 International Conference on Multimedia Retrieval. 647–656. [25]Hanqi Jiang, Yi Pan, Junhao Chen, Zhengliang Liu, Yifan Zhou, Peng Shu, Yiwei Li, Huaqin Zhao, Stephen Mihm, Lewis C Howe, et al.2024. OracleSage: Towards unified visual-linguistic understanding of oracle bone scripts through cross- modal knowledge fusion. arXiv preprint arXiv:2411.17837 (2024). [26]Runhua Jiang, Yongge Liu, Boyuan Zhang, Xu Chen, Deng Li, and Yahong Han. 2023. OraclePoints: A Hybrid Neural Representation for Oracle Character. In Proceedings of the 31st ACM International Conference on Multimedia. 7901–7911. https://doi.org/10.1145/3581783.3612534 [27]Glenn Jocher and Jing Qiu. 2024. Ultralytics YOLO11.https://github.com/ ultralytics/ultralytics [28] David N Keightley. 1996. Art, ancestors, and the origins of writing in China. Representations 56 (1996), 68–95. [29] Guolong Lai. 2019. On [Can] and [Xie]: Two Different Approaches to the Interpre- tation of Ancient Chinese Characters, Form-Oriented and Integrated Phonology- Form-Semantics. Bulletin of the Jao Tsung-I Academy of Sinology 6, 1 (2019), 187–224. [30] Bang Li, Donghao Luo, Yujie Liang, Jing Yang, Zengmao Ding, Xu Peng, Boyuan Jiang, Shengwei Han, Dan Sui, Peichao Qin, et al.2024. Oracle bone inscriptions multi-modal dataset. arXiv preprint arXiv:2407.03900 (2024). [31]Bang Li, Jing Yang, Yujie Liang, Xiaobin Hu, Zengmao Ding, Xu Peng, Shengwei Han, Peichao Qin, Donghao Luo, Taisong Jin, et al.2026. OBIMD: A Multi-modal Dataset for Contextual Interpretation of Oracle Bone Inscriptions. Scientific Data (2026). [32]Jing Li, Xueke Chi, Qiufeng Wang, Dahan Wang, Kaizhu Huang, Yongge Liu, and Cheng-Lin Liu. 2024. A comprehensive survey of oracle character recognition: challenges, benchmarks, and beyond. arXiv:2411.11354 [cs.CV] https://arxiv. org/abs/2411.11354 [33]Yang Liu, Jiahuan Cao, Hiuyi Cheng, Yongxin Shi, Kai Ding, and Lianwen Jin. 2025. MCS-Bench: A Comprehensive Benchmark for Evaluating Multimodal Large Language Models in Chinese Classical Studies. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 10435–10492. [34]Minesh Mathew, Dimosthenis Karatzas, and C.V. Jawahar. 2021. DocVQA: A Dataset for VQA on Document Images. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV). 2200–2209. [35] Ian R. McKenzie, Alexander Lyzhov, Michael Martin Pieler, Alicia Parrish, Aaron Mueller, Ameya Prabhu, Euan McLean, Xudong Shen, Joe Cavanagh, Andrew George Gritsevskiy, Derik Kauffman, Aaron T. Kirtland, Zhengping Zhou, Yuhui Zhang, Sicong Huang, Daniel Wurgaft, Max Weiss, Alexis Ross, Gabriel Recchia, Alisa Liu, Jiacheng Liu, Tom Tseng, Tomasz Korbak, Najoung Kim, Samuel R. Bowman, and Ethan Perez. 2023. Inverse Scaling: When Bigger Isn’t Better. Transactions on Machine Learning Research (2023). [36] Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, and Luke Zettlemoyer. 2022. Rethinking the Role of Demonstrations: What Makes In-Context Learning Work?. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing. [37]Catherine Olsson et al.2022. In-context Learning and Induction Heads. Trans- former Circuits. [38]OpenAI. 2026. GPT-5.4 Thinking System Card. https://deploymentsafety.openai. com/gpt-5-4-thinking/gpt-5-4-thinking.pdf [39]Kaixin Peng, Mengyang Zhao, Haiyang Yu, Teng Fu, and Bin Li. 2025. Inter- pretable Oracle Bone Script Decipherment through Radical and Pictographic Analysis with LVLMs. arXiv preprint arXiv:2508.10113 (2025). [40]Runqi Qiao, Qiuna Tan, Guanting Dong, Minhui Wu, Jiapeng Wang, Yifan Zhang, Zhuoma GongQue, Chong Sun, Yida Xu, Yadong Xue, et al.2025. V-Oracle: Making progressive reasoning in deciphering oracle bones for you and me. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 20124–20150. [41]Qwen Team. 2026. Qwen3.5: Towards Native Multimodal Agents.https: //qwen.ai/blog?id=qwen3.5 [42]Zhongwei Shen. 2020. A phonological history of Chinese. Cambridge University Press. [43]Yongxin Shi, Chongyu Liu, Dezhi Peng, Cheng Jian, Jiarong Huang, and Lianwen Jin. 2023. M5HisDoc: A large-scale multi-style Chinese historical document analysis benchmark. Advances in Neural Information Processing Systems 36 (2023), 78483–78495. [44]Adam D Smith. 2017. Early Chinese manuscript writings for the name of the Sage Emperor Shun, and the legacy of Warring States-period orthographic variation in early Chinese received texts. Early China 40 (2017), 63–88. [45]Thea Sommerschield, Yannis Assael, John Pavlopoulos, Vanessa Stefanak, An- drew Senior, Chris Dyer, John Bodel, Jonathan Prag, Ion Androutsopoulos, and Nando De Freitas. 2023. Machine learning for ancient languages: A survey. Computational Linguistics 49, 3 (2023), 703–747. [46] Ken-ichi Takashima. 2021. Some methodological issues in reading oracle-bone inscriptions: In particular reference to the Huayuanzhuang Locus East Collection. Bulletin of Chinese Linguistics 14, 1 (2021), 1–41. [47] Kimi Team, Tongtong Bai, Yifan Bai, Yiping Bao, S. H. Cai, Yuan Cao, Y. Charles, H. S. Che, Cheng Chen, et al.2026. Kimi K2.5: Visual Agentic Intelligence. arXiv:2602.02276 [cs.CL] https://arxiv.org/abs/2602.02276 [48]V Team, Wenyi Hong, Wenmeng Yu, Xiaotao Gu, Guo Wang, Guobing Gan, Haomiao Tang, Jiale Cheng, Ji Qi, Junhui Ji, et al.2025. GLM-4.5V and GLM-4.1V- Thinking: Towards Versatile Multimodal Reasoning with Scalable Reinforcement Li, et al. Learning. arXiv:2507.01006 [cs.CV] https://arxiv.org/abs/2507.01006 [49]UNESCO. [n. d.]. Chinese Oracle-Bone Inscriptions. https://w.unesco.org/ en/memory-world/chinese-oracle-bone-inscriptions. [50] C. J. van Rijsbergen. 1979. Information Retrieval. Butterworths, London. [51] Mei Wang and Weihong Deng. 2022. Oracle-MNIST: a realistic image dataset for benchmarking machine learning algorithms. arXiv preprint arXiv:2205.09442 (2022). [52]Pengjie Wang, Kaile Zhang, Xinyu Wang, Shengwei Han, Yongge Liu, Lianwen Jin, Xiang Bai, and Yuliang Liu. 2024. Puzzle Pieces Picker: Deciphering Ancient Chinese Characters with Radical Reconstruction. In Document Analysis and Recognition – ICDAR 2024 (Lecture Notes in Computer Science, Vol. 14804). Springer, 169–187. https://doi.org/10.1007/978-3-031-70533-5_11 [53] Pengjie Wang, Kaile Zhang, Xinyu Wang, Shengwei Han, Yongge Liu, Jinpeng Wan, Haisu Guan, Zhebin Kuang, Lianwen Jin, Xiang Bai, et al.2024. An open dataset for oracle bone character recognition and decipherment. Scientific Data 11, 1 (2024), 976. [54]Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, et al.2025. InternVL3.5: Advanc- ing Open-Source Multimodal Models in Versatility, Reasoning, and Efficiency. arXiv:2508.18265 [cs.CV] https://arxiv.org/abs/2508.18265 [55]Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, Jie Shao, et al.2025. InternVL3.5: Advancing Open-Source Multimodal Models in Versatility, Reasoning, and Effi- ciency. arXiv preprint arXiv:2508.18265 (2025). [56]Jason Wei, Najoung Kim, Yi Tay, and Quoc V Le. 2023. Inverse Scaling Can Become U-Shaped. In EMNLP. [57]Yuting Wei, Yuanxing Xu, Xinru Wei, Simin Yang, Yangfu Zhu, Yuqing Li, Di Liu, and Bin Wu. 2024. AC-EVAL: Evaluating Ancient Chinese Language Understand- ing in Large Language Models. In Findings of the Association for Computational Linguistics: EMNLP 2024, Yaser Al-Onaizan, Mohit Bansal, and Yun-Nung Chen (Eds.). Association for Computational Linguistics, Miami, Florida, USA, 1600– 1617. https://doi.org/10.18653/v1/2024.findings-emnlp.87 [58]Crispin Williams. 2014. Scribal variation and the meaning of the houma and wenxian covenant texts’imprecation ma yi fei shi. Early China 37 (2014), 101–179. [59]Qiu Xigui. 1985. On the Methods of Studying Ancient Chinese Script. Early China 11 (1985), 301–316. [60] Wen Xing. 2011. Paleographic, Historical, and Intellectual History Approaches to Warring States Manuscripts Written on Bamboo Slips: A Review Article. Early China 33 (2011), 233–262. https://doi.org/10.1017/S0362502800000298 [61]Tai-Ling Yuan, Zhe Zhu, Kun Xu, Cheng-Jun Li, Tai-Jiang Mu, and Shi-Min Hu. 2019. A large Chinese text dataset in the wild. Journal of Computer Science and Technology 34, 3 (2019), 509–521. [62]Xiang Yue, Yuansheng Ni, Kai Zhang, Tianyu Zheng, Ruoqi Liu, Ge Zhang, Samuel Stevens, Dongfu Jiang, Weiming Ren, Yuxuan Sun, et al.2024. MMMU: A Massive Multi-discipline Multimodal Understanding and Reasoning Benchmark for Expert AGI. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). 9556–9567. [63] Biao Zhang, Zhongtao Liu, Colin Cherry, and Orhan Firat. 2024. When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method. In ICLR. [64] Chongsheng Zhang, Ruixing Zong, Shuang Cao, Yi Men, and Bofeng Mo. 2020. AI-Powered Oracle Bone Inscriptions Recognition and Fragments Rejoining. In Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence (IJCAI-20). 5309–5311. https://doi.org/10.24963/ijcai.2020/779 [65]Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q Weinberger, and Yoav Artzi. 2020. BERTScore: Evaluating Text Generation with BERT. In International Con- ference on Learning Representations. [66]Yuyi Zhang, Yongxin Shi, Peirong Zhang, Yixin Zhao, Zhenhua Yang, and Lian- wen Jin. 2025. MegaHan97K: A large-scale dataset for mega-category Chinese character recognition with over 97K categories. Pattern Recognition 167 (2025), 111757. JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis Supplementary Material This supplementary material provides additional details that could not be included in the main paper due to space constraints. First, Sec. A provides scholarly background on the ACCE task formu- lation and illustrative examples. Second, Sec. B presents further details on dataset construction, including data distribution, prompt templates, and quantitative verification statistics. Finally, Sec. C provides additional experimental details and the complete results on JieZi-Bench. A Task Formulation Details A.1 Scholarly Background of ACCE Ancient character exegesis. In Chinese paleography, exegesis refers to the scholarly practice of interpreting an ancient glyph by jointly analyzing its visual form, internal structure, semantic content, and historical evolution [29,59,60]. As one of the old- est continuously used writing systems, ancient Chinese characters carry irreplaceable value for research in archaeology, history, and historical linguistics [15,28], making their systematic interpreta- tion a long-standing scholarly priority. Unlike modern character recognition, which maps a glyph to a single Unicode label, exegesis requires the scholar to explain why a character has its particular form, meaning, and evolutionary trajectory. In practice, scholarly exegesis spans four complementary analytical dimensions [6,44], which are examined jointly and iteratively rather than in a fixed sequence: •Identification. Identifying the character and determining which historical script period it belongs to. •Structural Analysis. Analyzing the glyph’s internal structure by decomposing it into components and examining how each component contributes to the character’s form and meaning. •Semantic Interpretation. Interpreting the character’s origi- nal semantic value in its historical context, informed by the structural analysis. • Diachronic Tracing. Tracing how both form and meaning evolved across successive script periods, and explaining the motivations behind these diachronic changes. This multi-faceted, knowledge-intensive analysis constitutes the standard methodology taught in Chinese philology programs and practiced in archaeological and linguistic research. Challenges in exegesis. Exegesis is particularly challenging because it demands the simultaneous integration of heterogeneous knowledge types. These include visual pattern recognition for iden- tifying glyph components, linguistic knowledge for understand- ing component functions, semantic reasoning for inferring origi- nal meaning, and historical knowledge for explaining diachronic change. Each requires different cognitive skills and a distinct body of expertise. Moreover, ancient glyphs exhibit high visual variability. The same character may appear markedly different across script pe- riods (e.g., OBI, Bronze, Seal, Clerical), and different characters may share visually similar components, making identification and struc- tural analysis error-prone even for trained scholars. The deeper analytical dimensions are also interrelated: a structural misjudg- ment (e.g., misidentifying a component) propagates into incorrect semantic and evolutionary interpretations. This interdependence among form, meaning, and evolution is why holistic exegesis cannot Image : Question: Give a scholarly exegesis for the Ancient Chinese Character. Answer: This is the seal script form of the Chinese character bèi ( 背). A two-component Phonogram character ( 形声字) , it combines běi (北) (phonetic-semantic, depicting two people back-to-back) and ( 肉) (semantic radical for body parts, later standardized as ( 月) ròu. Its original meaning is "the human back/spine". Derived from 北,it evolved into the regular script 背after clerical transformation. L1: Basic L2: Form L3: Meaning L4: Evolution Image : Question: The left component appears to be "body" (身). What is the meaning of this component? Give a scholarly exegesis revealing its true origins. Answer: This is the seal script form of the charactershè ( 射). It is anIdeogram ( 会意字). While it visually appears to consist of(身) "body"on the left and( 寸) "hand"on the right, its true paleographic components are actually a bow, an arrow, and a hand. Its original meaning is"to draw a bow and shoot an arrow". In earlier scripts, it depicted a hand (又) releasing an arrow from a bow. However, during the seal script stage,the "bow" shape was severely corrupted ( 讹变) into "body" (身). This visual corruption caused later scholars (inShuowen Jiezi) to completely misinterpret its etymology. L1: Basic L2: Form L3: Meaning L4: Evolution Image : Question: This ancient glyph shares almost no visual traits with its modern character wǎng (往). Give a scholarly exegesis explaining its evolution. Answer: This is OBI of wǎng (往). It is a phono-semantic compound (形声 兼会意). The glyph purely consists of( 止) "foot"indicating movement, and( 王) "king"acting as the phonetic component. Its original meaning is"to go". It underwent severe structural corruption (讹变). Later, the semantic radical( 彳) "step"was added to the left, while the original "止+ 王" visually mutated into the completely unrecognizable component( 主), forming the modern regular script 往. L1: Basic L2: Form L3: Meaning L4: Evolution Figure 6: Examples of comprehensive scholarly exegesis in complex paleographic scenarios. be reduced to a single classification step, although each dimension can still be evaluated independently. Training a human expert in character exegesis typically requires years of graduate-level study, and the analysis of a single character may involve cross-referencing multiple authoritative dictionaries and reconciling conflicting schol- arly interpretations [12, 42]. Formalization as a computational task. Despite its impor- tance, exegesis has received limited attention from the computa- tional community. Existing work on ancient Chinese characters focuses predominantly on recognition and retrieval [14,32], which corresponds to only the most elementary step of the full exegeti- cal workflow. To our knowledge, no prior work has attempted to formalize the complete, multi-stage scholarly process as a computa- tional task. ACCE addresses this gap by decomposing exegesis into four analytical levels that mirror these dimensions: identifying a character and its script period (L1: Basic Information), analyzing internal structure and component functions (L2: Glyph Form), interpreting the original semantic value (L3: Glyph Meaning), and tracing diachronic evolution (L4: Diachronic Evolution). The levels are ordered from basic to deeper analysis for clarity, but they are not a strict pipeline: each is independently answerable from the glyph image, while the deeper levels (L2–L4) remain conceptually interrelated. It enables researchers to construct targeted supervi- sion, apply stage-specific evaluation metrics, and identify precisely which aspects of exegesis current models can and cannot handle. Li, et al. Image : Question: What character is this glyph? L1: Basic Image : Question: What is the structure of this glyph? L2: Form Image : Question: What is the function of the component ‘贝‘? (Semantic, Phonetic, Symbol) Answer: Semantic L2: Form Answer: This is character sī (司). Image : Question: What is the script type of this glyph? (OBI, Bronze, Warring state, Seal, Clerical, Regular, Cursive) L1: Basic Answer: This is a Bronze script. Answer: Left-right structure. Image : Question: What is the component on the left? L2: Form Answer: 言(yán) Image : Question: What is the interpretation of the component ‘贝’? Answer: It resembles the form of a shell currency, signifying valuables. L2: Form Image : Question: Which of the Six Scripts does this glyph belong to?(Pictogram, Ideograms, Ideogrammic compounds, Semantic- phonetic, Derivative, Borrow) Answer: Pictogram Image : Question: What is the original meaning of this glyph? Answer: It originally refers tothe seasons of the year. L3: Meaning L2: Form Image : Question: What is the type of evolution for the component ‘厂’ in this glyph? (Retention, Corruption, Simplification, Elaboration) Answer: Corruption L4: Evolution Image : Question: What is the evolution of the character in this glyph? Answer: Historically, it evolved from an OBI depicting a child in the belly, to a Bronze Script showing a baby gestating in a placenta, and finally to a Seal Script formed by '勹' (wrapping) and '巳' (fetus). The modern standard character presents a semi-enclosed structure, where the outer radical wraps around the inner component. L4: Evolution EVOI COME ORIM FORC COMI COMF COMR STRC SCRC COMR Figure 7: Examples of Question-Answering pairs across the ten fine-grained sub-tasks within the ACCE framework. Image : Question: Give a scholarly exegesis for the Ancient Chinese Character. Doubao-seed-2.0-pro: This character consists of threeretained semantic components: the' 宀’- shaped outer framerepresenting the granary building, themeasuring vesselreflecting its storage function, and thegrain (粟)denoting the stored food. Qwen3.5-9B + JieZi-Dataset This character is composed of threeretained components: thesemantic '宀 '(representing a house or covering) andsemantic '爿'(representing a bed), plus thephonetic '未'which provides the sound. Image : Question: Explain the historical evolution of the glyph in the image. Doubao-seed-2.0-pro: This character is a phono-semantic compound with '心 ' as the semantic component and '满' as the phonetic component. As it developed into the Regular Script, it retained its top-bottom structure. Its core components have not undergone significant graphical corruption, keeping the overall form regular and stable. Qwen3.5-9B + JieZi-Dataset The character was originally written as '懣' (composed of the semantic '心' and phonetic '㒼'), with its original meaning being 'vexed' or 'depressed'. A later variant emerged using '满' as the phonetic component. In the modern simplified character, the phonetic part '满' is simplified while the semantic part '心' is retained, finalizing its standard form as '懑'. Figure 8: Examples of responses for different tasks from different models. Red text indicates error messages, and blue text indicates correct messages. A.2 Examples of Tasks To provide a more intuitive understanding of the ACCE task, we present qualitative examples from the JieZi-Dataset. Fig. 7 illustrates the ten fine-grained subtasks. While these subtasks assess individ- ual capabilities, the ultimate goal of ACCE is holistic interpretation. Fig. 6 presents comprehensive scholarly exegesis in real scenarios, where models are challenged with complex paleographic phenom- ena such as severe structural corruption and visually similar but semantically distinct glyph forms. As demonstrated, a high-quality exegesis successfully resolves these challenges by synthesizing all four progressive levels (L1 to L4) into a coherent, domain-aligned explanation. Fig. 8 contrasts the responses of the fine-tuned model with those of baseline models on representative subtasks. B Dataset Construction and Quality Control B.1 Data Distribution and Metrics JieZi-Dataset. To illustrate the data diversity and comprehensive- ness, Tab. 4 presents the subtask coverage distribution within the JieZi-Dataset. Unlike the individually targeted test queries in JieZi- Bench, the training data often features comprehensive QAs that simultaneously address multiple analytical dimensions, mirroring JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis Table 4: Coverage of ACCE subtasks within the JieZi-Dataset. Since a single comprehensive QA pair may simultaneously address multiple subtasks, the cumulative count across all subtasks exceeds the total number of unique QA pairs (500K). LevelSubtaskQAs Covering Subtask L1: Basic CHAR175,875 SCRC175,875 L2: Form STRC175,875 COMR175,875 COMF221,558 COMI221,558 FORC312,984 L3: MeaningORIM175,875 L4: Evolution COME221,558 EVOI210,360 OverallUnique QA Pairs505,867 Table 5: Distribution of Each Task in JieZi-Bench TaskMetricQuestion Count CHARAccuracy1024 SCRCAccuracy1024 STRCAccuracy1024 FORCAccuracy1024 ORIMBERTScore1024 EVOILLM-as-a-Judge1024 COMRF1-Score + Accuracy1852 COMFF1-Score + Accuracy1852 COMIF1-Score + BERTScore1852 COMEF1-Score + Accuracy1852 Overall Unique QA Pairs7996 the holistic nature of real-world scholarly exegesis. Consequently, the sum of subtask frequencies exceeds the total number of unique QA pairs. JieZi-Bench. Tab. 5 summarizes the question distribution and corresponding evaluation metrics across the ACCE tasks in JieZi- Bench. Notably, the four component-related subtasks (COMR, COMF, COMI, and COME) share the same set of test questions (1,852 per subtask), because each question requires the model to analyze all four component dimensions simultaneously. Within this shared question set, each subtask is evaluated with a distinct metric. B.2 Prompt for Structurization Raw dictionary entries are written in dense, unstructured prose that interleaves character identity, structural analysis, semantic explanation, and evolutionary commentary in a single paragraph. Stage 2 (Structurization) aims to distill this unstructured text into compact, structured JSON records aligned with the four ACCE levels (L1–L4), retaining only the information relevant to exegesis while discarding editorial remarks, cross-references, and other content not directly useful for downstream VQA generation. This structurization is non-trivial because ancient Chinese char- acters exhibit highly heterogeneous complexity. A simple picto- graph may require only a brief structural note, whereas a phonose- mantic compound spanning multiple script periods may involve dozens of components, variant forms, and evolutionary branches. The prompt must therefore accommodate this wide range of com- plexity within a single unified schema without losing critical details for complex entries or generating spurious fields for simple ones. Fig. 9 presents the full prompt used in this stage. Its design ad- dresses three key requirements: (1) Schema formatting. The prompt specifies a strict JSON schema with all required field names and value types, ensuring machine-parseable outputs without post-hoc reformatting. (2) Source fidelity. The model is explicitly instructed to extract only from the provided text and to leave fields empty rather than fabricate content, which is critical for mitigating hallucination on rare or ambiguous entries. (3) Adaptive granularity. The schema naturally accommodates entries of varying complexity: simple char- acters produce compact records, while complex multi-period entries expand as needed without requiring separate templates. B.3 Templates for VQA generation Stage 3 (VQA Generation) transforms the structured metadata from Stage 2 into natural-language VQA pairs suitable for supervised fine-tuning. The generated QA pairs are designed to simulate the progressive reasoning process of domain experts, reflecting the lay- ered analytical workflow of scholarly exegesis rather than isolated factual retrieval. We design four prompt templates corresponding to the four ACCE levels (L1–L4) and adopt a dual-track generation strategy. For factual subtasks with well-defined answer patterns (e.g., charac- ter identity at L1, structure type at L2), QA pairs are produced by directly instantiating the template with the corresponding meta- data fields, requiring no LLM reasoning. For reasoning-intensive subtasks that must synthesize multiple fields into coherent expla- nations (e.g., component-level interpretation at L2, semantic anal- ysis at L3, diachronic tracing at L4), LLM generation is necessary. However, general-purpose LLMs lack the specialized paleographic knowledge required for ACCE, and unconstrained generation often produces plausible-sounding but factually incorrect answers. Our templates address this by (1) injecting the verified structured metadata as dynamic context, constraining the LLM to reason from the provided evidence rather than its parametric knowledge, and (2) guiding the model through the expert analytical workflow (iden- tification→decomposition→interpretation→evolution tracing). Each template also includes multiple question phrasings per sub- task to promote syntactic diversity. Fig. 10 presents a representative template. B.4 Quantitative Verification Details To make the quality-control process more transparent, we report the verification scope, sampling strategy, and revision statistics for each stage of our pipeline. Li, et al. <Template> Extraction # Role You are a top-level classical Chinese dictionary data-cleaning expert and structured-data engineer. Your task is to convert noisy, inconsistently formatted semi-structured classical Chinese dictionary text into extremely clean JSON that strictly follows the required specification. # Task Read the single-character dictionary text from the user. Parse fields such as [Original Character], [Pinyin], [Derived/Variant Characters], [Structure], [Original Meaning], and [Evolution], and output strictly according to the required JSON schema. ## 1) Global cleanup and noise removal - Remove meaningless layout symbols, especially stray backslashes mixed into Hanzi (for example, clean `\傍` into `傍`). - Ignore and drop the entire [Glyph Form] section (from [Glyph Form] to the next section header). - Ignore all non-schema sections (for example [Illustration], [Character Composition], etc.). Do not mix them into `form_chunk` or `meaning_chunks`. - Do not output image paths, `[image: ...]`, or anything like `extracted_images/...`. - Keep example sentences as-is (including parenthetical notes). Only do necessary formatting cleanup. ## 2) Field mapping and merge rules - `char`: extract from [Original Character]. - `pinyins`: - Extract all pinyin from [Pinyin]. Split multiple values by semicolon/comma/space into an array. - Important completion: if [Evolution] contains patterns like “通‘X(pinyin)’ / 又通‘X(pinyin)’”, add that pinyin to global `pinyins` (deduplicated). - `derived_chars`: - Mainly from [Derived Characters]/[Variant Characters]. If missing, output `[]`. - Split by separators such as `、`, `;`, `,`, `,`, or spaces. - Optional completion: if [Structure] explicitly says “variant written as X / colloquial form X / also written as X”, and X is not already listed, add it (deduplicated). - `form_chunk`: - Keep only cleaned original text from [Structure], and keep the `【构造】` tag at the beginning. - Do not merge [Original Meaning] text into `form_chunk`. ## 3) Meaning splitting (most critical) - [Evolution] contains all senses. Split thoroughly: each numbered sense in the source text (`1.`, `2.`, `3.`...) must become one object in `meaning_chunks`. - Use an internal state machine: - `pinyin` inheritance: when markers like `㊀` / `㊁` with pinyin appear, update current pinyin; following senses inherit it unless a new one appears. - If no pinyin marker appears in [Evolution], default all senses to the first item of global `pinyins`. - `pos` inheritance: when explicit POS appears (verb/noun/adjective/onomatopoeia etc.), update current POS; following senses inherit it unless changed. - `meaning` extraction: - Remove numbering and leading filler words (like “originally means / refers to / also refers to / describes”). Keep core meaning. - If explicit derivation exists, you may append a parenthetical note to meaning. - `notes` extraction: - Put special usage into `notes` (joined by `;`): original meaning, used as “X”, interchangeable with “X”, old interchangeable form, also interchangeable with “X(pinyin)”, also used as surname, etc. - Do not move parenthetical text from examples into notes. - `examples` processing: - Content after colon is usually examples. Original examples may be separated by `|`; normalize to `example1 | example2 | example3`. - Clean backslashes in examples only; do not alter other wording. - If no examples, set `examples` to `""`. - Non-empty fallback: - `pinyin` and `pos` must never be empty. If missing in source, fill `pinyin` with inherited/current (or first global pinyin), and fill `pos` with `other`. # Warning - Do not miss any numbered sense. - Do not output any extra characters outside this JSON. [System lines appended by code in build_messages] Again: output only one valid JSON object. Do not output code blocks. Do not output explanatory text. If fields are missing, fill them according to the prompt rules so the schema is complete. User message - The user content is `entry_text`, i.e., preprocessed text from each txt file, not a fixed template sentence. - Preprocessing in `_preprocess_entry`: - normalize line breaks and Unicode; - remove the full [Glyph Form] section; - keep only: original char, pinyin, derived char, variant char, structure, original meaning, evolution; - send the cleaned entry text as the user content. 2) Extra system prompt used in retry with larger max_tokens Your previous output may have been truncated due to length limits, causing incomplete JSON. Please regenerate the same JSON completely, and it must be strictly parseable JSON. To reduce length, output compact JSON (no indentation, no extra spaces, no line breaks), but do not omit any field/sense/example. 3) Extra system prompt used in paged fallback You must use paged output mode. Output only one valid JSON object, and you may include an extra field `next_index` (integer). Starting from index start_index, output at most page_size `meaning_chunks` items in the original numbered order. Each `meaning_chunks` item must include complete original examples in `examples` (no omission). If more senses remain, set `next_index` to the next sense index; otherwise set `next_index=0`. To reduce length, output compact JSON (no indentation, no extra spaces, no line breaks). Figure 9: Prompt template used for structured metadata extraction from dictionary entries. JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis <Template> VQA generation Please output a structured JSON based on the image. Required fields: glyph type, character formation method, structure, special structure, components, original meaning, diachronic glyph evolution. Please generate a standard answer that can be used directly for SFT from this single-character image. Your output must satisfy all requirements below: 1. Output only one JSON object. 2. Use exactly these fields: glyph type, character formation method, structure, special structure, components, original meaning, diachronic glyph evolution. 3. The field "glyph type" must be consistent with the sample label "glyph type". 4. "structure" and "components" must follow the actual form in the current image stage. 5. "original meaning" and "diachronic glyph evolution" must be grounded in context, especially historical divergence, later forms, and simplification merges. 6. For simplified-form images, modern mainstream meaning is allowed for "original meaning", but the source chain must be explicit in "diachronic glyph evolution". 7. If weak hints conflict with the image, trust the image. 8. "original meaning" must align with the candidate list first; only minor paraphrase is allowed when strongly supported. 9. If "structure" is "single component", "special structure" must be a short description; otherwise it must be an empty string. 10. If the same component appears multiple times in different positions, split it into separate keys with position suffixes. Recommended internal order: - Identify the glyph stage. - Identify the actual structure in this stage. - Identify visible components and their functions. - Determine the original meaning. - Complete the diachronic evolution chain. Current sample info: - Sample ID: sample_id - Image filename: image_name - Weak glyph label hint: glyph_type Failure correction hint: retry_guidance Auxiliary context (for reference, not for literal copying): labeling_context_json Please identify the modern dictionary headword shown in the image. What is the dictionary headword of the character in this image? Please answer the headword of this image directly. Please classify the glyph type of the character in the image (e.g., Oracle Bone Script, Bronze Script, Seal Script, Clerical Script, Regular Script, Warring States Script, Simplified). Which glyph type does this image belong to? Please provide the glyph category of the character image. What is the modern dictionary headword corresponding to this glyph image? Please identify the modern dictionary headword of the character in the image. Based on the image, what is the character headword in a modern dictionary? Which glyph type is shown in the image? ... Figure 10: Prompt template for VQA generation. The prompt integrates to generate high-quality SFT data. Stage 1: Collection. For JieZi-Dataset, Stage 1 mainly involves digitization, including OCR correction and alignment of the digi- tized content with the original dictionary pages. Since the goal at this stage is only to ensure fidelity to the source dictionary rather than paleographic interpretation, the full scanned volume (over 2,000 pages) was checked by general annotators without requiring domain expertise. The main error types were OCR omissions and misrecognition of variant character forms. While errors were found in less than 1% of entries, this full manual verification remains indis- pensable: as noted in the main paper, OCR errors disproportionately concentrate on rare and archaic glyphs, which are precisely the characters most critical to ACCE. Without exhaustive correction, even a small number of such errors would propagate into down- stream structuring and QA generation, silently degrading the most informative entries in the dataset. For JieZi-Bench, the source entries were also fully checked at the collection stage. Errors requiring correction were found in ap- proximately 10% of entries, a notably higher rate than that of JieZi- Dataset. This is expected for two reasons: (1) JieZi-Bench integrates entries from multiple authoritative dictionaries, and cross-source alignment and deduplication introduce additional inconsistencies absent from the single-source Dataset; (2) as a benchmark intended for evaluation, JieZi-Bench applies stricter acceptance criteria for entry completeness and accuracy, causing more entries to be flagged for revision. All identified errors were corrected before proceeding to the next stage. Stage 2: Structurization. At Stage 2, raw dictionary entries were converted into structured metadata records by an LLM-based extraction pipeline. Given the scale of JieZi-Dataset (over 500K en- tries), exhaustive manual verification was impractical at this stage. Instead, to verify dataset quality, we randomly sampled 10% of the extracted metadata records. Experts inspected each sampled record by comparing it directly with the source text. Errors were found in approximately 1% of the inspected subset. The most common errors were missing structured fields and cross-source confusion. For example, the pipeline might misattribute a semantic explana- tion originally associated with the Oracle Bone form to the Bronze Inscription field of the same character. For JieZi-Bench, all structured metadata records were exhaus- tively checked by domain experts. Errors requiring correction were found in approximately 5% of entries; all identified errors were corrected before proceeding to VQA generation. Stage 3: VQA Generation and Verification. At Stage 3, VQA pairs were generated from the verified metadata by an LLM guided by expert-designed templates. The use of templates is essential because unconstrained LLM generation would suffer from three problems: (1) format inconsistency, where question phrasing and answer granularity vary unpredictably, hindering standardized eval- uation; (2) uneven subtask coverage, where the LLM tends to favor subtasks it handles well while underrepresenting harder ones such as COME and EVOI; (3) hallucination risk, where the LLM may fab- ricate etymological explanations or evolutionary paths absent from the source dictionaries. Our template-guided approach addresses all three issues. Each template prescribes the question format and expected answer scope for a given subtask, ensuring uniform cov- erage and consistent granularity. The LLM then generates natural- language VQA pairs grounded in the metadata fields specified by Li, et al. Table 6: Training settings and hyper-parameters for different model scales. SettingQwen3.5-2B Qwen3.5-4B Qwen3.5-9B Batch size12812864 Learning rate1e-51e-51e-5 LR schedulecosinecosinecosine Warmup ratio0.050.050.05 Weight decay0.10.10.1 OptimizerAdamWAdamWAdamW Max length204820481024 Epochs555 Precisionbf16bf16bf16 Hardware8 910B8 910B8 910B Training time96 NPU hours192 NPU hours384 NPU hours the template, combining the scalability of LLM generation with the controllability of structured constraints. Despite these safeguards, template-guided generation introduces its own errors. The generation process can produce image-content mismatches (e.g., pairing a glyph image with an answer describing a different script period), and natural-language answers may deviate from the source text in phrasing or scope. Moreover, VQA-level verification covers broader dimensions than Stage 2, including not only field-level correctness but also the naturalness of question- answer formulations and the appropriateness of paired images, which increases the likelihood of flagging issues. For JieZi-Dataset, we randomly inspected 5,000 VQA instances. Since the underlying metadata had already been verified at Stage 2, the sampling ratio was reduced accordingly. Errors were found in approximately 3% of the inspected subset; the slightly higher rate compared to Stage 2 reflects the new error sources and broader ver- ification scope described above rather than upstream propagation. For JieZi-Bench, all VQA pairs were manually checked, since benchmark reliability is critical for evaluation. Errors requiring correction were found in approximately 10% of entries, consistent with the pattern observed at earlier stages: the benchmark’s stricter acceptance criteria and cross-source complexity lead to a higher correction rate. Overall, JieZi-Dataset adopts random spot-checking at Stages 2 and 3 to balance scale and quality, while JieZi-Bench uses exhaustive manual verification at all stages. These combined strategies ensure that JieZi-Bench achieves expert-level reliability for evaluation, while JieZi-Dataset maintains sufficient quality for training at scale. C Experimental Details and Full Results C.1 Additional Training Details Table 6 summarizes the hyperparameter settings for instruction tuning. All experiments were conducted on 8 Ascend 910B NPUs. C.2 Ablation Studies Tab. 7 reports the impact of each data construction stage on Qwen3.5- 2B. The first row corresponds to the few-shot base model without Table 7: Ablation study on different data construction stages. Struct.: structured metadata; VQA: After VQA generation; Open-src: VQA with open-source data augmentation. Struct. VQA Open-src CHAR↑ COMF↑ COMI↑EVOI FAC↑ SCE↑ 18.913.717.07.920.2 ✓27.029.724.115.426.3 ✓35.331.437.125.631.9 ✓41.832.741.327.936.7 fine-tuning. We select CHAR, COMF, COMI, and EVOI as represen- tative subtasks, as they span all four ACCE levels and cover both classification and generation objectives. Each stage contributes a distinct gain profile. Structured meta- data produces the largest improvement on the classification-oriented COMF (+16.0), since explicit component-function labels offer dense supervision that directly matches this subtask. In contrast, gains on generative subtasks remain moderate (COMI +7.1, FAC +7.5). VQA reformatting reverses this pattern: the generative subtasks benefit most (COMI +13.0, FAC +10.2), whereas COMF improves by only +1.7. This contrast suggests that recasting structured records as natural-language QA pairs trains the model to articulate multi-step reasoning rather than simply retrieve labels. Open-source augmentation, in turn, primarily strengthens visual robustness (CHAR +6.5) and scholarly expression (SCE +4.8). Fac- tual subtasks show smaller gains (COMF +1.3, FAC +2.3), confirming that their performance is bottlenecked by knowledge rather than visual diversity. Taken together, the three stages address comple- mentary dimensions of factual grounding, reasoning articulation, and visual robustness. Their consistent, non-overlapping improve- ments validate the necessity of each stage in the proposed pipeline. C.3 Human Validation of the LLM-as-a-Judge To rigorously validate the reliability of our LLM-as-a-Judge protocol for the Evolution Interpretation (EVOI) task, we conducted a human- LLM agreement study. We randomly sampled 200 responses in total across 4 representative models to ensure a diverse distribution of response qualities. Three human experts with backgrounds in Chinese paleography independently evaluated these responses on a scale of 1 to 5, focusing on two dimensions: Fact Alignment (FAC) and Scholarly Expression (SCE). We computed the Pearson (푟) and Spearman (휌) correlation coef- ficients between the automated LLM judge scores and the human ground truth. As shown in Tab. 9, the LLM judge exhibits strong correlations (>0.60) with expert evaluations across both metrics. The results confirm that the LLM judge aligns closely with human scholarly standards, demonstrating its effectiveness and reliability as an automated evaluation metric for ancient character exegesis. BERTScore validation. We further validate BERTScore, used for the open-ended ORIM and COMI tasks, under the same expert protocol. Three paleography experts scored 200 responses from four models on a 1–5 scale, and we computed Pearson and Spearman correlations between BERTScore and averaged human ratings. JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis Table 8: Correlation between human expert ratings and BERTScore on the ORIM and COMI tasks. Task Pearson (푟) Spearman (휌) ORIM0.710.71 COMI0.730.72 Table 9: Correlation between human expert ratings and LLM judge scores on the EVOI task. Metric Pearson (푟) Spearman (휌) FAC0.680.71 SCE0.610.64 As shown in Tab. 8, BERTScore achieves strong human correla- tion (Pearson≥0.71) on both tasks. Together with the LLM-as-a- Judge validation in Tab. 9, these results confirm that both automated metrics provide sufficient reliability for comparative evaluation of open-ended exegetical responses. Judging prompts. We provide the full prompts used in our LLM-based judging protocol for EVOI. Fig. 11 presents the prompt for evaluating Fact Alignment, while Fig. 12 presents the prompt for evaluating Scholarly Expression. We used Doubao-seed-2-0- lite-260215 [9] as our LLM-as-a-judge model. C.4 Main Results on JieZi-Bench and Analysis Due to space limitations in the main text, we present the complete experimental results in Table 10, including additional models not shown in the main paper. Below, we provide a detailed analysis of the key findings. Scaling law holds within model families. Tab. 10 includes additional model variants not reported in the main paper, enabling within-family comparisons among general MLLMs. Across all fam- ilies, larger variants consistently outperform smaller ones. Gem- ini 3.1 Pro surpasses Gemini 3.1 Flash on every metric (e.g., CHAR: 29.9 vs. 25.7; SCRC: 76.6 vs. 56.5), Qwen3.5-397b-a17b outperforms 35b-a3b (e.g., SCRC: 67.1 vs. 61.4), and InternVL3.5-8B consistently exceeds its 4B counterpart (e.g., ORIM: 58.0 vs. 24.3). These within- family comparisons, together with the cross-family results in the main paper, confirm that the general scaling trend holds for ACCE. Domain-specialized pretraining does not guarantee ACCE proficiency. tonggu-vl-2B [10] is a model specifically fine-tuned on massive ancient Chinese document corpora for tasks such as text recognition and reading comprehension. Despite this domain- specialized pretraining, it scores below 5% on most ACCE subtasks (e.g., CHAR: 3.1, STRC: 0.2, COMR/COMF/COMI: 0.0) and achieves only 12.9 on ORIM. This reveals a critical distinction: recognizing and reading ancient texts is fundamentally different from perform- ing scholarly exegesis, which requires structured reasoning about glyph form, component function, semantic origin, and diachronic evolution. The failure of tonggu-vl demonstrates that ACCE poses genuinely novel challenges beyond the reach of existing domain- specific models, thereby validating both the task formulation and <Template> LLM-judge FAC You are a strict evaluator for ancient Chinese character tasks. This time, you will evaluate only one dimension:fact alignment. Your task is not to evaluate the entire response. You must only evaluate whether the sentences describing the "historical character shape evolution" in the prediction are factually consistent with the "historical character shape evolution" in the reference answer. You must adhere to the following principles: Base your judgments solely on the provided Ground Truth. The use of external knowledge is strictly prohibited. Do not evaluate writing style, wording, or eloquence. Do not award high scores simply because the prediction "sounds like" a professional ancient character analysis. Differences in phrasing from the reference answer are acceptable, but altering factual information is not. ground_truth_fullserves only as auxiliary background context. The primary targets for scoring remainground_truth_evolutionandprediction_evolution. Partial credit is allowed for this dimension: if the prediction has substantial points of alignment regarding key structures, component relationships, historical periods, or evolutionary directions, award corresponding points. Do not automatically penalize the score to 0 or 1 merely because some errors exist. Please focus your review on the following: Alignment of the core structural composition (核心构形). Alignment of relationships between key components (关键部件关系). Alignment of key historical periods/stages (关键时代阶段). Alignment of the evolutionary direction (演变方向). Whether the character has been conflated with a different character or an entirely different structural system. Scoring Rubric (Must be exactly 0, 1, 2, 3, or 4): 4:Highly consistent with the reference answer; almost zero factual errors. 3:The main narrative is largely consistent, but there are some factual deviations or inaccuracies in minor details. 2:Contains verifiable and clear points of alignment (e.g., correctly identifies at leastsomestructures/components/periods/directions), but concurrently contains obvious factual errors. Overall reliability is moderate. 1:Shows only minimal, superficial similarity; the vast majority of key facts are incorrect. 0:Fundamentally contradicts the reference, is completely blank, or describes the shape evolution of an entirely different character/system. Mandatory Calibration Rules: If the prediction is blank:score = 0 If the core structural composition, core components, or main evolutionary direction are vastly incorrect: generallyscore <= 2 If the character is misidentified as a different structural system, or the main factual narrative is fundamentally misplaced:score = 0 If the response relies purely on generic clichés/filler with almost no verifiable facts: the score cannot exceed2 If the prediction contains multiple key points that align with the reference (even if accompanied by errors), the score generally should not be penalized to0 or1. Do not default to grading most samples as3 or4 (avoid score inflation). Now, please evaluate the following sample to be rated according to the scoring rules above. Ground Truth: Output of model: Figure 11: Prompt template for evaluating fact alignment within our LLM-as-a-judge protocol. the necessity of JieZi-Dataset as a dedicated training resource. Con- versely, once equipped with JieZi-Dataset, even a 9B model out- performs general MLLMs that are one to two orders of magnitude larger (e.g., Kimi-K2.5 170B, GLM-4.6V 107B, Qwen3.5-397b) on Li, et al. Table 10: Main results on JieZi-Bench across four paleographic levels: L1 (Basic Info: CHAR, SCRC), L2 (Glyph Form: STRC, COMR, COMF, COMI, FORC), L3 (Meaning: ORIM), and L4 (Evolution: COME, EVOI-FAC/SCE). All metrics are scaled to 0-100. Method L1L2L3L4 CHAR↑ SCRC↑ STRC↑ COMR↑ COMF↑ COMI↑ FORC↑ ORIM↑ COME↑ EVOI FAC↑SCE↑ Closed-source MLLMs GPT-5.4 Thinking [38]10.439.250.413.811.910.333.159.912.410.216.8 Gemini 3.1 Pro [20]29.976.665.731.929.924.856.162.830.322.327.1 Gemini 3.1 Flash [19]25.756.553.524.622.519.144.854.123.217.523.1 Claude opus 4.6 [1]22.965.863.528.026.322.350.659.326.719.826.3 Doubao-Seed-2.0-pro [8]36.668.569.837.834.429.959.963.236.131.738.7 Open-source MLLMs Kimi-K2.5 [47] (170B)31.570.168.839.236.631.558.166.636.428.334.6 GLM-4.6V [48] (107B)18.249.748.921.820.418.242.248.220.915.520.2 Qwen3.5-397b-a17b [41]26.267.169.432.129.926.554.459.528.322.230.7 Qwen3.5-35b-a3b [41]26.661.466.532.429.327.357.865.231.019.625.6 InternVL3.5-8B [55]00.109.014.60.00.00.021.458.00.024.80.1 InternVL3.5-4B [55]0.00.00.90.00.00.08.224.30.00.00.0 tonggu-vl-2B [10]3.105.90.20.00.00.04.612.90.01.10.2 Qwen3.5-2B [41]18.922.631.617.313.717.030.762.312.97.920.2 Qwen3.5-2B + JieZi-Dataset41.8+22.961.7+39.172.7+41.142.6+25.332.7+19.041.3+24.363.3+32.665.7+3.428.3+15.427.9+20.036.7+16.5 Qwen3.5-4B [41]3.66.61.04.53.94.35.96.53.62.03.6 Qwen3.5-4B + JieZi-Dataset49.0+45.467.6+61.074.1+73.147.2+42.737.9+34.042.4+38.164.8+58.965.9+59.433.2+29.628.5+26.537.2+33.6 Qwen3.5-9B [41]22.351.040.227.424.626.149.164.722.415.023.5 Qwen3.5-9B + JieZi-Dataset 52.6+30.3 80.1+29.1 74.7+34.5 48.1+20.7 38.4+13.8 45.7+19.6 66.5+17.4 66.7+2.0 45.4+23.0 32.5+17.5 40.6+17.1 nearly every subtask, further confirming that high-quality domain- specific data is a far more effective lever than model scale alone for knowledge-intensive tasks like ACCE. Remark on the anomalous behavior of Qwen3.5-4B. As shown in Tab. 10, few-shot Qwen3.5-4B scores extremely low across all eleven ACCE subtasks (e.g., CHAR: 3.6, STRC: 1.0, ORIM: 6.5), performing substantially below both the smaller 2B and the larger 9B variants. We verified that all three models share identical in- ference pipelines, prompts, and decoding parameters, ruling out implementation errors. Manual inspection of the 4B outputs (Fig. 13) reveals that the model tends to reproduce content from the few-shot demonstrations rather than generating answers grounded in the current query, producing outputs that bear no meaningful corre- spondence to the target glyph. Since Qwen3.5’s training details are not publicly disclosed, we can only hypothesize about the root cause based on observed be- havior. We identify two plausible contributing factors. (1) Copying bias in few-shot in-context learning (ICL): The model reproduces demonstration content instead of reasoning about the current query. This behavior directly aligns with prior findings that LLMs can develop a copying bias under in-context learning, reproducing sur- face patterns from examples rather than inducing the underlying task [36,37]. (2) U-shaped scaling: The 2B (functional)→4B (col- lapsed)→ 9B (functional) pattern is consistent with the U-shaped scaling phenomenon, where medium-sized models are drawn to- ward easier competing behaviors instead of the target task [35,56]. After fine-tuning on JieZi-Dataset, Qwen3.5-4B fully recovers to the expected scaling order, achieving the largest absolute improve- ments among the three model scales (e.g., STRC: +73.1, ORIM: +59.4 vs. 2B’s +41.1 for STRC and +3.4 for ORIM, and 9B’s +34.5 for STRC and +2.0 for ORIM). This confirms that the bottleneck is not model capacity but misaligned few-shot behavior, which domain-specific supervision effectively overrides [63]. C.5 Baseline Comparison To evaluate whether the performance gains from JieZi-Dataset stem from domain-specific reasoning rather than mere knowledge exposure, we compare supervised fine-tuning (SFT) against three alternative training-free strategies on Qwen3.5-9B: (1) few-shot in- context learning (ICL) with top-3 retrieved examples, (2) retrieval- augmented generation (RAG), and (3) dictionary-context prompting. All baselines use the same model backbone, JieZi-Bench split, decod- ing settings, and evaluation metrics as Tab. 10. In ACCE, questions are generic templates that carry no character-specific information; the character identity is conveyed entirely by the glyph image, making a no-image baseline inapplicable to this task. For few-shot ICL, we retrieve the top-3 training examples using only the query glyph image, without using benchmark labels or reference answers. For RAG, the model receives top-3 retrieved JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis <Template> LLM-judge SCE You are a strict evaluator for paleography tasks, evaluating only thescholarly expressiondimension. Evaluateonlythe "historical character shape evolution" sentences in the prediction. Judge if the expression is professional, rigorous, and matches a paleographic dictionary (lexicographical) style, rather than reading like layman's explanations or empty clichés. Core Principles: GT Only:Base judgments strictly on the provided Ground Truth. No external knowledge. Style over Fact (Mostly):Evaluate terminology, logic, and professional tone. However, professional tone wrapped around a completely wrong evolutionary narrative cannot score high. Quality > Quantity:Do not reward length unless it provides valid information gain. Dictionary Style:Prefer concise, objective summaries of structure and evolution. Penalize lyrical, heuristic, or layman-oriented tones. Scoring Rubric (Strictly 0, 1, 2, 3, or 4): 4:Highly mature, dictionary-level expression. Precise terminology, restrained judgments, rigorous logic, and substantial content with zero fluff. 3:Professional and solid. Clear lexicographical traits and good logic, but contains minor looseness or slight layman phrasing. 2:Readable but lacks true professional depth. Unstable style, leans toward generic explanatory text, or contains obvious verbosity/clichés. 1:Loose and verbose. Strong layman tone, high fluff, lacks rigor, or merely dresses up generic content with scattered jargon. 0:Blank, or entirely empty clichés/slogans with no valid professional information. Mandatory Calibration Rules: If blank:score = 0 If longer than GT but mostly adds repetitive fluff/no new info:score <= 2 If using generic layman phrases (e.g., it can be seen, shows the wisdom of the ancients):score <= 2 If built on obviously wrong factual narratives or incorrect structural judgments:score <= 2 If terminology is chaotic or reads like a generic essay:score <= 1 If merely using jargon like clericalization to mask empty/wrong content:score <= 1 Be Strict:4 is for exceptionally mature, dictionary-quality text only. Do not default to3. Do not give high scores just because the text is long or reads smoothly. Now, please evaluate the following sample to be rated according to the scoring rules above. Ground Truth: Output of model: Figure 12: Prompt template for evaluating scholarly expres- sion within our LLM-as-a-judge protocol. training metadata and QA records as context but is not fine-tuned. Dictionary-context prompting provides the retrieved dictionary- style context directly in the prompt. For both few-shot ICL and RAG, we use SigLIP2-SO400M-patch14-384 as the image retriever: the query glyph and training glyphs are encoded into visual em- beddings, and the top-3 nearest training examples are selected by cosine similarity. As shown in Tab. 11, SFT on JieZi-Dataset outperforms all alter- natives across all subtasks. Few-shot ICL with retrieved examples provides substantial improvement over the base model, indicating that in-context paleographic examples are informative. However, RAG and dictionary-context prompting, which inject the same paleographic knowledge in different forms, still fall far short of SFT. This confirms that the performance gain stems from learning # Role Expert in Chinese paleography, Shuowen Jiezi and etymology... # Task Output a strict JSON component analysis of the ancient character in the image, detailing each component's function, explanation, and evolution type ... # Rules: 1. Rely SOLELY on the image; no external knowledge. 2. Never hallucinate unsupported details. 3. Output exactly ONE raw JSON object (NO markdown, NO comments, NO extra text). 4. Prioritize valid fields, aligned content, and conservative analysis. ... # Required JSON Format 构件: Object of 1-4 key components. Keys:Single characters/radicals (use brief desc ONLY if unnameable). Values:Objects containing exactly: 功能: String or Array of: 表意, 表音, 符号. 演变类型: Choose ONE: 保留, 讹变, 简化, 区别, 繁化. 解释: Brief explanation ... # Few-shot1: ... # Few-shot2: "构件": "构件名": "功能": "表意/表音/符号", "演变类型": "保留/讹变/简化/区别/繁化", "解释": "简短解释" "构件": "构件名": "功能": "表意/表音/符号", "演变类型": "保留/讹变/简化/区别/繁化", "解释": "简短解释" Prompt: Qwen3.5-4B: Just Copy ! Figure 13: An example of anomalous output from few-shot Qwen3.5-4B, illustrating the copying bias. domain-specific reasoning patterns through supervised fine-tuning, not merely from exposure to paleographic knowledge in any form. C.6 Data Scaling Analysis To examine whether the full 500K-scale training set is necessary or whether comparable performance is achievable with fewer QA pairs, we train Qwen3.5-2B with nested 25%, 50%, 75%, and 100% subsets of JieZi-Dataset. The subsets are strictly nested: the 25% subset is contained in the 50% subset, which is contained in the 75% subset. All runs use the same hyperparameters as Tab. 6 and are evaluated on the unchanged JieZi-Bench. As shown in Tab. 12, the macro average increases monotoni- cally from 36.5 at 25% to 46.8 at 100% (+10.3). While 25% already yields substantial gains over the base model (+13.3), the full set still brings clear improvements on most subtasks (e.g., SCRC 33.3→61.7, COMI 25.5→41.3), confirming that the full 500K scale provides real marginal benefit rather than redundant volume. C.7 Paraphrase Robustness Test To test whether the fine-tuned model overfits to fixed template question patterns rather than learning genuine exegetical ability, Li, et al. Table 11: Comparison of SFT on JieZi-Dataset against alternative training-free strategies on Qwen3.5-9B, evaluated on JieZi- Bench. All methods use the same backbone, decoding settings, and evaluation metrics. Method L1L2L3L4 CHAR↑ SCRC↑ STRC↑ COMR↑ COMF↑ COMI↑ FORC↑ ORIM↑ COME↑ FAC↑ SCE↑ Qwen3.5-9B22.351.040.227.424.626.149.164.722.415.023.5 + Few-shot ICL (top-3)21.456.746.927.624.518.851.553.826.114.519.3 + RAG30.350.934.231.827.825.258.357.530.319.221.8 + Dict-context prompting22.237.049.927.421.418.958.353.825.915.618.3 + JieZi-Dataset (SFT)52.680.174.748.138.445.766.566.745.432.5 40.6 Table 12: Data scaling analysis on Qwen3.5-2B with nested subsets of JieZi-Dataset, evaluated on JieZi-Bench. Training Data L1L2L3L4 CHAR↑ SCRC↑ STRC↑ COMR↑ COMF↑ COMI↑ FORC↑ ORIM↑ COME↑ FAC↑ SCE↑ Qwen3.5-2B (base)18.922.631.617.313.717.030.762.312.97.920.2 + 25% JieZi-Dataset34.033.367.736.530.525.545.056.123.021.128.5 + 50% JieZi-Dataset37.643.566.437.730.626.060.456.523.923.530.5 + 75% JieZi-Dataset40.652.167.040.131.428.162.359.928.025.833.2 + 100% JieZi-Dataset 41.861.772.742.632.741.363.365.728.327.9 36.7 we conduct a controlled paraphrase robustness test. For each in- stance across all subtasks, we replace the original question with two independently paraphrased versions while keeping the glyph image, reference answer, model (Qwen3.5-2B fine-tuned on JieZi- Dataset), decoding settings, and evaluation metrics unchanged. This isolates the effect of question wording from all other factors. The two paraphrases are generated by prompting Gemini to rewrite each template question with different lexical choices and sentence structures while preserving the query intent. As shown in Tab. 13, the fine-tuned model remains stable across paraphrased questions. Although some subtasks show moderate drops (e.g., STRC−7.0, ORIM−7.1), the overall performance remains substantially above the base model across all variants. This indicates that the performance gains are not mainly driven by surface-level template pattern matching but by learned glyph-grounded exegeti- cal content. JieZi: A Large-Scale Expert-Audited Dataset and Benchmark for Ancient Chinese Character Exegesis Table 13: Paraphrase robustness test on Qwen3.5-2B fine-tuned with JieZi-Dataset. “Original” uses the standard template questions; “Prompt 2” and “Prompt 3” are independently paraphrased versions. Avg.Δreports the mean score change across the two paraphrased variants relative to the original. Question L1L2L3L4 CHAR↑ SCRC↑ STRC↑ COMR↑ COMF↑ COMI↑ FORC↑ ORIM↑ COME↑ FAC↑ SCE↑ Original41.861.772.742.632.741.363.365.728.327.936.7 Prompt 244.658.063.942.533.039.664.257.341.125.829.8 Prompt 342.659.867.634.631.633.756.859.933.221.044.5 Avg.Δ+1.8 −2.8 −7.0 −4.1 −0.4 −4.7 −2.8 −7.1+8.9 −4.5+0.5