SearcharxivSearch

arXiv subjects

Simin Zhang

Publications and source records attributed to Simin Zhang.

4 recordsLinked to original sources

Highly Efficient Second/Third Harmonic Generation in van der Waals Layered Material AgScP2S6 with Anisotropic Polarization and Temperature Dependence

Single-crystal X-ray diffraction and nonlinear optical measurements, especially second- and third-harmonic generation (SHG/THG) are comprehensively investigated for the van der Waals layered material AgScP2S6 with a non-centrosymmetric P31c (159) space group. Linear optical constants are extracted using spectroscopic ellipsometry and applied in fitting the harmonic generation behavior. Polarization-resolved SHG and THG measurements exhibit pronounced anisotropy, with emission patterns well-described by theoretical models derived from the khi(2) and khi(3) tensor elements. The material demonstrates exceptionally high nonlinear susceptibilities, with khi(2) ~ 10^(-8) m/V and khi(3) ~ 10^(-17) m^2/V^2 which is a few orders of magnitude greater than comparable 2D materials reported in the literature. Temperature-dependent SHG and THG measurements from 300 K to 25 K reveal exponential decay in harmonic signal intensities, attributed to reduced carrier mobility, with no evidence of structural phase transitions, consistent with results from single crystal diffraction and heat capacity measurements. Polarization-resolved SHG and THG measurements also reveal distinct orientation and ellipticity trends, highlighting the anisotropic nonlinear tensor contributions and contrasting polarization selection rules in the material. These results establish AgScP2S6 as a high-performance, thermally stable, and highly anisotropic nonlinear candidate material suitable for compact photonic applications such as ultrafast optical modulators, polarization-sensitive detectors, and wavelength-tunable light sources.

cond-mat.mtrl-sci

Compliance-to-Code: Enhancing Financial Compliance Checking via Code Generation

Nowadays, regulatory compliance has become a cornerstone of corporate governance, ensuring adherence to systematic legal frameworks. At its core, financial regulations often comprise highly intricate provisions, layered logical structures, and numerous exceptions, which inevitably result in labor-intensive or comprehension challenges. To mitigate this, recent Regulatory Technology (RegTech) and Large Language Models (LLMs) have gained significant attention in automating the conversion of regulatory text into executable compliance logic. However, their performance remains suboptimal particularly when applied to Chinese-language financial regulations, due to three key limitations: (1) incomplete domain-specific knowledge representation, (2) insufficient hierarchical reasoning capabilities, and (3) failure to maintain temporal and logical coherence. One promising solution is to develop a domain specific and code-oriented datasets for model training. Existing datasets such as LexGLUE, LegalBench, and CODE-ACCORD are often English-focused, domain-mismatched, or lack fine-grained granularity for compliance code generation. To fill these gaps, we present Compliance-to-Code, the first large-scale Chinese dataset dedicated to financial regulatory compliance. Covering 1,159 annotated clauses from 361 regulations across ten categories, each clause is modularly structured with four logical elements-subject, condition, constraint, and contextual information-along with regulation relations. We provide deterministic Python code mappings, detailed code reasoning, and code explanations to facilitate automated auditing. To demonstrate utility, we present FinCheck: a pipeline for regulation structuring, code generation, and report generation.

cs.CL

A Fully Three-Dimensional Kinetic Particle-In-Cell Framework for Modeling Laser-Dielectric Interactions: Few-Cycle Pulse Damage

We present a fully three-dimensional kinetic framework for modeling intense short pulse lasers interacting with dielectric materials. Our work modifies the open-source Particle-In-Cell (PIC) code EPOCH to include new models for molecular photoionization and dielectric optical response. We use this framework to model the laser-induced damage of dielectric materials by few-cycle laser pulses. The framework is benchmarked against experimental results for bulk silica targets and then applied to model multi-layer dielectric mirrors with a sequence of simulations with varying laser fluence. This allows us to better understand the laser damage process by providing new insight into energy absorption, excited particle dynamics, and nonthermal excited particle dist

physics.optics

QARM: Quantitative Alignment Multi-Modal Recommendation at Kuaishou

In recent years, with the significant evolution of multi-modal large models, many recommender researchers realized the potential of multi-modal information for user interest modeling. In industry, a wide-used modeling architecture is a cascading paradigm: (1) first pre-training a multi-modal model to provide omnipotent representations for downstream services; (2) The downstream recommendation model takes the multi-modal representation as additional input to fit real user-item behaviours. Although such paradigm achieves remarkable improvements, however, there still exist two problems that limit model performance: (1) Representation Unmatching: The pre-trained multi-modal model is always supervised by the classic NLP/CV tasks, while the recommendation models are supervised by real user-item interaction. As a result, the two fundamentally different tasks' goals were relatively separate, and there was a lack of consistent objective on their representations; (2) Representation Unlearning: The generated multi-modal representations are always stored in cache store and serve as extra fixed input of recommendation model, thus could not be updated by recommendation model gradient, further unfriendly for downstream training. Inspired by the two difficulties challenges in downstream tasks usage, we introduce a quantitative multi-modal framework to customize the specialized and trainable multi-modal information for different downstream models.

cs.IR