SearcharxivSearch

arXiv subjects

Liran Wang

Publications and source records attributed to Liran Wang.

At least 19 recordsLinked to original sources

Complex Temperature-dependent Thermal Conductivity in a Sawtooth Chain Magnet Fe$_\mathrm{2}$SiSe$_\mathrm{4}$

Geometrically frustrated magnets provide an ideal platform for exploring the interplay between lattice geometry and spin degrees of freedom. Here, we investigate the interactions between lattice and spin via thermal-transport measurements on the triangular sawtooth-lattice olivine magnet Fe$_\mathrm{2}$SiSe$_\mathrm{4}$, which exhibits successive magnetic transitions at $T_1 = 110$ K (antiferromagnetic) and $T_2 = 50$ K (ferrimagnetic). Although phonons dominate the thermal conductivity, its temperature dependence displays a pronounced double-peak structure arising from spin-phonon coupling. In the intermediate temperature range between $T_1$ and $T_2$ , resonant scattering of phonons by magnetic excitations around 5 meV produces a broad maximum around 60 K. Below $T_2$, the resonant spin-phonon scattering is strongly suppressed, leading to a rapid increase in thermal conductivity upon cooling and a pronounced low-temperature peak near 11 K, characteristic of heat transport governed by conventional phonon scattering mechanisms. Notably, this low-temperature peak is enhanced by a factor of $\sim 5$ compared to the broad maximum at higher temperatures. These results demonstrate the strong sensitivity of thermal transport to spin-lattice interactions and highlight spin-phonon scattering as an effective mechanism for tailoring thermal conductivity in geometrically frustrated magnets.

cond-mat.str-el

Multilingual Multimodal Software Developer for Code Generation

The rapid advancement of Large Language Models (LLMs) has significantly improved code generation, yet most models remain text-only, neglecting crucial visual aids like diagrams and flowcharts used in real-world software development. To bridge this gap, we introduce MM-Coder, a Multilingual Multimodal software developer. MM-Coder integrates visual design inputs-Unified Modeling Language (UML) diagrams and flowcharts (termed Visual Workflow)-with textual instructions to enhance code generation accuracy and architectural alignment. To enable this, we developed MMc-Instruct, a diverse multimodal instruction-tuning dataset including visual-workflow-based code generation, allowing MM-Coder to synthesize textual and graphical information like human developers, distinct from prior work on narrow tasks. Furthermore, we introduce MMEval, a new benchmark for evaluating multimodal code generation, addressing existing text-only limitations. Our evaluations using MMEval highlight significant remaining challenges for models in precise visual information capture, instruction following, and advanced programming knowledge. Our work aims to revolutionize industrial programming by enabling LLMs to interpret and implement complex specifications conveyed through both text and visual designs.

cs.CL

MdEval: Massively Multilingual Code Debugging

Code large language models (LLMs) have made significant progress in code debugging by directly generating the correct code based on the buggy code snippet. Programming benchmarks, typically consisting of buggy code snippet and their associated test cases, are used to assess the debugging capabilities of LLMs. However, many existing benchmarks primarily focus on Python and are often limited in terms of language diversity (e.g., DebugBench and DebugEval). To advance the field of multilingual debugging with LLMs, we propose the first massively multilingual debugging benchmark, which includes 3.6K test samples of 18 programming languages and covers the automated program repair (APR) task, the code review (CR) task, and the bug identification (BI) task. Further, we introduce the debugging instruction corpora MDEVAL-INSTRUCT by injecting bugs into the correct multilingual queries and solutions (xDebugGen). Further, a multilingual debugger xDebugCoder trained on MDEVAL-INSTRUCT as a strong baseline specifically to handle the bugs of a wide range of programming languages (e.g. "Missing Mut" in language Rust and "Misused Macro Definition" in language C). Our extensive experiments on MDEVAL reveal a notable performance gap between open-source models and closed-source LLMs (e.g., GPT and Claude series), highlighting huge room for improvement in multilingual code debugging scenarios.

cs.CL

In-Context Code-Text Learning for Bimodal Software Engineering

