paper-with-me

홈 › Papers

Natural Language Generation enhances human decision-making with uncertain information

2016-06-10 · ACL 2016 8 · Dimitra Gkatzia, Oliver Lemon, Verena Rieser

Decision-making is often dependent on uncertain data, e.g. data associated with confidence scores or probabilities. We present a comparison of different information presentations for uncertain data and, for the first time, measure their effects on human decision-making. We show that the use of Natural Language Generation (NLG) improves decision-making under uncertainty, compared to state-of-the-art graphical-based representation methods. In a task-based study with 442 adults, we found that presentations using NLG lead to 24% better decision-making on average than the graphical presentations, and to 44% better decision-making when NLG is combined with graphics. We also show that women achieve significantly better results when presented with NLG output (an 87% increase on average compared to graphical presentations).

📄 PDF Abstract BibTeX arXiv:1606.03254

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDecision Making Under UncertaintyText Generation

Similar Papers 제목 키워드 기반

Towards Efficient and Robust VQA-NLE Data Generation with Large Vision-Language Models

2024-09-23 · Patrick Amadeus Irawan, Genta Indra Winata, Samuel Cahyawijaya, Ayu Purwarianti

Natural Language Explanation (NLE) aims to elucidate the decision-making process by providing detailed, human-friendly explanations in natural language. It helps demystify the decision-making processes of large vision-la…

Decision MakingQuestion AnsweringText GenerationVisual Question Answering (VQA)

Multi-Agent LLM Judge: automatic personalized LLM judge design for evaluating natural language generation applications

2025-04-01 · Hongliu Cao, Ilias Driouich, Robin Singh, Eoin Thomas

Large Language Models (LLMs) have demonstrated impressive performance across diverse domains, yet they still encounter challenges such as insufficient domain-specific knowledge, biases, and hallucinations. This underscor…

Text Generation

Judge the Judges: A Large-Scale Evaluation Study of Neural Language Models for Online Review Generation

2019-01-02 · IJCNLP 2019 11 · Cristina Garbacea, Samuel Carton, Shiyan Yan, Qiaozhu Mei

We conduct a large-scale, systematic study to evaluate the existing evaluation methods for natural language generation in the context of generating online product reviews. We compare human-based evaluators with a variety…

DiversityReview GenerationText Generation

SED: Self-Evaluation Decoding Enhances Large Language Models for Better Generation

2024-05-26 · Ziqin Luo, Haixia Han, Haokun Zhao, Guochao Jiang 외

Existing Large Language Models (LLMs) generate text through unidirectional autoregressive decoding methods to respond to various user queries. These methods tend to consider token selection in a simple sequential manner,…

Decision Making

Copilot for Xcode: Exploring AI-Assisted Programming by Prompting Cloud-based Large Language Models

2023-07-08 · Chee Wei Tan, Shangxin Guo, Man Fai Wong, Ching Nam Hang

This paper presents an AI-assisted programming tool called Copilot for Xcode for program composition and design to support human software developers. By seamlessly integrating cloud-based Large Language Models (LLM) with…

Code GenerationPrompt Engineering