Papers
Topics
Authors
Recent
Search
2000 character limit reached

MTBench: Multidomain Evaluation Benchmark

Updated 3 July 2026
  • MTBench is a comprehensive suite of benchmarks evaluating diverse modalities, including time-series reasoning, reinforcement learning, datacenter workload replay, machine translation, and motion transfer in video generation.
  • It employs paired inputs like text with numerical data, simulation environments, production traces, and video prompts to rigorously assess system performance under real-world conditions.
  • Its stringent evaluation metrics and varied task protocols expose model limitations in cross-modal fusion, temporal abstraction, and causal reasoning, inspiring future methodological advancements.

MTBench refers to distinct, high-impact benchmarks in contemporary research, each designed for rigorous evaluation in different domains. The term “MTBench” appears in (1) multimodal time-series reasoning, (2) massively parallel multi-task reinforcement learning, (3) realistic datacenter workload replay, (4) industrial machine translation, and (5) motion transfer for generative video. Below, MTBench is treated comprehensively in its major forms and research contexts, with precise delineation of methodology, defining tasks, evaluation metrics, and empirical significance.

1. MTBench in Multimodal Time Series Reasoning

MTBench, as introduced in "MTBench: A Multimodal Time Series Benchmark for Temporal Reasoning and Question Answering" (Chen et al., 21 Mar 2025), is a large-scale, multimodal benchmark for the evaluation of LLMs on tasks combining time-series data and unstructured text. MTBench targets domains where decisions are shaped by both numerical temporal patterns (e.g., price movements, weather histories) and narrative context (e.g., financial news, weather reports), surpassing prior datasets that treat these modalities in isolation.

Data Composition

  • Finance: 20,000 news articles paired with high-frequency (5-min, hourly) stock price series (short-term: 7 days in/1 day out; long-term: 30 days in/7 days out).
  • Weather: 2,000 severe-weather reports (curated/synthesized) paired with 7–14 day temperature traces sampled at 24 hourly points per day.
  • Alignment: All samples are paired such that textual narratives directly map to an aligned time-series segment at fixed input/output windows, with explicit handling of missing data.

Task Taxonomy

MTBench encompasses four classes of tasks, each with distinct input-output protocols:

  1. Regression/Forecasting: Predict future values of the series, with or without narrative context.
  2. Semantic Trend Analysis: Map series and text to discretized trend buckets (e.g., 5-way for finance: strong negative to strong positive).
  3. Technical Indicator Prediction: Regress on derived indicators (MACD, Bollinger Bands in finance; temperature extrema in weather).
  4. Cross-modal Question Answering: Predict series/narrative correlation (3/5-way) and answer four-way multiple-choice questions using both modalities.

Evaluation Protocols and Metrics

  • Regression: Mean Absolute Error (MAE), Mean Squared Error (MSE), Root MSE (RMSE), Mean Absolute Percentage Error (MAPE) on predicted series or indicators.
  • Classification: Accuracy and macro-F1 for trend/correlation/QA.
  • The effect of text is assessed by TS-only vs. TS+Text (concatenation) prompt settings.

Key Findings

  1. Incorporation of text yields a 9.8% reduction in finance MAE (short-term), and consistent 6–7% MAE reduction in weather prediction.
  2. LLMs exhibit large error increases on long-horizon forecasting and future-trend prediction, even with the addition of narrative context.
  3. Multi-choice QA and fine-grained correlation prediction remain difficult, especially under temporal misalignment or misleading news.
  4. Inductive limitations include weak adherence to output constraints (e.g., target sequence length) and susceptibility to spurious correlations.

Challenges and Prospects

MTBench exposes fundamental model limitations in temporal abstraction, multimodal fusion, and factual verification, motivating further research in cross-attention mechanisms, joint time-series/text pretraining, and robust misalignment detection. It is positioned as the canonical testbed for advancing multimodal, temporal LLMs (Chen et al., 21 Mar 2025), with resources released at the associated repository.

2. MTBench for Massively Parallel Multi-Task Reinforcement Learning

