paper-with-me

홈 › Papers

A New Representation for Span-based CCG Parsing

2021-11-01 · EMNLP 2021 11 · Yoshihide Kato, Shigeki Matsubara

This paper proposes a new representation for CCG derivations. CCG derivations are represented as trees whose nodes are labeled with categories strictly restricted by CCG rule schemata. This characteristic is not suitable for span-based parsing models because they predict node labels independently. In other words, span-based models may generate invalid CCG derivations that violate the rule schemata. Our proposed representation decomposes CCG derivations into several independent pieces and prevents the span-based parsing models from violating the schemata. Our experimental result shows that an off-the-shelf span-based parser with our representation is comparable with previous CCG parsers.

📄 PDF Abstract BibTeX

Code (1)

yosihide/span-based-ccg-derivation 공식 구현

Similar Papers 제목 키워드 기반

Parsing All: Syntax and Semantics, Dependencies and Spans

2019-08-30 · Findings of the Association for Computational Linguistics 2020 · Junru Zhou, Zuchao Li, Hai Zhao

Both syntactic and semantic structures are key linguistic contextual clues, in which parsing the latter has been well shown beneficial from parsing the former. However, few works ever made an attempt to let semantic pars…

AllSemantic Parsing

Improving Constituency Parsing with Span Attention

2020-10-15 · Findings of the Association for Computational Linguistics 2020 · Yuanhe Tian, Yan Song, Fei Xia, Tong Zhang

Constituency parsing is a fundamental and important task for natural language understanding, where a good representation of contextual information can help this task. N-grams, which is a conventional type of feature for …

Constituency ParsingNatural Language UnderstandingSentence

Lexicon-injected Semantic Parsing for Task-Oriented Dialog

2022-11-26 · Xiaojun Meng, Wenlin Dai, Yasheng Wang, Baojun Wang 외

Recently, semantic parsing using hierarchical representations for dialog systems has captured substantial attention. Task-Oriented Parse (TOP), a tree representation with intents and slots as labels of nested tree nodes,…

Semantic Parsing

Deep Inside-outside Recursive Autoencoder with All-span Objective

2020-12-01 · COLING 2020 8 · Ruyue Hong, Jiong Cai, Kewei Tu

Deep inside-outside recursive autoencoder (DIORA) is a neural-based model designed for unsupervised constituency parsing. During its forward computation, it provides phrase and contextual representations for all spans in…

AllConstituency ParsingSentence

An Empirical Study of Span Representations in Argumentation Structure Parsing

2019-07-01 · ACL 2019 7 · Tatsuki Kuribayashi, Hiroki Ouchi, Naoya Inoue, Paul Reisert 외

For several natural language processing (NLP) tasks, span representation design is attracting considerable attention as a promising new technique; a common basis for an effective design has been established. With such ba…