Wenjie Feng, See-Kiong Ng, Jian Lou, Shunyu Wu, Dan Li, Haozheng Ye
We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| clsr1008/TSRating | — | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| BradleyTerryLoss | Ran | clsr1008/TSRating/meta_rater/maml.py code served (permissive licence) · get_code("ba12e211dab59459") |
| MetaLearner | Ran | clsr1008/TSRating/meta_rater/maml.py code served (permissive licence) · get_code("531f69a5ecb8e3a7") |
| ScoreModel | Ran | clsr1008/TSRating/meta_rater/maml.py code served (permissive licence) · get_code("cd8e05048e1b5f19") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
High-quality time series (TS) data are essential for ensuring TS model performance, rendering research on rating TS data quality indispensable. Existing methods have shown promising rating accuracy within individual domains, primarily by extending data quality rating techniques such as influence functions and Shapley values to account for temporal characteristics. However, they neglect the fact that real-world TS data can span vastly different domains and exhibit distinct properties, hampering the accurate and efficient rating of diverse TS data. In this paper, we propose TSRating, a novel and unified framework for rating the quality of time series data crawled from diverse domains. TSRating leverages LLMs' inherent ample knowledge, acquired during their extensive pretraining, to comprehend and discern quality differences in diverse TS data. We verify this by devising a series of prompts to elicit quality comparisons from LLMs for pairs of TS samples. We then fit a dedicated rating model, termed TSRater, to convert the LLMs' judgments into efficient quality predictions by inferring future TS samples through TSRater's inference. To ensure cross-domain adaptability, we develop a meta-learning scheme to train TSRater on quality comparisons collected from nine distinct domains. To improve training efficiency, we employ signSGD for innerloop updates, thus circumventing the demanding computation of hypergradients. Extensive experimental results on eleven benchmark datasets across three time series tasks, each using both conventional TS models and TS foundation models, demonstrate that TSRating outperforms baselines in terms of estimation accuracy, efficiency, and domain adaptability.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2506.01290")
get_code_for_paper("2506.01290")
have("2506.01290")
Connect an agent — have() is free.