MTBench in "Benchmarking Massively Parallelized Multi-Task Reinforcement Learning for Robotics Tasks" (Joshi et al., 31 Jul 2025) is a GPU-optimized benchmark for multi-task reinforcement learning (MTRL), addressing the integration of on-policy and off-policy RL algorithms across hundreds of heterogeneous robotics tasks in simulation.

Motivation and Infrastructure

  • Modern MTRL aims for a single policy πθ(as,z)\pi_\theta(a|s,z) maximizing average returns over a distribution p(τ)p(\tau), with zz as the task encoding.
  • IsaacGym's Tensor API enables GPU-only execution, with batch rollouts in E1,000E \gg 1,000 environments for substantial wall-clock speedup.

Task Suite

  • Manipulation: 50 tasks from Meta-World (diverse object geometries and goal configurations).
  • Locomotion: 20 Parkour terrains from Eurekaverse (stairs, slopes, obstacles) with curriculum capability.
  • Suites: MT10/MT50 (manipulation), Parkour-easy/hard (locomotion), with dedicated curriculum protocols for sparse reward settings.

Algorithmic Coverage

MTBench implements:

  • Base Algorithms: MT-PPO (on-policy), MT-GRPO (actor-only), MT-SAC (off-policy), MT-PQN (continuous Parallel Q-Learning).
  • Enhancements: Gradient-manipulation (PCGrad, CAGrad, FAMO); modular architectures (Soft-Modularization, CARE, PaCo, MOORE).

Evaluation

  • Manipulation: Success Rate (SR)—fraction with object–goal distance below ϵ\epsilon, and cumulative Reward (RR).
  • Locomotion: Progress PP via average waypoint index as a percentage of all waypoints, aggregated over task-terrain seeds.

Empirical Outcomes

  1. On-policy algorithms outperform off-policy at high parallelization (e.g., MT-PPO achieves 200M frames in ≈12 min), exploiting IsaacGym scaling.
  2. Critic bottlenecks: Value function gradients show higher conflict (cosine dissimilarity) than policy gradients; actor-only variants can match full actor-critic.
  3. Curricular advantage: Sparse reward settings benefit substantially from simple curriculum learning (10+% progress improvement).
  4. Framework efficiency: End-to-end training reduces from days/weeks to 1–2 hours on a single GPU.

Codebase and Extensibility

MTBench’s modular structure (/envs, /sampler, /algos, /mtrl, /eval, examples/) facilitates plug-and-play extension with new tasks, algorithms, and architectures, supporting reproducibility and rapid development for high-throughput MTRL research (Joshi et al., 31 Jul 2025).

3. MTBench in Data Center Mixed Workload Generation

In the context of BigDataBench-MT ("BigDataBench-MT: A Benchmark Tool for Generating Realistic Mixed Data Center Workloads" (Han et al., 2015)), MTBench refers to a benchmark platform capable of replaying both long-running service workloads and short-term analytics jobs, guided by production traces.

System Architecture

  • User Portal: Web interface for specifying cluster, workloads, trace windows, and scaling.
  • Combiner: Matches actual service workloads (via Sogou user logs) and analytics workloads (via Google trace and resource signature regression/clustering) to replay real code with production-calibrated arrival times.
  • Multi-tenant Generator: Instantiates tenants (clients) at user-defined scaling, preserving statistical arrival/process distributions.

Algorithms

  • Workload Signature Regression: For each analytic job type and input size, fits regression models to resource metrics.
  • Clustering and Matching: BIC-based k-means clusters anonymous Google jobs; jobs are matched to real workloads minimizing cluster coefficient of variation deviations.

Evaluation Metrics

  • Execution time, CPU, memory, CPI, MAI are matched to trace stats.
  • Fidelity is demonstrated by close replication of per-hour request/job rates and resource profiles, with CV maintained below 0.5 (analytics) and Δ\DeltaCV << 0.1 (post-matching).

Significance

MTBench establishes a credible methodology for testing data center architectures under realistic, scalable, production-like workloads, thus bridging the gap between synthetic trace replay and real application code (Han et al., 2015).

