paper-with-me

Papers

Generating Highly Relevant Questions

2019-10-08 · IJCNLP 2019 11 · Jiazuo Qiu, Deyi Xiong

The neural seq2seq based question generation (QG) is prone to generating generic and undiversified questions that are poorly relevant to the given passage and target answer. In this paper, we propose two methods to address the issue. (1) By a partial copy mechanism, we prioritize words that are morphologically close to words in the input passage when generating questions; (2) By a QA-based reranker, from the n-best list of question candidates, we select questions that are preferred by both the QA and QG model. Experiments and analyses demonstrate that the proposed two methods substantially improve the relevance of generated questions to passages and answers.

📄 PDF Abstract BibTeX arXiv:1910.03401

Code (0)

등록된 구현이 없습니다.

Tasks

Question GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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 제목 키워드 기반

Syn-QG: Syntactic and Shallow Semantic Rules for Question Generation

2020-04-18 · ACL 2020 6 · Kaustubh D. Dhole, Christopher D. Manning

Question Generation (QG) is fundamentally a simple syntactic transformation; however, many aspects of semantics influence what questions are good to form. We implement this observation by developing SynQG, a set of trans…

DescriptiveQuestion GenerationQuestion-GenerationSemantic Parsing+1

Multimodal Differential Network for Visual Question Generation

2018-08-12 · EMNLP 2018 10 · Badri N. Patro, Sandeep Kumar, Vinod K. Kurmi, Vinay P. Namboodiri

Generating natural questions from an image is a semantic task that requires using visual and language modality to learn multimodal representations. Images can have multiple visual and language contexts that are relevant …

Natural QuestionsQuestion GenerationQuestion-Generation

Multimodal Differential Network for Visual Question Generation

2018-10-01 · EMNLP 2018 10 · Badri Narayana Patro, S. Kumar, eep, Vinod Kumar Kurmi 외

Generating natural questions from an image is a semantic task that requires using visual and language modality to learn multimodal representations. Images can have multiple visual and language contexts that are relevant …

Image CaptioningNatural QuestionsQuestion AnsweringQuestion Generation+2

Visual Question Generation in Bengali

2023-10-12 · Mahmud Hasan, Labiba Islam, Jannatul Ferdous Ruma, Tasmiah Tahsin Mayeesha 외

The task of Visual Question Generation (VQG) is to generate human-like questions relevant to the given image. As VQG is an emerging research field, existing works tend to focus only on resource-rich language such as Engl…

AttributeQuestion GenerationQuestion-Generation

ParaQG: A System for Generating Questions and Answers from Paragraphs

2019-09-04 · IJCNLP 2019 11 · Vishwajeet Kumar, Sivaanandh Muneeswaran, Ganesh Ramakrishnan, Yuan-Fang Li

Generating syntactically and semantically valid and relevant questions from paragraphs is useful with many applications. Manual generation is a labour-intensive task, as it requires the reading, parsing and understanding…

Question GenerationQuestion-Generationvalid