paper-with-me

홈 › Papers

Dynamic Syntax Mapping: A New Approach to Unsupervised Syntax Parsing

2023-12-18 · Buvarp Gohsh, Woods Ali, Anders Michael

The intricate hierarchical structure of syntax is fundamental to the intricate and systematic nature of human language. This study investigates the premise that language models, specifically their attention distributions, can encapsulate syntactic dependencies. We introduce Dynamic Syntax Mapping (DSM), an innovative approach for the agnostic induction of these structures. Our method diverges from traditional syntax models which rely on predefined annotation schemata. Instead, we focus on a core characteristic inherent in dependency relations: syntactic substitutability. This concept refers to the interchangeability of words within the same syntactic category at either end of a dependency. By leveraging this property, we generate a collection of syntactically invariant sentences, which serve as the foundation for our parsing framework. Our findings reveal that the use of an increasing array of substitutions notably enhances parsing precision on natural language data. Specifically, in the context of long-distance subject-verb agreement, DSM exhibits a remarkable advancement over prior methodologies. Furthermore, DSM's adaptability is demonstrated through its successful application in varied parsing scenarios, underscoring its broad applicability.

📄 PDF Abstract BibTeX arXiv:2312.14966

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Abstract Syntax Networks for Code Generation and Semantic Parsing

2017-04-25 · ACL 2017 7 · Maxim Rabinovich, Mitchell Stern, Dan Klein

Tasks like code generation and semantic parsing require mapping unstructured (or partially structured) inputs to well-formed, executable outputs. We introduce abstract syntax networks, a modeling framework for these prob…

Code GenerationDecoderSemantic Parsing

Transition-based Neural RST Parsing with Implicit Syntax Features

2018-08-01 · COLING 2018 8 · Nan Yu, Meishan Zhang, Guohong Fu

Syntax has been a useful source of information for statistical RST discourse parsing. Under the neural setting, a common approach integrates syntax by a recursive neural network (RNN), requiring discrete output trees pro…

Discourse ParsingWord Embeddings

On Eliciting Syntax from Language Models via Hashing

2024-10-05 · Yiran Wang, Masao Utiyama

Unsupervised parsing, also known as grammar induction, aims to infer syntactic structure from raw text. Recently, binary representation has exhibited remarkable information-preserving capabilities at both lexicon and syn…

Constituency Grammar Induction

The Limitations of Limited Context for Constituency Parsing

2021-06-03 · ACL 2021 5 · Yuchen Li, Andrej Risteski

Incorporating syntax into neural approaches in NLP has a multitude of practical and scientific benefits. For instance, a language model that is syntax-aware is likely to be able to produce better samples; even a discrimi…

Constituency ParsingLanguage Modelling

A Structured Syntax-Semantics Interface for English-AMR Alignment

2018-06-01 · NAACL 2018 6 · Ida Szubert, Adam Lopez, Nathan Schneider

Abstract Meaning Representation (AMR) annotations are often assumed to closely mirror dependency syntax, but AMR explicitly does not require this, and the assumption has never been tested. To test it, we devise an expres…

Abstract Meaning RepresentationAMR Parsing