We lifted 4 functions out of this paper's own repositories and ran 4 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 |
|---|---|---|
| anh-tong/sigformer | canonical | 4 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| european_payoff | Ran | anh-tong/sigformer/sigformer/utils.py pointer only (licence: NONE) · get_code("be70a0d5b730ec0e") |
| lead_lag | Ran | anh-tong/sigformer/sigformer/nn/layer.py pointer only (licence: NONE) · get_code("de67d0b1dc4238df") |
| pl | Ran | anh-tong/sigformer/sigformer/utils.py pointer only (licence: NONE) · get_code("164dbe3d5f9b20f3") |
| realized_variance | Ran | anh-tong/sigformer/sigformer/utils.py pointer only (licence: NONE) · get_code("1cce41ccb2f1b434") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Deep hedging is a promising direction in quantitative finance, incorporating models and techniques from deep learning research. While giving excellent hedging strategies, models inherently requires careful treatment in designing architectures for neural networks. To mitigate such difficulties, we introduce SigFormer, a novel deep learning model that combines the power of path signatures and transformers to handle sequential data, particularly in cases with irregularities. Path signatures effectively capture complex data patterns, while transformers provide superior sequential attention. Our proposed model is empirically compared to existing methods on synthetic data, showcasing faster learning and enhanced robustness, especially in the presence of irregular underlying price data. Additionally, we validate our model performance through a real-world backtest on hedging the SP 500 index, demonstrating positive outcomes.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2310.13369")
get_code_for_paper("2310.13369")
have("2310.13369")
Connect an agent — have() is free.