Source author record

Wentao Zhang

Wentao Zhang appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

75works
16topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

75 published item(s)

preprint2026arXiv

Advancing ESG Intelligence: An Expert-level Agent and Comprehensive Benchmark for Sustainable Finance

Environmental, social, and governance (ESG) criteria are essential for evaluating corporate sustainability and ethical performance. However, professional ESG analysis is hindered by data fragmentation across unstructured sources, and existing large language models (LLMs) often struggle with the complex, multi-step workflows required for rigorous auditing. To address these limitations, we introduce ESGAgent, a hierarchical multi-agent system empowered by a specialized toolset, including retrieval augmentation, web search and domain-specific functions, to generate in-depth ESG analysis. Complementing this agentic system, we present a comprehensive three-level benchmark derived from 310 corporate sustainability reports, designed to evaluate capabilities ranging from atomic common-sense questions to the generation of integrated, in-depth analysis. Empirical evaluations demonstrate that ESGAgent outperforms state-of-the-art closed-source LLMs with an average accuracy of 84.15% on atomic question-answering tasks, and excels in professional report generation by integrating rich charts and verifiable references. These findings confirm the diagnostic value of our benchmark, establishing it as a vital testbed for assessing general and advanced agentic capabilities in high-stakes vertical domains.

preprint2026arXiv

AgentOrchestra: Orchestrating Multi-Agent Intelligence with the Tool-Environment-Agent(TEA) Protocol

Recent advances in LLM-based agent systems have shown promise in tackling complex, long-horizon tasks. However, existing LLM-based agentprotocols (e.g., A2A and MCP) under-specify cross-entity lifecycle and context management, version tracking, and ad-hoc environment integration, which in turn encourages fixed, monolithic agent compositions and brittle glue code. To address these limitations, we introduce the Tool-Environment-Agent (TEA) protocol, a unified abstraction that models environments, agents, and tools as first-class resources with explicit lifecycles and versioned interfaces. TEA provides a principled foundation for end-to-end lifecycle and version management, and for associating each run with its context and outputs across components, improving traceability and reproducibility. Moreover, TEA enables continual self-evolution of agent-associated components through a closed feedback loop, producing improved versions while supporting version selection and rollback. Building on TEA, we present AgentOrchestra, a hierarchical multi-agent framework in which a central planner orchestrates specialized sub-agents for web navigation, data analysis, and file operations, and supports continual adaptation by dynamically instantiating, retrieving, and refining tools online during execution. We evaluate AgentOrchestra on three challenging benchmarks, where it consistently outperforms strong baselines and achieves 89.04% on GAIA, establishing state-of-the-art performance to the best of our knowledge. Overall, our results provide evidence that TEA and hierarchical orchestration improve scalability and generality in multi-agent systems.

preprint2026arXiv

CiteVQA: Benchmarking Evidence Attribution for Trustworthy Document Intelligence

Multimodal Large Language Models (MLLMs) have significantly advanced document understanding, yet current Doc-VQA evaluations score only the final answer and leave the supporting evidence unchecked. This answer-only approach masks a critical failure mode: a model can land on the correct answer while grounding it in the wrong passage -- a critical risk in high-stakes domains like law, finance, and medicine, where every conclusion must be traceable to a specific source region. To address this, we introduce CiteVQA, a benchmark that requires models to return element-level bounding-box citations alongside each answer, evaluating both jointly. CiteVQA comprises 1,897 questions across 711 PDFs spanning seven domains and two languages, averaging 40.6 pages per document. To ensure fidelity and scalability, the ground-truth citations are generated by an automated pipeline-which identifies crucial evidence via masking ablation-and are subsequently validated through expert review. At the core of our evaluation is Strict Attributed Accuracy (SAA), which credits a prediction only when the answer and the cited region are both correct. Auditing 20 MLLMs reveals a pervasive Attribution Hallucination: models frequently produce the right answer while citing the wrong region. The strongest system (Gemini-3.1-Pro-Preview) achieves an SAA of only 76.0, and the strongest open-source MLLM reaches just 22.5. Ultimately, towards trustworthy document intelligence, CiteVQA exposes a reliability gap that answer-only evaluations overlook, providing the instrumentation needed to close it. Our repository is available at https://github.com/opendatalab/CiteVQA.

preprint2026arXiv

CoF-T2I: Video Models as Pure Visual Reasoners for Text-to-Image Generation

Recent video generation models have revealed the emergence of Chain-of-Frame (CoF) reasoning, enabling frame-by-frame visual inference. With this capability, video models have been successfully applied to various visual tasks (e.g., maze solving, visual puzzles). However, their potential to enhance text-to-image (T2I) generation remains largely unexplored due to the absence of a clearly defined visual reasoning starting point and interpretable intermediate states in the T2I generation process. To bridge this gap, we propose CoF-T2I, a model that integrates CoF reasoning into T2I generation via progressive visual refinement, where intermediate frames act as explicit reasoning steps and the final frame is taken as output. To establish such an explicit generation process, we curate CoF-Evol-Instruct, a dataset of CoF trajectories that model the generation process from semantics to aesthetics. To further improve quality and avoid motion artifacts, we enable independent encoding operation for each frame. Experiments show that CoF-T2I significantly outperforms the base video model and achieves competitive performance on challenging benchmarks, reaching 0.86 on GenEval and 7.468 on Imagine-Bench. These results indicate the substantial promise of video models for advancing high-quality text-to-image generation.

preprint2026arXiv

Decoupled interband pairing in a bilayer iron-based superconductor evidenced by ultrahigh-resolution ARPES

We present direct experimental evidence of a weakly coupled multiband superconducting state in the bilayer iron-based superconductor ACa$_2$Fe$_4$As$_4$F$_2$ (A = K, Cs) via ultrahigh-resolution angle-resolved photoemission spectroscopy (ARPES). Remarkably, the K-containing compound exhibits two distinct transition temperatures, corresponding to two separate sets of bilayer-split bands, as evidenced by temperature-dependent superconducting gap and spectral weight near the Fermi energy, while its Cs counterpart displays conventional single transition behavior. These experimental observations are well described by the weakly coupled two-band model of Eilenberger theory, which identifies suppressed interband pairing interactions between the bilayer-split bands as the key mechanism. By exploring quantum phenomena in the weak-coupling limit within a multiband system, our findings pave the way for engineering exotic superconductivity via band-selective pairing control.

preprint2026arXiv

Decoupling Continual Semantic Segmentation

Continual Semantic Segmentation (CSS) requires learning new classes without forgetting previously acquired knowledge, addressing the fundamental challenge of catastrophic forgetting in dense prediction tasks. However, existing CSS methods typically employ single-stage encoder-decoder architectures where segmentation masks and class labels are tightly coupled, leading to interference between old and new class learning and suboptimal retention-plasticity balance. We introduce DecoupleCSS, a novel two-stage framework for CSS. By decoupling class-aware detection from class-agnostic segmentation, DecoupleCSS enables more effective continual learning, preserving past knowledge while learning new classes. The first stage leverages pre-trained text and image encoders, adapted using LoRA, to encode class-specific information and generate location-aware prompts. In the second stage, the Segment Anything Model (SAM) is employed to produce precise segmentation masks, ensuring that segmentation knowledge is shared across both new and previous classes. This approach improves the balance between retention and adaptability in CSS, achieving state-of-the-art performance across a variety of challenging tasks. Our code is publicly available at: https://github.com/euyis1019/Decoupling-Continual-Semantic-Segmentation.

preprint2026arXiv

DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning

General reasoning represents a long-standing and formidable challenge in artificial intelligence. Recent breakthroughs, exemplified by large language models (LLMs) and chain-of-thought prompting, have achieved considerable success on foundational reasoning tasks. However, this success is heavily contingent upon extensive human-annotated demonstrations, and models' capabilities are still insufficient for more complex problems. Here we show that the reasoning abilities of LLMs can be incentivized through pure reinforcement learning (RL), obviating the need for human-labeled reasoning trajectories. The proposed RL framework facilitates the emergent development of advanced reasoning patterns, such as self-reflection, verification, and dynamic strategy adaptation. Consequently, the trained model achieves superior performance on verifiable tasks such as mathematics, coding competitions, and STEM fields, surpassing its counterparts trained via conventional supervised learning on human demonstrations. Moreover, the emergent reasoning patterns exhibited by these large-scale models can be systematically harnessed to guide and enhance the reasoning capabilities of smaller models.

preprint2026arXiv

DocDancer: Towards Agentic Document-Grounded Information Seeking

Document Question Answering (DocQA) focuses on answering questions grounded in given documents, yet existing DocQA agents lack effective tool utilization and largely rely on closed-source models. In this work, we introduce DocDancer, an end-to-end trained open-source Doc agent. We formulate DocQA as an information-seeking problem and propose a tool-driven agent framework that explicitly models document exploration and comprehension. To enable end-to-end training of such agents, we introduce an Exploration-then-Synthesis data synthesis pipeline that addresses the scarcity of high-quality training data for DocQA. Training on the synthesized data, the trained models on two long-context document understanding benchmarks, MMLongBench-Doc and DocBench, show their effectiveness. Further analysis provides valuable insights for the agentic tool design and synthetic data.

preprint2026arXiv

K12-KGraph: A Curriculum-Aligned Knowledge Graph for Benchmarking and Training Educational LLMs

Large language models (LLMs) are increasingly used in K-12 education, yet existing benchmarks such as C-Eval, CMMLU, GaokaoBench, and EduEval mainly evaluate factual recall through exam-style question answering. Effective educational AI additionally requires curriculum cognition: understanding how knowledge is structured through prerequisite chains, concept taxonomies, experiment-concept links, and pedagogical sequencing. To address this gap, we introduce K12-KGraph, a curriculum-aligned knowledge graph extracted from official People's Education Press textbooks across mathematics, physics, chemistry, and biology from primary to high school. The graph contains seven node types (Concept, Skill, Experiment, Exercise, Section, Chapter, Book) and nine relation types covering taxonomy, prerequisite, association, verification, assessment, location, and order. Based on this graph, we construct two resources: (1) K12-Bench, a 23,640-question multi-select benchmark spanning five graph-derived task families (Ground, Prereq, Neighbor, Evidence, and Locate); and (2) K12-Train, a KG-guided supervised fine-tuning corpus of approximately 2,300 QA pairs synthesized from graph structure and node attributes. Experiments reveal substantial deficiencies in curriculum cognition: on K12-Bench, Gemini-3-Flash achieves only 57% exact match, while the best open-source model, Gemma-4-31B-IT, reaches 46%. Under a strictly matched 2,300-sample SFT budget on Qwen3-4B-Base and Llama-3.1-8B-Base, K12-Train consistently outperforms equally sized subsets from eight mainstream instruction-tuning corpora on both GaokaoBench and EduEval, demonstrating that curriculum-structured supervision is highly sample-efficient for educational tuning. We release the graph, benchmark, training data, and full construction pipeline.

preprint2026arXiv

PilotRL: Training Language Model Agents via Global Planning-Guided Progressive Reinforcement Learning

Large Language Models (LLMs) have shown remarkable advancements in tackling agent-oriented tasks. Despite their potential, existing work faces challenges when deploying LLMs in agent-based environments. The widely adopted agent paradigm ReAct centers on integrating single-step reasoning with immediate action execution, which limits its effectiveness in complex tasks requiring long-term strategic planning. Furthermore, the coordination between the planner and executor during problem-solving is also a critical factor to consider in agent design. Additionally, current approaches predominantly rely on supervised fine-tuning, which often leads models to memorize established task completion trajectories, thereby restricting their generalization ability when confronted with novel problem contexts. To address these challenges, we introduce an adaptive global plan-based agent paradigm AdaPlan, aiming to synergize high-level explicit guidance with execution to support effective long-horizon decision-making. Based on the proposed paradigm, we further put forward PilotRL, a global planning-guided training framework for LLM agents driven by progressive reinforcement learning. We first develop the model's ability to follow explicit guidance from global plans when addressing agent tasks. Subsequently, based on this foundation, we focus on optimizing the quality of generated plans. Finally, we conduct joint optimization of the model's planning and execution coordination. Experiments indicate that PilotRL could achieve state-of-the-art performances, with LLaMA3.1-8B-Instruct + PilotRL surpassing closed-sourced GPT-4o by 3.60%, while showing a more substantial gain of 55.78% comparing to GPT-4o-mini at a comparable parameter scale.

preprint2026arXiv

ProfiliTable: Profiling-Driven Tabular Data Processing via Agentic Workflows

Table processing-including cleaning, transformation, augmentation, and matching-is a foundational yet error-prone stage in real-world data pipelines. While recent LLM-based approaches show promise for automating such tasks, they often struggle in practice due to ambiguous instructions, complex task structures, and the lack of structured feedback, resulting in syntactically correct but semantically flawed code. To address these challenges, we propose ProfiliTable, an autonomous multi-agent framework centered on dynamic profiling, which constructs and iteratively refines a unified execution context through interactive exploration, knowledge-augmented synthesis, and feedback-driven refinement. ProfiliTable integrates (i) a Profiler that performs ReAct-style data exploration to build semantic understanding, (ii) a Generator that retrieves curated operators to synthesize task-aware code, and (iii) an Evaluator-Summarizer loop that injects execution scores and diagnostic insights to enable closed-loop refinement. Extensive experiments on a diverse benchmark covering 18 tabular task types demonstrate that ProfiliTable consistently outperforms strong baselines, particularly in complex multi-step scenarios. These results highlight the critical role of dynamic profiling in reliably translating ambiguous user intents into robust and governance-compliant table transformations.

preprint2026arXiv

RAGShaper: Eliciting Sophisticated Agentic RAG Skills via Automated Data Synthesis

Agentic Retrieval-Augmented Generation (RAG) empowers large language models to autonomously plan and retrieve information for complex problem-solving. However, the development of robust agents is hindered by the scarcity of high-quality training data that reflects the noise and complexity of real-world retrieval environments. Conventional manual annotation is unscalable and often fails to capture the dynamic reasoning strategies required to handle retrieval failures. To bridge this gap, we introduce RAGShaper, a novel data synthesis framework designed to automate the construction of RAG tasks and robust agent trajectories. RAGShaper incorporates an InfoCurator to build dense information trees enriched with adversarial distractors spanning Perception and Cognition levels. Furthermore, we propose a constrained navigation strategy that forces a teacher agent to confront these distractors, thereby eliciting trajectories that explicitly demonstrate error correction and noise rejection. Comprehensive experiments confirm that models trained on our synthesized corpus significantly outperform existing baselines, exhibiting superior robustness in noise-intensive and complex retrieval tasks.

preprint2026arXiv

Reinforcement Learning with Semantic Rewards Enables Low-Resource Language Expansion without Alignment Tax

Extending large language models (LLMs) to low-resource languages often incurs an "alignment tax": improvements in the target language come at the cost of catastrophic forgetting in general capabilities. We argue that this trade-off arises from the rigidity of supervised fine-tuning (SFT), which enforces token-level surface imitation on narrow and biased data distributions. To address this limitation, we propose a semantic-space alignment paradigm powered by Group Relative Policy Optimization (GRPO), where the model is optimized using embedding-level semantic rewards rather than likelihood maximization. This objective encourages meaning preservation through flexible realizations, enabling controlled updates that reduce destructive interference with pretrained knowledge. We evaluate our approach on Tibetan-Chinese machine translation and Tibetan headline generation. Experiments show that our method acquires low-resource capabilities while markedly mitigating alignment tax, preserving general competence more effectively than SFT. Despite producing less rigid surface overlap, semantic RL yields higher semantic quality and preference in open-ended generation, and few-shot transfer results indicate that it learns more transferable and robust representations under limited supervision. Overall, our study demonstrates that reinforcement learning with semantic rewards provides a safer and more reliable pathway for inclusive low-resource language expansion.

preprint2026arXiv

STORM: A Spatio-Temporal Factor Model Based on Dual Vector Quantized Variational Autoencoders for Financial Trading

In financial trading, factor models are widely used to price assets and capture excess returns from mispricing. Recently, we have witnessed the rise of variational autoencoder-based latent factor models, which learn latent factors self-adaptively. While these models focus on modeling overall market conditions, they often fail to effectively capture the temporal patterns of individual stocks. Additionally, representing multiple factors as single values simplifies the model but limits its ability to capture complex relationships and dependencies. As a result, the learned factors are of low quality and lack diversity, reducing their effectiveness and robustness across different trading periods. To address these issues, we propose a Spatio-Temporal factOR Model based on dual vector quantized variational autoencoders, named STORM, which extracts features of stocks from temporal and spatial perspectives, then fuses and aligns these features at the fine-grained and semantic level, and represents the factors as multi-dimensional embeddings. The discrete codebooks cluster similar factor embeddings, ensuring orthogonality and diversity, which helps distinguish between different factors and enables factor selection in financial trading. To show the performance of the proposed factor model, we apply it to two downstream experiments: portfolio management on two stock datasets and individual trading tasks on six specific stocks. The extensive experiments demonstrate STORM's flexibility in adapting to downstream tasks and superior performance over baseline models.

preprint2026arXiv

TraceAV-Bench: Benchmarking Multi-Hop Trajectory Reasoning over Long Audio-Visual Videos

Real-world audio-visual understanding requires chaining evidence that is sparse, temporally dispersed, and split across the visual and auditory streams, whereas existing benchmarks largely fail to evaluate this capability. They restrict videos to short clips, isolate modalities, or reduce questions to one-hop perception. We introduce TraceAV-Bench, the first benchmark to jointly evaluate multi-hop reasoning over long audio-visual trajectories and multimodal hallucination robustness. TraceAV-Bench comprises 2,200 rigorously validated multiple-choice questions over 578 long videos, totaling 339.5 hours, spanning 4 evaluation dimensions and 15 sub-tasks. Each question is grounded in an explicit reasoning chain that averages 3.68 hops across a 15.1-minute temporal span. The dataset is built by a three-step semi-automated pipeline followed by a strict quality assurance process. Evaluation of multiple representative OmniLLMs on TraceAV-Bench reveals that the benchmark poses a persistent challenge across all models, with the strongest closed-source model (Gemini 3.1 Pro) reaching only 68.29% on general tasks, and the best open-source model (Ming-Flash-Omni-2.0) reaching 51.70%, leaving substantial headroom. Moreover, we find that robustness to multimodal hallucination is largely decoupled from general multimodal reasoning performance. We anticipate that TraceAV-Bench will stimulate further research toward OmniLLMs that can reason coherently and faithfully over long-form audio-visual content.

preprint2026arXiv

Training with Harnesses: On-Policy Harness Self-Distillation for Complex Reasoning

Inference-time harnesses substantially improve large language models on complex reasoning tasks. However, the intrinsic capabilities of the underlying model remain unchanged by the addition of these external workflows. To bridge this gap, we introduce \emph{On-Policy Harness Self-Distillation} (OPHSD), which employs the harness-augmented current model as a teacher for self-distillation, thereby introducing extra supervisory signals from the harness beyond training data. OPHSD internalizes task-specific harness capabilities into the student model, yielding robust generalizability and strong standalone performance across diverse reasoning tasks. Evaluated across draft--verify harness for text classification and plan--solve for mathematical reasoning tasks, OPHSD consistently outperforms strong baselines (e.g., +10.83\% over OPSD on HMMT25). Our analysis further indicates that reattaching the harness during inference yields no additional benefits and can even degrade performance, suggesting that complex harnesses need not always be permanent fixtures; instead, they can serve as temporary training scaffolds whose benefits are permanently fed back into the base model. Our code and training data are available at https://github.com/zzy1127/OPHSD-On-Policy-Harness-Self-Distillation.

preprint2026arXiv

Uni-Synergy: Bridging Understanding and Generation for Personalized Reasoning via Co-operative Reinforcement Learning

Unified Multimodal Models (UMMs) excel in general tasks but struggle to bridge the gap between personalized understanding and generation. Prior works largely rely on implicit token-level alignment via supervised fine-tuning, which fails to fully capture the potential synergy between comprehension and creation. In this work, we propose Sync-R1, an end-to-end reinforcement learning framework that jointly optimizes personalized understanding and generation within a single, explicit reasoning loop. Through this unified feedback process, Sync-R1 enables personalized comprehension to guide content creation, while the resulting generation quality reciprocally refines understanding within an integrated reward landscape. To efficiently orchestrate this dual-task synergy, we introduce Sync-GRPO, a reinforcement learning method utilizing an ensemble reward system. Furthermore, we propose Dynamic Group Scaling (DGS), which adaptively filters low-potential trajectories to reduce gradient variance and accelerate convergence. To better reflect real-world complexity, we introduce UnifyBench++, featuring denser textual descriptions and richer user contexts. Experimental results demonstrate that Sync-R1 achieves state-of-the-art performance, showcasing superior cross-task reasoning and robust personalization without requiring complex cold-start procedures. The code and the UnifyBench++ dataset will be released at: https://github.com/arctanxarc/UniCTokens.

preprint2026arXiv

Universal Smoothness via Bernstein Polynomials: A Constructive Approximation Approach for Activation Functions

The efficacy of deep neural networks is heavily reliant on the design of non-linear activation functions, yet existing approaches often struggle to balance optimization stability with computational efficiency. While piecewise linear functions offer inference speed, they suffer from optimization instability due to non-differentiability at the origin, whereas smooth counterparts typically incur significant computational overhead through their reliance on transcendental operations. To address these limitations, this paper proposes a general smoothing framework based on constructive approximation theory and introduces the Bernstein Linear Unit (BerLU). This novel activation function utilizes Bernstein polynomials to construct a differentiable quadratic transition region that effectively eliminates singularities while maintaining a piecewise linear structure. Theoretical analysis demonstrates that the proposed method guarantees strictly continuous differentiability and a non-expansive Lipschitz constant of one, which ensures stable gradient propagation and prevents the gradient explosion problems common in deep architectures. Comprehensive empirical evaluations across representative Vision Transformer and Convolutional Neural Network architectures confirm that this approach consistently outperforms state-of-the-art baselines on standard image classification benchmarks while delivering superior computational and memory efficiency.

preprint2026arXiv

VGGT-Edit: Feed-forward Native 3D Scene Editing with Residual Field Prediction

High-quality 3D scene reconstruction has recently advanced toward generalizable feed-forward architectures, enabling the generation of complex environments in a single forward pass. However, despite their strong performance in static scene perception, these models remain limited in responding to dynamic human instructions, which restricts their use in interactive applications. Existing editing methods typically rely on a 2D-lifting strategy, where individual views are edited independently and then lifted back into 3D space. This indirect pipeline often leads to blurry textures and inconsistent geometry, as 2D editors lack the spatial awareness required to preserve structure across viewpoints. To address these limitations, we propose VGGT-Edit, a feed-forward framework for text-conditioned native 3D scene editing. VGGT-Edit introduces depth-synchronized text injection to align semantic guidance with the backbone's spatial poses, ensuring stable instruction grounding. This semantic signal is then processed by a residual transformation head, which directly predicts 3D geometric displacements to deform the scene while preserving background stability. To ensure high-fidelity results, we supervise the framework with a multi-term objective function that enforces geometric accuracy and cross-view consistency. We also construct the DeltaScene Dataset, a large-scale dataset generated through an automated pipeline with 3D agreement filtering to ensure ground-truth quality. Experiments show that VGGT-Edit substantially outperforms 2D-lifting baselines, producing sharper object details, stronger multi-view consistency, and near-instant inference speed. The project page is https://chriszkxxx.github.io/VGGT-Edit/.

preprint2025arXiv

CPJ: Explainable Agricultural Pest Diagnosis via Caption-Prompt-Judge with LLM-Judged Refinement

Accurate and interpretable crop disease diagnosis is essential for agricultural decision-making, yet existing methods often rely on costly supervised fine-tuning and perform poorly under domain shifts. We propose Caption--Prompt--Judge (CPJ), a training-free few-shot framework that enhances Agri-Pest VQA through structured, interpretable image captions. CPJ employs large vision-language models to generate multi-angle captions, refined iteratively via an LLM-as-Judge module, which then inform a dual-answer VQA process for both recognition and management responses. Evaluated on CDDMBench, CPJ significantly improves performance: using GPT-5-mini captions, GPT-5-Nano achieves \textbf{+22.7} pp in disease classification and \textbf{+19.5} points in QA score over no-caption baselines. The framework provides transparent, evidence-based reasoning, advancing robust and explainable agricultural diagnosis without fine-tuning. Our code and data are publicly available at: https://github.com/CPJ-Agricultural/CPJ-Agricultural-Diagnosis.

preprint2025arXiv

xVerify: Efficient Answer Verifier for Reasoning Model Evaluations

With the release of OpenAI's o1 model, reasoning models that adopt slow-thinking strategies have become increasingly common. Their outputs often contain complex reasoning, intermediate steps, and self-reflection, making existing evaluation methods and reward models inadequate. In particular, they struggle to judge answer equivalence and to reliably extract final answers from long, complex responses. To address this challenge, we propose xVerify, an efficient answer verifier for evaluating reasoning models. xVerify shows strong equivalence judgment capabilities, enabling accurate comparison between model outputs and reference answers across diverse question types. To train and evaluate xVerify, we construct the VAR dataset, which consists of question-answer pairs generated by multiple LLMs across various datasets. The dataset incorporates multiple reasoning models and challenging evaluation sets specifically designed for reasoning assessment, with a multi-round annotation process to ensure label quality. Based on VAR, we train xVerify models at different scales. Experimental results on both test and generalization sets show that all xVerify variants achieve over 95% F1 score and accuracy. Notably, the smallest model, xVerify-0.5B-I, outperforms all evaluation methods except GPT-4o, while xVerify-3B-Ib surpasses GPT-4o in overall performance. In addition, reinforcement learning experiments using xVerify as the reward model yield an 18.4% improvement for Qwen2.5-7B compared with direct generation, exceeding the gains achieved with Math Verify as the reward. These results demonstrate the effectiveness and generalizability of xVerify. All xVerify resources are available on \href{https://github.com/IAAR-Shanghai/xVerify}{GitHub}.

preprint2024arXiv

DeepSeek LLM: Scaling Open-Source Language Models with Longtermism

The rapid development of open-source large language models (LLMs) has been truly remarkable. However, the scaling law described in previous literature presents varying conclusions, which casts a dark cloud over scaling LLMs. We delve into the study of scaling laws and present our distinctive findings that facilitate scaling of large scale models in two commonly used open-source configurations, 7B and 67B. Guided by the scaling laws, we introduce DeepSeek LLM, a project dedicated to advancing open-source language models with a long-term perspective. To support the pre-training phase, we have developed a dataset that currently consists of 2 trillion tokens and is continuously expanding. We further conduct supervised fine-tuning (SFT) and Direct Preference Optimization (DPO) on DeepSeek LLM Base models, resulting in the creation of DeepSeek Chat models. Our evaluation results demonstrate that DeepSeek LLM 67B surpasses LLaMA-2 70B on various benchmarks, particularly in the domains of code, mathematics, and reasoning. Furthermore, open-ended evaluations reveal that DeepSeek LLM 67B Chat exhibits superior performance compared to GPT-3.5.

preprint2022arXiv

Anomalous contribution to the nematic electronic states from the structural transition in FeSe revealed by time- and angle-resolved photoemission spectroscopy

High-resolution time- and angle-resolved photoemission measurements were made on FeSe superconductors. With ultrafast photoexcitation, two critical excitation fluences that correspond to two ultrafast electronic phase transitions were found only in the $d_{yz}$-orbit-derived band near the Brillouin-zone center within our time and energy resolution. Upon comparison to the detailed temperature dependent measurements, we conclude that there are two equilibrium electronic phase transitions (at approximately 90 and 120 K) above the superconducting transition temperature, and an anomalous contribution on the scale of 10 meV to the nematic states from the structural transition is experimentally determined. Our observations strongly suggest that the electronic phase transition at 120 K must be taken into account in the energy band development of FeSe, and, furthermore, the contribution of the structural transition plays an important role in the nematic phase of iron-based high-temperature superconductors.

preprint2022arXiv

DFG-NAS: Deep and Flexible Graph Neural Architecture Search

Graph neural networks (GNNs) have been intensively applied to various graph-based applications. Despite their success, manually designing the well-behaved GNNs requires immense human expertise. And thus it is inefficient to discover the potentially optimal data-specific GNN architecture. This paper proposes DFG-NAS, a new neural architecture search (NAS) method that enables the automatic search of very deep and flexible GNN architectures. Unlike most existing methods that focus on micro-architectures, DFG-NAS highlights another level of design: the search for macro-architectures on how atomic propagation (\textbf{\texttt{P}}) and transformation (\textbf{\texttt{T}}) operations are integrated and organized into a GNN. To this end, DFG-NAS proposes a novel search space for \textbf{\texttt{P-T}} permutations and combinations based on message-passing dis-aggregation, defines four custom-designed macro-architecture mutations, and employs the evolutionary algorithm to conduct an efficient and effective search. Empirical studies on four node classification tasks demonstrate that DFG-NAS outperforms state-of-the-art manual designs and NAS methods of GNNs.

preprint2022arXiv

Disorder-induced linear magnetoresistance in Sr-doped Bi2Se3 thin films

Sr-doped Bi2Se3 thin films was known as a potential candidate of topological superconductor. The magnetoresistance (MR) of SrxBi2Se3 films with various doping concentrations x were found to be dominated by weak antilocalization (WAL) at low magnetic fields, whereas the classical MR, which originally dominated the MR, was almost completely suppressed. In contrast, the MR of all samples has been observed to be dominated by linear magnetoresistance (LMR) at high magnetic fields. The LMR, having the linear dependence on carrier mobility, can be successfully explained by the Parish-Littlewood model. This indicates that LMR originates from mobility fluctuation induced by Sr dopant atoms in doped Bi2Se3 films.

