imagesOpenDataArena/MMFineReason-1.8M-Qwen3-VL-235B-Thinkingmultimodalreasoningchain-of-thoughtvlmmathstemdistillationqwen3-vlvisual-qafine-tuning
MMFineReason 1.8M — Multimodal Reasoning Traces (Qwen3-VL-235B-Thinking)
About this data
1.8M multimodal reasoning samples with 5.1B solution tokens distilled from Qwen3-VL-235B-A22B-Thinking. Image+text inputs with detailed chain-of-thought annotations for math, science, and STEM visual reasoning. Apache-2.0.
Schema
| Name | Type | Description |
|---|---|---|
| question | VARCHAR | Multimodal question or task prompt with embedded image reference and text |
| id | BIGINT | Unique identifier for the dataset sample |
| original_answer | VARCHAR | Initial answer text before processing or verification |
| qwen3vl_235b_thinking_response | VARCHAR | Extended chain-of-thought reasoning trace from Qwen3-VL-235B-Thinking model |
| caption | VARCHAR | Descriptive caption or alt-text for the associated image |
| source | VARCHAR | Origin subset or topic tag (math, science, STEM, etc.) |
| ori_question | VARCHAR | Original question text before any transformation or standardization |
| answer | VARCHAR | Final reference answer or expected output |
| pass_rate | DOUBLE | Fraction of evaluation attempts or runs that passed (0.0-1.0) |
| consistency_analysis | VARCHAR | Text describing consistency evaluation results across reasoning traces |
| is_consistent | BOOLEAN | Boolean flag indicating whether reasoning trace is consistent with answer |
| image | STRUCT(bytes BLOB, path VARCHAR) | Image data containing either binary bytes or file path to image asset |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "MMFineReason 1.8M — Multimodal" })
// Found: 85c9fbdc-6871-4db0-8194-7142b1806cc1
get_download_url({ dataset_id: "85c9fbdc-6871-4db0-8194-7142b1806cc1" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/85c9fbdc-6871-4db0-8194-7142b1806cc1/download-url