CoT: Chain-of-Thought—a prompting technique where models generate intermediate reasoning steps before the final answer
GoT: Graph-of-Thought—the proposed method modeling reasoning as a graph of connected thought units
ECC: Extract-Cluster-Coreference—the process used to construct the thought graph from text by extracting triplets, clustering them, and resolving coreferences
GAT: Graph Attention Network—a neural network architecture that operates on graph-structured data, using attention mechanisms to weigh the importance of neighboring nodes
OpenIE: Open Information Extraction—systems that extract structured relational tuples (usually subject-verb-object) from unstructured text
Gated Fusion: A mechanism to combine features from different modalities (text, image, graph) where a learned gate controls how much information flows from each source
T5: Text-to-Text Transfer Transformer—an encoder-decoder language model architecture
Multimodal-CoT: A baseline method that incorporates visual features into the Chain-of-Thought reasoning process