awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amazon-science avatar

amazon-science/mm-cot

0
View on GitHub↗
3,990 星标·331 分支·Python·Apache-2.0·2 次浏览arxiv.org/abs/2302.00923↗

Mm Cot

mm-cot 是一个多模态语言模型推理框架,旨在训练和评估跨文本和图像数据执行思维链 (chain-of-thought) 推理的模型。它提供了用于实现逐步逻辑推理以提高预测准确性的核心系统,包括视觉语言模型训练器和多模态基准评估器。

该框架通过解耦的推理生成过程脱颖而出,将逻辑论证的训练与最终答案的推理分离开来。它利用视觉 Transformer 特征提取和图像描述生成,将原始视觉数据转换为嵌入和文本上下文,以进行后续的语言处理。

该项目涵盖了广泛的能力领域,包括多模态输入编码、推理器训练和推理执行。它还包括用于语义相似度评估和基于模板的提示格式化的工具,以确保跨标准化基准的一致推理模式。

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.

Star 历史

amazon-science/mm-cot 的 Star 历史图表amazon-science/mm-cot 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Mm Cot 的开源替代方案

相似的开源项目,按与 Mm Cot 的功能重合度排序。
  • facebookresearch/mmffacebookresearch 的头像

    facebookresearch/mmf

    5,635在 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
    在 GitHub 上查看↗5,635
  • xinyu1205/recognize-anythingxinyu1205 的头像

    xinyu1205/recognize-anything

    3,675在 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
    在 GitHub 上查看↗3,675
  • om-ai-lab/vlm-r1om-ai-lab 的头像

    om-ai-lab/VLM-R1

    5,991在 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
    在 GitHub 上查看↗5,991
  • inclusionai/arealinclusionAI 的头像

    inclusionAI/AReaL

    3,559在 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
    在 GitHub 上查看↗3,559
查看 Mm Cot 的所有 30 个替代方案→

常见问题解答

amazon-science/mm-cot 是做什么的?

mm-cot 是一个多模态语言模型推理框架,旨在训练和评估跨文本和图像数据执行思维链 (chain-of-thought) 推理的模型。它提供了用于实现逐步逻辑推理以提高预测准确性的核心系统,包括视觉语言模型训练器和多模态基准评估器。

amazon-science/mm-cot 的主要功能有哪些?

amazon-science/mm-cot 的主要功能包括:Chain-of-Thought Reasoning Engines, Feature Extraction, Image Captioning Models, Vision-Language Trainers, Vision-Language Training, Multimodal Rationales, Multimodal Reasoners, Vision Transformer Encoders。

amazon-science/mm-cot 有哪些开源替代品?

amazon-science/mm-cot 的开源替代品包括: 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…