paper-with-me

홈 › Papers

Towards preserving word order importance through Forced Invalidation

2023-04-11 · Hadeel Al-Negheimish, Pranava Madhyastha, Alessandra Russo

Large pre-trained language models such as BERT have been widely used as a framework for natural language understanding (NLU) tasks. However, recent findings have revealed that pre-trained language models are insensitive to word order. The performance on NLU tasks remains unchanged even after randomly permuting the word of a sentence, where crucial syntactic information is destroyed. To help preserve the importance of word order, we propose a simple approach called Forced Invalidation (FI): forcing the model to identify permuted sequences as invalid samples. We perform an extensive evaluation of our approach on various English NLU and QA based tasks over BERT-based and attention-based models over word embeddings. Our experiments demonstrate that Forced Invalidation significantly improves the sensitivity of the models to word order.

📄 PDF Abstract BibTeX arXiv:2304.05221

Code (1)

halnegheimish/forcedinvalidation 공식 구현

Tasks

Natural Language UnderstandingSentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Tradition or Innovation: A Comparison of Modern ASR Methods for Forced Alignment

2024-06-27 · Rotem Rousso, Eyal Cohen, Joseph Keshet, Eleanor Chodroff

Forced alignment (FA) plays a key role in speech research through the automatic time alignment of speech signals with corresponding text transcriptions. Despite the move towards end-to-end architectures for speech techno…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

Machine Translation with Pre-specified Target-side Words Using a Semi-autoregressive Model

2021-08-01 · ACL (WAT) 2021 8 · Seiichiro Kondo, Aomi Koyama, Tomoshige Kiyuna, Tosho Hirasawa 외

We introduce our TMU Japanese-to-English system, which employs a semi-autoregressive model, to tackle the WAT 2021 restricted translation task. In this task, we translate an input sentence with the constraint that some w…

Machine TranslationSentenceTranslationWord Alignment

Large scale evaluation of importance maps in automatic speech recognition

2020-05-21 · Viet Anh Trinh, Michael I Mandel

In this paper, we propose a metric that we call the structured saliency benchmark (SSBM) to evaluate importance maps computed for automatic speech recognizers on individual utterances. These maps indicate time-frequency …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

Deep Visual Forced Alignment: Learning to Align Transcription with Talking Face Video

2023-02-27 · Minsu Kim, Chae Won Kim, Yong Man Ro

Forced alignment refers to a technology that time-aligns a given transcription with a corresponding speech. However, as the forced alignment technologies have developed using speech audio, they might fail in alignment wh…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Sentencespeech-recognition+2

When Correct Decisions Hide Internal Stress: Decision-State Probing in Multimodal Language Models

2026-06-07 · Haoran Zhao, Soyeon Caren Han, Eduard Hovy arxiv

Multimodal language models are typically evaluated through external behavior: selecting the correct image--text match, rejecting unsupported captions, or answering visual queries correctly. However, correct behavior alon…