SearcharxivSearch

arXiv subjects

Kaifeng Wu

Publications and source records attributed to Kaifeng Wu.

7 recordsLinked to original sources

Toward General Semantic Chunking: A Discriminative Framework for Ultra-Long Documents

Long-document topic segmentation plays an important role in information retrieval and document understanding, yet existing methods still show clear shortcomings in ultra-long text settings. Traditional discriminative models are constrained by fixed windows and cannot model document-level semantics; generative large language models can output paragraph boundaries, but inference is expensive and long inputs are difficult to support. To address these issues, we propose a discriminative segmentation model based on Qwen3-0.6B. On top of the backbone network, we add a cross-window context fusion layer and a boundary classification head, and combine them with an overlapping sliding-window strategy. Our model supports single-pass inputs of up to 13k tokens and can be extended to ultra-long documents for paragraph boundary detection. To further enhance downstream retrieval efficiency, we derive a vector fusion method with scalar correction, which compresses the representation of ultra-long segments into a single vector without semantic loss. Experiments on the Wikipedia long-document topic segmentation dataset WIKI-727K show that, compared with three generative models based on Qwen2-0.5B released by Jina, our method achieves a better macro-averaged F1 and delivers two orders of magnitude faster inference, substantially improving the practicality and scalability of long-document processing.

cs.CL

Liquid-State Semiconductor Lasers Based on Type-(I+II) Colloidal Quantum Dots

Present-day liquid-state lasers are based on organic dyes. Here we demonstrate an alternative class of liquid lasers that employ solutions of colloidal quantum dots (QDs). Previous efforts to realize such devices have been hampered by fast nonradiative Auger recombination of multi-carrier states needed for optical gain. We overcome this challenge using type-(I+II) QDs that feature a trion-like optical-gain state with strongly suppressed Auger recombination. When combined with a Littrow optical cavity, static (non-circulated) solutions of these QDs exhibit stable lasing tunable from 634 nm to 594 nm. These results point towards the feasibility of technologically viable dye-like QD lasers that feature wide spectral tunability and, importantly, allow for stable operation without the need for a bulky circulation system, a standard attribute of traditional dye lasers.

physics.optics

Room-temperature coherent optical manipulation of single-hole spins in solution-grown perovskite quantum dots

Manipulation of solid-state spin coherence is an important paradigm for quantum information processing. Current systems either operate at very low temperatures or are difficult to scale-up. Developing low-cost, scalable materials whose spins can be coherently manipulated at room temperature is thus highly-attractive for a sustainable future of quantum information science. Here we report ambient-condition all-optical initialization, manipulation and readout of single-hole spins in an ensemble of solution-grown CsPbBr3 perovskite QDs. Single-hole spins are obtained by sub-picosecond electron scavenging following a circularly-polarized femtosecond-pulse excitation. A transversal magnetic field induces spin precession, and a second off-resonance femtosecond-pulse coherently rotates hole spins via strong light-matter interaction. These operations accomplish nearly complete quantum-state control of single-hole spins at room temperature.

cond-mat.mes-hall

Excitonic Bloch-Siegert shift in CsPbI3 perovskite quantum dots

Coherent interaction between matter and periodic light field induces both optical Stark effect (OSE) and Bloch-Siegert shift (BSS). Observing the BSS has been historically challenging, not only because it is weak but it is often accompanied by a much stronger OSE. Herein, by controlling the light helicity, we can largely restrict the OSE and BSS to different spin-transitions in CsPbI3 perovskite quantum dots, achieving room-temperature BSS as strong as 4 meV with near-infrared pulses. The ratio between the BSS and OSE magnitudes is however systematically higher than the prediction by the non-interacting, quasi-particle picture. With a model that explicitly accounts for excitonic effects, we quantitatively reproduce the experimental observations. This model depicts a unified physical picture of the interplay between the OSE, biexcitonic OSE and BSS in low-dimensional materials displaying strong many-body interactions, forming the basis for the implementation of these effects to information processing, optical modulation and Floquet engineering.

