Researcher profile

Ke Yang

Ke Yang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
23works
0followers
15topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

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

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

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

Building this graph slice

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

Published work

23 published item(s)

preprint2026arXiv

Code as Agent Harness

Recent large language models (LLMs) have demonstrated strong capabilities in understanding and generating code, from competitive programming to repository-level software engineering. In emerging agentic systems, code is no longer only a target output. It increasingly serves as an operational substrate for agent reasoning, acting, environment modeling, and execution-based verification. We frame this shift through the lens of agent harnesses and introduce code as agent harness: a unified view that centers code as the basis for agent infrastructure. To systematically study this perspective, we organize the survey around three connected layers. First, we study the harness interface, where code connects agents to reasoning, action, and environment modeling. Second, we examine harness mechanisms: planning, memory, and tool use for long-horizon execution, together with feedback-driven control and optimization that make harness reliable and adaptive. Third, we discuss scaling the harness from single-agent systems to multi-agent settings, where shared code artifacts support multi-agent coordination, review, and verification. Across these layers, we summarize representative methods and practical applications of code as agent harness, spanning coding assistants, GUI/OS automation, embodied agents, scientific discovery, personalization and recommendation, DevOps, and enterprise workflows. We further outline open challenges for harness engineering, including evaluation beyond final task success, verification under incomplete feedback, regression-free harness improvement, consistent shared state across multiple agents, human oversight for safety-critical actions, and extensions to multimodal environments. By centering code as the harness of agentic AI, this survey provides a unified roadmap toward executable, verifiable, and stateful AI agent systems.

preprint2024arXiv

If LLM Is the Wizard, Then Code Is the Wand: A Survey on How Code Empowers Large Language Models to Serve as Intelligent Agents

The prominent large language models (LLMs) of today differ from past language models not only in size, but also in the fact that they are trained on a combination of natural language and formal language (code). As a medium between humans and computers, code translates high-level goals into executable steps, featuring standard syntax, logical consistency, abstraction, and modularity. In this survey, we present an overview of the various benefits of integrating code into LLMs' training data. Specifically, beyond enhancing LLMs in code generation, we observe that these unique properties of code help (i) unlock the reasoning ability of LLMs, enabling their applications to a range of more complex natural language tasks; (ii) steer LLMs to produce structured and precise intermediate steps, which can then be connected to external execution ends through function calls; and (iii) take advantage of code compilation and execution environment, which also provides diverse feedback for model improvement. In addition, we trace how these profound capabilities of LLMs, brought by code, have led to their emergence as intelligent agents (IAs) in situations where the ability to understand instructions, decompose goals, plan and execute actions, and refine from feedback are crucial to their success on downstream tasks. Finally, we present several key challenges and future directions of empowering LLMs with code.

preprint2023arXiv

Thick branes in Born-Infeld determinantal gravity in Weitzenböck spacetime

By adopting the idea of Born-Infeld electromagnetism, the Born-Infeld determinantal gravity in Weitzenböck spacetime provides a way to smooth the Big Bang singularity at the classical level. We consider a thick braneworld scenario in the higher-dimensional extension of this gravity, and investigate the torsion effects on the brane structure and gravitational perturbation. For three particular parameter choices, analytic domain wall solutions are obtained. They have a similar brane configuration that the brane thickness becomes thinner as the spacetime torsion gets stronger. For each model, the massless graviton is localized on the brane with the width of localization decreasing with the enhancement of the spacetime torsion, while the massive gravitons propagate in the bulk and contribute a correction term proportional to ${1}/{(k r)^{3}}$ to the Newtonian potential. A sparsity constraint on the fundamental 5-dimensional gravitational scale is estimated from the gravitational experiment. Moreover, the parameter ranges in which the Kaluza-Klein gravitons are tachyonic free are analyzed.

preprint2022arXiv

A Sentence is Worth 128 Pseudo Tokens: A Semantic-Aware Contrastive Learning Framework for Sentence Embeddings

