Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ datasets:
|
|
| 11 |
# [VLDB' 25] ChatTS-14B Model
|
| 12 |
|
| 13 |
<div style="display:flex;justify-content: center">
|
| 14 |
-
<a href="https://github.com/NetmanAIOps/ChatTS"><img alt="github" src="https://img.shields.io/badge/
|
| 15 |
<a href="https://arxiv.org/abs/2412.03104"><img alt="preprint" src="https://img.shields.io/static/v1?label=arXiv&message=2412.03104&color=B31B1B&logo=arXiv"></a>
|
| 16 |
</div>
|
| 17 |
|
|
@@ -20,6 +20,9 @@ datasets:
|
|
| 20 |
`ChatTS` focuses on **Understanding and Reasoning** about time series, much like what vision/video/audio-MLLMs do.
|
| 21 |
This repo provides code, datasets and model for `ChatTS`: [ChatTS: Aligning Time Series with LLMs via Synthetic Data for Enhanced Understanding and Reasoning](https://arxiv.org/pdf/2412.03104).
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
Here is an example of a ChatTS application, which allows users to interact with a LLM to understand and reason about time series data:
|
| 24 |

|
| 25 |
|
|
|
|
| 11 |
# [VLDB' 25] ChatTS-14B Model
|
| 12 |
|
| 13 |
<div style="display:flex;justify-content: center">
|
| 14 |
+
<a href="https://github.com/NetmanAIOps/ChatTS"><img alt="github" src="https://img.shields.io/badge/Code-GitHub-blue"></a>
|
| 15 |
<a href="https://arxiv.org/abs/2412.03104"><img alt="preprint" src="https://img.shields.io/static/v1?label=arXiv&message=2412.03104&color=B31B1B&logo=arXiv"></a>
|
| 16 |
</div>
|
| 17 |
|
|
|
|
| 20 |
`ChatTS` focuses on **Understanding and Reasoning** about time series, much like what vision/video/audio-MLLMs do.
|
| 21 |
This repo provides code, datasets and model for `ChatTS`: [ChatTS: Aligning Time Series with LLMs via Synthetic Data for Enhanced Understanding and Reasoning](https://arxiv.org/pdf/2412.03104).
|
| 22 |
|
| 23 |
+
`ChatTS` features native support for multi-variate time series data with any length and range of values. With `ChatTS`, you can easily understand and reason about both the **shape** features and **value** features in the time series.
|
| 24 |
+
`ChatTS` can also be integrated into existing LLM pipelines for more time series-related applications, leveraging existing inference frameworks such as `vLLMs`.
|
| 25 |
+
|
| 26 |
Here is an example of a ChatTS application, which allows users to interact with a LLM to understand and reason about time series data:
|
| 27 |

|
| 28 |
|