cond-mat.mes-hall

Lattice distortion inducing exciton splitting and coherent quantum beating in CsPbI3 perovskite quantum dots

Anisotropic exchange-splitting in semiconductor quantum dots (QDs) results in bright-exciton fine-structure-splitting (FSS) important for quantum information processing. Direct measurement of FSS usually requires single/few QDs at liquid-helium temperatures, because of its sensitivity to QD size and shape, whereas measuring and controlling FSS at an ensemble-level seem to be impossible unless all the dots are made to be nearly the same. Here we report strong bright-exciton FSS up to 1.6 meV in solution-processed CsPbI3 perovskite QDs, manifested as quantum beats in ensemble-level transient absorption at liquid-nitrogen to room temperatures. The splitting is robust to QD size and shape heterogeneity, and increases with decreasing temperature, pointing towards a mechanism associated with orthorhombic distortion of perovskite lattice. Effective-mass-approximation calculations reveal an intrinsic "fine-structure gap" that agrees well with the observed FSS. This gap stems from an avoided crossing of bright-excitons confined in orthorhombically-distorted QDs that are bounded by the pseudocubic {100} family of planes.

cond-mat.mes-hall

Zone-folded longnitude acoustic phonons driving self-trapped state emission in colloidal CdSe nanoplate superlattice

Colloidal cadmium chalcogenide nanoplates are two-dimensional semiconductors that have shown great application prospect for light-emitting technologies. Self-trapped state (STS), a special localized state originated from strong electron-phonon coupling (EPC), has great potential in one-step white light luminance owing to its broadband emission linewidth. However, achieving STS in cadmium chalcogenide nanocrystals is extremely challenging due to their intrinic weak EPC nature. By building hybrid superlattice (SL) structures via self-assembly of colloidal CdSe nanoplates (NPLs), we demonstrated an emergence of zone-folded longnitude acoustic phonons (ZFLAP) differ from monodispersed NPLs, and observed a broadband STS emission in spectra range of 450-600 nm. Through femtosecond transient absorption and impulsive vibrational spectroscopy, we revealed that STS is generated in time scale of ~500 fs and is driven by strong coupling of excitons and ZFLAPs with Huang-Rhys parameter as large as ~22.7. Our findings provide a new avenue for generating and manipulating STS emission by artificially designing and building hybrid periodic structures superior to single material optimization.

cond-mat.mtrl-sci

DGFIndex for Smart Grid: Enhancing Hive with a Cost-Effective Multidimensional Range Index

In Smart Grid applications, as the number of deployed electric smart meters increases, massive amounts of valuable meter data is generated and collected every day. To enable reliable data collection and make business decisions fast, high throughput storage and high-performance analysis of massive meter data become crucial for grid companies. Considering the advantage of high efficiency, fault tolerance, and price-performance of Hadoop and Hive systems, they are frequently deployed as underlying platform for big data processing. However, in real business use cases, these data analysis applications typically involve multidimensional range queries (MDRQ) as well as batch reading and statistics on the meter data. While Hive is high-performance at complex data batch reading and analysis, it lacks efficient indexing techniques for MDRQ. In this paper, we propose DGFIndex, an index structure for Hive that efficiently supports MDRQ for massive meter data. DGFIndex divides the data space into cubes using the grid file technique. Unlike the existing indexes in Hive, which stores all combinations of multiple dimensions, DGFIndex only stores the information of cubes. This leads to smaller index size and faster query processing. Furthermore, with pre-computing user-defined aggregations of each cube, DGFIndex only needs to access the boundary region for aggregation query. Our comprehensive experiments show that DGFIndex can save significant disk space in comparison with the existing indexes in Hive and the query performance with DGFIndex is 2-50 times faster than existing indexes in Hive and HadoopDB for aggregation query, 2-5 times faster than both for non-aggregation query, 2-75 times faster than scanning the whole table in different query selectivity.

cs.DB