Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Parameter-Efficient Quality Estimation via Frozen Recursive Models

About

Tiny Recursive Models (TRM) achieve strong results on reasoning tasks through iterative refinement of a shared network. We investigate whether these recursive mechanisms transfer to Quality Estimation (QE) for low-resource languages using a three-phase methodology. Experiments on $8$ language pairs on a low-resource QE dataset reveal three findings. First, TRM's recursive mechanisms do not transfer to QE. External iteration hurts performance, and internal recursion offers only narrow benefits. Next, representation quality dominates architectural choices, and lastly, frozen pretrained embeddings match fine-tuned performance while reducing trainable parameters by 37$\times$ (7M vs 262M). TRM-QE with frozen XLM-R embeddings achieves a Spearman's correlation of 0.370, matching fine-tuned variants (0.369) and outperforming an equivalent-depth standard transformer (0.336). On Hindi and Tamil, frozen TRM-QE outperforms MonoTransQuest (560M parameters) with 80$\times$ fewer trainable parameters, suggesting that weight sharing combined with frozen embeddings enables parameter efficiency for QE. We release the code publicly for further research. Code is available at https://github.com/surrey-nlp/TRMQE.

Umar Abubacar, Roman Bauer, Diptesh Kanojia• 2026

Related benchmarks

TaskDatasetResultRank
Quality EstimationSurrey Low-Resource dataset (Overall)
Spearman Correlation0.37
4
Quality EstimationSurrey Low-Resource en-ta (Tamil)
Spearman Correlation0.556
2
Quality EstimationSurrey Low-Resource dataset en-hi (Hindi)
Spearman Correlation0.462
2
Quality EstimationSurrey Low-Resource en-gu (Gujarati)
Spearman Correlation0.423
2
Quality EstimationSurrey Low-Resource dataset en-mr (Marathi)
Spearman Correlation0.418
2
Quality EstimationSurrey Low-Resource dataset et-en (Estonian)
Spearman Correlation0.368
2
Quality EstimationSurrey Low-Resource dataset ne-en (Nepali)
Spearman Correlation0.333
2
Quality EstimationSurrey Low-Resource dataset si-en (Sinhala)
Spearman Correlation0.27
2
Quality EstimationSurrey Low-Resource dataset en-te (Telugu)
Spearman Correlation0.164
2
Showing 9 of 9 rows

Other info

Follow for update