paper-with-me

홈 › Papers

Analysis of Argument Structure Constructions in a Deep Recurrent Language Model

2024-08-06 · Pegah Ramezani, Achim Schilling, Patrick Krauss

Understanding how language and linguistic constructions are processed in the brain is a fundamental question in cognitive computational neuroscience. In this study, we explore the representation and processing of Argument Structure Constructions (ASCs) in a recurrent neural language model. We trained a Long Short-Term Memory (LSTM) network on a custom-made dataset consisting of 2000 sentences, generated using GPT-4, representing four distinct ASCs: transitive, ditransitive, caused-motion, and resultative constructions. We analyzed the internal activations of the LSTM model's hidden layers using Multidimensional Scaling (MDS) and t-Distributed Stochastic Neighbor Embedding (t-SNE) to visualize the sentence representations. The Generalized Discrimination Value (GDV) was calculated to quantify the degree of clustering within these representations. Our results show that sentence representations form distinct clusters corresponding to the four ASCs across all hidden layers, with the most pronounced clustering observed in the last hidden layer before the output layer. This indicates that even a relatively simple, brain-constrained recurrent neural network can effectively differentiate between various construction types. These findings are consistent with previous studies demonstrating the emergence of word class and syntax rule representations in recurrent language models trained on next word prediction tasks. In future work, we aim to validate these results using larger language models and compare them with neuroimaging data obtained during continuous speech perception. This study highlights the potential of recurrent neural language models to mirror linguistic processing in the human brain, providing valuable insights into the computational and neural mechanisms underlying language understanding.

📄 PDF Abstract BibTeX arXiv:2408.03062

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringLanguage ModelingLanguage ModellingSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…

Similar Papers 제목 키워드 기반

Convergent Representations of Linguistic Constructions in Human and Artificial Neural Systems

2026-03-31 · Pegah Ramezani, Thomas Kinfe, Andreas Maier, Achim Schilling 외 arxiv

Understanding how the brain processes linguistic constructions is a central challenge in cognitive neuroscience and linguistics. Recent computational studies show that artificial neural language models spontaneously deve…

Neural reality of argument structure constructions

2022-02-24 · ACL 2022 5 · Bai Li, Zining Zhu, Guillaume Thomas, Frank Rudzicz 외

In lexicalist linguistic theories, argument structure is assumed to be predictable from the meaning of verbs. As a result, the verb is the primary determinant of the meaning of a clause. In contrast, construction grammar…

Sentence

Event Structure Representation: Between Verbs and Argument Structure Constructions

2019-08-01 · WS 2019 8 · Pavlina Kalm, Michael Regan, William Croft

This paper proposes a novel representation of event structure by separating verbal semantics and the meaning of argument structure constructions that verbs occur in. Our model demonstrates how the two meaning representat…

A Hierarchical and Attentional Analysis of Argument Structure Constructions in BERT Using Naturalistic Corpora

2026-01-31 · Liu Kaipeng, Wu Ling arxiv

This study investigates how the Bidirectional Encoder Representations from Transformers model processes four fundamental Argument Structure Constructions. We employ a multi-dimensional analytical framework, which integra…

Dimensionality Reduction

Analysis of Argument Structure Constructions in the Large Language Model BERT

2024-08-08 · Pegah Ramezani, Achim Schilling, Patrick Krauss

This study investigates how BERT processes and represents Argument Structure Constructions (ASCs), extending previous LSTM analyses. Using a dataset of 2000 sentences across four ASC types (transitive, ditransitive, caus…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model