TL;DR
This paper challenges the assumption that word order encodes essential meaning in NLP tasks by introducing IBIS, a novel shuffling algorithm that finds optimal word orderings under language models, revealing many permutations do not alter meaning.
Contribution
The paper introduces IBIS, an efficient, model-agnostic algorithm for finding optimal word orderings, and empirically demonstrates that word order often does not significantly change sentence meaning.
Findings
Word order rarely changes sentence meaning in many cases.
IBIS outperforms existing word ordering algorithms.
Shuffling inference can improve language modeling and generation.
Abstract
As neural language models approach human performance on NLP benchmark tasks, their advances are widely seen as evidence of an increasingly complex understanding of syntax. This view rests upon a hypothesis that has not yet been empirically tested: that word order encodes meaning essential to performing these tasks. We refute this hypothesis in many cases: in the GLUE suite and in various genres of English text, the words in a sentence or phrase can rarely be permuted to form a phrase carrying substantially different information. Our surprising result relies on inference by iterative shuffling (IBIS), a novel, efficient procedure that finds the ordering of a bag of words having the highest likelihood under a fixed language model. IBIS can use any black-box model without additional training and is superior to existing word ordering algorithms. Coalescing our findings, we discuss how…
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.
