SearcharxivSearch

arXiv subjects

Zhufeng Pan

Publications and source records attributed to Zhufeng Pan.

4 recordsLinked to original sources

Interface Engineered Moir\'e Graphene Superlattices: Breaking the Auger Carrier Multiplication Limit for Infrared Single-Photon Detection

Hot electrons undergo Auger scattering during their relaxation process has a multiplication effect,which can generate more electrons above the Fermi level, thus improving the efficiency of photoelectric signal conversion.However,the photo-current gain brought by the Auger carrier multiplication is generally limited with a value less than 5,due to the rapid recombination of photo-generated charge-carriers and the inherently low light absorption of two-dimensional materials.Herein,by twisting graphene to an interlayer angle of 10 o ,we report a layer-dependent electronic correlations leading to an efficient carrier multiplication gain of 10 3 .This is primarily offered by the additional localized density-of-states at interface of the bi-layer 10 o ,moire graphene,and the enhanced interlayer coupling of electron waves in a five-layer moire graphene superlattice structure.Therefore,we can harvest the hot electrons during their energy relaxation through a thermalized optical phonon bottleneck effect.It is this effect that promotes the accumulated hot electrons to achieve a maximum Auger scattering rate ~ 10 10 *ps -1 *cm -2 .Furthermore,the ballistic transport of these hot electrons and Schottky barrier from a 90 nm thick silicon-on-insulator (SOI) silicon effectively block the thermal noise,thus leading to a highly sensitive near-infrared detection characteristic.At a low incident light power of ~ 10 -13 W/cm 2 ,the resulting signal-to-noise ratio is more than 100 dB.The strengthened electromagnetic interaction from highly thermalized optical phonon in stacked moire graphene is utilized in this work.The hot electron multiplication suggests the applicability of Van der Waals moire superlattice architecture for harvesting charge carriers,thus paving the pathway to design infrared single-photon avalanche detectors.

physics.app-ph

Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context

In this report, we introduce the Gemini 1.5 family of models, representing the next generation of highly compute-efficient multimodal models capable of recalling and reasoning over fine-grained information from millions of tokens of context, including multiple long documents and hours of video and audio. The family includes two new models: (1) an updated Gemini 1.5 Pro, which exceeds the February version on the great majority of capabilities and benchmarks; (2) Gemini 1.5 Flash, a more lightweight variant designed for efficiency with minimal regression in quality. Gemini 1.5 models achieve near-perfect recall on long-context retrieval tasks across modalities, improve the state-of-the-art in long-document QA, long-video QA and long-context ASR, and match or surpass Gemini 1.0 Ultra's state-of-the-art performance across a broad set of benchmarks. Studying the limits of Gemini 1.5's long-context ability, we find continued improvement in next-token prediction and near-perfect retrieval (>99%) up to at least 10M tokens, a generational leap over existing models such as Claude 3.0 (200k) and GPT-4 Turbo (128k). Finally, we highlight real-world use cases, such as Gemini 1.5 collaborating with professionals on completing their tasks achieving 26 to 75% time savings across 10 different job categories, as well as surprising new capabilities of large language models at the frontier; when given a grammar manual for Kalamang, a language with fewer than 200 speakers worldwide, the model learns to translate English to Kalamang at a similar level to a person who learned from the same content.

cs.CL

Who Blames or Endorses Whom? Entity-to-Entity Directed Sentiment Extraction in News Text

Understanding who blames or supports whom in news text is a critical research question in computational social science. Traditional methods and datasets for sentiment analysis are, however, not suitable for the domain of political text as they do not consider the direction of sentiments expressed between entities. In this paper, we propose a novel NLP task of identifying directed sentiment relationship between political entities from a given news document, which we call directed sentiment extraction. From a million-scale news corpus, we construct a dataset of news sentences where sentiment relations of political entities are manually annotated. We present a simple but effective approach for utilizing a pretrained transformer, which infers the target class by predicting multiple question-answering tasks and combining the outcomes. We demonstrate the utility of our proposed method for social science research questions by analyzing positive and negative opinions between political entities in two major events: 2016 U.S. presidential election and COVID-19. The newly proposed problem, data, and method will facilitate future studies on interdisciplinary NLP methods and applications.

cs.CL

Interpretable Real-Time Win Prediction for Honor of Kings, a Popular Mobile MOBA Esport

With the rapid prevalence and explosive development of MOBA esports (Multiplayer Online Battle Arena electronic sports), much research effort has been devoted to automatically predicting game results (win predictions). While this task has great potential in various applications, such as esports live streaming and game commentator AI systems, previous studies fail to investigate the methods to interpret these win predictions. To mitigate this issue, we collected a large-scale dataset that contains real-time game records with rich input features of the popular MOBA game Honor of Kings. For interpretable predictions, we proposed a Two-Stage Spatial-Temporal Network (TSSTN) that can not only provide accurate real-time win predictions but also attribute the ultimate prediction results to the contributions of different features for interpretability. Experiment results and applications in real-world live streaming scenarios showed that the proposed TSSTN model is effective both in prediction accuracy and interpretability.

cs.AI