preprint2022arXiv

Efficient End-to-End AutoML via Scalable Search Space Decomposition

End-to-end AutoML has attracted intensive interests from both academia and industry which automatically searches for ML pipelines in a space induced by feature engineering, algorithm/model selection, and hyper-parameter tuning. Existing AutoML systems, however, suffer from scalability issues when applying to application domains with large, high-dimensional search spaces. We present VolcanoML, a scalable and extensible framework that facilitates systematic exploration of large AutoML search spaces. VolcanoML introduces and implements basic building blocks that decompose a large search space into smaller ones, and allows users to utilize these building blocks to compose an execution plan for the AutoML problem at hand. VolcanoML further supports a Volcano-style execution model -- akin to the one supported by modern database systems -- to execute the plan constructed. Our evaluation demonstrates that, not only does VolcanoML raise the level of expressiveness for search space decomposition in AutoML, it also leads to actual findings of decomposition strategies that are significantly more efficient than the ones employed by state-of-the-art AutoML systems such as auto-sklearn. This paper is the extended version of the initial VolcanoML paper appeared in VLDB 2021.

preprint2022arXiv

Graph Attention MLP with Reliable Label Utilization

Graph neural networks (GNNs) have recently achieved state-of-the-art performance in many graph-based applications. Despite the high expressive power, they typically need to perform an expensive recursive neighborhood expansion in multiple training epochs and face a scalability issue. Moreover, most of them are inflexible since they are restricted to fixed-hop neighborhoods and insensitive to actual receptive field demands for different nodes. We circumvent these limitations by introducing a scalable and flexible Graph Attention Multilayer Perceptron (GAMLP). With the separation of the non-linear transformation and feature propagation, GAMLP significantly improves the scalability and efficiency by performing the propagation procedure in a pre-compute manner. With three principled receptive field attention, each node in GAMLP is flexible and adaptive in leveraging the propagated features over the different sizes of reception field. We conduct extensive evaluations on the three large open graph benchmarks (e.g., ogbn-papers100M, ogbn-products and ogbn-mag), demonstrating that GAMLP not only achieves the state-of-art performance, but also additionally provide high scalability and efficiency.

preprint2022arXiv

Graph Attention Multi-Layer Perceptron

Graph neural networks (GNNs) have achieved great success in many graph-based applications. However, the enormous size and high sparsity level of graphs hinder their applications under industrial scenarios. Although some scalable GNNs are proposed for large-scale graphs, they adopt a fixed $K$-hop neighborhood for each node, thus facing the over-smoothing issue when adopting large propagation depths for nodes within sparse regions. To tackle the above issue, we propose a new GNN architecture -- Graph Attention Multi-Layer Perceptron (GAMLP), which can capture the underlying correlations between different scales of graph knowledge. We have deployed GAMLP in Tencent with the Angel platform, and we further evaluate GAMLP on both real-world datasets and large-scale industrial datasets. Extensive experiments on these 14 graph datasets demonstrate that GAMLP achieves state-of-the-art performance while enjoying high scalability and efficiency. Specifically, it outperforms GAT by 1.3\% regarding predictive accuracy on our large-scale Tencent Video dataset while achieving up to $50\times$ training speedup. Besides, it ranks top-1 on both the leaderboards of the largest homogeneous and heterogeneous graph (i.e., ogbn-papers100M and ogbn-mag) of Open Graph Benchmark.

preprint2022arXiv

Graph Neural Networks in Recommender Systems: A Survey

With the explosive growth of online information, recommender systems play a key role to alleviate such information overload. Due to the important application value of recommender systems, there have always been emerging works in this field. In recommender systems, the main challenge is to learn the effective user/item representations from their interactions and side information (if any). Recently, graph neural network (GNN) techniques have been widely utilized in recommender systems since most of the information in recommender systems essentially has graph structure and GNN has superiority in graph representation learning. This article aims to provide a comprehensive review of recent research efforts on GNN-based recommender systems. Specifically, we provide a taxonomy of GNN-based recommendation models according to the types of information used and recommendation tasks. Moreover, we systematically analyze the challenges of applying GNN on different types of data and discuss how existing works in this field address these challenges. Furthermore, we state new perspectives pertaining to the development of this field. We collect the representative papers along with their open-source implementations in https://github.com/wusw14/GNN-in-RS.

preprint2022arXiv

Hyper-Tune: Towards Efficient Hyper-parameter Tuning at Scale

The ever-growing demand and complexity of machine learning are putting pressure on hyper-parameter tuning systems: while the evaluation cost of models continues to increase, the scalability of state-of-the-arts starts to become a crucial bottleneck. In this paper, inspired by our experience when deploying hyper-parameter tuning in a real-world application in production and the limitations of existing systems, we propose Hyper-Tune, an efficient and robust distributed hyper-parameter tuning framework. Compared with existing systems, Hyper-Tune highlights multiple system optimizations, including (1) automatic resource allocation, (2) asynchronous scheduling, and (3) multi-fidelity optimizer. We conduct extensive evaluations on benchmark datasets and a large-scale real-world dataset in production. Empirically, with the aid of these optimizations, Hyper-Tune outperforms competitive hyper-parameter tuning systems on a wide range of scenarios, including XGBoost, CNN, RNN, and some architectural hyper-parameters for neural networks. Compared with the state-of-the-art BOHB and A-BOHB, Hyper-Tune achieves up to 11.2x and 5.1x speedups, respectively.

preprint2022arXiv

Information Gain Propagation: a new way to Graph Active Learning with Soft Labels

Graph Neural Networks (GNNs) have achieved great success in various tasks, but their performance highly relies on a large number of labeled nodes, which typically requires considerable human effort. GNN-based Active Learning (AL) methods are proposed to improve the labeling efficiency by selecting the most valuable nodes to label. Existing methods assume an oracle can correctly categorize all the selected nodes and thus just focus on the node selection. However, such an exact labeling task is costly, especially when the categorization is out of the domain of individual expert (oracle). The paper goes further, presenting a soft-label approach to AL on GNNs. Our key innovations are: i) relaxed queries where a domain expert (oracle) only judges the correctness of the predicted labels (a binary question) rather than identifying the exact class (a multi-class question), and ii) new criteria of maximizing information gain propagation for active learner with relaxed queries and soft labels. Empirical studies on public datasets demonstrate that our method significantly outperforms the state-of-the-art GNN-based AL methods in terms of both accuracy and labeling cost.

preprint2022arXiv

Model Degradation Hinders Deep Graph Neural Networks

Graph Neural Networks (GNNs) have achieved great success in various graph mining tasks.However, drastic performance degradation is always observed when a GNN is stacked with many layers. As a result, most GNNs only have shallow architectures, which limits their expressive power and exploitation of deep neighborhoods.Most recent studies attribute the performance degradation of deep GNNs to the \textit{over-smoothing} issue. In this paper, we disentangle the conventional graph convolution operation into two independent operations: \textit{Propagation} (\textbf{P}) and \textit{Transformation} (\textbf{T}).Following this, the depth of a GNN can be split into the propagation depth ($D_p$) and the transformation depth ($D_t$). Through extensive experiments, we find that the major cause for the performance degradation of deep GNNs is the \textit{model degradation} issue caused by large $D_t$ rather than the \textit{over-smoothing} issue mainly caused by large $D_p$. Further, we present \textit{Adaptive Initial Residual} (AIR), a plug-and-play module compatible with all kinds of GNN architectures, to alleviate the \textit{model degradation} issue and the \textit{over-smoothing} issue simultaneously. Experimental results on six real-world datasets demonstrate that GNNs equipped with AIR outperform most GNNs with shallow architectures owing to the benefits of both large $D_p$ and $D_t$, while the time costs associated with AIR can be ignored.

preprint2022arXiv

NAFS: A Simple yet Tough-to-beat Baseline for Graph Representation Learning

Recently, graph neural networks (GNNs) have shown prominent performance in graph representation learning by leveraging knowledge from both graph structure and node features. However, most of them have two major limitations. First, GNNs can learn higher-order structural information by stacking more layers but can not deal with large depth due to the over-smoothing issue. Second, it is not easy to apply these methods on large graphs due to the expensive computation cost and high memory usage. In this paper, we present node-adaptive feature smoothing (NAFS), a simple non-parametric method that constructs node representations without parameter learning. NAFS first extracts the features of each node with its neighbors of different hops by feature smoothing, and then adaptively combines the smoothed features. Besides, the constructed node representation can further be enhanced by the ensemble of smoothed features extracted via different smoothing strategies. We conduct experiments on four benchmark datasets on two different application scenarios: node clustering and link prediction. Remarkably, NAFS with feature ensemble outperforms the state-of-the-art GNNs on these tasks and mitigates the aforementioned two limitations of most learning-based GNN counterparts.

preprint2022arXiv

PaSca: a Graph Neural Architecture Search System under the Scalable Paradigm

Graph neural networks (GNNs) have achieved state-of-the-art performance in various graph-based tasks. However, as mainstream GNNs are designed based on the neural message passing mechanism, they do not scale well to data size and message passing steps. Although there has been an emerging interest in the design of scalable GNNs, current researches focus on specific GNN design, rather than the general design space, limiting the discovery of potential scalable GNN models. This paper proposes PasCa, a new paradigm and system that offers a principled approach to systemically construct and explore the design space for scalable GNNs, rather than studying individual designs. Through deconstructing the message passing mechanism, PasCa presents a novel Scalable Graph Neural Architecture Paradigm (SGAP), together with a general architecture design space consisting of 150k different designs. Following the paradigm, we implement an auto-search engine that can automatically search well-performing and scalable GNN architectures to balance the trade-off between multiple criteria (e.g., accuracy and efficiency) via multi-objective optimization. Empirical studies on ten benchmark datasets demonstrate that the representative instances (i.e., PasCa-V1, V2, and V3) discovered by our system achieve consistent performance among competitive baselines. Concretely, PasCa-V3 outperforms the state-of-the-art GNN method JK-Net by 0.4\% in terms of predictive accuracy on our large industry dataset while achieving up to $28.3\times$ training speedups.

