paper-with-me

홈 › Papers

Attribution Analysis of Grammatical Dependencies in LSTMs

2020-04-30 · Yiding Hao

LSTM language models have been shown to capture syntax-sensitive grammatical dependencies such as subject-verb agreement with a high degree of accuracy (Linzen et al., 2016, inter alia). However, questions remain regarding whether they do so using spurious correlations, or whether they are truly able to match verbs with their subjects. This paper argues for the latter hypothesis. Using layer-wise relevance propagation (Bach et al., 2015), a technique that quantifies the contributions of input features to model behavior, we show that LSTM performance on number agreement is directly correlated with the model's ability to distinguish subjects from other nouns. Our results suggest that LSTM language models are able to infer robust representations of syntactic dependencies.

📄 PDF Abstract BibTeX arXiv:2005.00062

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Assessing the Ability of LSTMs to Learn Syntax-Sensitive Dependencies

2016-11-04 · TACL 2016 1 · Tal Linzen, Emmanuel Dupoux, Yoav Goldberg

The success of long short-term memory (LSTM) neural networks in language processing is typically attributed to their ability to capture long-distance statistical regularities. Linguistic regularities are often sensitive …

Language ModelingLanguage Modelling

Subregular Complexity and Deep Learning

2017-05-16 · Enes Avcu, Chihiro Shibata, Jeffrey Heinz

This paper argues that the judicial use of formal language theory and grammatical inference are invaluable tools in understanding how deep neural networks can and cannot represent and learn long-term dependencies in temp…

Deep LearningTemporal Sequences

Do LSTMs See Gender? Probing the Ability of LSTMs to Learn Abstract Syntactic Rules

2022-10-31 · Priyanka Sukumaran, Conor Houghton, Nina Kazanina

LSTMs trained on next-word prediction can accurately perform linguistic tasks that require tracking long-distance syntactic dependencies. Notably, model accuracy approaches human performance on number agreement tasks (Gu…

Articles

How much complexity does an RNN architecture need to learn syntax-sensitive dependencies?

2020-05-17 · ACL 2020 6 · Gantavya Bhatt, Hritik Bansal, Rishubh Singh, Sumeet Agarwal

Long short-term memory (LSTM) networks and their variants are capable of encapsulating long-range dependencies, which is evident from their performance on a variety of linguistic tasks. On the other hand, simple recurren…

Language ModelingLanguage ModellingSentence

CLaC at SemEval-2020 Task 5: Muli-task Stacked Bi-LSTMs

2020-12-01 · SEMEVAL 2020 · MinGyou Sung, Parsa Bagherzadeh, Sabine Bergler

We consider detection of the span of antecedents and consequents in argumentative prose a structural, grammatical task. Our system comprises a set of stacked Bi-LSTMs trained on two complementary linguistic annotations. …

Multi-Task LearningPOSWord Embeddings