Source author record

Xinyang Wang

Xinyang Wang 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

15works
14topics
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

15 published item(s)

preprint2026arXiv

ASTRA-QA: A Benchmark for Abstract Question Answering over Documents

Document-based question answering (QA) increasingly includes abstract questions that require synthesizing scattered information from long documents or across multiple documents into coherent answers. However, this setting is still poorly supported by existing benchmarks and evaluation methods, which often lack stable abstract references or rely on coarse similarity metrics and unstable head-to-head comparisons. To alleviate this issue, we introduce ASTRA-QA, a benchmark for AbSTRAct Question Answering over documents. ASTRA-QA contains 869 QA instances over academic papers and news documents, covering five abstract question types and three controlled retrieval scopes. Each instance is equipped with explicit evaluation annotations, including answer topic sets, curated unsupported topics, and aligned evidence. Building on these annotations, ASTRA-QA assesses whether answers cover required key points and avoid unsupported content by directly scoring topic coverage and curated unsupported content, enabling scalable evaluation without exhaustive head-to-head comparisons. Experiments with representative Retrieval-Augmented Generation (RAG) methods spanning vanilla, graph-based, and hierarchical retrieval settings show that ASTRA-QA provides reference-grounded diagnostics for coverage, hallucination, and retrieval-scope robustness. Our dataset and code are available at https://xinyangsally.github.io/astra-benchmark.

preprint2022arXiv

Rate and ellipticity of dilepton production in a magnetized quark-gluon plasma

Using the Landau-level representation for the imaginary part of the photon polarization tensor, we derive an explicit expression for the dilepton production rate from a hot quark-gluon plasma in a quantizing background magnetic field. We study in detail the dependence of the production rate on the dilepton invariant mass and the transverse momentum at mid-rapidity. We also investigate the angular dependence and ellipticity of dilepton emission. By comparing the result with the zero-field Born approximation, we find that the magnetic field leads to a strong enhancement of the dilepton rate at small values of the invariant mass ($M\lesssim\sqrt{|eB|}$). In the same kinematic region, the dilepton production is characterized by a sizable ellipticity. At large values of the dilepton invariant mass ($M\gtrsim\sqrt{|eB|}$), the role of the magnetic field decreases and the result approaches the isotropic zero-field Born rate. By investigating the dependence of ellipticity on the transverse momentum, we argue that the future measurements of dilepton rate in the region of small invariant masses can constrain the magnetic field produced in heavy-ion collisions.

preprint2021arXiv

Do we need to use regularization on the thermal part in the NJL model?

The Nambu--Jona-Lasinio (NJL) model is one of the most useful tools to study non-perturbative strong interaction matter. Because it is a nonrenormalizable model, the choosing of regularization is a subtle issue. In this paper, we discuss one of the general things of the regularization in the NJL model, which is whether we need to use the regularization on the thermal part by evaluating the quark chiral condensate and thermal properties in the two-flavor NJL model. The calculations in this work include three regularization schemes that contain both gauge covariant and invariant schemes. We found no matter which regularization scheme we choose, it is necessary to use the regularization on the thermal part when calculating the chiral condensate related physics quantities and do not use the regularization on the thermal part when calculating the grand potential related physical quantities.

preprint2021arXiv

Impacts of (inverse) magnetic catalysis on screening masses of neutral pions and sigma mesons in hot and magnetized quark matter

We investigate the screening masses of neutral pions and sigma mesons in hot and magnetized quark matter in the framework of a two-flavor lattice-improved Nambu-Jona-Lasinio (NJL) model with a magnetic field dependent coupling constant, which is determined by utilizing the results from lattice QCD simulations. Since such model can well reproduce inverse magnetic catalysis (IMC), by comparing with the standard NJL model, we systemically analyze the impacts of IMC on the temperature and magnetic field dependences of the longitudinal and transverse screening masses of the chiral partners, i.e. π^0 and σ mesons, as well as the screening mass differences between them. Particularly, it is found that the eB dependences of two alternative (pseudo)critical temperatures for the chiral transition defined by σ-π^0 meson screening mass differences are consistent with that defined by the quark condensate.

preprint2020arXiv

Cooperation in Small Groups -- an Optimal Transport Approach

