CLNov 20, 2024

Transformer-Based Contextualized Language Models Joint with Neural Networks for Natural Language Inference in Vietnamese

arXiv:2411.13407v21 citationsh-index: 21
Originality Synthesis-oriented
AI Analysis

This work addresses the limited research on NLI for Vietnamese, offering an incremental improvement in performance for NLP applications in that language.

The paper tackled Natural Language Inference (NLI) in Vietnamese by experimenting with joint models combining contextualized language models (CLMs) and neural networks, achieving an F1 score of 82.78% on the ViNLI benchmark and outperforming fine-tuned models like PhoBERT by 6.58%.

Natural Language Inference (NLI) is a task within Natural Language Processing (NLP) that holds value for various AI applications. However, there have been limited studies on Natural Language Inference in Vietnamese that explore the concept of joint models. Therefore, we conducted experiments using various combinations of contextualized language models (CLM) and neural networks. We use CLM to create contextualized work presentations and use Neural Networks for classification. Furthermore, we have evaluated the strengths and weaknesses of each joint model and identified the model failure points in the Vietnamese context. The highest F1 score in this experiment, up to 82.78% in the benchmark dataset (ViNLI). By conducting experiments with various models, the most considerable size of the CLM is XLM-R (355M). That combination has consistently demonstrated superior performance compared to fine-tuning strong pre-trained language models like PhoBERT (+6.58%), mBERT (+19.08%), and XLM-R (+0.94%) in terms of F1-score. This article aims to introduce a novel approach or model that attains improved performance for Vietnamese NLI. Overall, we find that the joint approach of CLM and neural networks is simple yet capable of achieving high-quality performance, which makes it suitable for applications that require efficient resource utilization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes