Exploring the Syntactic Abilities of RNNs with Multi-task Learning
Emile Enguehard, Yoav Goldberg, Tal Linzen

TL;DR
This paper investigates whether multi-task learning enhances RNNs' syntactic abilities, showing that joint training with agreement and other tasks improves performance, especially on complex sentences, indicating more sophisticated syntactic representations.
Contribution
It demonstrates that multi-task training with agreement and additional syntactic tasks improves RNNs' syntactic understanding, especially in complex sentence structures.
Findings
Multi-task training reduces errors on complex sentences.
Agreement data can improve performance on other syntactic tasks.
Multi-task learning enhances RNNs' syntactic representations.
Abstract
Recent work has explored the syntactic abilities of RNNs using the subject-verb agreement task, which diagnoses sensitivity to sentence structure. RNNs performed this task well in common cases, but faltered in complex sentences (Linzen et al., 2016). We test whether these errors are due to inherent limitations of the architecture or to the relatively indirect supervision provided by most agreement dependencies in a corpus. We trained a single RNN to perform both the agreement task and an additional task, either CCG supertagging or language modeling. Multi-task training led to significantly lower error rates, in particular on complex sentences, suggesting that RNNs have the ability to evolve more sophisticated syntactic representations than shown before. We also show that easily available agreement training data can improve performance on other syntactic tasks, in particular when only a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
