paper-with-me

홈 › Papers

How Helpful is Inverse Reinforcement Learning for Table-to-Text Generation?

2021-08-01 · ACL 2021 5 · Sayan Ghosh, Zheng Qi, Snigdha Chaturvedi, Shashank Srivastava

Existing approaches for the Table-to-Text task suffer from issues such as missing information, hallucination and repetition. Many approaches to this problem use Reinforcement Learning (RL), which maximizes a single manually defined reward, such as BLEU. In this work, we instead pose the Table-to-Text task as Inverse Reinforcement Learning (IRL) problem. We explore using multiple interpretable unsupervised reward components that are combined linearly to form a composite reward function. The composite reward function and the description generator are learned jointly. We find that IRL outperforms strong RL baselines marginally. We further study the generalization of learned IRL rewards in scenarios involving domain adaptation. Our experiments reveal significant challenges in using IRL for this task.

📄 PDF Abstract BibTeX

Code (1)

issacqzh/irl_table2text 공식 구현 pytorch

Tasks

Domain AdaptationHallucinationreinforcement-learningReinforcement LearningReinforcement Learning (RL)Table-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

Interaction-limited Inverse Reinforcement Learning

2020-07-01 · Martin Troussard, Emmanuel Pignat, Parameswaran Kamalaruban, Sylvain Calinon 외

This paper proposes an inverse reinforcement learning (IRL) framework to accelerate learning when the learner-teacher \textit{interaction} is \textit{limited} during training. Our setting is motivated by the realistic sc…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Curse of Helpfulness: Inverse Scaling Law in Robustness to Distractor Instructions via DistractionIF

2026-05-28 · Zeli Su, Zhankai Xu, Tianlei Chen, Longfei Zheng 외 arxiv

Large Language Models (LLMs) are increasingly deployed in agentic and retrieval-augmented generation (RAG) systems, where they must execute user-specified tasks over externally provided reference text. In practice, such …

Reinforcement Learning

MapReduce LoRA: Advancing the Pareto Front in Multi-Preference Optimization for Generative Models

2025-11-25 · Chieh-Yun Chen, Zhonghao Wang, Qi Chen, Zhifan Ye 외 arxiv

Reinforcement learning from human feedback (RLHF) with reward models has advanced alignment of generative models to human aesthetic and perceptual preferences. However, jointly optimizing multiple rewards often incurs an…

Text-to-Image GenerationText-to-Video GenerationReinforcement Learning

Toward Diverse Text Generation with Inverse Reinforcement Learning

2018-04-30 · Zhan Shi, Xinchi Chen, Xipeng Qiu, Xuanjing Huang

Text generation is a crucial task in NLP. Recently, several adversarial generative models have been proposed to improve the exposure bias problem in text generation. Though these models gain great success, they still suf…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation

Inverse-RLignment: Large Language Model Alignment from Demonstrations through Inverse Reinforcement Learning

2024-05-24 · Hao Sun, Mihaela van der Schaar

Aligning Large Language Models (LLMs) is crucial for enhancing their safety and utility. However, existing methods, primarily based on preference datasets, face challenges such as noisy labels, high annotation costs, and…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+3