preprint2022arXiv

TransBO: Hyperparameter Optimization via Two-Phase Transfer Learning

With the extensive applications of machine learning models, automatic hyperparameter optimization (HPO) has become increasingly important. Motivated by the tuning behaviors of human experts, it is intuitive to leverage auxiliary knowledge from past HPO tasks to accelerate the current HPO task. In this paper, we propose TransBO, a novel two-phase transfer learning framework for HPO, which can deal with the complementary nature among source tasks and dynamics during knowledge aggregation issues simultaneously. This framework extracts and aggregates source and target knowledge jointly and adaptively, where the weights can be learned in a principled manner. The extensive experiments, including static and dynamic transfer learning settings and neural architecture search, demonstrate the superiority of TransBO over the state-of-the-arts.

preprint2022arXiv

Transfer Learning based Search Space Design for Hyperparameter Tuning

The tuning of hyperparameters becomes increasingly important as machine learning (ML) models have been extensively applied in data mining applications. Among various approaches, Bayesian optimization (BO) is a successful methodology to tune hyper-parameters automatically. While traditional methods optimize each tuning task in isolation, there has been recent interest in speeding up BO by transferring knowledge across previous tasks. In this work, we introduce an automatic method to design the BO search space with the aid of tuning history from past tasks. This simple yet effective approach can be used to endow many existing BO methods with transfer learning capabilities. In addition, it enjoys the three advantages: universality, generality, and safeness. The extensive experiments show that our approach considerably boosts BO by designing a promising and compact search space instead of using the entire space, and outperforms the state-of-the-arts on a wide range of benchmarks, including machine learning and deep learning tuning tasks, and neural architecture search.

preprint2022arXiv

Two-Level Supervised Contrastive Learning for Response Selection in Multi-Turn Dialogue

Selecting an appropriate response from many candidates given the utterances in a multi-turn dialogue is the key problem for a retrieval-based dialogue system. Existing work formalizes the task as matching between the utterances and a candidate and uses the cross-entropy loss in learning of the model. This paper applies contrastive learning to the problem by using the supervised contrastive loss. In this way, the learned representations of positive examples and representations of negative examples can be more distantly separated in the embedding space, and the performance of matching can be enhanced. We further develop a new method for supervised contrastive learning, referred to as two-level supervised contrastive learning, and employ the method in response selection in multi-turn dialogue. Our method exploits two techniques: sentence token shuffling (STS) and sentence re-ordering (SR) for supervised contrastive learning. Experimental results on three benchmark datasets demonstrate that the proposed method significantly outperforms the contrastive learning baseline and the state-of-the-art methods for the task.

preprint2022arXiv

Unusual band splitting and superconducting gap evolution with sulfur substitution in FeSe

High-resolution angle-resolved photoemission measurements were taken on FeSe$_{1-x}$S$_x$ (x=0, 0.04, and 0.08) superconductors. With an ultrahigh energy resolution of 0.4 meV, unusual two hole bands near the Brillouin-zone center, which was possibly a result of additional symmetry breaking, were identified in all the sulfur-substituted samples. In addition, in both of the hole bands highly anisotropic superconducting gaps with resolution limited nodes were evidenced. We find that the larger superconducting gap on the outer hole band is reduced linearly to the nematic transition temperature while the gap on the inner hole is nearly S-substitution independent. Our observations strongly suggest that the superconducting gap increases with enhanced nematicity although the superconducting transition temperature is not only governed by the pairing strength, demonstrating strong constraints on theories in the FeSe family.

preprint2022arXiv

ZOOMER: Boosting Retrieval on Web-scale Graphs by Regions of Interest

We introduce ZOOMER, a system deployed at Taobao, the largest e-commerce platform in China, for training and serving GNN-based recommendations over web-scale graphs. ZOOMER is designed for tackling two challenges presented by the massive user data at Taobao: low training/serving efficiency due to the huge scale of the graphs, and low recommendation quality due to the information overload which distracts the recommendation model from specific user intentions. ZOOMER achieves this by introducing a key concept, Region of Interests (ROI) in GNNs for recommendations, i.e., a neighborhood region in the graph with significant relevance to a strong user intention. ZOOMER narrows the focus from the whole graph and "zooms in" on the more relevant ROIs, thereby reducing the training/serving cost and mitigating the information overload at the same time. With carefully designed mechanisms, ZOOMER identifies the interest expressed by each recommendation request, constructs an ROI subgraph by sampling with respect to the interest, and guides the GNN to reweigh different parts of the ROI towards the interest by a multi-level attention module. Deployed as a large-scale distributed system, ZOOMER supports graphs with billions of nodes for training and thousands of requests per second for serving. ZOOMER achieves up to 14x speedup when downsizing sampling scales with comparable (even better) AUC performance than baseline methods. Besides, both the offline evaluation and online A/B test demonstrate the effectiveness of ZOOMER.

preprint2021arXiv

A Two-Functional-Network Framework of Opinion Dynamics

A common trait involving the opinion dynamics in social networks is an anchor on interacting network to characterize the opinion formation process among participating social actors, such as information flow, cooperative and antagonistic influence, etc. Nevertheless, interacting networks are generally public for social groups, as well as other individuals who may be interested in. This blocks a more precise interpretation of the opinion formation process since social actors always have complex feeling, motivation and behavior, even beliefs that are personally private. In this paper, we formulate a general configuration on describing how individual's opinion evolves in a distinct fashion. It consists of two functional networks: interacting network and appraisal network. Interacting network inherits the operational properties as DeGroot iterative opinion pooling scheme while appraisal network, forming a belief system, quantifies certain cognitive orientation to interested individuals' beliefs, over which the adhered attitudes may have the potential to be antagonistic. We explicitly show that cooperative appraisal network always leads to consensus in opinions. Antagonistic appraisal network, however, causes opinion cluster. It is verified that antagonistic appraisal network affords to guarantee consensus by imposing some extra restrictions. They hence bridge a gap between the consensus and the clusters in opinion dynamics. We further attain a gauge on the appraisal network by means of the random convex optimization approach. Moreover, we extend our results to the case of mutually interdependent issues.

preprint2021arXiv

Coexistence of Ferroelectric-like Polarization and Dirac-like Surface State in TaNiTe5

By combining angle-resolved photoemission spectroscopy (ARPES), scanning tunneling microscopy (STM), piezoresponse force microscopy (PFM) and first-principles calculations, we have studied the low-energy band structure, atomic structure and charge polarization on the surface of a topological semimetal candidate TaNiTe5. Dirac-like surface states were observed on the (010) surface by ARPES, consistent with the first-principles calculations. On the other hand, PFM reveals a switchable ferroelectric-like polarization on the same surface. We propose that the noncentrosymmetric surface reconstruction observed by STM could be the origin of the observed ferroelectric-like state in this novel material. Our findings provide a new platform with the coexistence of ferroelectric-like surface charge distribution and novel surface states.

preprint2021arXiv

Electronic controllable broadband and robust terahertz surface plasmon-polaritons switch based on hybrid ITO waveguide coupler

The surface plasmon-polaritons (SPPs) switch is the key element of the integrated devices in optical computation and terahertz (THz) communications. In this paper, we propose a novel design of THz SPPs switch based on quantum engineering. Due to the robustness of coherent quantum control technique, our switch is very robust against with perturbations of geometrical parameters and presents a good performance at on-state (and off-state) from 0.5 THz to 0.7 THz. The on-state and off-state of our device can be controlled by the external voltage. We believe this finding will be the great improvement for the integrated optical computing and THz communications.

preprint2021arXiv

K-Core Decomposition on Super Large Graphs with Limited Resources

K-core decomposition is a commonly used metric to analyze graph structure or study the relative importance of nodes in complex graphs. Recent years have seen rapid growth in the scale of the graph, especially in industrial settings. For example, our industrial partner runs popular social applications with billions of users and is able to gather a rich set of user data. As a result, applying K-core decomposition on large graphs has attracted more and more attention from academics and the industry. A simple but effective method to deal with large graphs is to train them in the distributed settings, and some distributed K-core decomposition algorithms are also proposed. Despite their effectiveness, we experimentally and theoretically observe that these algorithms consume too many resources and become unstable on super-large-scale graphs, especially when the given resources are limited. In this paper, we deal with those super-large-scale graphs and propose a divide-and-conquer strategy on top of the distributed K-core decomposition algorithm. We evaluate our approach on three large graphs. The experimental results show that the consumption of resources can be significantly reduced, and the calculation on large-scale graphs becomes more stable than the existing methods. For example, the distributed K-core decomposition algorithm can scale to a large graph with 136 billion edges without losing correctness with our divide-and-conquer technique.

preprint2020arXiv

A time- and angle-resolved photoemission spectroscopy with probe photon energy up to 6.7 eV

We present the development of a time- and angle-resolved photoemission spectroscopy based on a Yb-based femtosecond laser and a hemispherical electron analyzer. The energy of the pump photon is tunable between 1.4 and 1.9 eV, and the pulse duration is around 30 fs. We use a KBe$_2$BO$_3$F$_2$ non-linear optical crystal to generate probe pulses, of which the photon energy is up to 6.7 eV, and obtain an overall time resolution of 1 ps and energy resolution of 18 meV. In addition, $β$-BaB$_2$O$_4$ crystals are used to generate alternative probe pulses at 6.05 eV, giving an overall time resolution of 130 fs and energy resolution of 19 meV. We illustrate the performance of the system with representative data on several samples (Bi$_2$Se$_3$, YbCd$_2$Sb$_2$, FeSe).

preprint2020arXiv

Achieving 50 femtosecond resolution in MeV ultrafast electron diffraction with a double bend achromat compressor

