paper-with-me

Papers

Word Order Does Matter and Shuffled Language Models Know It

2022-05-01 · ACL 2022 5 · Mostafa Abdou, Vinit Ravishankar, Artur Kulmizev, Anders Søgaard

Recent studies have shown that language models pretrained and/or fine-tuned on randomly permuted sentences exhibit competitive performance on GLUE, putting into question the importance of word order information. Somewhat counter-intuitively, some of these studies also report that position embeddings appear to be crucial for models’ good performance with shuffled text. We probe these language models for word order information and investigate what position embeddings learned from shuffled text encode, showing that these models retain a notion of word order information. We show this is in part due to a subtlety in how shuffling is implemented in previous work – before rather than after subword segmentation. Surprisingly, we find even Language models trained on text shuffled after subword segmentation retain some semblance of information about word order because of the statistical dependencies between sentence length and unigram probabilities. Finally, we show that beyond GLUE, a variety of language understanding tasks do require word order information, often to an extent that cannot be learned through fine-tuning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

PositionSegmentationSentence

Similar Papers 제목 키워드 기반

Word Order Does Matter (And Shuffled Language Models Know It)

2022-03-21 · Vinit Ravishankar, Mostafa Abdou, Artur Kulmizev, Anders Søgaard

Recent studies have shown that language models pretrained and/or fine-tuned on randomly permuted sentences exhibit competitive performance on GLUE, putting into question the importance of word order information. Somewhat…

PositionSegmentationSentence

Masked Language Modeling and the Distributional Hypothesis: Order Word Matters Pre-training for Little

2021-04-14 · EMNLP 2021 11 · Koustuv Sinha, Robin Jia, Dieuwke Hupkes, Joelle Pineau 외

A possible explanation for the impressive performance of masked language model (MLM) pre-training is that such models have learned to represent the syntactic structures prevalent in classical NLP pipelines. In this paper…

Language ModelingLanguage ModellingMasked Language Modeling

Out of Order: How Important Is The Sequential Order of Words in a Sentence in Natural Language Understanding Tasks?

2020-12-30 · Findings (ACL) 2021 8 · Thang M. Pham, Trung Bui, Long Mai, Anh Nguyen

Do state-of-the-art natural language understanding models care about word order - one of the most important characteristics of a sequence? Not always! We found 75% to 90% of the correct predictions of BERT-based classifi…

Natural Language InferenceNatural Language UnderstandingSentenceSentiment Analysis

Rethinking Dense Sequential Chains: Reasoning Language Models Can Extract Answers from Sparse, Order-Shuffling Chain-of-Thoughts

2026-05-08 · Yi-Chang Chen, Feng-Ting Liao, Da-shan Shiu, Hung-yi Lee arxiv

Modern reasoning language models generate dense, sequential chain-of-thought traces implicitly assuming that every token contributes and that steps must be consumed in order. We challenge both assumptions through a syste…

When does word order matter and when doesn't it?

2024-02-29 · Xuanda Chen, Timothy O'Donnell, Siva Reddy

Language models (LMs) may appear insensitive to word order changes in natural language understanding (NLU) tasks. In this paper, we propose that linguistic redundancy can explain this phenomenon, whereby word order and o…

Natural Language UnderstandingRTESST-2