Bimodal software analysis initially appeared to be within reach with the advent of large language models. Unfortunately, the complex interplay of natural language text and code in software engineering, presents unique challenges that prevent pretrained models to generalize to a variety of tasks. We postulate that in-context learning for the code-text bimodality is a promising avenue. This paper thus introduces a comprehensive study of in-context code-text learning, focusing on leveraging pretrained CodeLLAMA models. We consider a diverse dataset encompassing 23 software engineering tasks, which we transform in an in-context learning format. To effectively extract informative features, we propose a configurable prompt template. Our proposed pipeline, InCTRL, then unifies prompt learning across various software engineering tasks. Extensive evaluation on the study datasets demonstrates the superiority of INCTRL-models in few-shot performance, surpassing state-of-the-art models including the support model, CodeLLAMA. Typically, we observe that applied to the CodeLLAMA model, INCTRL brings improvements in terms of precision (at least about 12\%) and recall (up to 93.88\%) on various tasks. For example, on the task of program repair, INCTRL improves the BLEU score of CodeLLAMA by 85 points, while for clone detection, INCTRL achieves an improvement of 69 percentage points. Moreover, INCTRL-models offer state-of-the-art performance when using retrieval-augmented generation on individual downstream tasks. Finally, we qualitatively analyze the benefits of INCTRL over CodeLLAMA and open-source all models for broader impact. We make our code and dataset publicly available at: \begin{center} {\url{https://anonymous.4open.science/r/inctrl-B65B}} \end{center}

cs.SE

Colossal c-axis response and lack of rotational symmetry breaking within the kagome plane of the CsV$_3$Sb$_5$ superconductor

The kagome materials AV4$_3$Sb$_5$ (A = K, Rb, Cs) host an intriguing interplay between unconventional superconductivity and charge-density-waves. Here, we investigate CsV$_3$Sb$_5$ by combining high-resolution thermal-expansion, heat-capacity and electrical resistance under strain measurements. We directly unveil that the superconducting and charge-ordered states strongly compete, and that this competition is dramatically influenced by tuning the crystallographic c-axis. In addition, we report the absence of additional bulk phase transitions within the charge-ordered state, notably associated with rotational symmetry-breaking within the kagome planes. This suggests that any breaking of the C$_6$ invariance occurs via different stacking of C$_6$-symmetric kagome patterns. Finally, we find that the charge-density-wave phase exhibits an enhanced A$_{1g}$-symmetric elastoresistance coefficient, whose large increase at low temperature is driven by electronic degrees of freedom.

cond-mat.supr-con

Delving into Commit-Issue Correlation to Enhance Commit Message Generation Models

Commit message generation (CMG) is a challenging task in automated software engineering that aims to generate natural language descriptions of code changes for commits. Previous methods all start from the modified code snippets, outputting commit messages through template-based, retrieval-based, or learning-based models. While these methods can summarize what is modified from the perspective of code, they struggle to provide reasons for the commit. The correlation between commits and issues that could be a critical factor for generating rational commit messages is still unexplored. In this work, we delve into the correlation between commits and issues from the perspective of dataset and methodology. We construct the first dataset anchored on combining correlated commits and issues. The dataset consists of an unlabeled commit-issue parallel part and a labeled part in which each example is provided with human-annotated rational information in the issue. Furthermore, we propose \tool (\underline{Ex}traction, \underline{Gro}unding, \underline{Fi}ne-tuning), a novel paradigm that can introduce the correlation between commits and issues into the training phase of models. To evaluate whether it is effective, we perform comprehensive experiments with various state-of-the-art CMG models. The results show that compared with the original models, the performance of \tool-enhanced models is significantly improved.

cs.SE

Interplay of stripe and double-Q magnetism with superconductivity in $\mathrm{Ba}_{1-x}\mathrm{K}_{x}\mathrm{Fe}_{2}\mathrm{As}_{2}$ under the influence of magnetic fields

At $x\approx0.25$ $\mathrm{Ba}_{1-x}\mathrm{K}_{x}\mathrm{Fe}_{2}\mathrm{As}_{2}$ undergoes a novel first-order transition from a four-fold symmetric double-Q magnetic phase to a two-fold symmetric single-Q phase, which was argued to occur simultaneously with the onset of superconductivity (Böhmer et al., Nat. Comm. 6, 7911 (2015)). Here, by applying magnetic fields up to 10T, we investigate in more detail the interplay of superconductivity with this magneto-structural transition using a combination of high-resolution thermal-expansion and heat-capacity measurements. We find that a magnetic field suppresses the reentrance of the single-Q orthorhombic phase more strongly than the superconducting transition, resulting in a splitting of the zero-field first-order transition. The suppression rate of the orthorhombic reentrance transition is stronger for out-of-plane than for in-plane fields and scales with the anisotropy of the superconducting state. These effects are captured within a phenomenological Ginzburg-Landau model, strongly suggesting that the suppression of the reentrant orthorhombic single-Q phase is primarily linked to the field-induced weakening of the superconducting order. Not captured by this model is however a strong reduction of the orthorhombic distortion for out-of-plane fields, which deserves further theoretical attention.

cond-mat.supr-con

Charge-density-wave transitions, phase diagram, soft phonon and possible electronic nematicity: a thermodynamic investigation of BaNi2(As,P)2

A detailed investigation of BaNi2(As,P)2 single crystals using high-resolution thermal-expansion, heat-capacity,Young-modulus and resistivity measurements is presented. The experimental data are complemented by density-functional calculations. The phase diagram of BaNi2(As,P)2 is shown to be much richer than suggested by the original data of Kudo et al. [Phys. Rev. Lett. 109, 097002 (2012)]. The transition to the commensurate charge-density-wave (C-CDW) is always preceded by a four-fold symmetry-breaking transition associated with the long-range ordering of a strongly fluctuating unidirectional incommensurate charge-density wave (I-CDW). Significant precursors above the I-CDW and C-CDW transitions are seen in the thermal expansion and resistivity and are particularly evident in the temperature dependence of the $c/a$ ratio of the lattice parameters. Heat-capacity measurements of the crystals with a higher P content and a higher critical temperature of 3.2 K uncover a Debye-like behavior of a soft-phonon mode with a very low Debye temperature of roughly 15 K. Associated with this soft phonon are unusually large thermal-expansion anomalies, resulting in logarithmically diverging uniaxial phonon Grueneisen parameters. Young-modulus data of these higher-Tc crystals exhibit a significant softening in both B1g and B2g channels, which is argued to be incompatible with nematic criticality and is rather associated with a broad phase transition to an hitherto unknown structure. Possible origins of the increase in the superconducting critical temperature with P-substitution are discussed.

cond-mat.supr-con

TANet: Thread-Aware Pretraining for Abstractive Conversational Summarization

Although pre-trained language models (PLMs) have achieved great success and become a milestone in NLP, abstractive conversational summarization remains a challenging but less studied task. The difficulty lies in two aspects. One is the lack of large-scale conversational summary data. Another is that applying the existing pre-trained models to this task is tricky because of the structural dependence within the conversation and its informal expression, etc. In this work, we first build a large-scale (11M) pretraining dataset called RCS, based on the multi-person discussions in the Reddit community. We then present TANet, a thread-aware Transformer-based network. Unlike the existing pre-trained models that treat a conversation as a sequence of sentences, we argue that the inherent contextual dependency among the utterances plays an essential role in understanding the entire conversation and thus propose two new techniques to incorporate the structural information into our model. The first is thread-aware attention which is computed by taking into account the contextual dependency within utterances. Second, we apply thread prediction loss to predict the relations between utterances. We evaluate our model on four datasets of real conversations, covering types of meeting transcripts, customer-service records, and forum threads. Experimental results demonstrate that TANET achieves a new state-of-the-art in terms of both automatic evaluation and human judgment.

cs.CL

Rotational symmetry breaking at the incommensurate charge-density-wave transition in Ba(Ni,Co)$_2$(As,P)$_2$: Possible nematic phase induced by charge/orbital fluctuations

Nematic phase transitions in high-temperature superconductors have a strong impact on the electronic properties of these systems. BaFe$_2$As$_2$,\@ with an established nematic transition around 137 K induced by magnetic fluctuations, and BaNi$_2$As$_2$,\@ a non-magnetic analog of BaFe$_2$As$_2$ with a structural transition in the same temperature range,\@ share a common tetragonal aristotype crystal structure with space-group type $I4/mmm$.\@ In contrast to BaFe$_2$As$_2$ where collinear stripe magnetic order is found for the orthorhombic low-$T$ phase, a unidirectional charge density wave together with (distorted) zig-zag chains are observed for the triclinic low-$T$ phase of BaNi$_2$As$_2$.\@ Here we show that between the high- and low-$T$ phases of Ba(Ni,Co)$_2$(As,P)$_2$ an additional phase with broken fourfold symmetry and $d_{xz}$ orbital order exists which is a promising candidate for charge/orbital-fluctuation-induced nematicity. Moreover, our data suggest that the enhanced $T_{\rm c}$ found for Ba(Ni,Co)$_2$(As,P)$_2$ for higher Co or P substitution levels might result from suppression of the (distorted) zig-zag chains by reducing the contribution of the $d_{xy}$ orbitals.

cond-mat.supr-con

Revisiting the phase diagram of LaFe$_{1-x}$Co$_x$AsO on single crystals by thermodynamic methods

In this work we revisit the phase diagram of Co-doped LaFeAsO using single crystals and thermodynamic methods. From magnetic susceptibility studies we track the doping evolution of the antiferromagnetic phase, revealing a continuous suppression of $T_\mathrm{N}$ up to 5$\%$ Co doping. In order to study the evolution of the so-called nematic phase, the temperature dependence of the lengths changes along the $a$ and $b$ orthorhombic directions, $ΔL/L_0$, was determined by high-resolution capacitance dilatometry. The results clearly show a gradual reduction of the orthorhombic distortion $δ$ and of $T_\mathrm{S}$ with increasing Co content up to 4.5$\%$, while it is completely suppressed for 7.5$\%$ Co. Bulk superconductivity was found in a small doping region around 6$\%$ Co content, while both $T_\mathrm{c}$ and the superconducting volume fraction rapidly drop in the neighbouring doping regime. Ultimately, no microscopic coexistence between the superconducting and magnetic phases can be assessed within our resolution limit, in sharp contrast with other iron-pnictide families, e.g., electron- and hole-doped BaFe$_2$As$_2$.

cond-mat.supr-con

Short-range nematic fluctuations in Sr1-xNaxFe2As2 superconductors

Interactions between nematic fluctuations, magnetic order and superconductivity are central to the physics of iron-based superconductors. Here we report on in-plane transverse acoustic phonons in hole-doped Sr$_{1-x}$Na$_x$Fe$_2$As$_2$ measured via inelastic X-ray scattering, and extract both the nematic susceptibility and the nematic correlation length. By a self-contained method of analysis, for the underdoped ($x=0.36$) sample, which harbors a magnetically-ordered tetragonal phase, we find it hosts a short nematic correlation length $ξ$ ~ 10 $Å$ and a large nematic susceptibility $χ_{\rm nem}$. The optimal-doped ($x=0.55$) sample exhibits weaker phonon softening effects, indicative of both reduced $ξ$ and $χ_{\rm nem}$. Our results suggest short-range nematic fluctuations may favor superconductivity, placing emphasis on the nematic correlation length for understanding the iron-based superconductors.

cond-mat.supr-con

StyleDGPT: Stylized Response Generation with Pre-trained Language Models

Generating responses following a desired style has great potentials to extend applications of open-domain dialogue systems, yet is refrained by lacking of parallel data for training. In this work, we explore the challenging task with pre-trained language models that have brought breakthrough to various natural language tasks. To this end, we introduce a KL loss and a style classifier to the fine-tuning step in order to steer response generation towards the target style in both a word-level and a sentence-level. Comprehensive empirical studies with two public datasets indicate that our model can significantly outperform state-of-the-art methods in terms of both style consistency and contextual coherence.

cs.CL

Electronic nematicity in URu2Si2 revisited

The nature of the hidden-order (HO) state in URu2Si2 remains one of the major unsolved issues in heavy-fermion physics. Recently, torque magnetometry, x-ray diffraction and elastoresistivity data have suggested that the HO phase transition at THO = 17.5 K is driven by electronic nematic effects. Here, we search for thermodynamic signatures of this purported structural instability using anisotropic thermal-expansion, Youngś modulus, elastoresistivity and specific-heat measurements. In contrast to the published results, we find no evidence of a rotational symmetry-breaking in any of our data. Interestingly, our elastoresistivity measurements, which are in full agreement with published results, exhibit a Curie-Weiss divergence, which we however attribute to a volume and not to a symmetry-breaking effect. Finally, clear evidence for thermal fluctuations is observed in our heat-capacity data, from which we estimate the HO correlation length.

cond-mat.str-el

Nodal gaps in the nematic superconductor FeSe from heat capacity

Superconductivity in FeSe has recently attracted a great deal of attention because it emerges out of an electronic nematic state of elusive character. Here we study both the electronic normal state and the superconducting gap structure using heat-capacity measurements on high-quality single crystals. The specific-heat curve, from 0.4 K to Tc = 9.1 K, is found to be consistent with a recent gap determination using Bogoliubov quasiparticle interference [P. O. Sprau et al., Science 357, 75 (2017)], however only if nodes are introduced on either the electron or the hole Fermi-surface sheets. Our analysis, which is consistent with quantum-oscillation measurements, relies on the presence of only two bands, and thus the fate of the theoretically predicted second electron pocket remains mysterious.

cond-mat.supr-con

Large nematic susceptibility in the double-Q $C_{4}$ magnetic phase of Ba$_{1-x}$Na$_{x}$Fe$_{2}$As$_{2}$

The nematic susceptibility of Ba$_{1-x}$Na$_{x}$Fe$_{2}$As$_{2}$ single crystals is studied by measuring the Young's modulus using a three-point-bending setup in a capacitance dilatometer over a wide doping range. Particular emphasis is placed on the behavior within the double-Q antiferromagnetic $C_{4}$ re-entrant phase. Here, we surprisingly still observe a sizable nematic susceptibility in spite of the well-developed magnetic order, consistent with recent theoretical calculations. Outside the $C_{4}$ re-entrant region, the behavior is very similar to that of K-doped BaFe$_{2}$As$_{2}$. A significant coupling of superconductivity to the shear modulus is observed and is discussed in terms of strong competition between the superconducting and magnetic phases.

cond-mat.supr-con

Uniaxial and hydrostatic pressure effects in alpha-RuCl3 single crystals via thermal-expansion measurements

We present high-resolution thermal-expansion and specific-heat measurements of single crystalline alpha-RuCl3. An extremely hysteretic structural transition expanding over 100 K is observed by thermal- expansion along both crystallographic axes, which we attribute to a change of stacking sequence of the RuCl3 layers. Three magnetic transitions are observed, which we link to the different stacking sequences. Using our data and thermodynamic relations, we derive the uniaxial and hydrostatic pressure derivatives of all three magnetic transitions. Our results demonstrate that magnetic order should be totally suppressed by very moderate pressures of 0.3 GPa to 0.9 GPa. Finally, we discuss why our results differ from recent hydrostatic pressure measurements and suggest a possible route to reaching the spin-liquid state in alpha-RuCl3.

cond-mat.str-el

Evidence for short-range magnetic order in the nematic phase of FeSe from anisotropic in-plane magnetostriction and susceptibility measurements

The nature of the nematic state in FeSe remains one of the major unsolved mysteries in Fe- based superconductors. Both spin and orbital physics have been invoked to explain the origin of this phase. Here we present experimental evidence for frustrated, short-range magnetic order, as suggested by several recent theoretical works, in the nematic state of FeSe. We use a combination of magnetostriction, susceptibility and resistivity measurements to probe the in-plane anisotropies of the nematic state and its associated fluctuations. Despite the absence of long-range magnetic order in FeSe, we observe a sizable in-plane magnetic susceptibility anisotropy, which is responsible for the field-induced in-plane distortion inferred from magnetostriction measurements. Further we demonstrate that all three anisotropies in FeSe are very similar to those of BaFe2As2, which strongly suggests that the nematic phase in FeSe is also of magnetic origin.

cond-mat.supr-con