paper-with-me

Papers

Benchmarking Language Model Creativity: A Case Study on Code Generation

2024-07-12 · Yining Lu, Dixuan Wang, Tianjian Li, Dongwei Jiang, Daniel Khashabi

As LLMs become increasingly prevalent, it is interesting to consider how ``creative'' these models can be. From cognitive science, creativity consists of at least two key characteristics: \emph{convergent} thinking (purposefulness to achieve a given goal) and \emph{divergent} thinking (adaptability to new environments or constraints) \citep{runco2003critical}. In this work, we introduce a framework for quantifying LLM creativity that incorporates the two characteristics. This is achieved by (1) Denial Prompting pushes LLMs to come up with more creative solutions to a given problem by incrementally imposing new constraints on the previous solution, compelling LLMs to adopt new strategies, and (2) defining and computing the NeoGauge metric which examines both convergent and divergent thinking in the generated creative responses by LLMs. We apply the proposed framework on Codeforces problems, a natural data source for collecting human coding solutions. We quantify NeoGauge for various proprietary and open-source models and find that even the most creative model, GPT-4, still falls short of demonstrating human-like creativity. We also experiment with advanced reasoning strategies (MCTS, self-correction, etc.) and observe no significant improvement in creativity. As a by-product of our analysis, we release NeoCoder dataset for reproducing our results on future models.

📄 PDF Abstract BibTeX arXiv:2407.09007

Code (1)

JHU-CLSP/NeoCoder 공식 구현 pytorch

Tasks

BenchmarkingCode GenerationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…

Similar Papers 제목 키워드 기반

Benchmarking Large Language Model Volatility

2023-11-26 · Boyang Yu

The impact of non-deterministic outputs from Large Language Models (LLMs) is not well examined for financial text understanding tasks. Through a compelling case study on investing in the US equity market via news sentime…

BenchmarkingDecision MakingDecoderLanguage Modeling+6

Playing with Words, Improving with Rewards: Training Language Models for Creative Association

2026-05-27 · Vijeta Deshpande, Namrata Shivagunde, Sherin Muckatira, Hadrien Glaude 외 arxiv

Large Language Models (LLMs) are being applied to increasingly difficult problems and use cases. To navigate their vast solution spaces effectively, LLMs need to be creative. Yet the subjective nature of creativity and t…

Reinforcement Learning

Divergent Creativity in Humans and Large Language Models

2024-05-13 · Antoine Bellemare-Pepin, François Lespinasse, Philipp Thölke, Yann Harel 외

The recent surge in the capabilities of Large Language Models (LLMs) has led to claims that they are approaching a level of creativity akin to human capabilities. This idea has sparked a blend of excitement and apprehens…

Benchmarking

A Framework for Collaborating a Large Language Model Tool in Brainstorming for Triggering Creative Thoughts

2024-10-10 · Hung-Fu Chang, Tong Li

Creativity involves not only generating new ideas from scratch but also redefining existing concepts and synthesizing previous insights. Among various techniques developed to foster creative thinking, brainstorming is wi…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

WiseEdit: Benchmarking Cognition- and Creativity-Informed Image Editing

2025-11-29 · Kaihang Pan, Weile Chen, Haiyi Qiu, Qifan Yu 외 arxiv

Recent image editing models boast next-level intelligent capabilities, facilitating cognition- and creativity-informed image editing. Yet, existing benchmarks provide too narrow a scope for evaluation, failing to holisti…

Image Editing