paper-with-me

Papers

CAUS: A Dataset for Question Generation based on Human Cognition Leveraging Large Language Models

2024-04-18 · Minjung Shin, Donghyun Kim, Jeh-Kwang Ryu

We introduce the Curious About Uncertain Scene (CAUS) dataset, designed to enable Large Language Models, specifically GPT-4, to emulate human cognitive processes for resolving uncertainties. Leveraging this dataset, we investigate the potential of LLMs to engage in questioning effectively. Our approach involves providing scene descriptions embedded with uncertainties to stimulate the generation of reasoning and queries. The queries are then classified according to multi-dimensional criteria. All procedures are facilitated by a collaborative system involving both LLMs and human researchers. Our results demonstrate that GPT-4 can effectively generate pertinent questions and grasp their nuances, particularly when given appropriate context and instructions. The study suggests that incorporating human-like questioning into AI models improves their ability to manage uncertainties, paving the way for future advancements in Artificial Intelligence (AI).

📄 PDF Abstract BibTeX arXiv:2404.11835

Code (1)

lbaa2022/CAUS_v1 공식 구현

Tasks

Question GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Causal Reasoning through Two Layers of Cognition for Improving Generalization in Visual Question Answering

2023-10-09 · Trang Nguyen, Naoaki Okazaki

Generalization in Visual Question Answering (VQA) requires models to answer questions about images with contexts beyond the training distribution. Existing attempts primarily refine unimodal aspects, overlooking enhancem…

Answer GenerationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

YoCausal: How Far is Video Generation from World Model? A Causality Perspective

2026-05-28 · You-Zhe Xie, Yu-Hsuan Li, Jie-Ying Lee, Kaipeng Zhang 외 arxiv

As video diffusion models (VDMs) advance toward world models, a key question arises: do they truly understand causality, or merely overfit to statistical temporal patterns? Existing benchmarks mostly rely on synthetic da…

Video Generation

Automatically Generating Cause-and-Effect Questions from Passages

2021-04-01 · EACL (BEA) 2021 4 · Katherine Stasaski, Manav Rathod, Tony Tu, Yunfang Xiao 외

Automated question generation has the potential to greatly aid in education applications, such as online study aids to check understanding of readings. The state-of-the-art in neural question generation has advanced grea…

Question AnsweringQuestion GenerationQuestion-Generation

Learning by Asking Questions for Knowledge-based Novel Object Recognition

2022-10-12 · Kohei Uehara, Tatsuya Harada

In real-world object recognition, there are numerous object classes to be recognized. Conventional image recognition based on supervised learning can only recognize object classes that exist in the training data, and thu…

ObjectObject RecognitionQuestion GenerationQuestion-Generation

KHANQ: A Dataset for Generating Deep Questions in Education

2022-10-01 · COLING 2022 10 · Huanli Gong, Liangming Pan, Hengchang Hu

Designing in-depth educational questions is a time-consuming and cognitively demanding task. Therefore, it is intriguing to study how to build Question Generation (QG) models to automate the question creation process. Ho…

Question GenerationQuestion-Generation