TL;DR
Scholars digitizing Classical Chinese literary collections faced difficulty distinguishing personal letters from similar-looking prefaces in historical tables of contents. Lepton, a fine-tuned BERT classifier trained on 5,438 hand-labeled Chinese titles, automatically identifies letters versus farewell-prefaces in Ming and Qing wenji (collected works).
✦ Why It Matters
Engineers can apply fine-tuned BERT to classify ambiguous historical document types at scale, enabling digital humanities research.
Key Takeaways
Full Summary
Historical Chinese wenji (collected works) contain tables of contents listing diverse text types, but personal letters are difficult to distinguish from closely related prefaces, particularly farewell-prefaces, when only titles are available. Researchers needed automated classification to scale digitization efforts across large historical archives.
Lepton applies BERT (Bidirectional Encoder Representations from Transformers), a pre-trained language model for Chinese text, fine-tuned on 5,438 manually labeled wenji titles from thirty-three late-Ming and early-Qing literati. The model learns patterns in Classical Chinese language to predict whether a title indicates a personal letter or preface.
Deployed on Hugging Face and integrated into the China Biographical Database, Lepton identified approximately 55,000 letters across mid-Ming through early-Qing collections, populating the Ming Letter Platform. This demonstrates how domain-specific fine-tuning of general language models enables large-scale humanities research.
Related