Skip to content

bladesaber/QuantPipeline

Repository files navigation

QuantPipeline

  • FrameWork
    • Data
    • Math-Models
    • Simulation
      • model
      • non-model
        • Back-Test
    • Strategy
      • Cross-Section Factor(Method)
      • Time-Series Factor(Method)
      • Agent
        • Factor Signal Rules
        • Risk Signal Rules
      • Optimization Method
        • gradient
        • non-gradient
    • Portfolio
      • Optimization
        • Quadratic Programming
    • Analysis

Reference Package:

vllm:

# embedding server
vllm serve Qwen/Qwen3-Embedding-0.6B \
--served-model-name Qwen3_Embedding \
--override-pooler-config '{"pooling_type": "CLS", "normalize": true, "enable_chunked_processing": true, "max_embed_len": 1048576}' \
--task embedding \
--model-impl transformers \
--host 192.168.110.11 \
--port 8888 \
--api-key 123456 \
--trust-remote-code

# chat server
vllm serve Qwen/Qwen3-4B-Instruct-2507 \
--served-model-name Qwen3_Chat \
--chat-template {path} \
--task generate \
--max_model_len 4096 \
--model-impl transformers \
--host 192.168.110.11 \
--port 8889 \
--api-key 123456 \
--trust-remote-code

Ideas

  • 2025/6/25
    • 统计方法产出的只能是【相对定位因子(横截面)】或【时序因子】
    • 统计目的要不是relative pricing就是front running
    • Signal按由简单->完备演变: Direction -> Direction,Strength -> Distribution
    • Signal必须依赖锚定物,锚定物要不是未来时刻的自身,就是同时刻其他标的
    • Signal System要不是portfolio weight就是个series decision system
    • 如果特征能被稀疏表述,例如字典学习/PCA/clustring之类,那就能根据分块计算structure break的可能性,作为label
    • 如果特征能被稀疏表述,那time series同样能被表述为有限马尔科夫过程,为预测提供更多思路
    • GPT的训练集中于token预测,如果GPT的训练更大的chunk的预测,例如预测一个段落然后用RAG计算得分(视为一个强化学习过程),那是否推理能力会更强
    • Agent: Memory(RAG), reflection, debate(Multi-Agents), prompt(COT, TOT)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages