Table of Contents
Fetching ...

Fine-Tuning Small Embeddings for Elevated Performance

Biraj Silwal

TL;DR

Even though the oracle is better on average, finetuning the small embeddings drastically improves results compared to the original baseline, demonstrating that even though the oracle is better on average, finetuning the small embeddings drastically improves results compared to the original baseline.

Abstract

Contextual Embeddings have yielded state-of-the-art results in various natural language processing tasks. However, these embeddings are constrained by models requiring large amounts of data and huge computing power. This is an issue for low-resource languages like Nepali as the amount of data available over the internet is not always sufficient for the models. This work has taken an incomplete BERT model with six attention heads pretrained on Nepali language and finetuned it on previously unseen data. The obtained results from intrinsic and extrinsic evaluations have been compared to the results drawn from the original model baseline and a complete BERT model pretrained on Nepali language as the oracle. The results demonstrate that even though the oracle is better on average, finetuning the small embeddings drastically improves results compared to the original baseline.

Fine-Tuning Small Embeddings for Elevated Performance

TL;DR

Even though the oracle is better on average, finetuning the small embeddings drastically improves results compared to the original baseline, demonstrating that even though the oracle is better on average, finetuning the small embeddings drastically improves results compared to the original baseline.

Abstract

Contextual Embeddings have yielded state-of-the-art results in various natural language processing tasks. However, these embeddings are constrained by models requiring large amounts of data and huge computing power. This is an issue for low-resource languages like Nepali as the amount of data available over the internet is not always sufficient for the models. This work has taken an incomplete BERT model with six attention heads pretrained on Nepali language and finetuned it on previously unseen data. The obtained results from intrinsic and extrinsic evaluations have been compared to the results drawn from the original model baseline and a complete BERT model pretrained on Nepali language as the oracle. The results demonstrate that even though the oracle is better on average, finetuning the small embeddings drastically improves results compared to the original baseline.

Paper Structure

This paper contains 19 sections, 10 figures, 3 tables.

Figures (10)

  • Figure 1: Preprocessing techniques
  • Figure 2: Finetuned model
  • Figure 3: NpVec1
  • Figure 4: nepaliBERT
  • Figure 5: Finetuned model
  • ...and 5 more figures