paper-with-me

Papers

Uncertainty-Aware Unlikelihood Learning Improves Generative Aspect Sentiment Quad Prediction

2023-06-01 · Mengting Hu, Yinhao Bai, Yike Wu, Zhen Zhang, Liqi Zhang, Hang Gao, Shiwan Zhao, Minlie Huang

Recently, aspect sentiment quad prediction has received widespread attention in the field of aspect-based sentiment analysis. Existing studies extract quadruplets via pre-trained generative language models to paraphrase the original sentence into a templated target sequence. However, previous works only focus on what to generate but ignore what not to generate. We argue that considering the negative samples also leads to potential benefits. In this work, we propose a template-agnostic method to control the token-level generation, which boosts original learning and reduces mistakes simultaneously. Specifically, we introduce Monte Carlo dropout to understand the built-in uncertainty of pre-trained language models, acquiring the noises and errors. We further propose marginalized unlikelihood learning to suppress the uncertainty-aware mistake tokens. Finally, we introduce minimization entropy to balance the effects of marginalized unlikelihood learning. Extensive experiments on four public datasets demonstrate the effectiveness of our approach on various generation templates.

📄 PDF Abstract BibTeX arXiv:2306.00418

Code (1)

byinhao/uaul 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisSentenceSentiment Analysis

Methods 이 논문이 사용한 방법론

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…
Monte Carlo Dropout 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Don't Say That! Making Inconsistent Dialogue Unlikely with Unlikelihood Training

2019-11-10 · ACL 2020 6 · Margaret Li, Stephen Roller, Ilia Kulikov, Sean Welleck 외

Generative dialogue models currently suffer from a number of problems which standard maximum likelihood training does not address. They tend to produce generations that (i) rely too much on copying from the context, (ii)…

Unified Multimodal Model with Unlikelihood Training for Visual Dialog

2022-11-23 · ZiHao Wang, Junli Wang, Changjun Jiang

The task of visual dialog requires a multimodal chatbot to answer sequential questions from humans about image content. Prior work performs the standard likelihood training for answer generation on the positive instances…

Answer GenerationChatbotLanguage ModelingLanguage Modelling+3

Echoes in Filter Bubble: Diagnosing and Curing Popularity Bias in Generative Recommenders

2026-05-16 · Jun Yin, Bangguo Zhu, Peng Huo, Ruochen Liu 외 arxiv

Recently, Generative Recommenders (GRs), characterized by a unified end-to-end framework, have exhibited astonishing potential in transforming the recommendation paradigm. Despite their effectiveness, we recognize that G…

Flow Matching with Uncertainty Quantification and Guidance

2026-02-10 · Juyeop Han, Lukas Lao Beyer, Sertac Karaman arxiv

Despite the remarkable success of sampling-based generative models such as flow matching, they can still produce samples of inconsistent or degraded quality. To assess sample reliability and generate higher-quality outpu…

Image Generation

Understanding and Mitigating the Uncertainty in Zero-Shot Translation

2022-05-20 · Wenxuan Wang, Wenxiang Jiao, Shuo Wang, Zhaopeng Tu 외

Zero-shot translation is a promising direction for building a comprehensive multilingual neural machine translation~(MNMT) system. However, its quality is still not satisfactory due to off-target issues. In this paper, w…

Machine TranslationTranslation