paper-with-me

Papers

ChallengeMe: An Adversarial Learning-enabled Text Summarization Framework

2025-02-07 · Xiaoyu Deng, Ye Zhang, Tianmin Guo, Yongzhe Zhang, Zhengjian Kang, Hang Yang

The astonishing performance of large language models (LLMs) and their remarkable achievements in production and daily life have led to their widespread application in collaborative tasks. However, current large models face challenges such as hallucination and lack of specificity in content generation in vertical domain tasks. Inspired by the contrast and classification mechanisms in human cognitive processes, this paper constructs an adversarial learning-based prompt framework named ChallengeMe, which includes three cascaded solutions: generation prompts, evaluation prompts, and feedback optimization. In this process, we designed seven core optimization dimensions and set the threshold for adversarial learning. The results of mixed case studies on the text summarization task show that the proposed framework can generate more accurate and fluent text summaries compared to the current advanced mainstream LLMs.

📄 PDF Abstract BibTeX arXiv:2502.05084

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationSpecificityText Summarization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Semantic-Preserving Abstractive Text Summarization with Siamese Generative Adversarial Net

2022-07-01 · Findings (NAACL) 2022 7 · Xin Sheng, Linli Xu, Yinlong Xu, Deqiang Jiang 외

We propose a novel siamese generative adversarial net for abstractive text summarization (SSPGAN), which can preserve the main semantics of the source text. Different from previous generative adversarial net based method…

Abstractive Text SummarizationText Summarization

Attacks against Abstractive Text Summarization Models through Lead Bias and Influence Functions

2024-10-26 · Poojitha Thota, Shirin Nilizadeh

Large Language Models have introduced novel opportunities for text comprehension and generation. Yet, they are vulnerable to adversarial perturbations and data poisoning attacks, particularly in tasks like text classific…

Abstractive Text SummarizationAdversarial RobustnessData PoisoningReading Comprehension+3

L3iTC at the FinLLM Challenge Task: Quantization for Financial Text Classification & Summarization

2024-08-06 · Elvys Linhares Pontes, Carlos-Emiliano González-Gallardo, Mohamed Benjannet, Caryn Qu 외

This article details our participation (L3iTC) in the FinLLM Challenge Task 2024, focusing on two key areas: Task 1, financial text classification, and Task 2, financial text summarization. To address these challenges, w…

GPUQuantizationTask 2text-classification+2

Generative Adversarial Network for Abstractive Text Summarization

2017-11-26 · Linqing Liu, Yao Lu, Min Yang, Qiang Qu 외

In this paper, we propose an adversarial process for abstractive text summarization, in which we simultaneously train a generative model G and a discriminative model D. In particular, we build the generator G as an agent…

Abstractive Text SummarizationGenerative Adversarial Networkreinforcement-learningReinforcement Learning+2

Abstractive Text Summarization by Incorporating Reader Comments

2018-12-13 · Shen Gao, Xiuying Chen, Piji Li, Zhaochun Ren 외

In neural abstractive summarization field, conventional sequence-to-sequence based models often suffer from summarizing the wrong aspect of the document with respect to the main aspect. To tackle this problem, we propose…

Abstractive Text SummarizationReader-Aware SummarizationText Summarization