paper-with-me

홈 › Papers

Modeling Human Sentence Processing with Left-Corner Recurrent Neural Network Grammars

2021-09-10 · EMNLP 2021 11 · Ryo Yoshida, Hiroshi Noji, Yohei Oseki

In computational linguistics, it has been shown that hierarchical structures make language models (LMs) more human-like. However, the previous literature has been agnostic about a parsing strategy of the hierarchical models. In this paper, we investigated whether hierarchical structures make LMs more human-like, and if so, which parsing strategy is most cognitively plausible. In order to address this question, we evaluated three LMs against human reading times in Japanese with head-final left-branching structures: Long Short-Term Memory (LSTM) as a sequential model and Recurrent Neural Network Grammars (RNNGs) with top-down and left-corner parsing strategies as hierarchical models. Our computational modeling demonstrated that left-corner RNNGs outperformed top-down RNNGs and LSTM, suggesting that hierarchical and left-corner architectures are more cognitively plausible than top-down or sequential architectures. In addition, the relationships between the cognitive plausibility and (i) perplexity, (ii) parsing, and (iii) beam size will also be discussed.

📄 PDF Abstract BibTeX arXiv:2109.04939

Code (2)

osekilab/rnng-eyetrack 공식 구현 pytorch
osekilab/rnng-lc 공식 구현 pytorch

Tasks

Sentence

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 제목 키워드 기반

Memory-Bounded Left-Corner Unsupervised Grammar Induction on Child-Directed Input

2016-12-01 · COLING 2016 12 · Cory Shain, William Bryce, Lifeng Jin, Victoria Krakovna 외

This paper presents a new memory-bounded left-corner parsing model for unsupervised raw-text syntax induction, using unsupervised hierarchical hidden Markov models (UHHMM). We deploy this algorithm to shed light on the e…

Language AcquisitionSentence

Left-corner Methods for Syntactic Modeling with Universal Structural Constraints

2016-08-01 · Hiroshi Noji

The primary goal in this thesis is to identify better syntactic constraint or bias, that is language independent but also efficiently exploitable during sentence processing. We focus on a particular syntactic constructio…

Sentence

Contributions of Propositional Content and Syntactic Category Information in Sentence Processing

2021-06-01 · NAACL (CMCL) 2021 6 · Byung-Doh Oh, William Schuler

Expectation-based theories of sentence processing posit that processing difficulty is determined by predictability in context. While predictability quantified via surprisal has gained empirical support, this representati…

Sentence

Memory access during incremental sentence processing causes reading time latency

2016-12-01 · WS 2016 12 · Cory Shain, Marten Van Schijndel, Richard Futrell, Edward Gibson 외

Studies on the role of memory as a predictor of reading time latencies (1) differ in their predictions about when memory effects should occur in processing and (2) have had mixed results, with strong positive effects eme…

Sentence

A Sound and Complete Left-Corner Parsing for Minimalist Grammars

2018-07-01 · WS 2018 7 · Milo{\v{s}} Stanojevi{\'c}, Edward Stabler

This paper presents a left-corner parser for minimalist grammars. The relation between the parser and the grammar is transparent in the sense that there is a very simple 1-1 correspondence between derivations and parses.…

Relation