SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2405.00657 · NAACL · 2024

RST-LoRA: A Discourse-Aware Low-Rank Adaptation for Long Document Abstractive Summarization

Vera Demberg, Dongqi Liu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
seq-to-mind/DMRST_Parser — 6 of 7
FunctionStatusWhere it lives
DecoderRNN Ran seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("813a448684dbcd8d")
EncoderRNN Ran seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("e06f8e76917d7d3e")
LabelClassifier Ran seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("4facdbd50a3b2ce9")
PointerAtten Ran seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("b44f71de498ca444")
Segmenter Ran seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("d0a9ce8470447d97")
get_RelationAndNucleus Ran seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("91aca9cea8a77706")
ParsingNet Not yet run seq-to-mind/DMRST_Parser/model_depth.py
pointer only (licence: NONE) · get_code("3d7cf8b65a95a006")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

For long document summarization, discourse structure is important to discern the key content of the text and the differences in importance level between sentences. Unfortunately, the integration of rhetorical structure theory (RST) into parameter-efficient fine-tuning strategies for long document summarization remains unexplored. Therefore, this paper introduces RST-LoRA and proposes four RST-aware variants to explicitly incorporate RST into the LoRA model. Our empirical evaluation demonstrates that incorporating the type and uncertainty of rhetorical relations can complementarily enhance the performance of LoRA in summarization tasks. Furthermore, the best-performing variant we introduced outperforms the vanilla LoRA and full-parameter fine-tuning models, as confirmed by multiple automatic and human evaluations, and even surpasses previous stateof-the-art methods 1 .

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2405.00657")
get_code_for_paper("2405.00657")
have("2405.00657")

Connect an agent — have() is free.