paper-with-me

Papers

A Topic-aware Summarization Framework with Different Modal Side Information

2023-05-19 · Xiuying Chen, Mingzhe Li, Shen Gao, Xin Cheng, Qiang Yang, Qishen Zhang, Xin Gao, Xiangliang Zhang

Automatic summarization plays an important role in the exponential document growth on the Web. On content websites such as CNN.com and WikiHow.com, there often exist various kinds of side information along with the main document for attention attraction and easier understanding, such as videos, images, and queries. Such information can be used for better summarization, as they often explicitly or implicitly mention the essence of the article. However, most of the existing side-aware summarization methods are designed to incorporate either single-modal or multi-modal side information, and cannot effectively adapt to each other. In this paper, we propose a general summarization framework, which can flexibly incorporate various modalities of side information. The main challenges in designing a flexible summarization model with side information include: (1) the side information can be in textual or visual format, and the model needs to align and unify it with the document into the same semantic space, (2) the side inputs can contain information from various aspects, and the model should recognize the aspects useful for summarization. To address these two challenges, we first propose a unified topic encoder, which jointly discovers latent topics from the document and various kinds of side information. The learned topics flexibly bridge and guide the information flow between multiple inputs in a graph encoder through a topic-aware interaction. We secondly propose a triplet contrastive learning mechanism to align the single-modal or multi-modal information into a unified semantic space, where the summary quality is enhanced by better understanding the document and side information. Results show that our model significantly surpasses strong baselines on three public single-modal or multi-modal benchmark summarization datasets.

📄 PDF Abstract BibTeX arXiv:2305.11503

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningTriplet

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Topic-aware Pointer-Generator Networks for Summarizing Spoken Conversations

2019-10-03 · Zhengyuan Liu, Angela Ng, Sheldon Lee, Ai Ti Aw 외

Due to the lack of publicly available resources, conversation summarization has received far less attention than text summarization. As the purpose of conversations is to exchange information between at least two interlo…

Conversation SummarizationExtractive SummarizationSentenceText Summarization

Topic-Aware Encoding for Extractive Summarization

2021-12-17 · Mingyang Song, Liping Jing

Document summarization provides an instrument for faster understanding the collection of text documents and has several real-life applications. With the growth of online text data, numerous summarization models have been…

Document SummarizationExtractive SummarizationRepresentation LearningSentence

Topic-Oriented Spoken Dialogue Summarization for Customer Service with Saliency-Aware Topic Modeling

2020-12-14 · Yicheng Zou, Lujun Zhao, Yangyang Kang, Jun Lin 외

In a customer service system, dialogue summarization can boost service efficiency by automatically creating summaries for long spoken dialogues in which customers and agents try to address issues about specific topics. I…

Topic-Aware Contrastive Learning for Abstractive Dialogue Summarization

2021-09-10 · Findings (EMNLP) 2021 11 · Junpeng Liu, Yanyan Zou, Hainan Zhang, Hongshen Chen 외

Unlike well-structured text, such as news reports and encyclopedia articles, dialogue content often comes from two or more interlocutors, exchanging information with each other. In such a scenario, the topic of a convers…

Abstractive Dialogue SummarizationArticlesContrastive LearningSelf-Supervised Learning+2

Web-Scale Multimodal Summarization using CLIP-Based Semantic Alignment

2026-02-16 · Mounvik K, N Harshit arxiv

We introduce Web-Scale Multimodal Summarization, a lightweight framework for generating summaries by combining retrieved text and image data from web sources. Given a user-defined topic, the system performs parallel web,…