This repository is a collection of trustworthy AI related works from Huawei Noah's Ark Lab.
- A causal structure learning toolchain containing various functionalities related to causal learning and evaluation. A tech report describing the toolbox is available here.
- The package offers a number of causal discovery algorithms, most of which are gradient-based, hence the name: gradient-based Causal structure learning pipeline.
- Information and baselines for causality-related competitions arranged by Noah's Ark Lab.
- Previous competitions were held at PCIC 2021, PCIC 2022, and NeurIPS 2023.
- Real-world datasets released by Huawei Noah's Ark Lab.
- Code for generating various synthetic datasets.
- Research works related to causality. We will continuously add new methods here.
- Currently contains implementations of CausalVAE, GAE, and causal discovery with reinforcement learning.
- Tabby, a time series foundation model proposed by the Paris team of Huawei Noah's Ark Lab, supporting forecasting, classification, and anomaly detection. Its pretraining code is fully open-sourced here.
- Data processing:
TabbyTSFM/src/tabby/dataholds the GIFT-Eval/BLAST shard reader, the KernelSynth Arrow reader, and the online CauKer V2 generator that samples series from structural causal models; shared input preprocessing is inTabbyTSFM/src/tabby/utils. - Pretraining:
TabbyTSFM/recipes/pretraincontains the distributed mixed-data trainer and thetrain_165k.shrelease entry point. - Tests and evaluation:
TabbyTSFM/testscovers the release contract, checkpoint loading across every accepted layout, and the GIFT-Eval script end to end;TabbyTSFM/benchmarksholds the benchmark harnesses for GIFT-Eval and TIME (forecasting), UCR (classification), and TSB-AD (anomaly detection). - The weights are published on Hugging Face at
paris-noah/Tabby