paper-with-me

홈 › Papers

Large Language Models for Token-Efficient and Semantic-Preserving Opinion Summarization

2026-07-12 · Fabrizio Marozzo, Stefano Iannicelli arxiv

Opinionated text - spanning product reviews, hotel feedback, and social posts - captures rich signals about user experiences, preferences, and concerns. However, the scale, redundancy, and imbalance of such corpora make it challenging to analyze opinions effectively, particularly when the goal is to generate summaries that remain faithful to the diversity of viewpoints expressed. This paper presents a framework that preserves semantics in LLM-based opinion summarization while minimizing token usage. We combine multidimensional classification (e.g., sentiment, topics) with a family of stratified sampling strategies to select compact yet representative subsets of opinions before prompting the LLM. Tailored prompts then produce balanced summaries that surface the salient aspects expressed in the opinions (e.g., strengths and weaknesses of products/hotels). Experiments on Amazon product reviews, Tripadvisor hotel reviews, and X/Twitter posts demonstrate that our method significantly reduces token usage and computational cost while consistently outperforming traditional AI-based and standard LLM summarization baselines in terms of content coverage, balance, and semantic preservation.

📄 PDF Abstract BibTeX arXiv:2607.10825

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Accurate Deceptive Opinion Spam Detection based on Word Order-preserving CNN

2017-11-25 · Siyuan Zhao, Zhiwei Xu, Limin Liu, Mengjie Guo

Nowadays, deep learning has been widely used. In natural language learning, the analysis of complex semantics has been achieved because of its high degree of flexibility. The deceptive opinions detection is an important …

Deep LearningSpam detectiontext-classificationText Classification

Mitigating Gradient Inversion Risks in Language Models via Token Obfuscation

2026-02-11 · Xinguo Feng, Zhongkui Ma, Zihan Wang, Alsharif Abuadbba 외 arxiv

Training and fine-tuning large-scale language models largely benefit from collaborative learning, but the approach has been proven vulnerable to gradient inversion attacks (GIAs), which allow adversaries to reconstruct p…

On the Fallacy of Global Token Perplexity in Spoken Language Model Evaluation

2026-01-09 · Chan-Jan Hsu, Liang-Hsuan Tseng, Yi-Cheng Lin, Yen-Chun Kuo 외 arxiv

Generative spoken language models pretrained on large-scale raw audio can continue a speech prompt with appropriate content while preserving attributes like speaker and emotion, serving as foundation models for spoken di…

Token-Level Privacy in Large Language Models

2025-03-05 · Re'em Harel, Niv Gilboa, Yuval Pinter

The use of language models as remote services requires transmitting private information to external providers, raising significant privacy concerns. This process not only risks exposing sensitive data to untrusted servic…

Privacy PreservingSemantic SimilaritySemantic Textual Similarity

TokDrift: When LLM Speaks in Subwords but Code Speaks in Grammar

2025-10-16 · Yinxi Li, Yuntian Deng, Pengyu Nie arxiv

Large language models (LLMs) for code rely on subword tokenizers, such as byte-pair encoding (BPE), learned from mixed natural language text and programming language code but driven by statistics rather than grammar. As …