paper-with-me

홈 › Papers

Abstractive Opinion Tagging

2021-01-18 · Qintong Li, Piji Li, Xinyi Li, Zhaochun Ren, Zhumin Chen, Maarten de Rijke

In e-commerce, opinion tags refer to a ranked list of tags provided by the e-commerce platform that reflect characteristics of reviews of an item. To assist consumers to quickly grasp a large number of reviews about an item, opinion tags are increasingly being applied by e-commerce platforms. Current mechanisms for generating opinion tags rely on either manual labelling or heuristic methods, which is time-consuming and ineffective. In this paper, we propose the abstractive opinion tagging task, where systems have to automatically generate a ranked list of opinion tags that are based on, but need not occur in, a given set of user-generated reviews. The abstractive opinion tagging task comes with three main challenges: (1) the noisy nature of reviews; (2) the formal nature of opinion tags vs. the colloquial language usage in reviews; and (3) the need to distinguish between different items with very similar aspects. To address these challenges, we propose an abstractive opinion tagging framework, named AOT-Net, to generate a ranked list of opinion tags given a large number of reviews. First, a sentence-level salience estimation component estimates each review's salience score. Next, a review clustering and ranking component ranks reviews in two steps: first, reviews are grouped into clusters and ranked by cluster size; then, reviews within each cluster are ranked by their distance to the cluster center. Finally, given the ranked reviews, a rank-aware opinion tagging component incorporates an alignment feature and alignment loss to generate a ranked list of opinion tags. To facilitate the study of this task, we create and release a large-scale dataset, called eComTag, crawled from real-world e-commerce websites. Extensive experiments conducted on the eComTag dataset verify the effectiveness of the proposed AOT-Net in terms of various evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2101.06880

Code (1)

qtli/AOT 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

OpineSum: Entailment-based self-training for abstractive opinion summarization

2022-12-21 · Annie Louis, Joshua Maynez

A typical product or place often has hundreds of reviews, and summarization of these texts is an important and challenging problem. Recent progress on abstractive summarization in domains such as news has been driven by …

Abstractive Text SummarizationArticlesFew-Shot LearningNatural Language Inference+1

Towards Argument-Aware Abstractive Summarization of Long Legal Opinions with Summary Reranking

2023-06-01 · Mohamed Elaraby, Yang Zhong, Diane Litman

We propose a simple approach for the abstractive summarization of long legal opinions that considers the argument structure of the document. Legal opinions often contain complex and nuanced argumentation, making it chall…

Abstractive Text SummarizationReranking

Grid Tagging Scheme for Aspect-oriented Fine-grained Opinion Extraction

2020-10-09 · Findings of the Association for Computational Linguistics 2020 · Zhen Wu, Chengcan Ying, Fei Zhao, Zhifang Fan 외

Aspect-oriented Fine-grained Opinion Extraction (AFOE) aims at extracting aspect terms and opinion terms from review in the form of opinion pairs or additionally extracting sentiment polarity of aspect term to form opini…

Aspect-Sentiment-Opinion Triplet ExtractionAspect Sentiment Triplet ExtractionTriplet

PASTE: A Tagging-Free Decoding Framework Using Pointer Networks for Aspect Sentiment Triplet Extraction

2021-10-10 · EMNLP 2021 11 · Rajdeep Mukherjee, Tapas Nayak, Yash Butala, Sourangshu Bhattacharya 외

Aspect Sentiment Triplet Extraction (ASTE) deals with extracting opinion triplets, consisting of an opinion target or aspect, its associated sentiment, and the corresponding opinion term/span explaining the rationale beh…

Aspect Sentiment Triplet ExtractionDecoderSentenceTriplet

Template-based Abstractive Microblog Opinion Summarisation

2022-08-08 · Iman Munire Bilal, Bo wang, Adam Tsakalidis, Dong Nguyen 외

We introduce the task of microblog opinion summarisation (MOS) and share a dataset of 3100 gold-standard opinion summaries to facilitate research in this domain. The dataset contains summaries of tweets spanning a 2-year…

Articles