paper-with-me

홈 › Papers

Modeling question asking using neural program generation

2019-07-23 · Ziyun Wang, Brenden M. Lake

People ask questions that are far richer, more informative, and more creative than current AI systems. We propose a neuro-symbolic framework for modeling human question asking, which represents questions as formal programs and generates programs with an encoder-decoder based deep neural network. From extensive experiments using an information-search game, we show that our method can predict which questions humans are likely to ask in unconstrained settings. We also propose a novel grammar-based question generation framework trained with reinforcement learning, which is able to generate creative questions without supervised human data.

📄 PDF Abstract BibTeX arXiv:1907.09899

Code (1)

Billijk/DeepQuestionAsking pytorch

Tasks

DecoderQuestion GenerationQuestion-Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Question Asking as Program Generation

2017-11-16 · NeurIPS 2017 12 · Anselm Rothe, Brenden M. Lake, Todd M. Gureckis

A hallmark of human intelligence is the ability to ask rich, creative, and revealing questions. Here we introduce a cognitive model capable of constructing human-like questions. Our approach treats questions as formal pr…

Informativeness

Loose LIPS Sink Ships: Asking Questions in Battleship with Language-Informed Program Sampling

2024-02-29 · Gabriel Grand, Valerio Pepe, Jacob Andreas, Joshua B. Tenenbaum

Questions combine our mastery of language with our remarkable facility for reasoning about uncertainty. How do people navigate vast hypothesis spaces to pose informative questions given limited cognitive resources? We st…

Navigate

Asking Complex Questions with Multi-hop Answer-focused Reasoning

2020-09-16 · Xiyao Ma, Qile Zhu, Yanlin Zhou, Xiaolin Li 외

Asking questions from natural language text has attracted increasing attention recently, and several schemes have been proposed with promising results by asking the right question words and copy relevant words from the i…

Question GenerationQuestion-Generation

Curiosity by Design: An LLM-based Coding Assistant Asking Clarification Questions

2025-07-28 · Harsh Darji, Thibaud Lutellier arxiv

Large Language Models (LLMs) are increasingly used as coding assistants. However, the ambiguity of the developer's prompt often leads to incorrect code generation, as current models struggle to infer user intent without …

Prompt EngineeringCode Generation

Beyond Masks: Efficient, Flexible Diffusion Language Models via Deletion-Insertion Processes

2026-03-04 · Fangyu Ding, Ding Ding, Sijin Chen, Kaibo Wang 외 arxiv

While Masked Diffusion Language Models (MDLMs) relying on token masking and unmasking have shown promise in language modeling, their computational efficiency and generation flexibility remain constrained by the masking p…

Computational Efficiency