paper-with-me

홈 › Papers

Can we obtain significant success in RST discourse parsing by using Large Language Models?

2024-03-08 · Aru Maekawa, Tsutomu Hirao, Hidetaka Kamigaito, Manabu Okumura

Recently, decoder-only pre-trained large language models (LLMs), with several tens of billion parameters, have significantly impacted a wide range of natural language processing (NLP) tasks. While encoder-only or encoder-decoder pre-trained language models have already proved to be effective in discourse parsing, the extent to which LLMs can perform this task remains an open research question. Therefore, this paper explores how beneficial such LLMs are for Rhetorical Structure Theory (RST) discourse parsing. Here, the parsing process for both fundamental top-down and bottom-up strategies is converted into prompts, which LLMs can work with. We employ Llama 2 and fine-tune it with QLoRA, which has fewer parameters that can be tuned. Experimental results on three benchmark datasets, RST-DT, Instr-DT, and the GUM corpus, demonstrate that Llama 2 with 70 billion parameters in the bottom-up strategy obtained state-of-the-art (SOTA) results with significant differences. Furthermore, our parsers demonstrated generalizability when evaluated on RST-DT, showing that, in spite of being trained with the GUM corpus, it obtained similar performances to those of existing parsers trained with RST-DT.

📄 PDF Abstract BibTeX arXiv:2403.05065

Code (1)

nttcslab-nlp/rstparser_eacl24 공식 구현 pytorch

Tasks

DecoderDiscourse Parsing

Similar Papers 제목 키워드 기반

Modeling discourse cohesion for discourse parsing via memory network

2018-07-01 · ACL 2018 7 · Yanyan Jia, Yuan Ye, Yansong Feng, Yuxuan Lai 외

Identifying long-span dependencies between discourse units is crucial to improve discourse parsing performance. Most existing approaches design sophisticated features or exploit various off-the-shelf tools, but achieve l…

Discourse ParsingQuestion AnsweringSentiment Analysis

Zero-shot Chinese Discourse Dependency Parsing via Cross-lingual Mapping

2019-11-27 · WS 2019 11 · Yi Cheng, Sujian Li

Due to the absence of labeled data, discourse parsing still remains challenging in some languages. In this paper, we present a simple and efficient method to conduct zero-shot Chinese text-level dependency parsing by lev…

Dependency ParsingDiscourse ParsingSentence

Chinese Paragraph-level Discourse Parsing with Global Backward and Local Reverse Reading

2020-12-01 · COLING 2020 8 · Feng Jiang, Xiaomin Chu, Peifeng Li, Fang Kong 외

Discourse structure tree construction is the fundamental task of discourse parsing and most previous work focused on English. Due to the cultural and linguistic differences, existing successful methods on English discour…

Discourse ParsingPosition

A Simple and Strong Baseline for End-to-End Neural RST-style Discourse Parsing

2022-10-15 · Naoki Kobayashi, Tsutomu Hirao, Hidetaka Kamigaito, Manabu Okumura 외

To promote and further develop RST-style discourse parsing models, we need a strong baseline that can be regarded as a reference for reporting reliable experimental results. This paper explores a strong baseline by integ…

Discourse Parsing

Bilingual Rhetorical Structure Parsing with Large Parallel Annotations

2024-09-23 · Elena Chistova

Discourse parsing is a crucial task in natural language processing that aims to reveal the higher-level relations in a text. Despite growing interest in cross-lingual discourse parsing, challenges persist due to limited …

Discourse ParsingEnd-to-End RST Parsing