Contrastive learning has shown great potential in unsupervised sentence embedding tasks, e.g., SimCSE. However, We find that these existing solutions are heavily affected by superficial features like the length of sentences or syntactic structures. In this paper, we propose a semantics-aware contrastive learning framework for sentence embeddings, termed Pseudo-Token BERT (PT-BERT), which is able to exploit the pseudo-token space (i.e., latent semantic space) representation of a sentence while eliminating the impact of superficial features such as sentence length and syntax. Specifically, we introduce an additional pseudo token embedding layer independent of the BERT encoder to map each sentence into a sequence of pseudo tokens in a fixed length. Leveraging these pseudo sequences, we are able to construct same-length positive and negative pairs based on the attention mechanism to perform contrastive learning. In addition, we utilize both the gradient-updating and momentum-updating encoders to encode instances while dynamically maintaining an additional queue to store the representation of sentence embeddings, enhancing the encoder's learning performance for negative examples. Experiments show that our model outperforms the state-of-the-art baselines on six standard semantic textual similarity (STS) tasks. Furthermore, experiments on alignments and uniformity losses, as well as hard examples with different sentence lengths and syntax, consistently verify the effectiveness of our method.

preprint2022arXiv

Brand Celebrity Matching Model Based on Natural Language Processing

Celebrity Endorsement is one of the most significant strategies in brand communication. Nowadays, more and more companies try to build a vivid characteristic for themselves. Therefore, their brand identity communications should accord with some characteristics as humans and regulations. However, the previous works mostly stop by assumptions, instead of proposing a specific way to perform matching between brands and celebrities. In this paper, we propose a brand celebrity matching model (BCM) based on Natural Language Processing (NLP) techniques. Given a brand and a celebrity, we firstly obtain some descriptive documents of them from the Internet, then summarize these documents, and finally calculate a matching degree between the brand and the celebrity to determine whether they are matched. According to the experimental result, our proposed model outperforms the best baselines with a 0.362 F1 score and 6.3% of accuracy, which indicates the effectiveness and application value of our model in the real-world scene. What's more, to our best knowledge, the proposed BCM model is the first work on using NLP to solve endorsement issues, so it can provide some novel research ideas and methodologies for the following works.

preprint2022arXiv

Distributed Image Transmission using Deep Joint Source-Channel Coding

We study the problem of deep joint source-channel coding (D-JSCC) for correlated image sources, where each source is transmitted through a noisy independent channel to the common receiver. In particular, we consider a pair of images captured by two cameras with probably overlapping fields of view transmitted over wireless channels and reconstructed in the center node. The challenging problem involves designing a practical code to utilize both source and channel correlations to improve transmission efficiency without additional transmission overhead. To tackle this, we need to consider the common information across two stereo images as well as the differences between two transmission channels. In this case, we propose a deep neural networks solution that includes lightweight edge encoders and a powerful center decoder. Besides, in the decoder, we propose a novel channel state information aware cross attention module to highlight the overlapping fields and leverage the relevance between two noisy feature maps.Our results show the impressive improvement of reconstruction quality in both links by exploiting the noisy representations of the other link. Moreover, the proposed scheme shows competitive results compared to the separated schemes with capacity-achieving channel codes.

preprint2022arXiv

Fairness in Ranking: A Survey

In the past few years, there has been much work on incorporating fairness requirements into algorithmic rankers, with contributions coming from the data management, algorithms, information retrieval, and recommender systems communities. In this survey we give a systematic overview of this work, offering a broad perspective that connects formalizations and algorithmic approaches across subfields. An important contribution of our work is in developing a common narrative around the value frameworks that motivate specific fairness-enhancing interventions in ranking. This allows us to unify the presentation of mitigation objectives and of algorithmic techniques to help meet those objectives or identify trade-offs. In this survey, we describe four classification frameworks for fairness-enhancing interventions, along which we relate the technical methods surveyed in this paper, discuss evaluation datasets, and present technical work on fairness in score-based ranking. Then, we present methods that incorporate fairness in supervised learning, and also give representative examples of recent work on fairness in recommendation and matchmaking systems. We also discuss evaluation frameworks for fair score-based ranking and fair learning-to-rank, and draw a set of recommendations for the evaluation of fair ranking methods.

preprint2022arXiv

Flipping of antiferromagnetic to superconducting states in pressurized quasi-one-dimensional manganese-based compounds