4. “MTBench” as a Paradigm for Industrial Machine Translation Evaluation

While not the official dataset name, the TransBench report ("TransBench: Benchmarking Machine Translation for Industrial-Scale Applications" (Li et al., 20 May 2025)) explicitly addresses how an industrial MTBench would be constructed, emphasizing a three-level hierarchical framework:

Three-Level Evaluation

  1. Basic Linguistic Competence: Grammatically and semantically faithful translation in general domains.
  2. Domain-Specific Proficiency: Retention of domain conventions, terminology, and style; minimized domain loss LdomainL_{\rm domain}.
  3. Cultural Adaptation: Correct resolutions of idioms, taboos, and honorifics; maximized cultural-acceptability p(τ)p(\tau)0.

Dataset Principles

  • Real-world, professionally translated text with scenario diversity (e-commerce, finance, etc.).
  • Algorithmic and manual curation, robust annotation protocols.
  • Open-source tooling for reproducibility and extensibility.

Metrics

  • General: BLEU, TER, chrF, Hallucination Rate.
  • Domain-specific: MOS via trained Marco-MOS regressors per industry.
  • Cultural: Taboo-word and honorific accuracy.

Construction Guidelines

An industrial “MTBench” must couple data authenticity with multi-faceted metrics and pipeline transparency, supporting both extensibility and fidelity to industry requirements (Li et al., 20 May 2025).

5. MTBench in Motion Transfer for Generative Video

A separate instantiation in motion transfer is described in "Decouple and Track" (Shi et al., 21 Mar 2025), where MTBench is a stringent benchmark for evaluating video diffusion models:

Dataset Properties

  • 100 source videos (DAVIS, YouTube-VOS; human/animal/vehicle).
  • Each video with 5 LLM-derived prompts, yielding 500 evaluation cases.
  • Dense foreground trajectories; automatic clustering for difficulty strata (easy/medium/hard).

Metrics

  • Edit Fidelity (EF): Mean CLIP-score of frame–prompt alignment.
  • Temporal Consistency (TC): Average cosine similarity between DINOv2 features of consecutive frames.
  • Hybrid Motion Fidelity (MF): Combines Fréchet distance (global shape) and local velocity similarity, weighted by p(τ)p(\tau)1.

Baselines and Findings

  • MF is highest for specialized approaches (e.g., DeT (HunyuanVideo): MF 85.9, EF 31.9, TC 91.9).
  • Significant performance drops under “hard” motion settings in baselines, while advanced models sustain above 80 MF.
  • MTBench thus standardizes rigorous, trajectory-supervised evaluation of both fidelity and motion realism.

6. Impact and Comparative Analysis

MTBench, across its variants, consistently imposes evaluation protocols that transcend classic unimodal datasets. The core unifying aspects include:

  • Data–Task Alignment: Paired multimodal inputs serve as joint signals for prediction and reasoning—whether time series–news (Chen et al., 21 Mar 2025), simulation–task (Joshi et al., 31 Jul 2025), or video–prompt (Shi et al., 21 Mar 2025).
  • Multifaceted Metrics: All MTBench variants evaluate both raw prediction (e.g., regression/classification) and higher-order characteristics (fidelity, consistency, domain/cultural adaptation).
  • Domain-Specific Complexity: Each instantiation retains real-world generative or operational complexity, from multi-task policies to narrative-influenced forecasts and cross-domain translation.

7. Future Directions

MTBench benchmarks highlight persistent model failures in deep temporal modeling, causal integration, and context-rich generalization. Proposed trajectories include contrastive cross-modal pretraining, curriculum-augmented learning for RL, robust narrative verification, and extension to new domains such as healthcare or scientific forecasting. Extension of MTBench paradigms underscores the need for standardized, extensible, high-fidelity evaluation for the next generation of LLMs, RL agents, and generative models across dynamic, multimodal decision environments (Chen et al., 21 Mar 2025, Joshi et al., 31 Jul 2025, Shi et al., 21 Mar 2025, Li et al., 20 May 2025, Han et al., 2015).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to MTBench.