Skip to content
View bensonliu-sudo's full-sized avatar

Block or report bensonliu-sudo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bensonliu-sudo/README.md

Bingcheng (Benson) Liu

AI engineer in Sydney. I build LLM-driven data products end to end: ingestion pipelines, structured model outputs, deterministic scoring, and the web front end that puts the result in front of a client. Master of IT (Artificial Intelligence) at UNSW, graduating January 2027. Before software I spent two years as a site quality engineer on high-rise construction in Shanghai. Seeing how much of that work could be automated is what led me to pivot to software and AI.

Current work

FRIS — Foresight Risk Intelligence System

Sole developer of Foresight Risk Intelligence System (FRIS) at Foresight Analytics, Sydney.

FRIS is a B2B risk intelligence platform for institutional investors and due-diligence teams. It reads the news flow and regulatory filings that analysts used to scan by hand, extracts reputational and governance risk signals on target entities, and turns them into quantified, traceable risk ratings that can be followed over time. I own the product from requirements through to delivery: working out with analysts what the platform should report, designing the pipeline and scoring method, building the backend and front end, and presenting the results to clients. Proprietary; no public code.

Selected projects

  • ai-automated-trading-system — news → relevance score → LLM trade thesis → async IBKR execution, with Telegram alerts. Full source.
  • financial-sentiment-transformers — 36-run benchmark of TF-IDF, CNN, BiLSTM, BERT and FinBERT on Financial PhraseBank; macro-F1 0.861, leaked checkpoint found and excluded.
  • construction-inspection-ledger — inspection workflow as a tamper-evident ledger: 3 Solidity contracts, 42 tests, deployed and verified on Sepolia, with a live demo page.
  • news-recommender-mind — interpretable hybrid news re-ranker on MIND-small with a leakage-audited evaluation protocol.
  • air-quality-forecasting — multi-horizon pollutant forecasting, 90%-missing-series reconstruction, residual anomaly detection.
  • pest-detection-yolov8 — two-stage YOLOv8 detect-then-classify pipeline for 12 pest classes, mAP@0.5 0.77.
  • Intelligent-Watermark-Pipeline — synthetic-watermark dataset generation and U-Net mask detection (prototype).
  • ai-inspector — early-stage, part-time project: an AI assistant for build-to-drawing site quality inspection. Location parsing and drawing indexing are done; next step is packaging the drawing-reading workflow as a reusable model skill.

Course-project repositories hold write-ups only; source is available on request.

LinkedIn · bingcheng.liu01@gmail.com


中文简介:刘冰骋,悉尼 AI 工程师,新南威尔士大学 IT(人工智能)硕士在读(2027 年 1 月毕业)。目前在 Foresight Analytics 独立开发面向机构投资者的风险情报平台 FRIS;上方仓库为个人与课程项目展示。

Pinned Loading

  1. ai-automated-trading-system ai-automated-trading-system Public

    News-driven trading agent: multi-source ingestion, relevance scoring, LLM trade thesis, async IBKR execution, Telegram alerts

    Python

  2. financial-sentiment-transformers financial-sentiment-transformers Public

    Benchmarking TF-IDF, TextCNN, BiLSTM, BERT and FinBERT on Financial PhraseBank: 36 runs, macro-F1 0.861, leaked checkpoint found and excluded (write-up; source on request)

  3. air-quality-forecasting air-quality-forecasting Public

    Multi-horizon pollutant forecasting with Ridge/RF/GB/MLP, 90%-missing series reconstruction and residual 3-sigma anomaly detection (write-up; source on request)

  4. construction-inspection-ledger construction-inspection-ledger Public

    Tamper-evident construction inspection workflow on Ethereum: 3 Solidity contracts, 42 Foundry tests, verified on Sepolia (write-up; source on request)

  5. news-recommender-mind news-recommender-mind Public

    Interpretable hybrid news re-ranker on MIND-small with a leakage-audited evaluation protocol, nDCG@10 0.379 (write-up; source on request)

  6. pest-detection-yolov8 pest-detection-yolov8 Public

    Two-stage YOLOv8 detect-then-classify pipeline for 12 agricultural pest classes, mAP@0.5 0.77 (write-up; source on request)