If agents cooperate only within small groups of some bounded sizes, is there a way to partition the population into small groups such that no collection of agents can do better by forming a new group? This paper revisited f-core in a transferable utility setting. By providing a new formulation to the problem, we built up a link between f-core and the transportation theory. Such a link helps us to establish an exact existence result, and a characterization result of f-core for a general class of agents, as well as some improvements in computing the f-core in the finite type case.

preprint2016arXiv

Obtaining Quality-Proved Near Optimal Results for Traveling Salesman Problem

The traveling salesman problem (TSP) is one of the most challenging NP-hard problems. It has widely applications in various disciplines such as physics, biology, computer science and so forth. The best known approximation algorithm for Symmetric TSP (STSP) whose cost matrix satisfies the triangle inequality (called $\triangle$STSP) is Christofides algorithm which was proposed in 1976 and is a $\frac{3}{2}$-approximation. Since then no proved improvement is made and improving upon this bound is a fundamental open question in combinatorial optimization. In this paper, for the first time, we propose Truncated Generalized Beta distribution (TGB) for the probability distribution of optimal tour lengths in a TSP. We then introduce an iterative TGB approach to obtain quality-proved near optimal approximation, i.e., (1+$\frac{1}{2}(\frac{α+1}{α+2})^{K-1}$)-approximation where $K$ is the number of iterations in TGB and $α(>>1)$ is the shape parameters of TGB. The result can approach the true optimum as $K$ increases.

preprint2015arXiv

FlexCloud: A Flexible and Extendible Simulator for Performance Evaluation of Virtual Machine Allocation

Cloud Data centers aim to provide reliable, sustainable and scalable services for all kinds of applications. Resource scheduling is one of keys to cloud services. To model and evaluate different scheduling policies and algorithms, we propose FlexCloud, a flexible and scalable simulator that enables users to simulate the process of initializing cloud data centers, allocating virtual machine requests and providing performance evaluation for various scheduling algorithms. FlexCloud can be run on a single computer with JVM to simulate large scale cloud environments with focus on infrastructure as a service; adopts agile design patterns to assure the flexibility and extensibility; models virtual machine migrations which is lack in the existing tools; provides user-friendly interfaces for customized configurations and replaying. Comparing to existing simulators, FlexCloud has combining features for supporting public cloud providers, load-balance and energy-efficiency scheduling. FlexCloud has advantage in computing time and memory consumption to support large-scale simulations. The detailed design of FlexCloud is introduced and performance evaluation is provided.

preprint2015arXiv

Open-Source Simulators for Cloud Computing: Comparative Study and Challenging Issues

Resource scheduling in infrastructure as a service (IaaS) is one of the keys for large-scale Cloud applications. Extensive research on all issues in real environment is extremely difficult because it requires developers to consider network infrastructure and the environment, which may be beyond the control. In addition, the network conditions cannot be controlled or predicted. Performance evaluations of workload models and Cloud provisioning algorithms in a repeatable manner under different configurations are difficult. Therefore, simulators are developed. To understand and apply better the state-of-the-art of cloud computing simulators, and to improve them, we study four known open-source simulators. They are compared in terms of architecture, modeling elements, simulation process, performance metrics and scalability in performance. Finally, a few challenging issues as future research trends are outlined.

preprint2015arXiv

Transforming NP to P: An Approach to Solve NP Complete Problems

NP complete problem is one of the most challenging issues. The question of whether all problems in NP are also in P is generally considered one of the most important open questions in mathematics and theoretical computer science as it has far-reaching consequences to other problems in mathematics, computer science, biology, philosophy and cryptography. There are intensive research on proving `NP not equal to P' and `NP equals to P'. However, none of the `proved' results is commonly accepted by the research community up to now. In this paper, instead of proving either one, we aim to provide new perspective: transforming two typical NP complete problems to exactly solvable P problems in polynomial time. This approach helps to solve originally NP complete problems with practical applications. It may shine light on solving other NP complete problems in similar way.

preprint2014arXiv

Dynamic Equilibrium Limit Order Book Model and Optimal Execution Problem

In this paper we propose a dynamic model of Limit Order Book (LOB). The main feature of our model is that the shape of the LOB is determined endogenously by an expected utility function via a competitive equilibrium argument. Assuming zero resilience, the resulting equilibrium density of the LOB is random, nonlinear, and time inhomogeneous. Consequently, the liquidity cost can be defined dynamically in a natural way. We next study an optimal execution problem in our model. We verify that the value function satisfies the Dynamic Programming Principle, and is a viscosity solution to the corresponding Hamilton-Jacobi-Bellman equation which is in the form of an integro-partial-differential quasi-variational inequality. We also prove the existence and analyze the structure of the optimal strategy via a verification theorem argument, assuming that the PDE has a classical solution.

