Researcher profile

Yao Wu

Yao Wu contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
4topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2026arXiv

Bian Que: An Agentic Framework with Flexible Skill Arrangement for Online System Operations

Operating and maintaining (O&M) large-scale online engine systems (eg, search, recommendation and advertising) demands substantial human effort for release monitoring, alert response, and root cause analysis. Despite the inherent suitability of LLM-based agents for such operational scenarios, the critical bottleneck impeding their practical deployment lies not in reasoning, but in orchestration capability - specifically, the precise selection of relevant data (encompassing metrics, logs, and change events) and applicable knowledge (including handbook-defined rules and empirically derived practitioner experience) tailored to each individual operational event. Feeding all signals indiscriminately causes dilution and hallucination, while manually curating the event-to-(data, knowledge) mapping is intractable under dozens of daily releases. Here we present Bian Que, an agentic operating framework with three contributions: (i) The unified operational paradigm, which abstracts routine daily O&M actions into three canonical patterns: release interception, proactive inspection, and alert root cause analysis; (ii) The flexible Skill Arrangement, each predefined Skill explicitly defines the requisite data and operational knowledge for each specific context. Such Skills can be automatically generated and updated by LLM agents, and can also be iteratively optimized by on-call engineers via natural language instructions. (iii) The unified self-evolving mechanism, where each correction signal enables two parallel evolutionary pathways: distilling event memory into knowledge, and targeted refinement of Skills. Deployed on the e-commerce search engine of KuaiShou, Bian Que reduces alert volume by 75%, achieves 80% root-cause analysis accuracy, cuts mean time to resolution by over 50%, and attains a 99.0% pass rate on offline evaluations. Codes are at https://github.com/benchen4395/BianQue_Assistant.

preprint2023arXiv

Constraints for precise and accurate fluid inclusion stable isotope analysis using water-vapour saturated CRDS techniques

Hydrogen ($δ$2H) and oxygen ($δ$18O) isotopes of water extracted from speleothem fluid inclusions are important proxies used for paleoclimate reconstruction. In our study we use a cavity ring-down laser spectroscopy system for analysis and modified the approach of Affolter et al. (2014) for sample extraction. The method is based on crushing of small sub-gram speleothem samples in a heated and continuously water-vapour purged extraction line. The following points were identified: Injection of reference water shows a precision (1$σ$) of 0.4-0.5 permil for $δ$18O values and 1.1-1.9 permil for $δ$2H values for water amounts of 0.1-0.5 $μ$l, which improves with increasing water amount to 0.1-0.3 permil and 0.2-0.7 permil, respectively, above 1 $μ$l. The accuracy of measurements of water injections and water-filled glass capillaries crushed in the system is better than 0.08 permil for $δ$18O and 0.3 permil for $δ$2H values. The reproducibility (1$σ$) based on replicate analysis of speleothem fluid inclusion samples with water amounts > 0.2 $μ$l is 0.5 permil for $δ$18O and 1.2 permil for $δ$2H values, respectively. Isotopic differences between the water vapour background of the extraction system and the fluid inclusions have no significant impact on the measured fluid inclusion isotope values if they are within 10 permil for $δ$18O and 50 permil for $δ$2H values of the background. Tests of potential adsorption effects with inclusion free spar calcite confirm that the isotope values are unaffected by adsorption for water contents of about 1 $μ$l (fluid inclusion) water per g of carbonate or above. Fluid inclusion analysis on three different modern to late Holocene speleothems from caves in northwest Germany resulted ...

preprint2021arXiv

Multi-Task Representation Learning with Multi-View Graph Convolutional Networks

Link prediction and node classification are two important downstream tasks of network representation learning. Existing methods have achieved acceptable results but they perform these two tasks separately, which requires a lot of duplication of work and ignores the correlations between tasks. Besides, conventional models suffer from the identical treatment of information of multiple views, thus they fail to learn robust representation for downstream tasks. To this end, we tackle link prediction and node classification problems simultaneously via multi-task multi-view learning in this paper. We first explain the feasibility and advantages of multi-task multi-view learning for these two tasks. Then we propose a novel model named as MT-MVGCN to perform link prediction and node classification tasks simultaneously. More specifically, we design a multi-view graph convolutional network to extract abundant information of multiple views in a network, which is shared by different tasks. We further apply two attention mechanisms: view attention mechanism and task attention mechanism to make views and tasks adjust the view fusion process. Moreover, view reconstruction can be introduced as an auxiliary task to boost the performance of the proposed model. Experiments on real-world network datasets demonstrate that our model is efficient yet effective, and outperforms advanced baselines in these two tasks.