framework
active
framework:multimodal-cotMultimodal-CoT
A two-stage framework that separates rationale generation and answer inference by incorporating vision and language modalities.
Neighborhood — ranked by edge-count
Thinkers (1)
thinker
- Zhuosheng Zhangintroduces
Methods (2)
method
- gated fusionimplementsMultimodal fusion technique combining language and vision representations via learnable gating parameters.
- Vision Transformer (ViT)implementsVision feature extraction model used to extract patch-level features from images in Multimodal-CoT.
Claims (1)
claim
- Authors' assertion of novelty and priority; appears in contributions and Table 1.
Frameworks (3)
framework
- Chain-of-Thought (CoT)extendsA prompting technique that elicits intermediate reasoning steps before final answer inference in language models.
- T5implementsEncoder-decoder architecture used as backbone for Multimodal-CoT; available in Base (200M) and Large (700M) variants.
- Architectural design principle that decouples rationale generation (stage 1) from answer inference (stage 2) in Multimodal-CoT.
Findings (3)
finding
- State-of-the-art result on ScienceQA; represents +3.91% improvement over prior best published result of 86.54%.
- Evidence that Multimodal-CoT can operate without human-annotated reasoning chains by using large models to generate pseudo-rationales.
- Evidence that multimodal information accelerates convergence speed during training.
Datasets (2)
dataset
Artifacts (1)
artifact
- mm-cotaboutPublicly released code repository for Multimodal-CoT implementation.
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Chain-of-thought prompting baseline used for comparison in creative writing and other tasks
- Empirical finding from creative writing experiments showing VS variants achieve higher diversity without sacrificing quality
- A VS variant that adds chain-of-thought reasoning before generating the distribution of responses with probabilities
- Technique used to demonstrate that the self-prior captures visual–proprioceptive associations by recovering visual appearance from proprioception alone
- n-dimensional association model can express binding mechanisms for multimethods by letting values range over methods of arity n and applying appropriate α and β transformations.
- Named method for monitoring chain-of-thought text to detect when the model signals its answer, compared against activation probes
- A prompting baseline that elicits N responses across N sequential conversation turns