CLAug 22, 2022

A Novel Multi-Task Learning Approach for Context-Sensitive Compound Type Identification in Sanskrit

arXiv:2208.10310v2582 citationsh-index: 37Has Code
Originality Incremental advance
AI Analysis

This work solves the problem of identifying semantic relations in Sanskrit compounds for linguists and NLP researchers, representing an incremental improvement with specific gains.

The paper tackles the Sanskrit Compound Type Identification (SaCTI) task by addressing the challenge of implicitly encoded context-sensitive semantic relations, achieving absolute gains of 6.1 points in accuracy and 7.7 points in F1-score over the state-of-the-art system.

The phenomenon of compounding is ubiquitous in Sanskrit. It serves for achieving brevity in expressing thoughts, while simultaneously enriching the lexical and structural formation of the language. In this work, we focus on the Sanskrit Compound Type Identification (SaCTI) task, where we consider the problem of identifying semantic relations between the components of a compound word. Earlier approaches solely rely on the lexical information obtained from the components and ignore the most crucial contextual and syntactic information useful for SaCTI. However, the SaCTI task is challenging primarily due to the implicitly encoded context-sensitive semantic relation between the compound components. Thus, we propose a novel multi-task learning architecture which incorporates the contextual information and enriches the complementary syntactic information using morphological tagging and dependency parsing as two auxiliary tasks. Experiments on the benchmark datasets for SaCTI show 6.1 points (Accuracy) and 7.7 points (F1-score) absolute gain compared to the state-of-the-art system. Further, our multi-lingual experiments demonstrate the efficacy of the proposed architecture in English and Marathi languages.The code and datasets are publicly available at https://github.com/ashishgupta2598/SaCTI

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