paper-with-me

Papers

Universal Syntactic Structures: Modeling Syntax for Various Natural Languages

2023-12-28 · Min K. Kim, Hafu Takero, Sara Fedovik

We aim to provide an explanation for how the human brain might connect words for sentence formation. A novel approach to modeling syntactic representation is introduced, potentially showing the existence of universal syntactic structures for all natural languages. As the discovery of DNA's double helix structure shed light on the inner workings of genetics, we wish to introduce a basic understanding of how language might work in the human brain. It could be the brain's way of encoding and decoding knowledge. It also brings some insight into theories in linguistics, psychology, and cognitive science. After looking into the logic behind universal syntactic structures and the methodology of the modeling technique, we attempt to analyze corpora that showcase universality in the language process of different natural languages such as English and Korean. Lastly, we discuss the critical period hypothesis, universal grammar, and a few other assertions on language for the purpose of advancing our understanding of the human brain.

📄 PDF Abstract BibTeX arXiv:2402.01641

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

How Universal are Universal Dependencies? Exploiting Syntax for Multilingual Clause-level Sentiment Detection

2020-05-01 · LREC 2020 5 · Hiroshi Kanayama, Ran Iwamoto

This paper investigates clause-level sentiment detection in a multilingual scenario. Aiming at a high-precision, fine-grained, configurable, and non-biased system for practical use cases, we have designed a pipeline meth…

BenchmarkingBIG-bench Machine Learning

Text Modeling with Syntax-Aware Variational Autoencoders

2019-08-27 · Yijun Xiao, William Yang Wang

Syntactic information contains structures and rules about how text sentences are arranged. Incorporating syntax into text modeling methods can potentially benefit both representation learning and generation. Variational …

Representation Learning

Joint Universal Syntactic and Semantic Parsing

2021-04-12 · Elias Stengel-Eskin, Kenton Murray, Sheng Zhang, Aaron Steven White 외

While numerous attempts have been made to jointly parse syntax and semantics, high performance in one domain typically comes at the price of performance in the other. This trade-off contradicts the large body of research…

Semantic Parsing

Quantifying syntax similarity with a polynomial representation of dependency trees

2022-11-13 · Pengyu Liu, Tinghao Feng, Rui Liu

We introduce a graph polynomial that distinguishes tree structures to represent dependency grammar and a measure based on the polynomial representation to quantify syntax similarity. The polynomial encodes accurate and c…

DiversitySentence

Benchmarking Language Models for Code Syntax Understanding

2022-10-26 · Da Shen, Xinyun Chen, Chenguang Wang, Koushik Sen 외

Pre-trained language models have demonstrated impressive performance in both natural language processing and program understanding, which represent the input as a token sequence without explicitly modeling its structure.…

Benchmarking