paper-with-me

홈 › Papers

Summarizing Text on Any Aspects: A Knowledge-Informed Weakly-Supervised Approach

2020-10-14 · EMNLP 2020 11 · Bowen Tan, Lianhui Qin, Eric P. Xing, Zhiting Hu

Given a document and a target aspect (e.g., a topic of interest), aspect-based abstractive summarization attempts to generate a summary with respect to the aspect. Previous studies usually assume a small pre-defined set of aspects and fall short of summarizing on other diverse topics. In this work, we study summarizing on arbitrary aspects relevant to the document, which significantly expands the application of the task in practice. Due to the lack of supervision data, we develop a new weak supervision construction method and an aspect modeling scheme, both of which integrate rich external knowledge sources such as ConceptNet and Wikipedia. Experiments show our approach achieves performance boosts on summarizing both real and synthetic documents given pre-defined or arbitrary aspects.

📄 PDF Abstract BibTeX arXiv:2010.06792

Code (1)

tanyuqian/aspect-based-summarization 공식 구현 pytorch

Tasks

Abstractive Text Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Summarizing Text on Any Aspects: A Knowledge-Informed Weakly-Supervised Approach

2020-06-17 · Anonymous

Given a document and a target aspect (e.g., a topic of interest), aspect-based abstractive summarization attempts to generate a summary with respect to the aspect. Previous studies have assumed a small pre-defined set of…

Abstractive Text Summarization

Exploring the Efficacy of Large Language Models in Summarizing Mental Health Counseling Sessions: A Benchmark Study

2024-02-29 · Prottay Kumar Adhikary, Aseem Srivastava, Shivani Kumar, Salam Michael Singh 외

Comprehensive summaries of sessions enable an effective continuity in mental health counseling, facilitating informed therapy planning. Yet, manual summarization presents a significant challenge, diverting experts' atten…

Summarizing Opinions: Aspect Extraction Meets Sentiment Prediction and They Are Both Weakly Supervised

2018-08-27 · EMNLP 2018 10 · Stefanos Angelidis, Mirella Lapata

We present a neural framework for opinion summarization from online product reviews which is knowledge-lean and only requires light supervision (e.g., in the form of product domain labels and user-provided ratings). Our …

Aspect ExtractionFormMultiple Instance LearningOpinion Summarization

Domain Specific Fine-tuning of Denoising Sequence-to-Sequence Models for Natural Language Summarization

2022-04-06 · Brydon Parker, Alik Sokolov, Mahtab Ahmed, Matt Kalebic 외

Summarization of long-form text data is a problem especially pertinent in knowledge economy jobs such as medicine and finance, that require continuously remaining informed on a sophisticated and evolving body of knowledg…

Data AugmentationDenoising

How to Train Your Agent to Read and Write

2021-01-04 · Li Liu, Mengge He, Guanghui Xu, Mingkui Tan 외

Reading and writing research papers is one of the most privileged abilities that a qualified researcher should master. However, it is difficult for new researchers (\eg{students}) to fully {grasp} this ability. It would …

KG-to-Text GenerationKnowledge Graphs