paper-with-me

홈 › Papers

ReGen: Reinforcement Learning for Text and Knowledge Base Generation using Pretrained Language Models

2021-08-27 · EMNLP 2021 11 · Pierre L. Dognin, Inkit Padhi, Igor Melnyk, Payel Das

Automatic construction of relevant Knowledge Bases (KBs) from text, and generation of semantically meaningful text from KBs are both long-standing goals in Machine Learning. In this paper, we present ReGen, a bidirectional generation of text and graph leveraging Reinforcement Learning (RL) to improve performance. Graph linearization enables us to re-frame both tasks as a sequence to sequence generation problem regardless of the generative direction, which in turn allows the use of Reinforcement Learning for sequence training where the model itself is employed as its own critic leading to Self-Critical Sequence Training (SCST). We present an extensive investigation demonstrating that the use of RL via SCST benefits graph and text generation on WebNLG+ 2020 and TekGen datasets. Our system provides state-of-the-art results on WebNLG+ 2020 by significantly improving upon published results from the WebNLG 2020+ Challenge for both text-to-graph and graph-to-text generation tasks.

📄 PDF Abstract BibTeX arXiv:2108.12472

Code (1)

IBM/regen 공식 구현 pytorch

Tasks

Graph GenerationJoint Entity and Relation Extractionreinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation

Methods 이 논문이 사용한 방법론

SCST 설명 없음
REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

TextGraphs 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration

2020-12-01 · COLING (TextGraphs) 2020 12 · Peter Jansen, Dmitry Ustalov

The 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration tasks participants with regenerating large detailed multi-fact explanations for standardized science exam questions. Given a question, correct answ…

World Knowledge

DIPBox: A Multi-scale Testing Framework for Tracking Dataset Regeneration

2026-06-19 · Tian Dong, Yan Meng, Shaofeng Li, Guoxing Chen 외 arxiv

Training datasets have tremendous proprietary value and are vulnerable to unauthorized copying. Existing defenses mainly focus on tracking individual data points, but pay little attention to the threat of dataset regener…

ConTReGen: Context-driven Tree-structured Retrieval for Open-domain Long-form Text Generation

2024-10-20 · Kashob Kumar Roy, Pritom Saha Akash, Kevin Chen-Chuan Chang, Lucian Popa

Open-domain long-form text generation requires generating coherent, comprehensive responses that address complex queries with both breadth and depth. This task is challenging due to the need to accurately capture diverse…

FormRAGRetrievalRetrieval-augmented Generation+1

REGEN: Replay-recycling for Expert-to-Generalist distillation with Offline Reinforcement Learning

2026-07-21 · Yunjie Chen, Xiaoxin Chen, Fang Wang arxiv

Large-scale online reinforcement learning (RL) is the predominant means of eliciting advanced abilities including long-term reasoning and agentic tool use in large language models (LLMs). However, continuing to scale it …

Computational EfficiencyReinforcement LearningMathematical ReasoningInstruction Following

Explanation Regeneration via Multi-Hop ILP Inference over Knowledge Base

2020-12-01 · COLING (TextGraphs) 2020 12 · Aayushee Gupta, Gopalakrishnan Srinivasaraghavan

Textgraphs 2020 Workshop organized a shared task on ‘Explanation Regeneration’ that required reconstructing gold explanations for elementary science questions. This work describes our submission to the task which is base…

regressionRe-Ranking