CLMay 30, 2021

HIT: A Hierarchically Fused Deep Attention Network for Robust Code-mixed Language Representation

arXiv:2105.14600v117 citations
Originality Incremental advance
AI Analysis

This addresses the problem of robust language representation for resource-scarce code-mixed languages, which is incremental as it builds on existing transformer and attention mechanisms.

The authors tackled the challenge of representing code-mixed texts by proposing HIT, a hierarchical transformer-based method that improved performance across multiple NLP tasks and languages, achieving significant gains against state-of-the-art systems.

Understanding linguistics and morphology of resource-scarce code-mixed texts remains a key challenge in text processing. Although word embedding comes in handy to support downstream tasks for low-resource languages, there are plenty of scopes in improving the quality of language representation particularly for code-mixed languages. In this paper, we propose HIT, a robust representation learning method for code-mixed texts. HIT is a hierarchical transformer-based framework that captures the semantic relationship among words and hierarchically learns the sentence-level semantics using a fused attention mechanism. HIT incorporates two attention modules, a multi-headed self-attention and an outer product attention module, and computes their weighted sum to obtain the attention weights. Our evaluation of HIT on one European (Spanish) and five Indic (Hindi, Bengali, Tamil, Telugu, and Malayalam) languages across four NLP tasks on eleven datasets suggests significant performance improvement against various state-of-the-art systems. We further show the adaptability of learned representation across tasks in a transfer learning setup (with and without fine-tuning).

Code Implementations1 repo
Foundations

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

Your Notes