Skip to content

Commit

Permalink
docs: update README;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jun 22, 2024
1 parent 809689b commit 53d43c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,13 @@ researchers and practitioners who are interested in this field.

### `Year 2024`

[KDD] **ImputeFormer: Low Rankness-Induced Transformers for Generalizable Spatiotemporal Imputation**
[[paper](https://arxiv.org/abs/2312.01728)]
[[official code](https://github.com/tongnie/ImputeFormer)]

[ICML] **BayOTIDE: Bayesian Online Multivariate Time Series Imputation with Functional Decomposition**
[[paper](https://arxiv.org/abs/2308.14906)]
[[official code](https://github.com/xuangu-fang/BayOTIDE)]

[ICLR] **Conditional Information Bottleneck Approach for Time Series Imputation**
[[paper](https://openreview.net/pdf?id=K1mcPiDdOJ)]
Expand Down Expand Up @@ -225,7 +230,8 @@ researchers and practitioners who are interested in this field.
[AI for Time Series (AI4TS) Papers, Tutorials, and Surveys](https://github.com/qingsongedu/awesome-AI-for-time-series-papers)

## ❖ Citing This Work
If you find this repository helpful to your work, please kindly star it and cite our benchmark paper, survey paper, and PyPOTS as follows:
If you find this repository and PyPOTS Ecosystem helpful to your work,
please kindly star it and cite our benchmark paper, survey paper, and PyPOTS as follows:

```bibtex
@article{du2024tsibench,
Expand Down
2 changes: 1 addition & 1 deletion benchmark_code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ To obtain the results of the naive methods, check out the commands in the shell


## ❖ Downstream Tasks
We're clean up the code and updating the scripts for the downstream tasks. Will release the code soon.
We're cleaning up the code for the downstream tasks. Will release the scripts soon.

0 comments on commit 53d43c4

Please sign in to comment.