Scaling Sentence Similarity for Classical Tibetan with Automatic Annotations
Summary
A new scalable automatic annotation pipeline has been developed to train semantic embedding models for Classical Tibetan, a low-resource language. This pipeline addresses the challenge of scarce large annotated datasets by combining unsupervised contrastive bootstrapping with iterative pair mining. It generates silver-standard similarity labels through two complementary strategies: an ensemble of embedding models and rerankers, and an LLM-as-a-judge committee utilizing best–worst scaling. When sequentially fine-tuned with a domain-specific, gold-standard annotated dataset, the resulting text-similarity model achieves a Spearman correlation of 0.864 on the Semantic Textual Similarity (STS) task. This innovation facilitates effective semantic search in Classical Tibetan and provides a robust framework for automatic supervision in other low-resource languages within digital humanities.
Key takeaway
For NLP Engineers developing semantic models for low-resource languages, this pipeline offers a robust solution to data scarcity. You should consider adopting its automatic annotation strategies, particularly the LLM-as-a-judge committee, to generate high-quality silver-standard datasets. This approach can significantly reduce manual annotation effort and achieve strong performance, as demonstrated by the 0.864 Spearman correlation for Classical Tibetan. Implement this framework to accelerate digital humanities projects.
Key insights
A scalable pipeline uses automatic annotation and LLM-as-a-judge to train high-performing semantic embedding models for low-resource languages.
Principles
- Low-resource languages benefit from automatic annotation.
- Combining unsupervised and LLM-based methods improves data quality.
- Sequential fine-tuning enhances domain-specific model performance.
Method
The pipeline combines unsupervised contrastive bootstrapping with iterative pair mining. It generates silver-standard labels using an ensemble of embedding models/rerankers and an LLM-as-a-judge committee with best–worst scaling.
In practice
- Apply pipeline for semantic search in low-resource texts.
- Use LLM-as-a-judge for silver-standard data generation.
- Fine-tune models with small gold-standard datasets.
Topics
- Classical Tibetan
- Semantic Embeddings
- Low-Resource NLP
- Automatic Annotation
- LLM-as-a-Judge
- Digital Humanities
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.