awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amazon-science avatar

amazon-science/mm-cot

0
View on GitHub↗
3,990 estrellas·331 forks·Python·Apache-2.0·2 vistasarxiv.org/abs/2302.00923↗

Mm Cot

This project is a multimodal large language model reasoning framework designed to train and evaluate models in performing chain-of-thought reasoning across text and image data. It provides a reasoning engine and training system that enable vision-language models to generate step-by-step logical rationales and final answers for complex queries.

The framework utilizes a two-stage training pipeline that decouples the generation of logical justifications from final answer inference. It transforms visual data into descriptive text through image captioning and uses vision-transformer feature extraction to provide a linguistic foundation for the reasoning process.

The project includes a benchmark evaluator that measures model accuracy and logical consistency using semantic similarity and standardized prompt templates. It covers the full pipeline from visual feature extraction and model training to multimodal answer inference and reasoning performance evaluation.

Features

  • Chain-of-Thought Reasoning Engines - Provides a logic processor that decouples the generation of step-by-step rationales from final model predictions.
  • Feature Extraction - Converts raw image files into structured numerical representations to prepare visual data for model training.
  • Image Captioning Models - Utilizes neural network models to generate textual descriptions of images as a foundation for reasoning.
  • Vision-Language Trainers - Trains multimodal models to combine vision transformers and linguistic processing for logical answer generation.
  • Vision-Language Training - Trains models to align visual and textual data to perform complex downstream reasoning tasks.
  • Multimodal Rationales - Implements a system to produce step-by-step logical rationales based on combined text and image data to solve complex queries.
  • Multimodal Reasoners - Provides a framework for training and evaluating large language models to perform multimodal chain-of-thought reasoning.
  • Vision Transformer Encoders - Employs vision transformer encoders to convert raw visual data into structured embeddings for linguistic processing.
  • Decoupled Rationale Training - Implements training processes that separate the generation of logical justifications from final answer inference.
  • Reasoning Sequence Pipelines - Implements a two-stage pipeline that first develops logical rationales and then refines the final answer prediction.
  • Multimodal Reasoning Evaluations - Measures model accuracy and logic using benchmarks that require combined image and text analysis.
  • Complex Query Inference - Predicts answers to difficult questions by separating the generation of logical justifications from the final output.
  • Multimodal Inference Pipelines - Processes multimodal data through trained reasoning models to predict answers for complex queries.
  • Prompt Templates - Uses standardized prompt templates to ensure consistent reasoning patterns across multimodal benchmarks.
  • Output Similarity Evaluators - Provides metrics to quantify the factual alignment and similarity between generated rationales and reference data.
  • Chain Of Thought - Multimodal chain-of-thought reasoning for language models.
  • Reasoning And Planning - Multimodal chain-of-thought reasoning for complex inputs.

Historial de estrellas

Gráfico del historial de estrellas de amazon-science/mm-cotGráfico del historial de estrellas de amazon-science/mm-cot

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Mm Cot

Proyectos open-source similares, clasificados según cuántas características comparten con Mm Cot.
  • facebookresearch/mmfAvatar de facebookresearch

    facebookresearch/mmf

    5,635Ver en GitHub↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Pythoncaptioningdeep-learningdialog
    Ver en GitHub↗5,635
  • xinyu1205/recognize-anythingAvatar de xinyu1205

    xinyu1205/recognize-anything

    3,675Ver en GitHub↗

    Recognize-anything is a multimodal foundation model designed for image recognition, visual tagging, and the generation of descriptive text captions from visual input. It functions as a multimodal embedding model that maps images and text into a shared vector space to enable cross-modal retrieval and recognition. The system implements zero-shot image classification and open-vocabulary object detection, allowing it to recognize object categories not present in the original training data through custom label embeddings. It also features a visual tagging engine and a captioning system that produc

    Jupyter Notebookrecognize-anythingtag2text-iclr2024
    Ver en GitHub↗3,675
  • om-ai-lab/vlm-r1Avatar de om-ai-lab

    om-ai-lab/VLM-R1

    5,991Ver en GitHub↗

    VLM-R1 is a reasoning vision-language model and embodied AI framework designed to map visual inputs and language instructions into physical navigation waypoints and robotic actions. It functions as a multimodal policy optimizer and an open vocabulary detector capable of locating objects based on arbitrary natural language descriptions. The system distinguishes itself through the use of chain-of-thought reasoning and reinforcement learning to solve complex visual and spatial tasks. It utilizes a video semantic memory system, which employs a visual cache to maintain a history of live video for

    Python
    Ver en GitHub↗5,991
  • inclusionai/arealAvatar de inclusionAI

    inclusionAI/AReaL

    3,559Ver en GitHub↗

    AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a framework for developing multi-turn reasoning agents and training large models using reinforcement learning from human feedback. The project implements a toolkit for improving the visual reasoning and geometry problem solving capabilities of vision-language models. It utilizes a memory-efficient tuning system to optimize mathematical and reasoning models across different inference backends. The infrastructure supports large-scale training through tensor, pipeline, and expert p

    Pythonagentllmllm-agent
    Ver en GitHub↗3,559
Ver las 30 alternativas a Mm Cot→

Preguntas frecuentes

¿Qué hace amazon-science/mm-cot?

This project is a multimodal large language model reasoning framework designed to train and evaluate models in performing chain-of-thought reasoning across text and image data. It provides a reasoning engine and training system that enable vision-language models to generate step-by-step logical rationales and final answers for complex queries.

¿Cuáles son las características principales de amazon-science/mm-cot?

Las características principales de amazon-science/mm-cot son: Chain-of-Thought Reasoning Engines, Feature Extraction, Image Captioning Models, Vision-Language Trainers, Vision-Language Training, Multimodal Rationales, Multimodal Reasoners, Vision Transformer Encoders.

¿Qué alternativas de código abierto existen para amazon-science/mm-cot?

Las alternativas de código abierto para amazon-science/mm-cot incluyen: facebookresearch/mmf — MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a… xinyu1205/recognize-anything — Recognize-anything is a multimodal foundation model designed for image recognition, visual tagging, and the generation… om-ai-lab/vlm-r1 — VLM-R1 is a reasoning vision-language model and embodied AI framework designed to map visual inputs and language… inclusionai/areal — AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… phodal/prompt-patterns — Prompt patterns is a framework for organizing AI-driven system design through structured prompt engineering and…