paper-with-me

Papers

Iterative Data Generation with Large Language Models for Aspect-based Sentiment Analysis

2024-06-29 · Qihuang Zhong, Haiyun Li, Luyao Zhuang, Juhua Liu, Bo Du

Aspect-based Sentiment Analysis (ABSA) is an important sentiment analysis task, which aims to determine the sentiment polarity towards an aspect in a sentence. Due to the expensive and limited labeled data, data generation (DG) has become the standard for improving the performance of ABSA. However, current DG methods usually have some shortcomings: 1) poor fluency and coherence, 2) lack of diversity of generated data, and 3) reliance on some existing labeled data, hindering its applications in real-world scenarios. With the advancement of large language models (LLMs), LLM-based DG has the potential to solve the above issues. Unfortunately, directly prompting LLMs struggles to generate the desired pseudo-label ABSA data, as LLMs are prone to hallucinations, leading to undesired data generation. To this end, we propose a systematic Iterative Data Generation framework, namely IDG, to boost the performance of ABSA. The core of IDG is to make full use of the powerful abilities (i.e., instruction-following, in-context learning and self-reflection) of LLMs to iteratively generate more fluent and diverse pseudo-label data, starting from an unsupervised sentence corpus. Specifically, IDG designs a novel iterative data generation mechanism and a self-reflection data filtering module to tackle the challenges of unexpected data generation caused by hallucinations. Extensive experiments on four widely-used ABSA benchmarks show that IDG brings consistent and significant performance gains among five baseline ABSA models. More encouragingly, the synthetic data generated by IDG can achieve comparable or even better performance against the manually annotated data.

📄 PDF Abstract BibTeX arXiv:2407.00341

Code (0)

등록된 구현이 없습니다.

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Data AugmentationDiversityIn-Context LearningInstruction FollowingPseudo LabelSentenceSentiment Analysis

Similar Papers 제목 키워드 기반

A Distributional Lens for Multi-Aspect Controllable Text Generation

2022-10-06 · Yuxuan Gu, Xiaocheng Feng, Sicheng Ma, Lingyuan Zhang 외

Multi-aspect controllable text generation is a more challenging and practical task than single-aspect control. Existing methods achieve complex multi-aspect control by fusing multiple controllers learned from single-aspe…

AttributeDecoderText Generation

Label-Consistent Data Generation for Aspect-Based Sentiment Analysis Using LLM Agents

2026-02-18 · Mohammad H. A. Monfared, Lucie Flek, Akbar Karimi arxiv

We propose an agentic data augmentation method for Aspect-Based Sentiment Analysis (ABSA) that uses iterative generation and verification to produce high quality synthetic training examples. To isolate the effect of agen…

Sentiment AnalysisData AugmentationTerm Extraction

Learning to Rank for Multiple Retrieval-Augmented Models through Iterative Utility Maximization

2024-10-13 · Alireza Salemi, Hamed Zamani

This paper investigates the design of a unified search engine to serve multiple retrieval-augmented generation (RAG) agents, each with a distinct task, backbone large language model (LLM), and retrieval-augmentation stra…

Language ModelingLanguage ModellingLarge Language ModelLearning-To-Rank+3

DesignLab: Designing Slides Through Iterative Detection and Correction

2025-07-23 · Jooyeol Yun, Heng Wang, Yotaro Shimose, Jaegul Choo 외 arxiv

Designing high-quality presentation slides can be challenging for non-experts due to the complexity involved in navigating various design choices. Numerous automated tools can suggest layouts and color schemes, yet often…

Controllable Natural Language Generation with Contrastive Prefixes

2022-02-27 · Findings (ACL) 2022 5 · Jing Qian, Li Dong, Yelong Shen, Furu Wei 외

To guide the generation of large pretrained language models (LM), previous work has focused on directly fine-tuning the language model or utilizing an attribute discriminator. In this work, we propose a novel lightweight…

AttributeLanguage ModelingLanguage ModellingText Generation