paper-with-me

홈 › Papers

Can a Transformer Pass the Wug Test? Tuning Copying Bias in Neural Morphological Inflection Models

2021-04-13 · ACL 2022 5 · Ling Liu, Mans Hulden

Deep learning sequence models have been successfully applied to the task of morphological inflection. The results of the SIGMORPHON shared tasks in the past several years indicate that such models can perform well, but only if the training data cover a good amount of different lemmata, or if the lemmata that are inflected at test time have also been seen in training, as has indeed been largely the case in these tasks. Surprisingly, standard models such as the Transformer almost completely fail at generalizing inflection patterns when asked to inflect previously unseen lemmata -- i.e. under "wug test"-like circumstances. While established data augmentation techniques can be employed to alleviate this shortcoming by introducing a copying bias through hallucinating synthetic new word forms using the alphabet in the language at hand, we show that, to be more effective, the hallucination process needs to pay attention to substrings of syllable-like length rather than individual characters or stems. We report a significant performance improvement with our substring-based hallucination model over previous data hallucination methods when training and test data do not overlap in their lemmata.

📄 PDF Abstract BibTeX arXiv:2104.06483

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationHallucinationMorphological Inflection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Mitigating Copy Bias in In-Context Learning through Neuron Pruning

2024-10-02 · Ameen Ali, Lior Wolf, Ivan Titov

Large language models (LLMs) have demonstrated impressive few-shot in-context learning (ICL) abilities. Still, we show that they are sometimes prone to a `copying bias', where they copy answers from provided examples ins…

In-Context LearningState Space Models

Frontier Language Models Struggle to Copy: Text Can Be Better Viewed in 2D

2026-07-17 · Haodong Wen, Yiran Zhang, Yingfa Chen, Kaifeng Lyu arxiv

While large language models (LLMs) can solve advanced reasoning problems in seconds, we show that even frontier models fail to perform a much simpler operation: exactly copying an input string that lies well within their…

Repeat After Me: Transformers are Better than State Space Models at Copying

2024-02-01 · Samy Jelassi, David Brandfonbrener, Sham M. Kakade, Eran Malach

Transformers are the dominant architecture for sequence modeling, but there is growing interest in models that use a fixed-size latent state that does not depend on the sequence length, which we refer to as "generalized …

State Space Models

Language Models "Grok" to Copy

2024-09-14 · Ang Lv, Ruobing Xie, Xingwu Sun, Zhanhui Kang 외

We examine the pre-training dynamics of language models, focusing on their ability to copy text from preceding context--a fundamental skill for various LLM applications, including in-context learning (ICL) and retrieval-…

In-Context LearningLanguage ModellingRAGRetrieval-augmented Generation

Classical Copying versus Quantum Entanglement in Natural Language: The Case of VP-ellipsis

2018-11-08 · Gijs Wijnholds, Mehrnoosh Sadrzadeh

This paper compares classical copying and quantum entanglement in natural language by considering the case of verb phrase (VP) ellipsis. VP ellipsis is a non-linear linguistic phenomenon that requires the reuse of resour…