paper-with-me

Papers

RST Parsing from Scratch

2021-05-23 · NAACL 2021 4 · Thanh-Tung Nguyen, Xuan-Phi Nguyen, Shafiq Joty, XiaoLi Li

We introduce a novel top-down end-to-end formulation of document-level discourse parsing in the Rhetorical Structure Theory (RST) framework. In this formulation, we consider discourse parsing as a sequence of splitting decisions at token boundaries and use a seq2seq network to model the splitting decisions. Our framework facilitates discourse parsing from scratch without requiring discourse segmentation as a prerequisite; rather, it yields segmentation as part of the parsing process. Our unified parsing model adopts a beam search to decode the best tree structure by searching through a space of high-scoring trees. With extensive experiments on the standard English RST discourse treebank, we demonstrate that our parser outperforms existing methods by a good margin in both end-to-end parsing and parsing with gold segmentation. More importantly, it does so without using any handcrafted features, making it faster and easily adaptable to new languages and domains.

📄 PDF Abstract BibTeX arXiv:2105.10861

Code (1)

tungngthanh/rst_parser 공식 구현 pytorch

Tasks

Discourse ParsingDiscourse SegmentationEnd-to-End RST ParsingSegmentation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

EUSP: An Easy-to-Use Semantic Parsing PlatForm

2019-11-01 · IJCNLP 2019 11 · Bo An, Chen Bo, Xianpei Han, Le Sun

Semantic parsing aims to map natural language utterances into structured meaning representations. We present a modular platform, EUSP (Easy-to-Use Semantic Parsing PlatForm), that facilitates developers to build semantic…

Semantic Parsing

Neural Morphological Tagging for Nguni Languages

2025-05-19 · Cael Marquard, Simbarashe Mawere, Francois Meyer

Morphological parsing is the task of decomposing words into morphemes, the smallest units of meaning in a language, and labelling their grammatical roles. It is a particularly challenging task for agglutinative languages…

Morphological Tagging

SeSQL: Yet Another Large-scale Session-level Chinese Text-to-SQL Dataset

2022-08-26 · Saihao Huang, Lijie Wang, Zhenghua Li, Zeyang Liu 외

As the first session-level Chinese dataset, CHASE contains two separate parts, i.e., 2,003 sessions manually constructed from scratch (CHASE-C), and 3,456 sessions translated from English SParC (CHASE-T). We find the two…

SQL ParsingText to SQLText-To-SQL

Optimizing Deeper Transformers on Small Datasets

2020-12-30 · ACL 2021 5 · Peng Xu, Dhruv Kumar, Wei Yang, Wenjie Zi 외

It is a common belief that training deep transformers from scratch requires large datasets. Consequently, for small datasets, people usually use shallow and simple additional layers on top of pre-trained models during fi…

Reading ComprehensionSemantic ParsingSQL ParsingText to SQL+1

How Would You Say It? Eliciting Lexically Diverse Dialogue for Supervised Semantic Parsing

2017-08-01 · WS 2017 8 · Ravich, Abhilasha er, Thomas Manzini, Matthias Grabmair 외

Building dialogue interfaces for real-world scenarios often entails training semantic parsers starting from zero examples. How can we build datasets that better capture the variety of ways users might phrase their querie…

Semantic Parsing