preprint2013arXiv

Chiral asymmetry in QED matter in a magnetic field

We calculate the electron self-energy in a magnetized QED plasma to the leading perturbative order in the coupling constant and to the linear order in an external magnetic field. We find that the chiral asymmetry of the normal ground state of the system is characterized by two new Dirac structures. One of them is the familiar chiral shift previously discussed in the Nambu--Jona-Lasinio model. The other structure is new. It formally looks like that of the chiral chemical potential but is an odd function of the longitudinal component of the momentum, directed along the magnetic field. The origin of this new parity-even chiral structure is directly connected with the long-range character of the QED interaction. The form of the Fermi surface in the weak magnetic field is determined.

preprint2013arXiv

Radiative corrections to chiral separation effect in QED

We calculate the leading radiative corrections to the axial current in the chiral separation effect in dense QED in a magnetic field. Contrary to the conventional wisdom suggesting that the axial current should be exactly fixed by the chiral anomaly relation and is described by the topological contribution on the lowest Landau level in the free theory, we find in fact that the axial current receives nontrivial radiative corrections. The direct calculations performed to the linear order in the external magnetic field show that the nontrivial radiative corrections to the axial current are provided by the Fermi surface singularity in the fermion propagator at nonzero fermion density.

preprint2011arXiv

Bulk viscosity in the nonlinear and anharmonic regime of strange quark matter

The bulk viscosity of cold, dense three-flavor quark matter is studied as a function of temperature and the amplitude of density oscillations. The study is also extended to the case of two different types of anharmonic oscillations of density. We point several qualitative effects due to the anharmonicity, although quantitatively they appear to be relatively small. We also find that, in most regions of the parameter space, with the exception of the case of a very large amplitude of density oscillations (i.e. 10% and above), nonlinear effects and anharmonicity have a small effect on the interplay of the nonleptonic and semileptonic processes in the bulk viscosity.

preprint2010arXiv

Bulk viscosity of spin-one color superconducting strange quark matter

The bulk viscosity in spin-one color-superconducting strange quark matter is calculated by taking into account the interplay between the nonleptonic and semi-leptonic week processes. In agreement with previous studies, it is found that the inclusion of the semi-leptonic processes may result in non-negligible corrections to the bulk viscosity in a narrow window of temperatures. The effect is generally more pronounced for pulsars with longer periods. Compared to the normal phase, however, this effect due to the semi-leptonic processes is less pronounced in spin-one color superconductors. Assuming that the critical temperature of the phase transition is much larger than 40 keV, the main effect of spin-one color superconductivity in a wide range of temperatures is an overall increase of the bulk viscosity with respect to the normal phase. The corresponding enhancement factor reaches up to about 9 in the polar and A-phases, about 25 in the planar phase and about 29 in the CSL phase. This factor is determined by the suppression of the nonleptonic rate in color-superconducting matter and, therefore, may be even larger if all quark quasiparticles happen to be gapped.

preprint2009arXiv

Non-leptonic weak processes in spin-one color superconducting quark matter

The non-leptonic weak processes $s+u\to u+d$ and $u+d \to s+u$ are known to dominate the dissipation mechanism responsible for the viscosity of strange quark matter in its normal phase. The rates of such processes remain unknown for many color superconducting phases of quark matter. In this paper, we partially fill up the gap by calculating the difference of the rates of the two non-leptonic weak processes in four transverse spin-one color superconducting phases of quark matter (slightly) out of $β$-equilibrium. The four phases studied are the color-spin locked phase, the polar phase, the planar phase and the {\em A}-phase. In the limit of vanishing color superconducting gap, we reproduce the known results in the normal phase. In the general case, the rates are suppressed relative to the normal phase. The degree of the suppression is determined by the structure of the gap function in momentum space, which in turn is determined by the pairing pattern of quarks. At low temperatures, the rate is dominated by the ungapped modes. In this limit, the strongest suppression of the rate occurs in the color-spin-locked phase, and the weakest is in the polar phase and the {\em A}-phase.