We propose and demonstrate a novel scheme to produce ultrashort and ultrastable MeV electron beam. In this scheme, the electron beam produced in a photocathode radio-frequency (rf) gun first expands under its own Coulomb force with which a positive energy chirp is imprinted in the beam longitudinal phase space. The beam is then sent through a double bend achromat with positive longitudinal dispersion where electrons at the bunch tail with lower energies follow shorter paths and thus catch up with the bunch head, leading to longitudinal bunch compression. We show that with optimized parameter sets, the whole beam path from the electron source to the compression point can be made isochronous such that the time of flight for the electron beam is immune to the fluctuations of rf amplitude. With a laser-driven THz deflector, the bunch length and arrival time jitter for a 20 fC beam after bunch compression are measured to be about 29 fs (FWHM) and 22 fs (FWHM), respectively. Such an ultrashort and ultrastable electron beam allows us to achieve 50 femtosecond (FWHM) resolution in MeV ultrafast electron diffraction where lattice oscillation at 2.6 THz corresponding to Bismuth A1g mode is clearly observed without correcting both the short-term timing jitter and long-term timing drift. Furthermore, oscillating weak diffuse scattering signal related to phonon coupling and decay is also clearly resolved thanks to the improved temporal resolution and increased electron flux. We expect that this technique will have a strong impact in emerging ultrashort electron beam based facilities and applications.

preprint2020arXiv

DeGNN: Characterizing and Improving Graph Neural Networks with Graph Decomposition

Despite the wide application of Graph Convolutional Network (GCN), one major limitation is that it does not benefit from the increasing depth and suffers from the oversmoothing problem. In this work, we first characterize this phenomenon from the information-theoretic perspective and show that under certain conditions, the mutual information between the output after $l$ layers and the input of GCN converges to 0 exponentially with respect to $l$. We also show that, on the other hand, graph decomposition can potentially weaken the condition of such convergence rate, which enabled our analysis for GraphCNN. While different graph structures can only benefit from the corresponding decomposition, in practice, we propose an automatic connectivity-aware graph decomposition algorithm, DeGNN, to improve the performance of general graph neural networks. Extensive experiments on widely adopted benchmark datasets demonstrate that DeGNN can not only significantly boost the performance of corresponding GNNs, but also achieves the state-of-the-art performances.

preprint2020arXiv

In-plane terahertz surface plasmon-polaritons coupler based on adiabatic following

We propose a robust and broadband integrated terahertz (THz) coupler based on the in-plane surface plasmon polaritons (SPPs) waveguides, conducted with the quantum coherent control -- Stimulated Raman Adiabatic Passage (STIRAP). Our coupler consists of two asymmetric specific curved corrugated metallic structures working as the input and output SPPs waveguides, and one straight corrugated metallic structure functioning as the middle SPPs waveguide. From the theoretical and simulated results, we demonstrate that the SPPs can be efficiently transfered from the input to the output waveguides. Our device is robust against the perturbations of geometric parameters, and meanwhile it manifests broadband performance (from 0.3 THz to 0.8 THz) with the high transmission rate over 70$\%$. The in-plane THz coupler can largely simplify the fabrication process, which will make contribution to develop compact and robust integrated THz devices and promote the future applications in all optical network and THz communications.

preprint2020arXiv

Non-Coulomb strong electron-hole binding in $Ta_2NiSe_5$ revealed by time- and angle-resolved photoemission spectroscopy

We reveal an ultrafast purely electronic phase transition in \TNS, which is a plausible excitonic insulator, after excited by an ultrafast infrared laser pulse. Specifically, the order parameter of the strong electron-hole binding shrinks with enhancing the pump pulse, and above a critical pump fluence, a photo-excited semimetallic state is experimentally identified with the absence of ultrafast structural transition. In addition, the bare valence and conduction bands and also the effective exciton binding energy in \TNS~are determined. These findings and detailed analysis suggest a bare nonequilibrium semimetallic phase in $Ta_2NiSe_5$ and the strong electron-hole binding cannot be exclusively driven by Coulomb interaction.

preprint2020arXiv

Population transfer via a dissipative structural continuum

We propose a model to study quantum population transfer via a structural continuum. The model is composed of two spins which are coupled to two bosonic modes separately by two control pulses, and the two bosonic modes are coupled to a common structural continuum. We show that efficient population transfer can be achieved between the two spins by using a multi-level stimulated Raman adiabatic passage (STIRAP) across the continuum, which we refer to as straddle STIRAP via continuum. We also consider the stability of this model against different control parameters and show that efficient population transfer can be achieved even in presence a moderate dissipation.

preprint2020arXiv

Ultrafast dynamics of electron-phonon coupling in a metal

In the past decade, the advent of time-resolved spectroscopic tools has provided a new ground to explore fundamental interactions in solids and to disentangle degrees of freedom whose coupling leads to broad structures in the frequency domain. Time- and angle-resolved photoemission spectroscopy (tr-ARPES) has been utilized to directly study the relaxation dynamics of a metal in the presence of electron-phonon coupling. The effect of photo-excitations on the real and imaginary part of the self-energy as well as the time scale associated with different recombination processes are discussed. In contrast to a theoretical model, the phonon energy does not set a clear scale governing quasiparticle dynamics, which is also different from the results observed in a superconducting material. These results point to the need for a more complete theoretical framework to understand electron-phonon interaction in a photo-excited state.

preprint2019arXiv

Thickness-dependent electron momentum relaxation times in thin iron films

Terahertz time-domain conductivity measurements in 2 to 100 nm thick iron films resolve the femtosecond time delay between applied electric fields and resulting currents. This response time decreases for thinner metal films. The macroscopic response time depends on the mean and the variance of the distribution of microscopic momentum relaxation times of the conducting electrons. Comparing the recorded response times with DC-conductivities demonstrates increasing variance of the microscopic relaxation times with increasing film thickness. At least two electron species contribute to conduction in bulk with substantially differing relaxation times. The different electron species are affected differently by the confinement because they have different mean free paths.

preprint2016arXiv

A Novel Quasi-One-Dimensional Topological Insulator in Bismuth Iodide $β$-Bi$_4$I$_4$

Recent progress in the field of topological states of matter(1,2) has largely been initiated by the discovery of bismuth and antimony chalcogenide bulk topological insulators (TIs)(3-6), followed by closely related ternary compounds(7-16) and predictions of several weak TIs(17-19). However, both the conceptual richness of Z$_2$ classification of TIs as well as their structural and compositional diversity are far from being fully exploited. Here, a new Z$_2$ topological insulator is theoretically predicted and experimentally confirmed in the $β$-phase of quasi-one-dimensional bismuth iodide Bi$_4$I$_4$. The electronic structure of $β$-Bi$_4$I$_4$, characterized by Z$_2$ invariants (1;110), is in proximity of both the weak TI phase (0;001) and the trivial insulator phase (0;000). Our angle-resolved photoemission spectroscopy measurements on the (001) surface reveal a highly anisotropic band-crossing feature located at the point of the surface Brillouin zone and showing no dispersion with the photon energy, thus being fully consistent with the theoretical prediction.

preprint2016arXiv

Nonequilibrium Electron Dynamics in a Solid with a Changing Nodal Excitation Gap

We develop a computationally inexpensive model to examine the dynamics of boson-assisted electron relaxation in solids, studying nonequilibrium dynamics in a metal, in a nodal superconductor with a stationary density of states, and in a nodal superconductor where the gap dynamically opens. In the metallic system, the electron population resembles a thermal population at all times, but the presence of even a fixed nodal gap both invalidates a purely thermal treatment and sharply curtails relaxation rates. For a gap that is allowed to open as electron relaxation proceeds, effects are even more pronounced, and gap dynamics become coupled to the dynamics of the electron population. Comparisons to experiments reveal that phase-space restrictions in the presence of a gap are likely to play a significant role in the widespread observation of coexisting femtosecond and picosecond dynamics in the cuprate high-temperature superconductors.

preprint2016arXiv

Quantitative Determination of the Pairing Interactions for High Temperature Superconductivity in Cuprates

A profound problem in modern condensed matter physics is discovering and understanding the nature of the fluctuations and their coupling to fermions in cuprates which lead to high temperature superconductivity and the invariably associated strange metal state. Here we report the quantitative determination of the normal and pairing self-energies, made possible by laser-based angle-resolved photoemission measurements with unprecedented accuracy and stability. Through a precise inversion procedure, both the effective interactions in the attractive d-wave symmetry and the repulsive part in the full symmetry are determined. The latter are nearly angle independent. Near Tc both interactions are nearly independent of frequency, and have almost the same magnitude, over the complete energy range of up to about 0.4 eV except for a low energy feature around 50 meV present only in the repulsive part which has less than 10% of the total spectral weight. Well below Tc, they both change similarly by superconductivity induced features at low energies. Besides finding the pairing self-energy and the attractive interactions for the first time, these results expose a central paradox of the high Tc problem: how the same frequency independent fluctuations can dominantly scatter at angles +-pi/2 in the attractive channel as well as lead to angle-independent repulsive scattering. The experimental results are compared with the available theoretical calculations based on antiferromagnetic fluctuations, Hubbard model and the quantum-critical fluctuations of loop-current order.

preprint2016arXiv

Stimulated emission of Cooper pairs in a high-temperature cuprate superconductor

The concept of stimulated emission of bosons has played an important role in modern science and technology, and constitutes the working principle for lasers. In a stimulated emission process, an incoming photon enhances the probability that an excited atomic state will transition to a lower energy state and generate a second photon of the same energy. It is expected, but not experimentally shown, that stimulated emission contributes significantly to the zero resistance current in a superconductor by enhancing the probability that scattered Cooper pairs will return to the macroscopically occupied condensate instead of entering any other state. Here, we use time- and angle-resolved photoemission spectroscopy to study the initial rise of the non-equilibrium quasiparticle population in a Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ cuprate superconductor induced by an ultrashort laser pulse. Our finding reveals significantly slower buildup of quasiparticles in the superconducting state than in the normal state. The slower buildup only occurs when the pump pulse is too weak to deplete the superconducting condensate, and for cuts inside the Fermi arc region. We propose this is a manifestation of stimulated recombination of broken Cooper pairs, and signals an important momentum space dichotomy in the formation of Cooper pairs inside and outside the Fermi arc region.

