Transforming Sequence Tagging Into A Seq2Seq Task
Karthik Raman, Iftekhar Naim, Jiecao Chen, Kazuma Hashimoto, and Kiran Yalasangi, Krishna Srinivasan

TL;DR
This paper systematically studies how to best format sequence tagging tasks as Seq2Seq problems, introducing a new format that improves accuracy, robustness, and multilingual transfer, supported by extensive experiments.
Contribution
The paper provides a rigorous analysis of input-output formatting for Seq2Seq sequence tagging, proposing a new format that outperforms existing ones across various benchmarks.
Findings
The new format simplifies the task and improves accuracy.
It enhances multilingual zero-shot transfer and joint training.
It reduces hallucination and increases robustness.
Abstract
Pretrained, large, generative language models (LMs) have had great success in a wide range of sequence tagging and structured prediction tasks. Casting a sequence tagging task as a Seq2Seq one requires deciding the formats of the input and output sequences. However, we lack a principled understanding of the trade-offs associated with these formats (such as the effect on model accuracy, sequence length, multilingual generalization, hallucination). In this paper, we rigorously study different formats one could use for casting input text sentences and their output labels into the input and target (i.e., output) of a Seq2Seq model. Along the way, we introduce a new format, which we show to to be both simpler and more effective. Additionally the new format demonstrates significant gains in the multilingual settings -- both zero-shot transfer learning and joint training. Lastly, we find that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Computational and Text Analysis Methods
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
