Fr0zenCrane/UniCoT
[ICLR 2026] Uni-CoT: Towards Unified Chain-of-Thought Reasoning Across Text and Vision
Implements a two-level hierarchical reasoning architecture combining macro-level task decomposition (sequential, parallel, and progressive refinement) with micro-level self-reflection mechanisms to enhance multimodal reasoning. Built on the Bagel model foundation, it extends MLLMs to perform interpretable step-by-step reasoning for vision-language tasks including image generation, editing, and visual planning. Training infrastructure supports supervised fine-tuning with evaluation on WISE, KRIS Bench, and RISE Bench datasets.
214 stars.
Stars
214
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Fr0zenCrane/UniCoT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SimonAytes/SoT
Official code repository for Sketch-of-Thought (SoT)
xuyige/SoftCoT
ACL'2025: SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMs. and preprint:...
andrewginns/CoT-at-Home
Who needs o1 anyways. Add CoT to any OpenAI compatible endpoint.
logikon-ai/cot-eval
A framework for evaluating the effectiveness of chain-of-thought reasoning in language models.
nicolay-r/THOR-ECAC
The official fork of THoR Chain-of-Thought framework, enhanced and adapted for Emotion Cause...