paper-with-me

Papers

MRCBert: A Machine Reading ComprehensionApproach for Unsupervised Summarization

2021-05-01 · Saurabh Jain, Guokai Tang, Lim Sze Chi

When making an online purchase, it becomes important for the customer to read the product reviews carefully and make a decision based on that. However, reviews can be lengthy, may contain repeated, or sometimes irrelevant information that does not help in decision making. In this paper, we introduce MRCBert, a novel unsupervised method to generate summaries from product reviews. We leverage Machine Reading Comprehension, i.e. MRC, approach to extract relevant opinions and generate both rating-wise and aspect-wise summaries from reviews. Through MRCBert we show that we can obtain reasonable performance using existing models and transfer learning, which can be useful for learning under limited or low resource scenarios. We demonstrated our results on reviews of a product from the Electronics category in the Amazon Reviews dataset. Our approach is unsupervised as it does not require any domain-specific dataset, such as the product review dataset, for training or fine-tuning. Instead, we have used SQuAD v1.1 dataset only to fine-tune BERT for the MRC task. Since MRCBert does not require a task-specific dataset, it can be easily adapted and used in other domains.

📄 PDF Abstract BibTeX arXiv:2105.00239

Code (1)

saurabhhssaurabh/reviews_summarization 공식 구현 tf

Tasks

Decision MakingMachine Reading ComprehensionReading ComprehensionTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
WordPiece 설명 없음
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…
Attention 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

OrderSum: Reading Order-Aware Unsupervised Opinion Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Opinion summarization aims to create a concise summary reflecting subjective information conveyed by multiple user reviews about the same product. To avoid the high expense of curating golden summaries for training, many…

Opinion SummarizationUnsupervised Opinion Summarization

Hone as You Read: A Practical Type of Interactive Summarization

2021-05-06 · Tanner Bohn, Charles X. Ling

We present HARE, a new task where reader feedback is used to optimize document summaries for personal interest during the normal flow of reading. This task is related to interactive summarization, where personalized summ…

Vocal Bursts Type Prediction

QBSUM: a Large-Scale Query-Based Document Summarization Dataset from Real-world Applications

2020-10-27 · Mingjun Zhao, ShengLi Yan, Bang Liu, Xinwang Zhong 외

Query-based document summarization aims to extract or generate a summary of a document which directly answers or is relevant to the search query. It is an important technique that can be beneficial to a variety of applic…

Document SummarizationMachine Reading ComprehensionReading Comprehension

ReadingMachine: A Computational Methodology for Structured Corpus Reading and Large-Scale Synthesis

2026-06-05 · James Morrissey arxiv

ReadingMachine is a computational methodology for structured corpus reading that uses large language models to perform bounded reading operations over entire document collections. Rather than relying on retrieval or recu…

Reading Like HER: Human Reading Inspired Extractive Summarization

2019-11-01 · IJCNLP 2019 11 · Ling Luo, Xiang Ao, Yan Song, Feiyang Pan 외

In this work, we re-examine the problem of extractive text summarization for long documents. We observe that the process of extracting summarization of human can be divided into two stages: 1) a rough reading stage to lo…

Decision MakingExtractive SummarizationExtractive Text SummarizationText Summarization