Researcher profile

Ziyi Guo

Ziyi Guo contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
6works
0followers
10topics
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

6 published item(s)

preprint2026arXiv

Can Large Language Models Revolutionize Survey Research? Experiments with Disaster Preparedness Responses

Survey research faces mounting structural challenges: declining response rates, sample bias, block-wise missingness among at-risk respondents, and AI-assisted fraudulent completions in online panels. Large language models (LLMs) have been proposed as a remedy, yet rigorous evaluations across the full survey workflow remain scarce, particularly in disaster contexts where data quality matters most. We present and evaluate a five-stage framework for LLM integration covering questionnaire design, sample selection, pilot testing, missing-data imputation, and post-collection analysis, using the 2024 Hurricane Milton preparedness survey of Florida residents (n=946) as a shared empirical testbed. We introduce a Protection Motivation Theory (PMT)-constrained co-occurrence knowledge graph and develop seven LLM configurations spanning zero-shot inference, retrieval-augmented baselines, and novel theory-informed variants. Our proposed Anchored Marginal Theory-Informed LLM (A-TLM) outperforms all three classical imputation baselines (IPW/MI, MICE+PMM, missForest) on RMSE under disaster-relevant block-wise MNAR conditions (S4 RMSE 1.439 vs. 1.496 for the next-best), while achieving near-zero signed bias (-0.121) where the random-forest imputer produces the largest absolute bias (-0.631). Organizing retrieval around PMT causal structure and integrating all evidence in a single model call outperforms unstructured retrieval and staged sequential inference (MAE 0.993 vs. 1.097 for standard RAG). We document that near-zero aggregate bias can mask opposing subgroup errors and propose subgroup-stratified bias auditing as a reporting standard. A retrieval-constrained knowledge-graph chatbot demonstrates that hallucination is architecturally manageable through grounded refusal.

preprint2022arXiv

Exploring Transformer's potential on automatic piano transcription

Most recent research about automatic music transcription (AMT) uses convolutional neural networks and recurrent neural networks to model the mapping from music signals to symbolic notation. Based on a high-resolution piano transcription system, we explore the possibility of incorporating another powerful sequence transformation tool -- the Transformer -- to deal with the AMT problem. We argue that the properties of the Transformer make it more suitable for certain AMT subtasks. We confirm the Transformer's superiority on the velocity detection task by experiments on the MAESTRO dataset and a cross-dataset evaluation on the MAPS dataset. We observe a performance improvement on both frame-level and note-level metrics after introducing the Transformer network.

preprint2022arXiv

Properties of dense molecular gas along the major axis of M 82

Dense gas is important for galaxy evolution and star formation. Optically-thin dense-gas tracers, such as isotopologues of HCN, HCO+, etc., are very helpful to diagnose excitation conditions of dense molecular gas. However, previous studies of optically-thin dense-gas tracers were mostly focusing on average properties of galaxies as a whole, due to limited sensitivity and angular resolution. M82, a nearby prototype starburst galaxy, offers a unique case for spatially-resolved studies with single-dish telescopes. With the IRAM 30-m telescope, we observed the J = 1 - 0 transition of H13CN, HC15N, H13CO+, HN13C, H15NC, and SiO J = 2 - 1, HC3N J= 10 - 9, H2CO J = 2 - 1 toward five positions along the major axis of M82. The intensity ratios of I(HCN)/I(H13CN) and I(HCO+)/I(H13CO+) show a significant spatial variation along the major axis, with lower values in the central region than those on the disk, indicating higher optical depths in the central region. The optical depths of HCO+ lines are found to be systematically higher than those of HCN lines at all positions. Futhermore, we find that the 14N/15N ratios have an increasing gradient from the center to the outer disk.

preprint2022arXiv

Propulsion, deformation, and confinement response of hollow nanocellulose millimotors

Micromotor and nanomotor particles are typically made using dense solid particles that can sediment or be trapped in confined flow environments. Creation of much larger motors should be possible if a very low-density system is used with sufficient strength to carry liquid and still experience propulsive motion. Light, dense millimotors should also be able to deform more than dense solid ones in constrictions. Millimotors are created from permeable capsules of bacterial cellulose that are coated with catalase-containing metal-organic frameworks, enabling reactive propulsion in aqueous hydrogen peroxide. The motion of the motors is quantified using particle tracking and the deformation is measured using microcapillary compression and flow through confined channels. Two different propulsion mechanisms are dominant depending on the motor surface chemistry: oxygen bubbles are expelled from hydrophilic millimotors, driving motion via reaction force and buoyancy. Hydrophobic millimotors remain attached to growing bubbles and move by buoyancy alone. Despite their large size, the low-density capsules compress to pass through contractions that would impede and be blocked by solid motors. The sparse structure but relatively large size of the motors enables them to transport significant volumes of liquid using minimal solid mass as a motor support structure.

preprint2022arXiv

Towards the ultimate PMT waveform analysis for neutrino and dark matter experiments

Photomultiplier tube (PMT) voltage waveforms are the raw data of many neutrino and dark matter experiments. Waveform analysis is the cornerstone of data processing. We evaluate the performance of all the waveform analysis algorithms known to us and find fast stochastic matching pursuit the best in accuracy. Significant time (up to 2 times) and energy (up to 1.07 times) resolution boosts are attainable with fast stochastic matching pursuit, approaching theoretical limits. Other methods also outperform the traditional threshold crossing approach in time resolution.

preprint2021arXiv

SceneRec: Scene-Based Graph Neural Networks for Recommender Systems

Collaborative filtering has been largely used to advance modern recommender systems to predict user preference. A key component in collaborative filtering is representation learning, which aims to project users and items into a low dimensional space to capture collaborative signals. However, the scene information, which has effectively guided many recommendation tasks, is rarely considered in existing collaborative filtering methods. To bridge this gap, we focus on scene-based collaborative recommendation and propose a novel representation model SceneRec. SceneRec formally defines a scene as a set of pre-defined item categories that occur simultaneously in real-life situations and creatively designs an item-category-scene hierarchical structure to build a scene-based graph. In the scene-based graph, we adopt graph neural networks to learn scene-specific representation on each item node, which is further aggregated with latent representation learned from collaborative interactions to make recommendations. We perform extensive experiments on real-world E-commerce datasets and the results demonstrate the effectiveness of the proposed method.