🤖 AI Summary
To address the scarcity of labeled data in time-series question answering (TSQA), this paper proposes a supervised training paradigm leveraging pseudo-label distillation from vision-language models (VLMs). While VLM-generated pseudo-labels are inherently noisy, the distilled lightweight TSQA model significantly outperforms the original VLM’s zero-shot performance. Methodologically, we employ a VLM to generate question-answer pairs over large-scale unlabeled time-series charts, then use these pseudo-labels to supervise a dedicated time-series encoder-decoder model. Experiments demonstrate state-of-the-art performance across multiple TSQA benchmarks. Crucially, this work provides the first systematic evidence that deep models’ robustness to pseudo-label noise can be effectively harnessed to enhance temporal reasoning—transforming label imperfection into semantic gain. The approach establishes a novel, low-resource paradigm for time-series semantic parsing.
📝 Abstract
Time-series question answering (TSQA) tasks face significant challenges due to the lack of labeled data. Alternatively, with recent advancements in large-scale models, vision-language models (VLMs) have demonstrated the potential to analyze time-series signals in a zero-shot manner. In this paper, we propose a training approach that uses pseudo labels generated by a VLM. Although VLMs can produce incorrect labels, TSQA models can still be effectively trained based on the property that deep neural networks are inherently robust to such noisy labels. Our experimental results demonstrate that TSQA models are not only successfully trained with pseudo labels, but also surpass the performance of the VLM itself by leveraging a large amount of unlabeled data.