paper-with-me

Papers

GROOT: Corrective Reward Optimization for Generative Sequential Labeling

2022-09-29 · Kazuma Hashimoto, Karthik Raman

Sequential labeling is a fundamental NLP task, forming the backbone of many applications. Supervised learning of Seq2Seq models has shown great success on these problems. However, the training objectives are still significantly disconnected with the metrics and desiderata we care about in practice. For example, a practical sequence tagging application may want to optimize for a certain precision-recall trade-off (of the top-k predictions) which is quite different from the standard objective of maximizing the likelihood of the gold labeled sequence. Thus to bridge this gap, we propose GROOT -- a simple yet effective framework for Generative Reward Optimization Of Text sequences. GROOT works by training a generative sequential labeling model to match the decoder output distribution with that of the (black-box) reward function. Using an iterative training regime, we first generate prediction candidates, then correct errors in them, and finally contrast those candidates (based on their reward values). As demonstrated via extensive experiments on four public benchmarks, GROOT significantly improves all reward metrics. Furthermore, GROOT leads to improvements of the overall decoder distribution as evidenced by the quality gains of the top-$k$ candidates.

📄 PDF Abstract BibTeX arXiv:2209.14694

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

GROOT: Effective Design of Biological Sequences with Limited Experimental Data

2024-11-18 · Thanh V. T. Tran, Nhat Khang Ngo, Viet Anh Nguyen, Truong Son Hy

Latent space optimization (LSO) is a powerful method for designing discrete, high-dimensional biological sequences that maximize expensive black-box functions, such as wet lab experiments. This is accomplished by learnin…

Groot: Adversarial Testing for Generative Text-to-Image Models with Tree-based Semantic Transformation

2024-02-19 · Yi Liu, Guowei Yang, Gelei Deng, Feiyue Chen 외

With the prevalence of text-to-image generative models, their safety becomes a critical concern. adversarial testing techniques have been developed to probe whether such models can be prompted to produce Not-Safe-For-Wor…

GROOT: Generating Robust Watermark for Diffusion-Model-Based Audio Synthesis

2024-07-15 · Weizhi Liu, Yue Li, Dongdong Lin, Hui Tian 외

Amid the burgeoning development of generative models like diffusion models, the task of differentiating synthesized audio from its natural counterpart grows more daunting. Deepfake detection offers a viable solution to c…

Audio SynthesisDecoderDeepFake DetectionFace Swapping

Constrained Flow Optimization via Sequential Fine Tuning for Molecular Design

2026-05-28 · Sven Gutjahr, Riccardo De Santi, Luca Schaufelberger, Kjell Jorner 외 arxiv

Adapting generative foundation models, in particular diffusion and flow models, to optimize given reward functions (e.g., binding affinity) while satisfying constraints (e.g., molecular synthesizability) is fundamental f…

Reinforcement Learning

McSc: Motion-Corrective Preference Alignment for Video Generation with Self-Critic Hierarchical Reasoning

2025-11-28 · Qiushi Yang, Yingjie Chen, Yuan Yao, Yifang Men 외 arxiv

Text-to-video (T2V) generation has achieved remarkable progress in producing high-quality videos aligned with textual prompts. However, aligning synthesized videos with nuanced human preference remains challenging due to…

Reinforcement LearningVideo Generation