TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Can we obtain significant success in RST discourse parsing...

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

Aru Maekawa, Tsutomu Hirao, Hidetaka Kamigaito, Manabu Okumura

2024-03-08Discourse Parsing
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Discourse ParsingRST-DTStandard Parseval (Full)58.1Bottom-up Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Nuclearity)70.4Bottom-up Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Relation)60Bottom-up Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Span)79.8Bottom-up Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Full)56Top-down Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Nuclearity)68.7Top-down Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Relation)57.7Top-down Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Span)78.8Top-down Llama 2 (70B)
Discourse ParsingRST-DTStandard Parseval (Full)56Bottom-up Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Nuclearity)68.1Bottom-up Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Relation)57.8Bottom-up Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Span)78.3Bottom-up Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Full)55.8Bottom-up Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Nuclearity)67.5Bottom-up Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Relation)57.6Bottom-up Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Span)78.2Bottom-up Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Full)55.6Top-down Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Nuclearity)67.9Top-down Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Relation)57.7Top-down Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Span)78.6Top-down Llama 2 (13B)
Discourse ParsingRST-DTStandard Parseval (Full)53.4Top-down Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Nuclearity)65.4Top-down Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Relation)55.2Top-down Llama 2 (7B)
Discourse ParsingRST-DTStandard Parseval (Span)76.3Top-down Llama 2 (7B)

Related Papers

CoMuMDR: Code-mixed Multi-modal Multi-domain corpus for Discourse paRsing in conversations2025-06-10ESURF: Simple and Effective EDU Segmentation2025-01-13Acquired TASTE: Multimodal Stance Detection with Textual and Structural Embeddings2024-12-04GDTB: Genre Diverse Data for English Shallow Discourse Parsing across Modalities, Text Types, and Domains2024-11-01Bilingual Rhetorical Structure Parsing with Large Parallel Annotations2024-09-23Llamipa: An Incremental Discourse Parser2024-06-26Unsupervised Mutual Learning of Dialogue Discourse Parsing and Topic Segmentation2024-05-30Prompt-based Logical Semantics Enhancement for Implicit Discourse Relation Recognition2023-11-01