English

Effective Cross-Task Transfer Learning for Explainable Natural Language Inference with T5

Computation and Language 2022-11-01 v1

Abstract

We compare sequential fine-tuning with a model for multi-task learning in the context where we are interested in boosting performance on two tasks, one of which depends on the other. We test these models on the FigLang2022 shared task which requires participants to predict language inference labels on figurative language along with corresponding textual explanations of the inference predictions. Our results show that while sequential multi-task learning can be tuned to be good at the first of two target tasks, it performs less well on the second and additionally struggles with overfitting. Our findings show that simple sequential fine-tuning of text-to-text models is an extraordinarily powerful method for cross-task knowledge transfer while simultaneously predicting multiple interdependent targets. So much so, that our best model achieved the (tied) highest score on the task.

Keywords

Cite

@article{arxiv.2210.17301,
  title  = {Effective Cross-Task Transfer Learning for Explainable Natural Language Inference with T5},
  author = {Irina Bigoulaeva and Rachneet Sachdeva and Harish Tayyar Madabushi and Aline Villavicencio and Iryna Gurevych},
  journal= {arXiv preprint arXiv:2210.17301},
  year   = {2022}
}

Comments

Accepted for publication in the Proceedings of the Second Workshop on Figurative Language Processing (colocated with EMNLP 2022). Code and models at https://github.com/Rachneet/cross-task-figurative-explanations

R2 v1 2026-06-28T04:50:49.046Z