arXiv ScienceSearch

arXiv subjects

Mengwei Li

Publications and source records attributed to Mengwei Li.

5 recordsLinked to original sources

The Differential Reasoning Router: Operationalizing Cost-Aware LLM Annotation in E-commerce

Large Language Models (LLMs) are increasingly used to annotate structured product data in e-commerce, but early deployment often begins as a cold-start problem: only limited pre-launch labels are available, the value of expensive reasoning is unknown, and human review is needed before the system can be trusted at scale. This challenge is especially common in rule-based annotation workflows, where each item must satisfy multiple business rules and both model errors and ambiguous rule boundaries affect final decisions. We introduce the Differential Reasoning Router (DRR), a cost-aware framework for cold-start LLM annotation that jointly optimizes model selection and human escalation. Rather than treating a reasoning model as a default fallback, DRR estimates separate success probabilities for a direct model and a reasoning model at both the sample and business-rule levels, enabling adaptive routing: easy cases are handled directly, reasoning is reserved for cases where it is expected to improve the decision, and likely double-failure or rule-disagreement cases are escalated to human annotators. The resulting labels provide targeted ground truth for prompt engineering, supervised fine-tuning, calibration, and rule refinement, enabling a gradual shift from human-heavy cold-start annotation toward high-confidence automated routing. In a production e-commerce workflow, DRR reaches accuracy parity with the strongest confidence-based router while achieving more than 60\% reasoning-token cost savings.

cs.CL

Lipid Hydrocarbon Tail Structure Governs Interfacial Anchoring and Stripe Morphology in Cholesteric Liquid Crystals

Liquid crystal-based biosensors exploit the sensitivity of interfacial anchoring to molecular adsorption. Cholesteric liquid crystals are especially useful because their helical structure supports multiple optically distinct textures that evolve with anchoring strength. Here, we compare saturated 1,2-dilauroyl-sn-glycero-3-phosphocholine (DLPC) and unsaturated 1,2-dioleoyl-sn-glycero-3-phosphocholine (DOPC) monolayers to determine how lipid acyl chain structure governs interfacial organization and director alignment. Mapping stripe spacing across lipid concentration, mixing ratio, cholesteric pitch, and confinement shows that the transition from fingerprint textures toward homeotropic alignment depends on both lipid structure and collective interfacial organization. DLPC produces comparatively regular textures and more readily promotes helix unwinding at high coverage, consistent with more spatially uniform collective anchoring. DOPC-containing interfaces show greater morphological heterogeneity, consistent with strong local anchoring from longer tails together with less uniform organization arising from cis-unsaturation. FRAP measurements provide complementary information on fluorescent-probe mobility, which becomes strongly restricted at high lipid concentration for both systems. Variations in pitch and film thickness further modulate the response, producing coexisting regular, distorted, and lipid-enriched textures. Together, these results show that lipid acyl chain structure regulates cholesteric anchoring through its effects on local interactions, collective interfacial organization, and mobility, providing design principles for responsive liquid-crystal interfaces.

cond-mat.soft

Lipid-Mediated Control of Thermally Induced Shape Transformations in Liquid Crystal Droplets

Lipids and liquid crystals provide a useful platform for addressing how molecular-scale organization is translated into mesoscale shape transformation. Variations in hydrocarbon-chain packing can modify interfacial order, anchoring conditions, and elastic stresses, potentially coupling molecular organization to droplet morphology. Here, we investigate the temperature-dependent structural evolution of monoolein-doped 4-octyl-4'-cyanobiphenyl (8CB) droplets dispersed in aqueous phospholipid solutions. Using polarized optical microscopy, we show that the internal monoolein concentration and the external lipid environment jointly regulate phase transitions, thin filamentation, and larger deformations during heating. The droplets undergo coupled smectic-nematic-isotropic transitions, with extended thin filaments observed exclusively in the smectic regime. At the smectic-to-nematic transition, we observe an abrupt and discontinuous onset of droplet shape deformation, revealing a shape-change transition coupled to the bulk mesophase transition. To our knowledge, this is the first report of a discontinuous droplet-shape-change transition coincident with a smectic-to-nematic phase transition. Varying the internal and external lipid contents redirects the reconfiguration pathway between filament-dominated smectic responses and more amorphous nematic shape changes. Interfacial tension measurements further show that stronger reductions in liquid-crystal-aqueous interfacial tension do not necessarily produce filamentation or deformation. Instead, the observed morphodynamics arise from the coupling between bulk elasticity, mesophase structure, and lipid-mediated interfacial organization. These findings establish lipid composition and hydrocarbon-chain architecture as key parameters governing thermally induced shape transformations in liquid crystal droplets.

cond-mat.soft

Nonreciprocal Photon Blockade in an Asymmetric Cavity

We propose a scheme to realize tunable and strong nonreciprocal photon blockade (PB) in an asymmetric Fabry-P\'{e}rot cavity. The setup consists of a single-mode optical cavity trapping a two-level atom, with the cavity coherently driven by a laser and the atom pumped by an auxiliary control field of the same frequency. By engineering quantum interference between multiple excitation pathways by adjusting the amplitude and relative phase of the control laser, we identify two distinct optimal control conditions that enable directional suppression of two-photon states. Under optimal control conditions, strong nonreciprocal PB is achieved, with a nonreciprocal ratio exceeding 30 dB over a broad operational bandwidth. The proposed protocol requires only standard coherent laser sources and is compatible with current cavity QED experimental setups, offering a practical and scalable platform for nonreciprocal quantum photonics.

quant-ph

From Pixels to Purchase: Building and Evaluating a Taxonomy-Decoupled Visual Search Engine for Home Goods E-commerce

Visual search is critical for e-commerce, especially in style-driven domains where user intent is subjective and open-ended. Existing industrial systems typically couple object detection with taxonomy-based classification and rely on catalog data for evaluation, which is prone to noise that limits robustness and scalability. We propose a taxonomy-decoupled architecture that uses classification-free region proposals and unified embeddings for similarity retrieval, enabling a more flexible and generalizable visual search. To overcome the evaluation bottleneck, we propose an LLM-as-a-Judge framework that assesses nuanced visual similarity and category relevance for query-result pairs in a zero-shot manner, removing dependence on human annotations or noise-prone catalog data. Deployed at scale on a global home goods platform, our system improves retrieval quality and yields a measurable uplift in customer engagement, while our offline evaluation metrics strongly correlate with real-world outcomes.

cs.CV