paper-with-me

홈 › Papers

Diverse and Specific Clarification Question Generation with Keywords

2021-04-21 · Zhiling Zhang, Kenny Q. Zhu

Product descriptions on e-commerce websites often suffer from missing important aspects. Clarification question generation (CQGen) can be a promising approach to help alleviate the problem. Unlike traditional QGen assuming the existence of answers in the context and generating questions accordingly, CQGen mimics user behaviors of asking for unstated information. The generated CQs can serve as a sanity check or proofreading to help e-commerce merchant to identify potential missing information before advertising their product, and improve consumer experience consequently. Due to the variety of possible user backgrounds and use cases, the information need can be quite diverse but also specific to a detailed topic, while previous works assume generating one CQ per context and the results tend to be generic. We thus propose the task of Diverse CQGen and also tackle the challenge of specificity. We propose a new model named KPCNet, which generates CQs with Keyword Prediction and Conditioning, to deal with the tasks. Automatic and human evaluation on 2 datasets (Home & Kitchen, Office) showed that KPCNet can generate more specific questions and promote better group-level diversity than several competing baselines.

📄 PDF Abstract BibTeX arXiv:2104.10317

Code (1)

blmoistawinde/KPCNet 공식 구현 pytorch

Tasks

DiversityQuestion GenerationQuestion-GenerationSpecificity

Similar Papers 제목 키워드 기반

Controlling the Specificity of Clarification Question Generation

2019-08-01 · WS 2019 8 · Yang Trista Cao, Sudha Rao, Hal Daum{\'e} III

Unlike comprehension-style questions, clarification questions look for some missing information in a given context. However, without guidance, neural models for question generation, similar to dialog generation models, l…

Question GenerationQuestion-GenerationSpecificity

ClarQ: A large-scale and diverse dataset for Clarification Question Generation

2020-06-10 · ACL 2020 6 · Vaibhav Kumar, Alan W. black

Question answering and conversational systems are often baffled and need help clarifying certain ambiguities. However, limitations of existing datasets hinder the development of large-scale models capable of generating a…

Question AnsweringQuestion GenerationQuestion-Generation

Asking Clarification Questions in Knowledge-Based Question Answering

2019-11-01 · IJCNLP 2019 11 · Jingjing Xu, Yuechen Wang, Duyu Tang, Nan Duan 외

The ability to ask clarification questions is essential for knowledge-based question answering (KBQA) systems, especially for handling ambiguous phenomena. Despite its importance, clarification has not been well explored…

Question AnsweringQuestion GenerationQuestion-Generation

Python Code Generation by Asking Clarification Questions

2022-12-19 · Haau-Sing Li, Mohsen Mesgar, André F. T. Martins, Iryna Gurevych

Code generation from text requires understanding the user's intent from a natural language description and generating an executable code snippet that satisfies this intent. While recent pretrained language models demonst…

Code GenerationLanguage ModelingLanguage Modelling

Multi-Hop Question Generation via Dual-Perspective Keyword Guidance

2025-05-21 · Maodong Li, Longyin Zhang, Fang Kong

Multi-hop question generation (MQG) aims to generate questions that require synthesizing multiple information snippets from documents to derive target answers. The primary challenge lies in effectively pinpointing crucia…

Question GenerationQuestion-Generation