paper-with-me

홈 › Papers

Do Language Models Understand Anything? On the Ability of LSTMs to Understand Negative Polarity Items

2018-08-31 · WS 2018 11 · Jaap Jumelet, Dieuwke Hupkes

In this paper, we attempt to link the inner workings of a neural language model to linguistic theory, focusing on a complex phenomenon well discussed in formal linguis- tics: (negative) polarity items. We briefly discuss the leading hypotheses about the licensing contexts that allow negative polarity items and evaluate to what extent a neural language model has the ability to correctly process a subset of such constructions. We show that the model finds a relation between the licensing context and the negative polarity item and appears to be aware of the scope of this context, which we extract from a parse tree of the sentence. With this research, we hope to pave the way for other studies linking formal linguistics to deep learning.

📄 PDF Abstract BibTeX arXiv:1808.10627

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSentence

Similar Papers 제목 키워드 기반

The emergence of number and syntax units in LSTM language models

2019-03-18 · NAACL 2019 6 · Yair Lakretz, German Kruszewski, Theo Desbordes, Dieuwke Hupkes 외

Recent work has shown that LSTMs trained on a generic language modeling objective capture syntax-sensitive generalizations such as long-distance number agreement. We have however no mechanistic understanding of how they …

Language ModelingLanguage Modelling

LSTMs Exploit Linguistic Attributes of Data

2018-05-29 · WS 2018 7 · Nelson F. Liu, Omer Levy, Roy Schwartz, Chenhao Tan 외

While recurrent neural networks have found success in a variety of natural language processing applications, they are general models of sequential data. We investigate how the properties of natural language data affect a…

MemorizationOpen-Ended Question Answering

Composition Vision-Language Understanding via Segment and Depth Anything Model

2024-06-07 · Mingxiao Huo, Pengliang Ji, Haotian Lin, Junchen Liu 외

We introduce a pioneering unified library that leverages depth anything, segment anything models to augment neural comprehension in language-vision model zero-shot understanding. This library synergizes the capabilities …

Question AnsweringVisual Question Answering (VQA)

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

Evaluating the Ability of LSTMs to Learn Context-Free Grammars

2018-11-06 · WS 2018 11 · Luzi Sennhauser, Robert C. Berwick

While long short-term memory (LSTM) neural net architectures are designed to capture sequence information, human language is generally composed of hierarchical structures. This raises the question as to whether LSTMs can…