preprint2015arXiv

Electronic structure, spin-orbit coupling, and interlayer interaction in bulk MoS2 and WS2

We present in-depth measurements of the electronic band structure of the transition-metal dichalcogenides (TMDs) MoS2 and WS2 using angle-resolved photoemission spectroscopy, with focus on the energy splittings in their valence bands at the K point of the Brillouin zone. Experimental results are interpreted in terms of our parallel first-principles computations. We find that interlayer interaction only weakly contributes to the splitting in bulk WS2, resolving previous debates on its relative strength. We additionally find that across a range of TMDs, the band gap generally decreases with increasing magnitude of the valence-band splitting, molecular mass, or ratio of the out-of-plane to in-plane lattice constant. Our results provide an important reference for future studies of electronic properties of MoS2 and WS2 and their applications in spintronics and valleytronics devices.

preprint2015arXiv

Influence of Optically Quenched Superconductivity on Quasiparticle Relaxation Rates in Bi2Sr2CaCu2O8+delta

We use time- and angle-resolved photoemission to measure quasiparticle relaxation dynamics across a laser-induced superconducting phase transition in Bi2Sr2CaCu2O8+delta. Whereas low-fluence measurements reveal picosecond dynamics, sharp femtosecond dynamics emerge at higher fluence. Analyses of data as a function of energy, momentum, and doping indicate that the closure of the near-nodal gap and disruption of macroscopic coherence are primary mechanisms driving this onset. The results demonstrate the important influence of transient electronic structure on relaxation dynamics, which is relevant for developing an understanding of nonequilibrium phase transitions.

preprint2015arXiv

Photoinduced changes of the chemical potential in superconducting Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$

The chemical potential of a superconductor is of critical importance since, at equilibrium, it is the energy where electrons pair and form the superconducting condensate. However, in non-equilibrium measurements, there may be a difference between the chemical potential of the quasiparticles and that of the pairs. Here we report a systematic time- and angle-resolved photoemission study of the pump-induced change in the chemical potential of an optimally doped Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ (Bi2212) sample in both its normal and superconducting states. The change in chemical potential can be understood by separately considering the change in the valence band energy relative to the vacuum, and the change in chemical potential relative to the valence band energy. We attribute the former effect to a changing potential barrier at the sample surface, and the latter effect to the conservation of charge in an asymmetrical density of states. The results indicate that the pair and quasiparticle chemical potentials follow each other even on picosecond timescales.

preprint2015arXiv

Resolving unoccupied electronic states with laser ARPES in bismuth-based cuprate superconductors

Angle-resolved photoemission spectroscopy (ARPES) is typically used to study only the occupied electronic band structure of a material. Here we use laser-based ARPES to observe a feature in bismuth-based superconductors that, in contrast, is related to the unoccupied states. Specifically, we observe a dispersive suppression of intensity cutting across the valence band, which, when compared with relativistic one-step calculations, can be traced to two final-state gaps in the bands 6 eV above the Fermi level. This finding opens up possibilities to bring the ultra-high momentum resolution of existing laser-ARPES instruments to the unoccupied electron states. For cases where the final-state gap is not the object of study, we find that its effects can be made to vanish under certain experimental conditions.

preprint2014arXiv

Sharp low energy feature in single-particle spectra due to forward scattering in $d$-wave cuprate superconductors

There is an enormous interest in renormalization of quasi-particle (qp) dispersion relation of cuprate superconductors both below and above the critical temperature $T_c$ because it enables determination of the fluctuation spectrum to which the qps are coupled. A remarkable discovery by angle-resolved photoemission spectroscopy (ARPES) is a sharp low energy feature (LEF) in qp spectra well below the superconducting energy gap but with its energy increasing in proportion to $T_c$ and its intensity increasing sharply below $T_c$. This unexpected feature needs to be reconciled with $d$-wave superconductivity. Here, we present a quantitative analysis of ARPES data from Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ (Bi2212) using Eliashberg equations to show that the qp scattering rate due to the forward scattering impurities far from the Cu-O planes is modified by the energy gap below $T_c$ and shows up as the LEF. This is also a necessary step to analyze ARPES data to reveal the spectrum of fluctuations promoting superconductivity.

preprint2014arXiv

Time- and Momentum-resolved Gap Dynamics in Bi2Sr2CaCu2O8+delta

We use time- and angle-resolved photoemission spectroscopy to characterize the dynamics of the energy gap in superconducting Bi2Sr2CaCu2O8+delta (Bi2212). Photoexcitation drives the system into a nonequilibrium pseudogap state: Near the Brillouin zone diagonal (inside the normal-state Fermi arc), the gap completely closes for a pump fluence beyond F = 15 μJ/cm^2; toward the Brillouin zone face (outside the Fermi arc), it remains open to at least 24 μJ/cm^2. This strongly anisotropic gap response may indicate multiple competing ordering tendencies in Bi2212. Despite these contrasts, the gap recovers with relatively momentum-independent dynamics at all probed momenta, which shows the persistent influence of superconductivity both inside and outside the Fermi arc.

preprint2014arXiv

Ultrafast quenching of electron-boson interaction and superconducting gap in a cuprate superconductor

Ultrafast spectroscopy is an emerging technique with great promise in the study of quantum materials, as it makes it possible to track similarities and correlations that are not evident near equilibrium. Thus far, however, the way in which these processes modify the electron self-energy---a fundamental quantity describing many-body interactions in a material---has been little discussed. Here we use time- and angle-resolved photoemission to directly measure the self-energy's ultrafast response to near-infrared photoexcitation in high-temperature cuprate superconductor. Below the superconductor's critical temperature, ultrafast excitations trigger a synchronous decrease of electron self-energy and superconducting gap, culminating in a saturation in the weakening of electron-boson coupling when the superconducting gap is fully quenched. In contrast, electron-boson coupling is unresponsive to ultrafast excitations above the superconductor's critical temperature and in the metallic state of a related material. These findings open a new pathway for studying transient self-energy and correlation effects in solids.

preprint2013arXiv

Signatures of superconductivity and pseudogap formation in non-equilibrium nodal quasiparticles revealed by ultrafast angle-resolved photoemission

We use time- and angle-resolved photoemission to measure the nodal non-equilibrium electronic states in various dopings of Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$. We find that the initial pump-induced transient signal of these ungapped states is strongly affected by the onset of the superconducting gap at $T_c$, superconducting pairing fluctuations at $T_p$, and the pseudogap at $T^*$. Moreover, $T_p$ marks a suggestive threshold in the fluence-dependent transient signal, with the appearance of a critical fluence below $T_p$ that corresponds to the energy required to break apart all Cooper pairs. These results challenge the notion of a nodal-antinodal dichotomy in cuprate superconductors by establishing a new link between nodal quasiparticles and the cuprate phase diagram.

preprint2012arXiv

Coexistence of Two Sharp-Mode Couplings and Their Unusual Momentum Dependence in the Superconducting State of Bi2Sr2CaCu2O8+d Superconductor Revealed by Laser-Based Angle-Resolved Photoemission

Super-high resolution laser-based angle-resolved photoemission measurements have been carried out on Bi2Sr2CaCu2O8+d (Bi2212) superconductors to investigate momentum dependence of electron coupling with collective excitations (modes). Two coexisting energy scales are clearly revealed over a large momentum space for the first time in the superconducting state of an overdoped Bi2212 superconductor. These two energy scales exhibit distinct momentum dependence: one keeps its energy near 78 meV over a large momentum space while the other changes its energy from $\sim$40 meV near the antinodal region to $\sim$70 meV near the nodal region. These observations provide a new picture on momentum evolution of electron-boson coupling in Bi2212 that electrons are coupled with two sharp modes simultaneously over a large momentum space in the superconducting states. Their unusual momentum dependence poses a challenge to our current understanding of electron-mode-coupling and its role for high temperature superconductivity in cuprate superconductors.

preprint2012arXiv

Effect of Cleaving Temperature on the Surface and Bulk Fermi Surface of Sr2RuO4 Investigated by High Resolution Angle-Resolved Photoemission

High resolution angle-resolved photoemission measurements are carried out to systematically investigate the effect of cleaving temperature on the electronic structure and Fermi surface of Sr$_2$RuO$_4$. Different from previous reports that high cleaving temperature can suppress surface Fermi surface, we find that the surface Fermi surface remains obvious and strong in Sr$_2$RuO$_4$ cleaved at high temperature, even at room temperature. This indicates that cleaving temperature is not a key effective factor in suppressing the surface bands. On the other hand, in the aged surface of Sr$_2$RuO$_4$ that is cleaved and held for a long time, the bulk bands can be enhanced. We have also carried out laser ARPES measurements on Sr$_2$RuO$_4$ by using vacuum ultra-violet laser (photon energy at 6.994 eV) and found an obvious enhancement of bulk bands even for samples cleaved at low temperature. These information are important in realizing an effective approach in manipulating and detecting the surface and bulk electronic structure of Sr$_2$RuO$_4$. In particular, the enhancement of bulk sensitivity, together with its super-high instrumental resolution of VUV laser ARPES, will be advantageous in investigating fine electronic structure and superconducting properties of Sr$_2$RuO$_4$ in the future.

preprint2012arXiv

Unusual Fermi Surface Sheet-Dependent Band Splitting in Sr2RuO4 Revealed by High Resolution Angle-Resolved Photoemission

High resolution angle-resolved photoemission measurements have been carried out on Sr2RuO4. We observe clearly two sets of Fermi surface sheets near the (π,0)-(0,π) line which are most likely attributed to the surface and bulk Fermi surface splitting of the βband. This is in strong contrast to the nearly null surface and bulk Fermi surface splitting of the αband although both have identical orbital components. Extensive band structure calculations are performed by considering various scenarios, including structural distortion, spin-orbit coupling and surface ferromagnetism. However, none of them can explain such a qualitative difference of the surface and bulk Fermi surface splitting between the αand βsheets. This unusual behavior points to an unknown order on the surface of Sr2RuO4 that remains to be uncovered. Its revelation will be important for studying and utilizing novel quantum phenomena associated with the surface of Sr2RuO4 as a result of its being a possible p-wave chiral superconductor and a topological superconductor.