One of the universal features of unconventional superconductors is that the superconducting (SC) state is developed in the proximity of an antiferromagnetic (AFM) state. Understanding the interplay between these two states is one of the key issues to uncover the underlying physics of unconventional SC mechanism. Here, we report a pressure-induced flipping of the AFM state to SC state in the quasi-one-dimensional AMn6Bi5 (A = K, Rb, and Cs) compounds. We find that at a critical pressure the AFM state suddenly disappears at a finite temperature and a SC state simultaneously emerges at a lower temperature without detectable structural changes. Intriguingly, all members of the family present the AFM-SC transition at almost the same critical pressures (Pc), though their ambient-pressure unit-cell volumes vary substantially. Our theoretical calculations indicate that the increasing weight of dxz orbital electrons near Fermi energy under the pressure may be the origin of the flipping. These results reveal a diversity of competing nature between the AFM and SC states among the 3d-transition-metal compounds.

preprint2022arXiv

Magnetic frustration in the cubic double perovskite Ba2NiIrO6

Hybrid transition metal oxides continue to attract attention due to their multiple degrees of freedom ($e.g.$, lattice, charge, spin, and orbital) and versatile properties. Here we investigate the magnetic and electronic properties of the newly synthesized double perovskite Ba$_2$NiIrO$_6$, using crystal field theory, superexchange model analysis, density functional calculations, and parallel tempering Monte Carlo (PTMC) simulations. Our results indicate that Ba$_2$NiIrO$_6$ has the Ni$^{2+}$ ($t_{2g}^{6}e_{g}^{2}$)-Ir$^{6+}$ ($t_{2g}^{3}$) charge states. The first nearest-neighboring (1NN) Ni$^{2+}$-Ir$^{6+}$ ions prefer a ferromagnetic (FM) coupling as expected from the Goodenough-Kanamori-Anderson rules, which contradicts the experimental antiferromagnetic (AF) order in Ba$_2$NiIrO$_6$. We find that the strong 2NN AF couplings are frustrated in the fcc sublattices, and they play a major role in determining the observed AF ground state. We also prove that the $J_{\rm eff}$ = 3/2 and $J_{\rm eff}$ = 1/2 states induced by spin-orbit coupling, which would be manifested in low-dimensional (e.g., layered) iridates, are however not the case for cubic Ba$_2$NiIrO$_6$. Our PTMC simulations show that when the long-range (2NN and 3NN) AF interactions are included, an AF transition with $T_{\rm N}$ = 66 K would be obtained and it is well comparable with the experimental 51 K. Meanwhile, we propose a possible 2$\times$2$\times$2 noncollinear AF structure for Ba$_2$NiIrO$_6$.

preprint2022arXiv

Motion of Spinning Particles around Electrically Charged Black Hole in Eddington-inspired Born-Infeld Gravity

A test particle possessing spin angular momentum moves along a non-geodesic path due to an additional spin-curvature force. We study the spinning test particle moving in the vicinity of the electrically charged black hole formation in Eddington-inspired Born-Infeld (EiBI) gravity. Through the numerical analysis of its effective potential and orbits, it is found that the orbital eccentricity reduces as the deviation parameter $κ$ increases. By comparing the orbits for the observed stars around Sagittarius A*, we conclude that the observed orbits with too large radii can not give a stringent constraint with acceptable magnitude. To dig out the potential observation effects of the relations between the orbits and parameter $κ$, we mainly focus on the orbits in the vicinity of black hole in this paper. The parameters of inner most stable circular orbit (ISCO) decrease monotonously with $κ$ when the spin angular momentum is small, however they change non-monotonously with $κ$ when the spin is large enough. Moreover, the spin dependences of ISCO parameters have similar behavior to that of Reissner-Nordström (RN) black hole. We analyze the causality of the circular orbits by using the superluminal constraint condition as well. As a result, two new parameter regions may emerge in case of large $κ$, where the particle has two stable circular orbits with one subluminal and the other superluminal.

preprint2022arXiv

Observation of three superconducting transitions in the pressurized CDW-bearing compound TaTe2

Transition metal dichalcogenides host a wide variety of lattice and electronic structures, as well as corresponding exotic physical properties, especially under certain tuning conditions. Here, we are the first to report the observation of pressure-induced three superconducting transitions in TaTe2, a charge density wave (CDW) - bearing layered transition-metal dichalcogenide that is metallic but not superconducting at ambient pressure. We find that its CDW state can be easily suppressed upon increasing pressure up to ~ 1 GPa. A superconducting state then emerges from the suppressed CDW state and persists to the pressure about 7 GPa. Unexpectedly, another superconducting state appears at ~ 11 GPa within the same monoclinic (M) structure of its ambient-pressure one. Upon further compression to 21 GPa, a third superconducting state with higher Tc appears from a high-pressure (HP) phase. Our experimental results suggest that the pressure-induced three superconducting transitions in TaTe2 are respectively driven by the suppression of the CDW state, the change of the angle in the M phase and the transition of M-to-HP phase. These results demonstrate not only the versatile nature of this correlated electron system, but also the first experimental example that shows the pressure-induced evolution from a CDW state to three superconducting states driven by different mechanisms.

preprint2022arXiv

Spin-Orbital States and Strong Antiferromagnetism of Layered Eu$_2$SrFe$_2$O$_6$ and Sr$_3$Fe$_2$O$_4$Cl$_2$

The insulating iron compounds Eu$_2$SrFe$_2$O$_6$ and Sr$_3$Fe$_2$O$_4$Cl$_2$ have high-temperature antiferromagnetic (AF) order despite their different layered structures. Here we carry out density functional calculations and Monte Carlo simulations to study their electronic structures and magnetic properties aided with analyses of the crystal field, magnetic anisotropy, and superexchange. We find that both compounds are Mott insulators and in the high-spin (HS) Fe$^{2+}$ state ($S$ = 2) accompanied by the weakened crystal field. Although they have different local coordination and crystal fields, the Fe$^{2+}$ ions have the same level sequence and ground-state configuration $(3z^2-r^2)^2(xz,yz)^2(xy)^1(x^2-y^2)^1$. Then, the multiorbital superexchange produces strong AF couplings, and the $(3z^2-r^2)/(xz,yz)$ mixing via the spin-orbit coupling (SOC) yields a small in-plane orbital moment and anisotropy. Indeed, by tracing a set of different spin-orbital states, our density functional calculations confirm the strong AF couplings and the easy planar magnetization for both compounds. Moreover, using the derived magnetic parameters, our Monte Carlo simulations give the Néel temperature $T_{\rm N}$ = 420 K (372 K) for the former (the latter), which well reproduce the experimental results. Therefore, the present study provides a unified picture for Eu$_2$SrFe$_2$O$_6$ and Sr$_3$Fe$_2$O$_4$Cl$_2$ concerning their electronic and magnetic properties.

preprint2022arXiv

Unique electronic state in ferromagnetic semiconductor FeCl$_{2}$ monolayer

Two-dimensional (2D) van der Waals (vdW) magnetic materials could be an ideal platform for ultracompact spintronic applications. Among them, FeCl$_{2}$ monolayer in the triangular lattice is subject to a strong debate. Thus, we critically examine its spin-orbital state, electronic structure, and magnetic properties, using a set of delicate first-principles calculations, crystal field level analyses, and Monte Carlo simulations. Our work reveals that FeCl$_{2}$ monolayer is a ferromagnetic (FM) semiconductor in which the electron correlation of the narrow Fe $3d$ bands determines the band gap of about 1.2 eV. Note that only when the spin-orbit coupling (SOC) is properly handled, the unique $d$$^{5\uparrow}$$l$$^\downarrow_{z+}$ electronic ground state is achieved. Then, both the orbital and spin contributions (0.59 $μ_{\rm B}$ plus 3.56 $μ_{\rm B}$) to the total magnetic moment well account for, for the first time, the experimental perpendicular moment of 4.3 $μ_{\rm B}$/Fe. Moreover, we find that a compressive strain further stabilizes the $d$$^{5\uparrow}$$l$$^\downarrow_{z+}$ ground state, and that the enhanced magnetic anisotropy and exchange coupling would boost the Curie temperature ($T_{\rm C}$) from 25 K for the pristine FeCl$_{2}$ monolayer to 69-102 K under 3$\%$-5$\%$ compressive strain. Therefore, FeCl$_{2}$ monolayer is indeed an appealing 2D FM semiconductor.

preprint2022arXiv

Visibility, invisibility and unique recovery of inverse electromagnetic problems with conical singularities

In this paper, we study time-harmonic electromagnetic scattering in two scenarios, where the anomalous scatterer is either a pair of electromagnetic sources or an inhomogeneous medium, both with compact supports. We are mainly concerned with the geometrical inverse scattering problem of recovering the support of the scatterer, independent of its physical contents, by a single far-field measurement. It is assumed that the support of the scatterer (locally) possesses a conical singularity. We establish a local characterisation of the scatterer when invisibility/transparency occurs, showing that its characteristic parameters must vanish locally around the conical point. Using this characterisation, we establish several local and global uniqueness results for the aforementioned inverse scattering problems, showing that visibility must imply unique recovery. In the process, we also establish the local vanishing property of the electromagnetic transmission eigenfunctions around a conical point under the Hölder regularity or a regularity condition in terms of Herglotz approximation.

preprint2020arXiv

Born-Infeld Black Holes in 4D Einstein-Gauss-Bonnet Gravity

A novel four-dimensional Einstein-Gauss-Bonnet gravity was formulated by D. Glavan and C. Lin [Phys. Rev. Lett. 124, 081301 (2020)], which is intended to bypass the Lovelock's theorem and to yield a non-trivial contribution to the four-dimensional gravitational dynamics. However, the validity and consistency of this theory has been called into question recently. We study a static and spherically symmetric black hole charged by a Born-Infeld electric field in the novel four-dimensional Einstein-Gauss-Bonnet gravity. It is found that the black hole solution still suffers the singularity problem, since particles incident from infinity can reach the singularity. It is also demonstrated that the Born-Infeld charged black hole may be superior to the Maxwell charged black hole to be a charged extension of the Schwarzschild-AdS-like black hole in this new gravitational theory. Some basic thermodynamics of the black hole solution is also analyzed. Besides, we regain the black hole solution in the regularized four-dimensional Einstein-Gauss-Bonnet gravity proposed by H. Lü and Y. Pang [arXiv:2003.11552].

preprint2020arXiv

Causal intersectionality for fair ranking

In this paper we propose a causal modeling approach to intersectional fairness, and a flexible, task-specific method for computing intersectionally fair rankings. Rankings are used in many contexts, ranging from Web search results to college admissions, but causal inference for fair rankings has received limited attention. Additionally, the growing literature on causal fairness has directed little attention to intersectionality. By bringing these issues together in a formal causal framework we make the application of intersectionality in fair machine learning explicit, connected to important real world effects and domain knowledge, and transparent about technical limitations. We experimentally evaluate our approach on real and synthetic datasets, exploring its behaviour under different structural assumptions.

preprint2020arXiv

Equilibrium Dynamics of the Sub-Ohmic Spin-boson Model At Finite Temperature

We use the full-density matrix (FDM) numerical renormalization group (NRG) method to calculate the equilibrium dynamical correlation function $C(ω)$ of the spin operator $σ_z$ at finite temperature for the sub-Ohmic spin-boson model. A peak is observed at the frequency $ω_{T}\sim T$ in the curve of $C(ω)$. The curve merges with the zero temperature $C(ω)$ in $ω\gg ω_{T}$ and deviate significantly from the power-law form $ω^{\pm s}$ of the zero temperature curve in $ω\llω_{T}$.

preprint2020arXiv

Reemergence of superconductivity in pressurized quasi-one-dimensional superconductor K2Mo3As3

Here we report a pressure-induced reemergence of superconductivity in recently discovered superconductor K2Mo3As3, which is the first experimental case observed in quasi-one-dimensional superconductors. We find that, after full suppression of the ambient-pressure superconducting (SC-I) state at 8.7 GPa, an intermediary non-superconducting state sets in and prevails to the pressure up to 18.2 GPa, however, above this pressure a new superconducting (SC-II) state appears unexpectedly. High pressure x-ray diffraction measurements demonstrate that the pressure-induced dramatic change of the lattice parameter c contributes mainly to the emergence of the SC-II state. Combined with the theioretical calculations on band strcture, our results suggest that the reemergemce of superconductivity is associated with the change of the complicated interplay among different orbital electrons, driven by the pressure-induced unisotropic change of the lattice.

preprint2020arXiv

Spherical Accretion Flow onto General Parameterized Spherically Symmetric Black Hole Spacetimes

The transonic phenomenon of black hole accretion and the existence of the photon sphere are the characteristics of strong gravitational fields near a black hole horizon. In this work, we study spherical accretion flow onto a general parametrized spherically symmetric black hole spacetimes. For this purpose, we analyze the accretion process of various perfect fluids, such as the isothermal fluid of ultra-stiff, ultra-relativistic, and sub-relativistic types and polytropic fluid, respectively. The influences of extra parameters beyond the Schwarzschild black hole in the general parameterized spherically symmetric black hole on the flow behaviors of the above-mentioned test fluids are studied in detail. In addition, by studying the accretion of ideal photon gas, we further discuss the correspondence between the sonic radius of accreting photon gas and the photon sphere for the general parameterized spherically symmetric black hole. Some possible future extensions of our analysis are also discussed.

preprint2020arXiv

Universal thermodynamic relations with constant corrections for rotating AdS black holes

In [Phys. Rev. Lett. 124, 101103 (2020)], a universal relation between corrections to entropy and extremality was proposed. The relation was also found to exactly hold for the four-dimensional charged AdS black hole. In this paper, we extend the study to the rotating BTZ and Kerr-AdS black holes when a constant correction to General Relativity is considered for the first time. The entropy and extremality bound are calculated, and they have a closely dependent behavior with the coupling parameter of the constant correction. We confirm the universal relation for the rotating AdS black holes. Furthermore, taking into consideration of the shift of the angular momentum, we confirm one more new universal relation for the rotating cases. In particular, we state a conjecture on a universal relation, which gives a universal conjecture relation between the shifted thermodynamic quantities for arbitrary black hole background. We believe that these universal relations will shed new light on the region of the quantum gravity.

preprint2020arXiv

VI3: a 2D Ising ferromagnet

Two-dimensional (2D) magnetic materials are of great current interest for their promising applications in spintronics. Here we propose the van der Waals (vdW) material VI3 to be a 2D Ising ferromagnet (FM), using density functional calculations, crystal field level diagrams, superexchange model analyses, and Monte Carlo simulations. The $a_{1g}$$^1$$e'_{-}$$^1$ ground state in the trigonal crystal field gives rise to the 2D Ising FM due to a significant single ion anisotropy (SIA) and enhanced FM superexchange both associated with the $S_z$=1 and $L_z$=--1 state of V3+ ions. We find that a tensile strain on the VI3 monolayer further stabilizes the $a_{1g}$$^1$$e'_{-}$$^1$ ground state, and its Curie temperature ($T_{\rm C}$) would increase from 70 K to 90-110 K under a 2.5-5\% tensile strain. Moreover, we suggest a group of spin-orbital states with a strong SIA which may help to search more 2D Ising magnets.

preprint2019arXiv

Fermion Localization and Degenerate Resonances on Brane Array

In this work, we consider the multi-wall braneworld arisen from multi-scalar fields, and investigate the localization and resonances of spin-1/2 fermion on the multi-walls. We build two analytic multi-wall solutions with a polynomial superpotential and a modified sine-Gordon superpotential respectively. The massless fermion is the only bound state and localized between the two outermost sub-branes. The factors affecting the number of massive resonant fermions are analyzed. What interesting is that all the fermion resonant states are non-degenerate for the cases of single- and two-walls, however, doubly-degenerate fermion resonant states emerge for the cases of three- and four-walls. This novel phenomenon could be potentially interesting in phenomenology.

preprint2019arXiv

Hall coefficient diagnostics of surface state in pressurized SmB6

In this study, we report the first results of the high-pressure Hall coefficient (RH) measurements in the putative topological Kondo insulator SmB6 up to 37 GPa. Below 10 GPa, our data reveal that RH(T) exhibits a prominent peak upon cooling below 20 K. Remarkably, the temperature at which surface conduction dominates coincides with the temperature of the peak in RH(T). The temperature dependent resistance and Hall coefficient can be well fitted by a two-channel model with contributions from the metallic surface and the thermally activated bulk states. When the bulk of SmB6 becomes metallic and magnetic at ~ 10 GPa, both the RH(T) peak and the resistance plateau disappear simultaneously. Our results indicate that the RH(T) peak is a fingerprint to diagnose the presence of a metallic surface state in SmB6. The high-pressure magnetic state of SmB6 is robust to 180 GPa, and no evidence of superconductivity is observed in the metallic phase.