Researcher profile

Yuying Zhu

Yuying Zhu contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
6topics
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

5 published item(s)

preprint2022arXiv

Little-Parks like oscillations in lightly doped cuprate superconductors

Understanding the rich and competing electronic orders in cuprate superconductors may provide important insight into the mechanism of high-temperature superconductivity. Here, by measuring Bi2Sr2CaCu2O8+x in the extremely underdoped regime, we obtain evidence for a distinct type of ordering, which manifests itself as resistance oscillations at low magnetic fields (<10 T) and at temperatures around the superconducting transition. By tuning the doping level p continuously, we reveal that these low-field oscillations occur only when p<0.1. The oscillation amplitude increases with decreasing p but the oscillation period stays almost constant. We show that these low-field oscillations can be well described by assuming a periodic superconducting structure with a mesh size of about 50 nm. Such a charge order, which is distinctly different from the well-established charge density wave and pair density wave, seems to be an unexpected piece of the puzzle on the correlated physics in cuprates.

preprint2022arXiv

Online Metro Origin-Destination Prediction via Heterogeneous Information Aggregation

Metro origin-destination prediction is a crucial yet challenging time-series analysis task in intelligent transportation systems, which aims to accurately forecast two specific types of cross-station ridership, i.e., Origin-Destination (OD) one and Destination-Origin (DO) one. However, complete OD matrices of previous time intervals can not be obtained immediately in online metro systems, and conventional methods only used limited information to forecast the future OD and DO ridership separately. In this work, we proposed a novel neural network module termed Heterogeneous Information Aggregation Machine (HIAM), which fully exploits heterogeneous information of historical data (e.g., incomplete OD matrices, unfinished order vectors, and DO matrices) to jointly learn the evolutionary patterns of OD and DO ridership. Specifically, an OD modeling branch estimates the potential destinations of unfinished orders explicitly to complement the information of incomplete OD matrices, while a DO modeling branch takes DO matrices as input to capture the spatial-temporal distribution of DO ridership. Moreover, a Dual Information Transformer is introduced to propagate the mutual information among OD features and DO features for modeling the OD-DO causality and correlation. Based on the proposed HIAM, we develop a unified Seq2Seq network to forecast the future OD and DO ridership simultaneously. Extensive experiments conducted on two large-scale benchmarks demonstrate the effectiveness of our method for online metro origin-destination prediction. Our code is resealed at https://github.com/HCPLab-SYSU/HIAM.

preprint2020arXiv

CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition

Named entity recognition (NER) in Chinese is essential but difficult because of the lack of natural delimiters. Therefore, Chinese Word Segmentation (CWS) is usually considered as the first step for Chinese NER. However, models based on word-level embeddings and lexicon features often suffer from segmentation errors and out-of-vocabulary (OOV) words. In this paper, we investigate a Convolutional Attention Network called CAN for Chinese NER, which consists of a character-based convolutional neural network (CNN) with local-attention layer and a gated recurrent unit (GRU) with global self-attention layer to capture the information from adjacent characters and sentence contexts. Also, compared to other models, not depending on any external resources like lexicons and employing small size of char embeddings make our model more practical. Extensive experimental results show that our approach outperforms state-of-the-art methods without word embedding and external lexicon resources on different domain datasets including Weibo, MSRA and Chinese Resume NER dataset.

preprint2020arXiv

Direct visualization of ambipolar Mott transition in cuprate CuO2 planes

Identifying the essence of doped Mott insulators is one of the major outstanding problems in condensed matter physics and the key to understanding the high-temperature superconductivity in cuprates. We report real space visualization of Mott transition in Sr1-xLaxCuO2+y cuprate films that cover the entire electron- and hole-doped regimes. Tunneling conductance measurements directly on the cooper-oxide (CuO2) planes reveal a systematic shift in the Fermi level, while the fundamental Mott-Hubbard band structure remains unchanged. This is further demonstrated by exploring atomic-scale electronic response of CuO2 to substitutional dopants and intrinsic defects in a sister compound Sr0.92Nd0.08CuO2. The results could be better explained in the framework of self-modulation doping, similar to that in semiconductor heterostructures, and form a basis for developing any microscopic theories for cuprate superconductivity.

preprint2020arXiv

What Gives the Answer Away? Question Answering Bias Analysis on Video QA Datasets

Question answering biases in video QA datasets can mislead multimodal model to overfit to QA artifacts and jeopardize the model&#39;s ability to generalize. Understanding how strong these QA biases are and where they come from helps the community measure progress more accurately and provide researchers insights to debug their models. In this paper, we analyze QA biases in popular video question answering datasets and discover pretrained language models can answer 37-48% questions correctly without using any multimodal context information, far exceeding the 20% random guess baseline for 5-choose-1 multiple-choice questions. Our ablation study shows biases can come from annotators and type of questions. Specifically, annotators that have been seen during training are better predicted by the model and reasoning, abstract questions incur more biases than factual, direct questions. We also show empirically that using annotator-non-overlapping train-test splits can reduce QA biases for video QA datasets.