CLNov 28, 2022

Arguments to Key Points Mapping with Prompt-based Learning

arXiv:2211.14995v1290 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently summarizing arguments into key points for information processing, but it is incremental as it builds on existing methods with prompt-based adaptations.

The paper tackles the argument-to-keypoint mapping task by proposing two prompt-based learning approaches with pre-trained language models, finding that direct prompt engineering improves performance while an intermediary text generation method performs worse due to negation issues.

Handling and digesting a huge amount of information in an efficient manner has been a long-term demand in modern society. Some solutions to map key points (short textual summaries capturing essential information and filtering redundancies) to a large number of arguments/opinions have been provided recently (Bar-Haim et al., 2020). To complement the full picture of the argument-to-keypoint mapping task, we mainly propose two approaches in this paper. The first approach is to incorporate prompt engineering for fine-tuning the pre-trained language models (PLMs). The second approach utilizes prompt-based learning in PLMs to generate intermediary texts, which are then combined with the original argument-keypoint pairs and fed as inputs to a classifier, thereby mapping them. Furthermore, we extend the experiments to cross/in-domain to conduct an in-depth analysis. In our evaluation, we find that i) using prompt engineering in a more direct way (Approach 1) can yield promising results and improve the performance; ii) Approach 2 performs considerably worse than Approach 1 due to the negation issue of the PLM.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes