TL;DR
This paper introduces a theory-driven method to evaluate and compare text representations' effectiveness on NLP tasks, revealing how well representations align with task-specific patterns and difficulty levels.
Contribution
It adapts computational learning theory tools to quantify the compatibility between text representations and NLP tasks, enabling objective comparison without extensive empirical testing.
Findings
BOW performs poorly on complex NLP tasks like natural language inference.
Pre-trained MLM representations significantly outperform BOW in distinguishing real from randomized labels.
The method offers a calibrated measure of task difficulty and representation alignment.
Abstract
Much of the progress in contemporary NLP has come from learning representations, such as masked language model (MLM) contextual embeddings, that turn challenging problems into simple classification tasks. But how do we quantify and explain this effect? We adapt general tools from computational learning theory to fit the specific characteristics of text datasets and present a method to evaluate the compatibility between representations and tasks. Even though many tasks can be easily solved with simple bag-of-words (BOW) representations, BOW does poorly on hard natural language inference tasks. For one such task we find that BOW cannot distinguish between real and randomized labelings, while pre-trained MLM representations show 72x greater distinction between real and random labelings than BOW. This method provides a calibrated, quantitative measure of the difficulty of 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.
