paper-with-me

홈 › Papers

Improving Question Generation with Multi-level Content Planning

2023-10-20 · Zehua Xia, Qi Gou, Bowen Yu, Haiyang Yu, Fei Huang, Yongbin Li, Cam-Tu Nguyen

This paper addresses the problem of generating questions from a given context and an answer, specifically focusing on questions that require multi-hop reasoning across an extended context. Previous studies have suggested that key phrase selection is essential for question generation (QG), yet it is still challenging to connect such disjointed phrases into meaningful questions, particularly for long context. To mitigate this issue, we propose MultiFactor, a novel QG framework based on multi-level content planning. Specifically, MultiFactor includes two components: FA-model, which simultaneously selects key phrases and generates full answers, and Q-model which takes the generated full answer as an additional input to generate questions. Here, full answer generation is introduced to connect the short answer with the selected key phrases, thus forming an answer-aware summary to facilitate QG. Both FA-model and Q-model are formalized as simple-yet-effective Phrase-Enhanced Transformers, our joint model for phrase selection and text generation. Experimental results show that our method outperforms strong baselines on two popular QG datasets. Our code is available at https://github.com/zeaver/MultiFactor.

📄 PDF Abstract BibTeX arXiv:2310.13512

Code (1)

zeaver/multifactor 공식 구현 pytorch

Tasks

Answer GenerationQuestion GenerationQuestion-GenerationText Generation

Similar Papers 제목 키워드 기반

Plug-and-Play Recipe Generation with Content Planning

2022-12-09 · Yinhong Liu, Yixuan Su, Ehsan Shareghi, Nigel Collier

Recent pre-trained language models have shown promising capabilities in generating fluent and realistic natural language text. However, generating multi-sentence text with global content planning has been a long-existing…

Recipe GenerationSentenceText Generation

Investigating Content Planning for Navigating Trade-offs in Knowledge-Grounded Dialogue

2024-02-03 · Kushal Chawla, Hannah Rashkin, Gaurav Singh Tomar, David Reitter

Knowledge-grounded dialogue generation is a challenging task because it requires satisfying two fundamental yet often competing constraints: being responsive in a manner that is specific to what the conversation partner …

Dialogue GenerationNavigateResponse GenerationSpecificity

Slide Deck Q&A Quality Assurance App: A Multi-Stage Pipeline for Pedagogical Question Generation

2026-05-26 · Jim Salsman arxiv

Generating high-quality, pedagogically useful questions from lecture slide decks is difficult because important instructional content is distributed across both text and visual elements, and because useful questions must…

Question Generation

PLANET: Dynamic Content Planning in Autoregressive Transformers for Long-form Text Generation

2022-03-17 · ACL 2022 5 · Zhe Hu, Hou Pong Chan, Jiachen Liu, Xinyan Xiao 외

Despite recent progress of pre-trained language models on generating fluent text, existing methods still suffer from incoherence problems in long-form text generation tasks that require proper content control and plannin…

Contrastive LearningDecoderFormSentence+1

A Multimodal Social Agent

2024-12-11 · Athina Bikaki, Ioannis A. Kakadiaris

In recent years, large language models (LLMs) have demonstrated remarkable progress in common-sense reasoning tasks. This ability is fundamental to understanding social dynamics, interactions, and communication. However,…

Common Sense ReasoningDecision MakingQuestion AnsweringVisual Question Answering