Skip to content
Open access

Improving Machine Translation Using an Efficient Dual-Bert Adversarial Network (DBAN) Model for User-Generated Content

2026 · International Journal Of Engineering And Computer Science · Vol 15, pp. 28869-28875 · 0 citations · 12 references

TL;DR

An Efficient Dual-BERT Adversarial Network (DBAN) is proposed to improve the translation of noisy UGC by integrating contextual representation learning with adversarial training and significantly improves contextual understanding and cross-lingual semantic alignment while maintaining computational efficiency.

Abstract

Machine Translation (MT) has achieved significant progress with the emergence of Transformer-based Neural Machine Translation (NMT) models. However, translating user-generated content (UGC) remains challenging due to the presence of noisy and informal linguistic features such as abbreviations, spelling errors, slang, emojis, code-switching, and inconsistent grammatical structures. These characteristics often degrade translation quality because conventional NMT systems are primarily trained on clean and well-structured corpora. This study proposes an Efficient Dual-BERT Adversarial Network (DBAN) to improve the translation of noisy UGC by integrating contextual representation learning with adversarial training. The proposed framework employs two pretrained BERT encoders to independently learn contextual representations of source and target sentences, while a cross-attention mechanism enhances semantic alignment between both languages. An adversarial discriminator is incorporated to distinguish authentic target representations from generated representations, encouraging the model to learn robust and domain-invariant semantic features. Furthermore, parameter sharing, knowledge distillation, and layer-freezing techniques are introduced to reduce computational complexity without compromising translation performance. The proposed model was evaluated against Standard Transformer NMT and BERT-enhanced NMT using parallel corpora containing informal user-generated text. Translation performance was assessed using Bilingual Evaluation Understudy (BLEU), Metric for Evaluation of Translation with Explicit Ordering (METEOR), Translation Error Rate (TER), and robustness under noisy input conditions. Experimental results demonstrate that the proposed DBAN consistently outperforms the baseline models by producing more accurate translations, preserving semantic meaning more effectively, and exhibiting greater robustness to noisy and domain-diverse user-generated text. The integration of dual contextual encoders and adversarial learning significantly improves contextual understanding and cross-lingual semantic alignment while maintaining computational efficiency. These findings demonstrate that the proposed framework provides a practical and scalable solution for enhancing machine translation of user-generated content and contributes to the development of more robust and context-aware multilingual translation systems suitable for real-world digital communication.

Read PDF

Similar papers

Preprint Aug 2026

Augmenting Text to Increase Translation Difficulty

This work proposes augmenting existing benchmarks to increase translation difficulty by combining adversarial optimization with a differentiable translation difficulty estimator, and uses gradients from a combined difficulty and fluency objective to iteratively replace tokens in Adversarial Translation Optimization (ATO).

William Kalikman, Šimon Sukup, Michal Tesnar et al. · 0 citations
Open access Jul 2026

Improving low-resource neural machine translation by semantic distance augmentation

Neural machine translation (NMT) has witnessed substantial advancements, leveraging its learning capability to deliver highly accurate translations. Nevertheless, the efficacy of NMT models is contingent upon the accessibility of extensive-scale, high-quality training data, and its performance suffers notably in the absence of such datasets. To tackle this challenge, we propose a semantic distance augmentation (SDA) method that integrates syntactic information from constituency parse trees into the NMT encoder to optimize self-attention. Specifically, the source language sentences in the training set are analyzed by constituency parse analysis and the semantic distance attention matrix is constructed. Then, a fusion strategy is designed to integrate this matrix into the self-attention weight, enhancing the representation of the source sentences. In addition, a SDA length-aware strategy is proposed to adaptively control the contribution of semantic distance in the attention computation. Empirical evaluations across multiple low-resource language pairs reveal that the SDA method achieves statistically significant improvements in translation quality over the strong baseline, without requiring additional training data or increasing model complexity.

Fuxue Li, Hong Yan, Chuncheng Chi et al. · 0 citations
Open access Aug 2026

Enhancing Consistency in Academic English Writing Feedback Generation with a MacBERT-large Model Combining Adversarial Training and Contrastive Learning

Academic English writing feedback generation requires robust semantic understanding, stable feedback output, and accurate discrimination among similar error types. Existing feedback generation systems often produce inconsistent suggestions for semantically equivalent inputs and show limited generalization to complex academic expressions. To improve feedback consistency, this study proposes an enhanced MacBERT-large encoder–decoder model integrating Fast Gradient Method adversarial training and supervised contrastive learning. The MacBERT-large encoder extracts contextual semantic representations of academic text, while a Transformer decoder generates feedback sequences using a dedicated academic vocabulary. FGM adversarial training introduces controlled perturbations into the embedding layer, enabling the model to maintain stable predictions under paraphrased or slightly varied inputs. A supervised contrastive learning module maps text samples into a representation space where feedback cases with the same error type are pulled closer and different error types are separated through NT-Xent loss. A multi-task learning framework jointly optimizes cross-entropy loss, adversarial loss, and contrastive loss to balance generation quality, robustness, and category discrimination. Experiments on the AEW-Feedback dataset containing 15,000 academic papers show that the proposed model achieves 67.3% BLEU-4, 71.2% ROUGE-L, 74.8% METEOR, and a feedback consistency score of 0.891, outperforming MacBERT-large and single-enhancement variants. The method provides a semantic consistency modeling framework for intelligent text generation and academic writing assistance systems.

Jun Chen · 0 citations
Review Open access Aug 2026

Deep learning-based automatic evaluation model for translation quality of master of translation and interpreting

The research offers a Lotus Effect-Attention-based Bi-directional Gated Recurrent Unit (LE-Att-Bi-GRU) deep learning model for automatic translation quality assessment that improves semantic representation by incorporating a lotus-inspired division method that decreases noise and focuses essential semantic cues.

Biao Li, Xiaotong Wang, Jianxun Guo et al. · 0 citations
Preprint Aug 2026

Efficient Multilingual Neural Machine Translation via Corpus-Driven Vocabulary Pruning: An English-Arabic Case Study

This paper proposes a general optimization framework that combines a vocabulary pruning method with a targeted fine-tuning protocol for MNMT models, and reduces the vocabulary size from over 128,000 to approximately 10,000 tokens, enabling a 60% memory saving without any loss in performance.

Ahmed Amine Aliane, N. Semmar, H. Aliane · 0 citations