LLM-generated research content for the ConvexPi quantitative finance education platform. Generated by the convexpi/lab literature pipeline and consumed by convexpi/platform at build time.
wikis/
{paper_id}.md — one wiki per paper, keyed by Supabase papers.id
...
surveys/
{topic}.md — topic-level survey essays
...
index.json — lightweight metadata for all wikis (title, authors, year,
topics, updated_at); loaded by the platform to drive
/papers listing and anomaly page cross-links
pipeline/ingest_finance_papers.pyfetches arXiv q-fin papers → Supabasepaperstablepipeline/generate_factor_wiki.pygenerates wiki markdown → localCONVEXPI_DATA_DIR/wiki/pipeline/publish_content.pycommits new/changed files to this repo and pushes
Wikis are also written back to papers.wiki_markdown in Supabase for DB-driven search.
The platform fetches wikis via the GitHub raw content URL at build time,
or reads them from a local clone when running anomalies.yml.
Individual paper pages (/papers/[id]) load wikis/{paper_id}.md from this repo.
The listing page (/papers) reads index.json.
All content is generated from academic papers for educational purposes only.