Work Experience
Huawei Technologies Co., Ltd.
- Role: Lead Engineer / Architect (Level 19/18A)
Duration: June 2023 – present (3 years)
- 项目一 – ChatBI(可信智能问数分析平台)
- 职责:主导ChatBI业务需求分析与AI特性洞察,负责系统方案设计、核心算法攻关及产品交付保障。
- 核心贡献:突破基于中间表示(IR)的生成-验证-迭代循环代码生成技术,构建多维度验证与优化器机制,实现大模型概率性输出向确定性结果的转化;设计结构化问数意图处理体系,涵盖意图校验与澄清、拒答引导、查询改写等能力;通过语义层IR设计与代码化表列建模,结合验证器校验保障生成确定性;构建OmniGuard全表/全列/取值/泛化全覆盖测试体系(1w+用例)及五层分级评测机制,支撑2000+用例/天的快速迭代。
- 成果:从零到一构建ChatBI智能问数与报告能力,在iMaster NCE三个子域产品(HBB Master、传送NOE Mate、SPN NOE
Mate)2026.06版本中转测准确率达92%;企业园区iMaster NeoSight产品达90%+准确率并成功批量商用发布。
- 项目背景:企业、2C(iMaster
Cloud、CI)、运营商(IP),运维场景,专业/非专业运维人员的突发&例行检查,需要场景特有、临时多变的数据查询和分析,手动导出数据步骤繁琐且操作复杂,亟需零门槛数据查询和分析能力,因而需要构建基于自然语言交互的精准数据查询和智能图表展示能力。该能力的构建核心主要解决三个关键技术挑战:1)如何在免增训/免微调的情况下基于LLM通用能力理解领域术语和意图;2)如何生成复杂代码;3)如何将大模型的概率性输出转化为确定性结果;实现有限表列空间内(200+)基于自然语言生成复杂查询语句高准确率低耗时(准确率>90%,E2E
平均 < 20s )从而构建可信的BI竞争力。
- 项目二 – 大模型友好数据模型治理(TIG730)
- 职责:担任系统工程师,负责技术洞察、规范制定及质量检视工具的设计实现。
- 核心贡献:定义《公共开发部大模型友好数据模型设计规范》,涵盖33项质量规范;洞察、设计并实现33项规范自动化检视能力,基于大模型生成数据模型质量问题诊断与修改建议;从数据模型设计、编排、训练到运行态使用的全流程,建立大模型友好数据模型设计原则与规范体系,包含实体/属性/关系定义的正反例指导。
- 成果:发布产品线级数据模型规范,累计治理iMaster NCE三个子域、iMaster NeoSight、iMaster
Cloud、云核MAE-CN等产品500+张逻辑数据模型(表)及10000+数据模型属性(字段),支撑智能问数、SPN故障诊断、北向智能体、网络优化智能体等下游智能化业务,智能体准确率平均提升40%。
- 项目背景:基部分基于大模型的智能体应用(Agent)依赖对底层数据库的操作,使用自然语通过Agent和系统数据进行交互时,数据的消费者从人转变为LLM,现有元数据(数据模型)(属性/关系/表/列)定义不清晰,结构不明确,导致大模型无法准确操作和使用系统数据。为了使各产品的元数据(表/字段)对大模型友好,便于LLM/AI
Agent理解数据模型含义,准确选择和正确使用元数据,因此需要对元数据进行层级和语义的治理,并制定统一的LLM友好的规范,用于指导和规范各产品元数据的设计和治理。关键挑战:(1)量化定义LLM可理解的元数据形态;(2)落实到人可操作的规范中,并工具化。
- 项目三 – AI辅助代码检视(启明星3.0)
- 职责:参与AI Committer代码检视专家系统方案设计和技术决策。
- 核心贡献:提出结合数据驱动(大模型)与知识驱动(形式化验证)的融合检视方案,聚焦高频、严重代码缺陷的自动化检视;通过MR关联分析自动生成代码检视意见,辅助Committer高效完成代码评审。
- 成果:AI
Committer能力上线Codehub、Sophie平台并融入生产MR流程,覆盖50类高频及严重代码共性缺陷;检视意见在R25C10版本中被采纳1832次,采纳率达80%+,占该版本总检视意见的6.8%(1832/27500)。
- 项目背景:随着大模型技术的兴起,AI技术在辅助研发领域的能力产生了质变。项目围绕AI辅助研发赛道聚焦问题定位场景和代码检视场景,探索AI
Committer代码检视专家,使能研发效率提升。关键挑战:如何在代码检视环节提前效拦截TOP严重和TOP频发的现网问题。
- 项目四 – OpenFuyao(昇腾 NPU 生态)
- 角色:NPU 大模型推理加速工具包联合负责人。
- 贡献:设计并优化 NPU 感知算子库与内存调度策略;将工具包集成至主流大模型框架;在大规模部署场景下实现显著的推理延迟降低。
- 影响力:华为昇腾计算生态核心贡献者,推动国产 AI 加速器上的大模型高效推理。
- Project 1 – ChatBI (Trustworthy Intelligent Data Query & Analytics Platform)
- Responsibilities: Led business requirement analysis and AI capability exploration for
ChatBI; oversaw solution design, core algorithm breakthroughs, and product release assurance.
- Key Contributions: Pioneered an intermediate representation (IR) based
generate-verify-iterate code generation paradigm with multi-dimensional validation and optimizer mechanisms,
converting probabilistic LLM outputs into deterministic results; designed a structured intent processing
pipeline encompassing intent verification & clarification, rejection guidance, and query rewriting;
ensured deterministic generation through semantic-layer IR design, code-based table/column modeling, and
validator checks; built OmniGuard – a comprehensive test suite with 10,000+ high-quality test cases covering
full-table, full-column, value, and generalization scenarios, coupled with a five-tier hierarchical
evaluation system, enabling rapid iteration at 2,000+ test cases per day.
- Outcomes: Built ChatBI's intelligent querying and reporting capabilities from ground zero;
achieved 92% accuracy in the 2026.06 release testing across three iMaster NCE sub-domain products (HBB
Master, Transport NOE Mate, SPN NOE Mate); enterprise campus iMaster NeoSight product achieved 90%+ accuracy
and was successfully commercially released.
- Project 2 – LLM-Friendly Data Model Governance (TIG730)
- Responsibilities: Served as System Engineer, leading technology insight research,
specification definition, and quality inspection tool design & implementation.
- Key Contributions: Defined the "LLM-Friendly Data Model Design Specification" for the
Public Development Department, covering 33 quality rules; designed and implemented automated inspection
capabilities for all 33 rules, leveraging LLMs to diagnose data model quality issues and provide actionable
recommendations; established a comprehensive set of design principles and specification systems for
LLM-friendly data models across the full lifecycle – from design, orchestration, and training to runtime
usage – including best-practice guidelines and positive/negative examples for entity, attribute, and
relationship definitions.
- Outcomes: Released a product-line-level data model specification; cumulatively governed
500+ logical data models (tables) and 10,000+ data model attributes (fields) across iMaster NCE's three
sub-domains, iMaster NeoSight, iMaster Cloud, and CloudCore MAE-CN products; drove an average 40% accuracy
improvement across downstream intelligent applications including ChatBI, SPN fault diagnosis, northbound
agent, and network optimization agent.
- Project 3 – AI-Assisted Code Review (Venus 3.0)
- Responsibilities: Contributed to the design and technical decision-making of the AI
Committer code review expert system.
- Key Contributions: Proposed a hybrid review framework integrating data-driven (LLM) and
knowledge-driven (formal verification) approaches, focusing on automated detection of high-frequency and
critical code defects; enabled automatic generation of code review comments through MR association analysis
to assist committers in efficient code inspection.
- Outcomes: Deployed AI Committer capabilities on Codehub and Sophie platforms, integrated
into production MR workflows, covering 50 categories of high-frequency and critical code defect patterns;
review comments were adopted 1,832 times in the R25C10 release with an 80%+ adoption rate, accounting for
6.8% of total review comments (1,832/27,500) in that release.
- Project 4 – OpenFuyao (Ascend NPU Ecosystem)
- Role: Co-lead of inference acceleration toolkit for LLMs on NPU.
- Contributions: Designed and optimized NPU‑aware operator libraries and memory scheduling;
integrated the toolkit with mainstream LLM frameworks; achieved significant latency reduction for
large‑scale deployment.
- Impact: Core contributor to Huawei’s Ascend computing ecosystem, enabling efficient LLM
inference on domestic AI accelerators.
专利发表(19篇)
按 Invention ID 排序 · 涵盖 DSL 验证、LLM 调优、容器化升级、KVCache 加速等方向
- 92050816一种基于DSL的形式化验证代码生成技术
- 92052439一种基于transformer架构的设备日志分析和故障自修复技术
- 92052589一种基于自然语言解析的设备配置和规则生成和校验技术
- 92056719一种基于LLM的智能潜客数据模型挖掘和动态调优技术
- 92073078一种云服务容器化场景下基于lisenerfd迁移的原地服务升级技术
- 92073110一种容器化场景下基于CSI标准的服务小型化发布、部署和更新技术
- 92073848一种基于LLM和图像生成大模型的拓扑图联动扩展技术
- 92075449一种基于分层隐式神经网络的前端网页代码生成技术
- 92075753一种算网存多域融合故障分析和定位技术
- 92102802一种基于KVCache Endpoint批量聚合的推理集群优化方法
- 92103073基于KVCache智能混合传输策略的分布式集群推理计算加速方法
- 92103239一种基于智能AST蓝图生成的重构数据模型的方法
- 92103727一种智能体自适应指令规则和验证器自动注册方法与系统
- 92121622稀疏模式感知的KVCache匹配优化技术
- 92056122一种基于先验知识注入的模型调优方法
- 92078409一种多模态融合的算网存故障分析技术
- 92078074一种高效的基于资源实时监控的负载均衡调度备份恢复方法
- 92082072一种多集群快速对接和融合管理的装置
- 92102967一种基于Client端热点缓存的推理服务加速方法
Academic Activity
Publications
Patents
- 18 filed/published patents (as of 2026) in intelligent data analysis, LLM hallucination mitigation, code-based modeling, and NPU acceleration.
Drafts
Talks/Posters
- Short talk -- Type System in Adaptive Data Analysis -- EGLPLS 2019 (in Cornell University in Ithaca, NY, USA)[PDF]
- Poster session -- Tailoring Differentially Private Bayesian Inference to Distance Between Distributions -- TPDP of CCS 2018 (in Toronto, Canada)[PDF]
Events
- POPL Jan. 15-21, 2023 (in Boston, Massachusetts, United States)
- New England Programming Languages and Systems Symposium (NEPLS) Sep. 29, 2022 (in Harvard, Boston, Massachusetts, United States)
- POPL Jan. 17-23, 2022 (in Philadelphia, Pennsylvania, United States)
- PLWM@POPL Jan.18, 2021 (in Philadelphia, Pennsylvania, United States)
- POPL Jan. 16-21, 2021 (online)
- New England Systems Verification Day Oct.18, 2019 (in MIT, MA, USA)
- POPL Jan. 13-19, 2019 (in Cascais, Portugal)
- PLWM@POPL Jan.14, 2019 (in Cascais, Portugal)
- OPLSS-- Foundations of Probabilistic Programming and Security -- Jun 17 - 29, 2019 (in University of Oregon, OR, USA)
Teaching
- Teaching Assistant for CS 320, Concepts of Programming Languages, 2019 Fall - Boston Univeristy course page
- Teaching Assistant for CSE 305, Introduction to Programming Languages, 2019 Spring - Univeristy at Buffalo course page
- Teaching Assistant for CSE 305, Introduction to Programming Languages, 2018 Fall - Univeristy at Buffalo course page
- Teaching Assistant for CSE 305, Introduction to Programming Languages, 2018 Spring - Univeristy at Buffalo course page
- Teaching Assistant for CSE 542, Software Engineer Concept, 2017 Fall - Univeristy at Buffalo course page
Curriculum Vitae
- June 2023 – present, Huawei Technologies Co., Ltd. (Level 18) – Lead Engineer/Architect (DataAgent & OpenFuyao).
- September 2019 – May 2023, Ph.D. in Computer Science, Boston University. Advisor: Marco Gaboardi. Thesis on program analysis for adaptive data analysis (PLDI 2023).
- September 2017 – May 2019, Ph.D. student in Computer Science and Engineering, University at Buffalo, SUNY. Advisor: Marco Gaboardi.
- September 2016 – June 2017, Intern, Institute of Information Engineering, Chinese Academy of Sciences.
- September 2013 – June 2017, B.A. in Information Science, Central University of Finance and Economics, Beijing.
- Born September 7, 1997 in China.
Links
Contacts
Research Interest
- Differential Privacy
- Programming Language and Type Systems
- Formal Verifications
- Trustworthy AI & LLM Hallucination Mitigation
I am now working on two topics:
- A programming language for adaptive data analysis based on probabilistic programs, using type information to guarantee confidence intervals on outputs. Github
- An automatic formal verification tool for differentially private algorithms implemented in floating point computation. Github
Previous topics:
- An improved mechanism for Bayesian inference, calibrating noise to the sensitivity of a metric over distributions.Github