preprint2011arXiv

Analysis of Laser ARPES from Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ in superconductive state: angle resolved self-energy and fluctuation spectrum

We analyze the ultra high resolution laser angle resolved photo-emission spectroscopy (ARPES) intensity from the slightly underdoped Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ in the superconductive (SC) state. The momentum distribution curves (MDC) were fitted at each energy $\w$ employing the SC Green's function along several cuts perpendicular to the Fermi surface with the tilt angle $θ$ with respect to the nodal cut. The clear observation of particle-hole mixing was utilized such that the complex self-energy as a function of $ω$ is directly obtained from the fitting. The obtained angle resolved self-energy is then used to deduce the Eliashberg function $α^2 F^{(+)}(þ,\w)$ in the diagonal channel by inverting the d-wave Eliashberg equation using the maximum entropy method. Besides a broad featureless spectrum up to the cutoff energy $ω_c$, the deduced $α^2 F$ exhibits two peaks around 0.05 eV and 0.015 eV. The former and the broad feature are already present in the normal state, while the latter emerges only below $T_c$. Both peaks become enhanced as $T$ is lowered or the angle $þ$ moves away from the nodal direction. The implication of these findings are discussed.

preprint2011arXiv

Extraction of Electron Self-Energy and Gap Function in the Superconducting State of Bi_2Sr_2CaCu_2O_8 Superconductor via Laser-Based Angle-Resolved Photoemission

Super-high resolution laser-based angle-resolved photoemission measurements have been performed on a high temperature superconductor Bi_2Sr_2CaCu_2O_8. The band back-bending characteristic of the Bogoliubov-like quasiparticle dispersion is clearly revealed at low temperature in the superconducting state. This makes it possible for the first time to experimentally extract the complex electron self-energy and the complex gap function in the superconducting state. The resultant electron self-energy and gap function exhibit features at ~54 meV and ~40 meV, in addition to the superconducting gap-induced structure at lower binding energy and a broad featureless structure at higher binding energy. These information will provide key insight and constraints on the origin of electron pairing in high temperature superconductors.

preprint2011arXiv

Growth, Characterization and Fermi Surface of Heavy Fermion CeCoIn5 Superconductor

High quality single crystals of heavy Fermion CeCoIn5 superconductor have been grown by flux method with a typical size of (1~2)mm x (1~2)mm x ~0.1 mm. The single crystals are characterized by structural analysis from X-ray diffraction and Laue diffraction, as well as compositional analysis. Magnetic and electrical measurements on the single crystals show a sharp superconducting transition with a transition temperature at Tc(onset) ~ 2.3 K and a transition width of ~0.15 K. The resistivity of the CeCoIn5 crystal exhibits a hump at ~45 K which is typical of a heavy Fermion system. High resolution angle-resolved photoemission spectroscopy (ARPES) measurements of CeCoIn5 reveal clear Fermi surface sheets that are consistent with the band structure calculations when assuming itinerant Ce 4f electrons at low temperature. This work provides important information on the electronic structure of heavy Fermion CeCoIn5 superconductor. It also lays a foundation for further studies on the physical properties and superconducting mechanism of the heavy Fermion superconductors.

preprint2011arXiv

Persistence of Topological Order and Formation of Quantum Well States in Topological Insulators Bi2(Se,Te)3 under Ambient Conditions

The topological insulators represent a unique state of matter where the bulk is insulating with an energy gap while the surface is metallic with a Dirac cone protected by the time reversal symmetry. These characteristics provide a venue to explore novel quantum phenomena in fundamental physics and show potential applications in spintronics and quantum computing. One critical issue directly related with the applications as well as the fundamental studies is how the topological surface state will behave under ambient conditions (1 atmosphere air and room temperature). In this paper, we report high resolution angle-resolved photoemission measurements on the surface state of the prototypical topological insulators, Bi2Se3, Bi2Te3 and Bi2(Se0.4Te2.6), upon exposing to ambient conditions. We find that the topological order persists even when the surface is exposed to air at room temperature. However, the surface state is strongly modified after such an exposure. Particularly, we have observed the formation of two-dimensional quantum well states near the surface of the topological insulators after the exposure which depends sensitively on the original composition, x, in Bi2(Se3-xTex). These rich information are crucial in utilizing the surface state and in probing its physical properties under ambient conditions.

preprint2010arXiv

Momentum Dependence of the Single-Particle Self-Energy and Fluctuation Spectrum of Slightly Underdoped Bi_2 Sr_2 CaCu_2 O_{8+δ} from High Resolution Laser ARPES

We deduce the normal state angle-resolved single-particle self-energy $Σ(θ, ω)$ and the Eliashberg function (i.e., the product of the fluctuation spectrum and its coupling to fermions) $α^2 F(θ,ω)$ for the high temperature superconductor Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ from the ultra high resolution laser angle-resolved photoemission spectroscopy (ARPES). The self-energy $Σ(θ, ω)$ at energy $ω$ along several cuts normal to the Fermi surface at the tilt angles $θ$ with respect to the nodal direction in a slightly underdoped Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ were extracted by fitting the ARPES momentum distribution curves. Then, using the extracted self-energy as the experimental input, the $α^2 F(θ,ω)$ is deduced by inverting the Eliashberg equation employing the adaptive maximum entropy method. Our principal new result is that the Eliashberg function $α^2F(θ,ω)$ collapse for all $θ$ onto a single function of $ω$ up to the upper cut-off energy despite the $θ$ dependence of the self-energy. The in-plane momentum anisotropy is therefore predominantly due to the anisotropic band dispersion effects. The obtained Eliashberg function has a small peak at $ω\approx0.05$ eV and flattens out above 0.1 eV up to the angle-dependent cut-off. It takes the intrinsic cut-off of about 0.4 eV or the energy of the bottom of the band with respect to the Fermi energy in the direction $θ$, whichever is lower. The angle independence of the $α^2 F(θ,ω)$ is consistent only with the fluctuation spectra which have the short correlation length on the scale the lattice constant. This implies among others that the antiferromagnetic fluctuations may not be underlying physics of the deduced fluctuation spectrum.

preprint2010arXiv

Quantitative Determination of Eliashberg Function and Evidence of Strong Electron Coupling with Multiple Phonon Modes in Heavily Over doped (Bi,Pb)2Sr2CuO6

Super-high resolution laser-based angle-resolved photoemission spectroscopy measurements have been carried out on a heavily overdoped (Bi,Pb)2Sr2CuO6 (Tc> 5 K) superconductor. Taking advantage of the high-precision data on the subtle change of the quasi-particle dispersion at different temperatures, we develop a general procedure to determine the bare band dispersion and extract the bosonic spectral function quantitatively. Our results show unambiguously that the 70 meV nodal kink is due to the electron coupling with the multiple phonon modes, with a large mass enhancement factor Lamda= 0.42 even in the heavily over-doped regime.

preprint2010arXiv

Unusual Electronic Structure and Observation of Dispersion Kink in CeFeAsO Parent Compound of FeAs-Based Superconductors

We report the first comprehensive high-resolution angle-resolved photoemission measurements on CeFeAsO, a parent compound of FeAs-based high temperature superconductors with a mangetic/structural transition at $\sim$150 K. In the magnetic ordering state, four hole-like Fermi surface sheets are observed near $Γ$(0,0) and the Fermi surface near M(+/-$π$,+/-$π$) shows a tiny electron-like pocket at M surrounded by four Dirac cone-like strong spots. The unusual Fermi surface topology deviates strongly from the band structure calculations. The electronic signature of the magnetic/structural transition shows up in the dramatic change of the quasiparticle scattering rate. A dispersion kink at $\sim$ 25meV is for the first time observed in the parent compound of Fe-based superconductors.

preprint2009arXiv

Coexistence of Fermi arcs and Fermi pockets in a high Tc copper oxide superconductor

In the pseudogap state of the high-Tc copper-oxide (cuprate) superconductors, angle-resolved photoemission (ARPES) measurements have seen an Fermi arc, i.e., an open-ended gapless section in the large Fermi surface, rather than a closed loop expected of an ordinary metal. This is all the more puzzling because Fermi pockets (small closed Fermi surface features) have been suggested from recent quantum oscillation measurements. The Fermi arcs have worried the high-Tc community for many years because they cannot be understood in terms of existing theories. Theorists came up with a way out in the form of conventional Fermi surface pockets associated with competing order, with a back side that is for detailed reasons invisible by photoemission. Here we report ARPES measurements of La-Bi2201 that give direct evidence of the Fermi pocket. The charge carriers in the pocket are holes and the pockets show an unusual dependence upon doping, namely, they exist in underdoped but not overdoped samples. A big surprise is that these Fermi pockets appear to coexist with the Fermi arcs. This coexistence has not been expected theoretically and the understanding of the mysterious pseudogap state in the high-Tc cuprate superconductors will rely critically on understanding such a new finding.

preprint2008arXiv

Identification of Nodal Kink in Electron-Doped (Nd$_{1.85}$Ce$_{0.15}$)CuO$_4$ Superconductor from Laser-Based Angle-Resolved Photoemission Spectroscopy

High-resolution laser-based angle-resolved photoemission measurements have been carried out on the electron-doped (Nd$_{1.85}$Ce$_{0.15}$)CuO$_4$ high temperature superconductor. We have revealed a clear kink at $\sim$60 meV in the dispersion along the (0,0)-($π$,$π$) nodal direction, accompanied by a peak-dip-hump feature in the photoemission spectra. This indicates that the nodal electrons are coupled to collective excitations (bosons) in electron-doped superconductors, with the phonons as the most likely candidate of the boson. This finding has established a universality of nodal electron coupling in both hole- and electron-doped high temperature cuprate superconductors.