Research paper codebase for creative humor generation via leap-of-thought
Top 86.3% on sourcepulse
This repository provides the official codebase for "Let's Think Outside the Box: Exploring Leap-of-Thought in Large Language Models with Creative Humor Generation," a CVPR 2024 paper. It explores "Leap-of-Thought" (LoT), a non-sequential thinking skill in multimodal LLMs, using the Oogiri humor generation game as a testbed. The project targets researchers and developers interested in advancing LLM creativity and multimodal reasoning.
How It Works
The project investigates LoT by challenging LLMs to generate creative and humorous responses to multimodal inputs within the Oogiri game framework. This approach aims to push LLMs beyond sequential reasoning, similar to Chain-of-Thought, by requiring them to "think outside the box" for unexpected and witty outputs.
Quick Start & Requirements
pip install -r requirements.txt
python inference.py
python gradio_demo.py
requirements.txt
. Checkpoints and datasets are available on ModelScope and Hugging Face.Highlighted Details
Maintenance & Community
The project has released its dataset and checkpoints. Links to the project page and paper are provided.
Licensing & Compatibility
The repository does not explicitly state a license. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
No specific limitations or caveats are mentioned in the provided README. The project appears to be focused on research and demonstration.
1 year ago
1 day