SearcharxivSearch

arXiv subjects

Ronghan Li

Publications and source records attributed to Ronghan Li.

At least 19 recordsLinked to original sources

Rethinking LLM Parametric Knowledge as Post-retrieval Confidence for Dynamic Retrieval and Reranking

Large Language Models (LLMs) often generate inaccurate responses (hallucinations) when faced with questions beyond their knowledge scope. Retrieval-Augmented Generation (RAG) addresses this by leveraging external knowledge, but a critical challenge remains: determining whether retrieved contexts effectively enhance the model`s ability to answer specific queries. This challenge underscores the importance of knowledge boundary awareness, which current methods-relying on discrete labels or limited signals-fail to address adequately, as they overlook the rich information in LLMs` continuous internal hidden states. To tackle this, we propose a novel post-retrieval knowledge filtering approach. First, we construct a confidence detection model based on LLMs` internal hidden states to quantify how retrieved contexts enhance the model`s confidence. Using this model, we build a preference dataset (NQ_Rerank) to fine-tune a reranker, enabling it to prioritize contexts preferred by the downstream LLM during reranking. Additionally, we introduce Confidence-Based Dynamic Retrieval (CBDR), which adaptively triggers retrieval based on the LLM`s initial confidence in the original question, reducing knowledge conflicts and improving efficiency. Experimental results demonstrate significant improvements in accuracy for context screening and end-to-end RAG performance, along with a notable reduction in retrieval costs while maintaining competitive accuracy.

cs.IR

Uncertainty-Driven Expert Control: Enhancing the Reliability of Medical Vision-Language Models

The rapid advancements in Vision Language Models (VLMs) have prompted the development of multi-modal medical assistant systems. Despite this progress, current models still have inherent probabilistic uncertainties, often producing erroneous or unverified responses-an issue with serious implications in medical applications. Existing methods aim to enhance the performance of Medical Vision Language Model (MedVLM) by adjusting model structure, fine-tuning with high-quality data, or through preference fine-tuning. However, these training-dependent strategies are costly and still lack sufficient alignment with clinical expertise. To address these issues, we propose an expert-in-the-loop framework named Expert-Controlled Classifier-Free Guidance (Expert-CFG) to align MedVLM with clinical expertise without additional training. This framework introduces an uncertainty estimation strategy to identify unreliable outputs. It then retrieves relevant references to assist experts in highlighting key terms and applies classifier-free guidance to refine the token embeddings of MedVLM, ensuring that the adjusted outputs are correct and align with expert highlights. Evaluations across three medical visual question answering benchmarks demonstrate that the proposed Expert-CFG, with 4.2B parameters and limited expert annotations, outperforms state-of-the-art models with 13B parameters. The results demonstrate the feasibility of deploying such a system in resource-limited settings for clinical use.

cs.CV

CheXPO: Preference Optimization for Chest X-ray VLMs with Counterfactual Rationale

Vision-language models (VLMs) are prone to hallucinations that critically compromise reliability in medical applications. While preference optimization can mitigate these hallucinations through clinical feedback, its implementation faces challenges such as clinically irrelevant training samples, imbalanced data distributions, and prohibitive expert annotation costs. To address these challenges, we introduce CheXPO, a Chest X-ray Preference Optimization strategy that combines confidence-similarity joint mining with counterfactual rationale. Our approach begins by synthesizing a unified, fine-grained multi-task chest X-ray visual instruction dataset across different question types for supervised fine-tuning (SFT). We then identify hard examples through token-level confidence analysis of SFT failures and use similarity-based retrieval to expand hard examples for balancing preference sample distributions, while synthetic counterfactual rationales provide fine-grained clinical preferences, eliminating the need for additional expert input. Experiments show that CheXPO achieves 8.93% relative performance gain using only 5% of SFT samples, reaching state-of-the-art performance across diverse clinical tasks and providing a scalable, interpretable solution for real-world radiology applications.

cs.CV

Can MLLMs Generalize to Multi-Party dialog? Exploring Multilingual Response Generation in Complex Scenarios

Current multilingual large language models(MLLMs) still focus on simple question-answering formats, often overlooking more complex dialogue scenarios. In other words, their capabilities of multilingual large models have yet to be validated in dialogue tasks with intricate structures. We therefore ask, Q1: How well do LLMs generalize to more complex dialog scenarios? Q2: Can supervised fine-tuning on a high-quality parallel benchmark restore this ability? Q3: Does the "multilingual complementarity" effect survive in the setting? To answer these questions, we introduce XMP, a high-quality parallel Multilingual dataset sourced from Multi-party Podcast dialogues, which is the first parallel dataset focusing on multi-party dialogue scenarios. Most samples in the dataset feature three or more participants, discussing a wide range of topics. Through extensive experiments, we find that, R1: MLLMs fail to generalize to multi-party setting, R2 Fine-tuning on XMP improves only marginally, with the 70B model achieving at most a 1% absolute gain over its 8B counterpart; R3: Mixing languages during SFT is usually detrimental, with any benefits being marginal and limited to isolated cases in the 70B model.

cs.CL

Advancing Multi-Party Dialogue Framework with Speaker-ware Contrastive Learning

Multi-party dialogues, common in collaborative scenarios like brainstorming sessions and negotiations, pose significant challenges due to their complexity and diverse speaker roles. Current methods often use graph neural networks to model dialogue context, capturing structural dynamics but heavily relying on annotated graph structures and overlooking individual speaking styles. To address these challenges, we propose CMR, a Contrastive learning-based Multi-party dialogue Response generation framework. CMR employs a two-stage self-supervised contrastive learning framework. First, it captures global differences in speaking styles across individuals. Then, it focuses on intra-conversation comparisons to identify thematic transitions and contextually relevant facts. To the best of our knowledge, this is the first approach that applies contrastive learning in multi-party dialogue generation. Experimental results demonstrate that CMR not only significantly outperforms state-of-the-art models, but also generalizes well to large pre-trained language models, effectively enhancing their capability in handling multi-party conversations.

cs.CL

UniRQR: A Unified Model for Retrieval Decision, Query, and Response Generation in Internet-Based Knowledge Dialogue Systems

Knowledge-based dialogue systems with internet retrieval have recently attracted considerable attention from researchers. The dialogue systems overcome a major limitation of traditional knowledge dialogue systems, where the timeliness of knowledge cannot be assured, hence providing greater practical application value. Knowledge-based dialogue systems with internet retrieval can be typically segmented into three tasks: Retrieval Decision, Query Generation, and Response Generation. However, many of studies assumed that all conversations require external knowledge to continue, neglecting the critical step of determining when retrieval is necessary. This assumption often leads to an over-dependence on external knowledge, even when it may not be required. Our work addresses this oversight by employing a single unified model facilitated by prompt and multi-task learning approaches. This model not only decides whether retrieval is necessary but also generates retrieval queries and responses. By integrating these functions, our system leverages the full potential of pre-trained models and reduces the complexity and costs associated with deploying multiple models. We conducted extensive experiments to investigate the mutual enhancement among the three tasks in our system. What is more, the experiment results on the Wizint and Dusinc datasets not only demonstrate that our unified model surpasses the baseline performance for individual tasks, but also reveal that it achieves comparable results when contrasted with SOTA systems that deploy separate, specialized models for each task.

cs.IR

Dynamically Retrieving Knowledge via Query Generation for Informative Dialogue Generation

Knowledge-driven dialog system has recently made remarkable breakthroughs. Compared with general dialog systems, superior knowledge-driven dialog systems can generate more informative and knowledgeable responses with pre-provided knowledge. However, in practical applications, the dialog system cannot be provided with corresponding knowledge in advance because it cannot know in advance the development of the conversation. Therefore, in order to make the knowledge dialogue system more practical, it is vital to find a way to retrieve relevant knowledge based on the dialogue history. To solve this problem, we design a knowledge-driven dialog system named DRKQG (Dynamically Retrieving Knowledge via Query Generation for informative dialog response). Specifically, the system can be divided into two modules: the query generation module and the dialog generation module. First, a time-aware mechanism is utilized to capture context information, and a query can be generated for retrieving knowledge through search engine. Then, we integrate the copy mechanism and transformers, which allows the response generation module to produce responses derived from the context and retrieved knowledge. Experimental results at LIC2022, Language and Intelligence Technology Competition, show that our module outperforms the baseline model by a large margin on automatic evaluation metrics, while human evaluation by the Baidu Linguistics team shows that our system achieves impressive results in Factually Correct and Knowledgeable.

cs.CL

Structure-driven intercalated architecture of septuple-atomic-layer $MA_2Z_4$ family with diverse properties from semiconductor to topological insulator to Ising superconductor

Motivated by the fact that septuple-atomic-layer MnBi$_2$Te$_4$ can be structurally viewed as the combination of double-atomic-layer MnTe intercalating into quintuple-atomic-layer Bi$_2$Te$_3$, we present a general approach of constructing twelve septuple-atomic-layer $\alpha_i$- and $\beta_i$-$MA_2Z_4$ monolayer family (\emph{i} = 1 to 6) by intercalating MoS$_2$-type $MZ$$_2$ monolayer into InSe-type A$_2$Z$_2$ monolayer. Besides reproducing the experimentally synthesized $\alpha_1$-MoSi$_2$N$_4$, $\alpha_1$-WSi$_2$N$_4$ and $\beta_5$-MnBi$_2$Te$_4$ monolayer materials, another 66 thermodynamically and dynamically stable $MA_2Z_4$ were predicted, which span a wide range of properties upon the number of valence electrons (VEC). $MA_2Z_4$ with the rules of 32 or 34 VEC are mostly semiconductors with direct or indirect band gap and, however, with 33 VEC are generally metal, half-metal ferromagnetism, or spin-gapless semiconductor upon whether or not an unpaired electron is spin polarized. Moreover, we propose $\alpha_2$-WSi$_2$P$_4$ for the spin-valley polarization, $\alpha_1$-TaSi$_2$N$_4$ for Ising superconductor and $\beta_2$-SrGa$_2$Se$_4$ for topological insulator.

cond-mat.mtrl-sci

Computation and data driven discovery of topological phononic materials

The discovery of topological quantum states marks a new chapter in both condensed matter physics and materials sciences. By analogy to spin electronic system, topological concepts have been extended into phonons, boosting the birth of topological phononics (TPs). Here, we present a high-throughput screening and data-driven approach to compute and evaluate TPs among over 10,000 materials. We have clarified 5014 TP materials and classified them into single Weyl, high degenerate Weyl, and nodal-line (ring) TPs. Among them, three representative cases of TPs have been discussed in detail. Furthermore, we suggest 322 TP materials with potential clean nontrivial surface states, which are favorable for experimental characterizations. This work significantly increases the current library of TP materials, which enables an in-depth investigation of their structure-property relations and opens new avenues for future device design related to TPs.

cond-mat.mtrl-sci

Topological Weyl-like Phonons and Nodal Line Phonons in Graphene

By means of first-principles calculations and modeling analysis, we have predicted that the traditional 2D-graphene hosts the topological phononic Weyl-like points (PWs) and phononic nodal line (PNL) in its phonon spectrum. The phonon dispersion of graphene hosts three type-I PWs (both PW1 and PW2 at the BZ corners \emph{K} and \emph{K}', and PW3 locating along the $Γ$-\emph{K} line), one type-II PW4 locating along the $Γ$-\emph{M} line, and one PNL surrounding the centered $Γ$ point in the $q_{x,y}$ plane. The calculations further reveal that Berry curvatures are vanishingly zero throughout the whole BZ, except for the positions of these four pairs of Weyl-like phonons, at which the non-zero singular Berry curvatures appear with the Berry phase of $π$ or -$π$, confirming its topological non-trivial nature. The topologically protected non-trivial phononic edge states have been also evidenced along both the zigzag-edged and armchair-edged boundaries. These results would pave the ways for further studies of topological phononic properties of graphene, such as phononic destructive interference with a suppression of backscattering and intrinsic phononic quantum Hall-like effects.

cond-mat.mes-hall

Underlying topological Dirac nodal line mechanism of anomalously large electron-phonon coupling strength on Be (0001) surface

Beryllium was recently discovered to harbor a Dirac nodal line (DNL) in its bulk phase and the DNL-induced non-trivial drumhead-like surface states (DNSSs) on its (0001) surface, rationalizing several already-existing historic puzzles [Phys. Rev. Lett., \textbf{117}, 096401 (2016)]. However, to date the underlying mechanism, as to why its (0001) surface exhibits an anomalously large electron-phonon coupling effect ($λ_{e-ph}^s$ $\approx$ 1.0), remains unresolved. Here, by means of first-principles calculations we have evidenced that the coupling of the DNSSs with the phononic states mainly contributes to its novel surface \emph{e-ph} enhancement. Besides that the experimentally observed $λ_{e-ph}^s$ and the main Eliashberg coupling function (ECF) peaks have been reproduced well, we have decomposed the ECF, $α^{2}$$F$(\emph{k},\textbf{\emph{q}};\emph{v}), and the \emph{e-ph} coupling strength $λ(\emph{k},\textbf{\emph{q}};\emph{v})$ as a function of each electron momentum (\emph{k}), each phonon momentum (\textbf{\emph{q}}) and each phonon mode ($v$), evidencing the robust connection between the DNSSs and both $α^{2}$$F$(\emph{k},\textbf{\emph{q}};\emph{v}) and $λ(\emph{k},\textbf{\emph{q}};\emph{v})$. The results reveal the strong \emph{e-ph} coupling between the DNSSs and the phonon modes, which contributes over 80$\%$ of the $λ_{e-ph}^s$ coefficient on the Be (0001) surface. It highlights that the anomalously large \emph{e-ph} coefficient on the Be (0001) surface can be attributed to the presence of its DNL-induced DNSSs, clarifying the long-term debated mechanism.

cond-mat.mtrl-sci

Rashba spin splitting of L-gap surface states on Ag(111) and Cu(111)

Spin-resolved band structures of L-gap surface states on Ag(111) and Cu(111) are investigated by spin- and angle-resolved photoelectron spectroscopy (SARPES) with a vacuum-ultra-violet laser. The observed spin textures of the Ag(111) and Cu(111) surface states agree with that expected by the conventional Rashba effect. The Rashba parameter of the Ag(111) surface state is estimated quantitatively and is 80% of that of Cu(111). The surface-state wave function is found to be predominantly of even mirror-symmetry with negligible odd contribution by SARPES using a linearly polarized light. The results are consistent with our theoretical calculations for the orbital-resolved surface state.

cond-mat.mtrl-sci

Three-component bosons in TiS, ZrSe and HfTe

Topological semimetals with several types of three-dimensional (3D) fermion of electrons, such as Dirac fermions, Weyl fermions, Dirac nodal lines and triply degenerate nodal points have been theoretically predicted and then experimentally discovered in the electronic structures of a series of solid crystals. In analogy of various typical fermions, topological mechanical states with two type of bosons, Dirac and Weyl bosons, were also experimentally reported in some macroscopic systems of kHz frequency and with a type of doubly-Weyl phonons in atomic vibrational framework of THz frequency of solid crystal was also recently predicted. However, to date no triply degenerate nodal point of phonon beyond the conventional Dirac, Weyl and doubly-Weyl phonons has been reported. Here, through first-principles calculations, we have reported on the prediction that the WC-type TiS, ZrSe, and HfTe commonly host the unique triply degenerate nodal point of phonon in THz frequency due to the occurrence of the phonon band inversion between the doubly degenerate planar vibrational mode and the singlet vertical vibrational mode at the boundary A point of the bulk Brillouin zone. Quasiparticle excitations near this triply degenerate nodal point of phonons are three-component bosons, different from the known classifications. The underlying mechanism can be attributed to the leading role of the comparable atomic masses of constituent elements in compounds in competition with the interatomic interaction. Additionally, the electronic structures in their bulk crystals exhibit the coexisted triply degenerate nodal point and Weyl fermions. The novel coexistence of three-component bosons, three-component fermions and Weyl fermions in these materials thus suggest an enriched platform for studying the interplay between different types of fermions and bosons.

cond-mat.mtrl-sci

Topological nodal line states and a potential catalyst of hydrogen evolution in the TiSi family

Topological nodal line (DNL) semimetals, formed by a closed loop of the inverted bands in the bulk, result in the nearly flat drumhead-like surface states with a high electronic density near the Fermi level. The high catalytic active sites associated with the high electronic densities, the good carrier mobility, and the proper thermodynamic stabilities with $ΔG_{H^*}$$\approx$0 are currently the prerequisites to seek the alternative candidates to precious platinum for catalyzing electrochemical hydrogen (HER) production from water. Within this context, it is natural to consider whether or not the DNLs are a good candidate for the HER because its non-trivial surface states provide a robust platform to activate possibly chemical reactions. Here, through first-principles calculations we reported on a new DNL TiSi-type family with a closed Dirac nodal line consisting of the linear band crossings in the $k_y$ = 0 plane. The hydrogen adsorption on the (010) and (110) surfaces yields the $ΔG_{H^*}$ to be almost zero. The topological charge carries have been revealed to participate in this HER. The results are highlighting that TiSi not only is a promising catalyst for the HER but also paves a new routine to design topological quantum catalyst utilizing the topological DNL-induced surface bands as active sites, rather than edge sites-, vacancy-, dopant-, strain-, or heterostructure-created active sites.

cond-mat.mtrl-sci

Weyl Ferroelectric Semimetal

The recent discoveries of ferroelectric metal and Weyl semimetal (WSM) have stimulated a natural question: whether these two exotic states of matter can coexist in a single material or not. These two discoveries ensure us that physically it is possible since both of them share the same necessary condition, the broken inversion symmetry. Here, by using first-principles calculations, we demonstrate that the experimentally synthesized nonmagnetic HgPbO$_3$ represents a unique example of such hybrid "\emph{Weyl ferroelectric semimetal}". Its centrosymmetric $R\bar{3}c$ phase will undergo a ferroelectric phase transition to the ferroelectric $R3c$ structure. Both phases are metallic and the ferroelectric phase owns a spontaneous polarization of 33 $μ$C/cm$^2$. Most importantly, it also harbors six pairs of chiral Weyl nodes around the Fermi level to be an oxide WSM. The structural symmetry broken phase transition induces a topological phase transition. The coexistence of ferroelectricity and Weyl nodes in HgPbO$_3$ is an ideal platform for exploring multiphase interaction and mutual control. The Weyl nodes can be tuned by external pulse electric field, which is promising for potential applications of integrated topotronic and ferroelectric devices.

cond-mat.mtrl-sci

Dirac node lines in pure alkali earth metals

Beryllium is a simple alkali earth metal, but has been the target of intensive studies for decades because of its unusual electron behaviors at surfaces. Puzzling aspects include (i) severe deviations from the description of the nearly free electron picture, (ii) anomalously large electron-phonon coupling effect, and (iii) giant Friedal oscillations. The underlying origins for such anomalous surface electron behaviors have been under active debate, but with no consensus. Here, by means of first-principle calculations, we discover that this pure metal system, surprisingly, harbors the Dirac node line (DNL) that in turn helps to rationalize many of the existing puzzles. The DNL is featured by a closed line consisting of linear band crossings and its induced topological surface band agrees well with previous photoemission spectroscopy observation on Be (0001) surface. We further reveal that each of the elemental alakali earth metals of Mg, Ca, and Sr also harbors the DNL, and speculate that the fascinating topological property of DNL might naturally exist in other elemental metals as well.

cond-mat.mtrl-sci

Combined Fast Reversible Liquid-like Elastic Deformation with Topological Phase Transition in Na$_3$Bi

By means of first-principles calculations, we identified the structural phase transition of Na$_3$Bi from hexagonal ground state to cubic $cF$16 phase above 0.8 GPa, in agreement with the experimental findings. Upon the releasing of pressure, \emph{cF}16 phase of Na$_3$Bi is mechanically stable at ambient condition. The calculations revealed that the $cF$16 phase is topological semimetal, in similarity to well-known HgTe and it even exhibits an unusually low $C^\prime$ modulus (only about 1.9 GPa) and a huge anisotropy, $A^u$ of as high as 11, the third highest value among all known cubic crystals in their elastic behaviors. These facts render \emph{cF}16-type Na$_3$Bi very soft with a liquid-like elastic deformation in the (110)$<$1$\overline{1}$0$>$ slip system. Importantly, as accompanied with this deformation, Na$_3$Bi shows a topological phase transition from a topological semimetal state at its strain-free cubic phase to a topological insulating state at its distorted phase. Because the $C^\prime$ elastic deformation almost costs no energy in a reversible and liquid-like soft manner, \emph{cF}16-type Na$_3$Bi would potentially provide a fast on/off switching way between topological insulator and topological semimetal, which would be beneficial to the quantum electronic devices for practical applications.

cond-mat.mtrl-sci

Topological Metal of NaBi with Ultralow Lattice Thermal Conductivity and Electron-phonon Superconductivity

By means of first-principles and \emph{ab initio} tight-binding calculations, we found that the compound of NaBi is a three-dimensional non-trivial topological metal. Its topological feature can be confirmed by the presence of band inversion, the derived effective Z$_2$ invariant and the non-trivial surface states with the presence of Dirac cones. Interestingly, our calculations further demonstrated that NaBi exhibits the uniquely combined properties between the electron-phonon coupling superconductivity in nice agreement with recent experimental measurements and the obviously anisotropic but extremely low thermal conductivity. The spin-orbit coupling effects greatly affect those properties. NaBi may provide a rich platform to study the relationship among metal, topology, superconductivity and thermal conductivity.

cond-mat.mtrl-sci