Wenxiao Zhang
HomePublicationsBlogProjectsSkills

Projects

Open-source research systems and engineering projects — more on GitHub.

Docs2KG

366

Human-LLM collaborative framework for constructing unified knowledge graphs from heterogeneous documents (PDFs, web pages, scanned files), fusing layout, markdown, and semantic structure into a single graph. Published at WWW 2025; core contributor.

  • knowledge-graph
  • llm
  • document-understanding

PentestAssist

Self-hosted uncensored cybersecurity LLM (WhiteRabbitNeo-V3) for an authorized penetration-testing lab — vLLM serving, streaming chat UI, Django/Hasura auth.

  • llm
  • cybersecurity
  • vllm

OpenOmni Framework

27

Open-source framework for building and benchmarking multimodal conversational agents, wiring speech, vision, and LLM components into an end-to-end pipeline with latency and accuracy evaluation. Best Demo Paper at EMNLP 2024.

  • multimodal
  • conversational-ai
  • llm

STIndex

1

Multi-dimensional information extraction system that uses LLMs to pull temporal, spatial, and custom-dimension data from unstructured text, with automatic schema discovery, an evaluation suite, and both vLLM and API-based backends. WWW 2026 demo; shipped on PyPI with a live dashboard.

  • spatiotemporal
  • information-extraction
  • llm

CARE

Pre-execution verification engine for shell-executing LLM agents: canonicalizes candidate commands, scores risk through AST-based and path-sensitive static analysis, and selectively escalates ambiguous cases to a model judge before any side effect occurs. Accompanies an ISSRE 2026 submission.

  • llm-agents
  • security
  • shell

Reviewviz

Claude Code skill + zero-dependency npx CLI that turns peer-review comments into a single offline interactive HTML page — review text highlighted in place, colour-coded by required action, grouped into priority-ordered rebuttal points with editable drafts.

  • claude-code
  • research-tools
  • rebuttal

LLMEyesim

3

Study of prompt-injection attacks against LLM-integrated mobile robots, built on the EyeSim robotics simulator to probe the capabilities and failure modes of LLM-driven control loops.

  • prompt-injection
  • robotics
  • llm

SlimeMould

29

Agent-based Physarum simulation that regrows the Nanjing subway network from real geometric station data, comparing the emergent transport network against the actual topology with animated visualisations.

  • agent-based-modeling
  • simulation
  • complex-systems

MTDSimTime

3

Discrete-event simulation (SimPy) for evaluating moving target defense strategies in the time domain — modelling attacker/defender dynamics over a network graph to measure security versus availability trade-offs.

  • moving-target-defense
  • cybersecurity
  • discrete-event-simulation