paper-with-me

홈 › Papers

Regularizing Output Distribution of Abstractive Chinese Social Media Text Summarization for Improved Semantic Consistency

2018-05-10 · Bingzhen Wei, Xuancheng Ren, Xu sun, Yi Zhang, Xiaoyan Cai, Qi Su

Abstractive text summarization is a highly difficult problem, and the sequence-to-sequence model has shown success in improving the performance on the task. However, the generated summaries are often inconsistent with the source content in semantics. In such cases, when generating summaries, the model selects semantically unrelated words with respect to the source content as the most probable output. The problem can be attributed to heuristically constructed training data, where summaries can be unrelated to the source content, thus containing semantically unrelated words and spurious word correspondence. In this paper, we propose a regularization approach for the sequence-to-sequence model and make use of what the model has learned to regularize the learning objective to alleviate the effect of the problem. In addition, we propose a practical human evaluation method to address the problem that the existing automatic evaluation method does not evaluate the semantic consistency with the source content properly. Experimental results demonstrate the effectiveness of the proposed approach, which outperforms almost all the existing models. Especially, the proposed approach improves the semantic consistency by 4\% in terms of human evaluation.

📄 PDF Abstract BibTeX arXiv:1805.04033

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationText Summarization

Similar Papers 제목 키워드 기반

Lexicon-constrained Copying Network for Chinese Abstractive Summarization

2020-10-16 · Boyan Wan, Mishal Sohail

Copy mechanism allows sequence-to-sequence models to choose words from the input and put them directly into the output, which is finding increasing use in abstractive summarization. However, since there is no explicit de…

Abstractive Text SummarizationDecoder

Autoencoder as Assistant Supervisor: Improving Text Representation for Chinese Social Media Text Summarization

2018-05-13 · ACL 2018 7 · Shuming Ma, Xu sun, Junyang Lin, Houfeng Wang

Most of the current abstractive text summarization models are based on the sequence-to-sequence model (Seq2Seq). The source content of social media is long and noisy, so it is difficult for Seq2Seq to learn an accurate s…

Abstractive Text SummarizationText Summarization

CLTS+: A New Chinese Long Text Summarization Dataset with Abstractive Summaries

2022-06-09 · Xiaojun Liu, Shunan Zang, Chuang Zhang, Xiaojun Chen 외

The abstractive methods lack of creative ability is particularly a problem in automatic text summarization. The summaries generated by models are mostly extracted from the source articles. One of the main causes for this…

ArticlesText Summarization

Learning to Encode Text as Human-Readable Summaries using Generative Adversarial Networks

2018-10-05 · EMNLP 2018 10 · Yau-Shian Wang, Hung-Yi Lee

Auto-encoders compress input data into a latent-space representation and reconstruct the original data from the representation. This latent representation is not easily interpreted by humans. In this paper, we propose tr…

Abstractive Text Summarization

Multi-Task Learning for Cross-Lingual Abstractive Summarization

2020-10-15 · LREC 2022 6 · Sho Takase, Naoaki Okazaki

We present a multi-task learning framework for cross-lingual abstractive summarization to augment training data. Recent studies constructed pseudo cross-lingual abstractive summarization data to train their neural encode…

Abstractive Text SummarizationCross-Lingual Abstractive SummarizationMachine TranslationMulti-Task Learning+2