CLITLGMar 6, 2025

An Information-theoretic Multi-task Representation Learning Framework for Natural Language Understanding

arXiv:2503.04667v13 citationsh-index: 11AAAI
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving multi-task learning efficiency and robustness for natural language understanding, though it appears incremental as it builds on existing multi-task paradigms.

The paper tackles the problem of learning noise-invariant sufficient representations in multi-task natural language understanding by proposing InfoMTL, which maximizes shared information and minimizes task-specific redundant features. Experiments on six classification benchmarks show it outperforms 12 comparative methods, particularly in data-constrained and noisy scenarios.

This paper proposes a new principled multi-task representation learning framework (InfoMTL) to extract noise-invariant sufficient representations for all tasks. It ensures sufficiency of shared representations for all tasks and mitigates the negative effect of redundant features, which can enhance language understanding of pre-trained language models (PLMs) under the multi-task paradigm. Firstly, a shared information maximization principle is proposed to learn more sufficient shared representations for all target tasks. It can avoid the insufficiency issue arising from representation compression in the multi-task paradigm. Secondly, a task-specific information minimization principle is designed to mitigate the negative effect of potential redundant features in the input for each task. It can compress task-irrelevant redundant information and preserve necessary information relevant to the target for multi-task prediction. Experiments on six classification benchmarks show that our method outperforms 12 comparative multi-task methods under the same multi-task settings, especially in data-constrained and noisy scenarios. Extensive experiments demonstrate that the learned representations are more sufficient, data-efficient, and robust.

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