317 research outputs found

    Theory of fractional hybrid differential equations

    Get PDF
    AbstractIn this paper, we develop the theory of fractional hybrid differential equations involving Riemann–Liouville differential operators of order 0<q<1. An existence theorem for fractional hybrid differential equations is proved under mixed Lipschitz and Carathéodory conditions. Some fundamental fractional differential inequalities are also established which are utilized to prove the existence of extremal solutions. Necessary tools are considered and the comparison principle is proved which will be useful for further study of qualitative behavior of solutions

    Boosting Graph Foundation Model from Structural Perspective

    Full text link
    Graph foundation models have recently attracted significant attention due to its strong generalizability. Although existing methods resort to language models to learn unified semantic representations across domains, they disregard the unique structural characteristics of graphs from different domains. To address the problem, in this paper, we boost graph foundation model from structural perspective and propose BooG. The model constructs virtual super nodes to unify structural characteristics of graph data from different domains. Specifically, the super nodes fuse the information of anchor nodes and class labels, where each anchor node captures the information of a node or a graph instance to be classified. Instead of using the raw graph structure, we connect super nodes to all nodes within their neighborhood by virtual edges. This new structure allows for effective information aggregation while unifying cross-domain structural characteristics. Additionally, we propose a novel pre-training objective based on contrastive learning, which learns more expressive representations for graph data and generalizes effectively to different domains and downstream tasks. Experimental results on various datasets and tasks demonstrate the superior performance of BooG. We provide our code and data here: https://anonymous.4open.science/r/BooG-EE42/

    Center-to-face momentum interpolation and face-to-center flux reconstruction in Euler-Euler simulation of gas-solid flows

    Full text link
    In order to resolve the pressure checkerboard field problem with collocated grid, it is essential to employ the momentum interpolation method when formulating the pressure equation, and the flux reconstruction method when updating the cell-centered velocity fields. In this study, we first derive a momentum interpolation method for Euler-Euler simulation of gas-solid flows, which is independent of the time step, the transient term discretization scheme, the under-relaxation factor and the shape of grid; a complete first-order flux reconstruction method is then proposed to update the cell-centered velocities. Their effectiveness are proved by simulating the hydrodynamics of solids settlement, gas-solid fixed bed, bubbling fluidized bed and circulating fluidized bed riser, and then comparing the simulation results to the theoretically known solutions. Their superiority over the standard solver of OpenFOAM in suppressing the high-frequency oscillations and enhancing the smoothness and accuracy is also proved. Finally, the difficulty in fully eliminating the high-frequency oscillations is attributed to the insufficiency of current methods in handling the situations where the independent variables undergo abrupt change

    Think-then-Act: A Dual-Angle Evaluated Retrieval-Augmented Generation

    Full text link
    Despite their impressive capabilities, large language models (LLMs) often face challenges such as temporal misalignment and generating hallucinatory content. Enhancing LLMs with retrieval mechanisms to fetch relevant information from external sources offers a promising solution. Inspired by the proverb "Think twice before you act," we propose a dual-angle evaluated retrieval-augmented generation framework \textit{Think-then-Act}. Unlike previous approaches that indiscriminately rewrite queries or perform retrieval regardless of necessity, or generate temporary responses before deciding on additional retrieval, which increases model generation costs, our framework employs a two-phase process: (i) assessing the input query for clarity and completeness to determine if rewriting is necessary; and (ii) evaluating the model's capability to answer the query and deciding if additional retrieval is needed. Experimental results on five datasets show that the \textit{Think-then-Act} framework significantly improves performance. Our framework demonstrates notable improvements in accuracy and efficiency compared to existing baselines and performs well in both English and non-English contexts. Ablation studies validate the optimal model confidence threshold, highlighting the resource optimization benefits of our approach.Comment: 12 pages, 8 figure

    Sustainable growth unveiled: exploring the nexus of green finance and high-quality economic development in China

    Get PDF
    Amidst global sustainability challenges, green finance emerges as a crucial instrument for advancing sustainable development, garnering increasing attention for its pivotal role in fostering high-quality economic development (HQED), particularly within the dynamic economic landscape of China. This study delves into the nexus between green finance and HQED across 30 Chinese provinces from 2012 to 2021. Employing the entropy method, indices for green finance and HQED index system are calculated, and their interaction is analyzed through a panel data model, incorporating tests for moderating effects of FinTech and green technological innovation, as well as assessing the heterogeneity across diverse regions. The findings highlight green finance’s significant role in enhancing HQED, with notable regional disparities. Specifically, the eastern region shows the strongest impact, followed by the central region, while the western and northeastern regions exhibit weaker influences. The study also identifies FinTech and green technological innovation as pivotal moderators, amplifying green finance’s positive effect on HQED. These insights underscore green finance’s importance in driving sustainable economic growth and highlight the necessity for region-specific strategies to optimize its impact. Policy recommendations based on these findings include prioritizing the development of green finance, formulating region-specific strategies, and leveraging the catalytic roles of FinTech and green technological innovation to enhance the efficacy of green finance in achieving HQED

    Defending Large Language Models Against Jailbreak Attacks via Layer-specific Editing

    Full text link
    Large language models (LLMs) are increasingly being adopted in a wide range of real-world applications. Despite their impressive performance, recent studies have shown that LLMs are vulnerable to deliberately crafted adversarial prompts even when aligned via Reinforcement Learning from Human Feedback or supervised fine-tuning. While existing defense methods focus on either detecting harmful prompts or reducing the likelihood of harmful responses through various means, defending LLMs against jailbreak attacks based on the inner mechanisms of LLMs remains largely unexplored. In this work, we investigate how LLMs response to harmful prompts and propose a novel defense method termed \textbf{L}ayer-specific \textbf{Ed}iting (LED) to enhance the resilience of LLMs against jailbreak attacks. Through LED, we reveal that several critical \textit{safety layers} exist among the early layers of LLMs. We then show that realigning these safety layers (and some selected additional layers) with the decoded safe response from selected target layers can significantly improve the alignment of LLMs against jailbreak attacks. Extensive experiments across various LLMs (e.g., Llama2, Mistral) show the effectiveness of LED, which effectively defends against jailbreak attacks while maintaining performance on benign prompts. Our code is available at \url{https://github.com/ledllm/ledllm}

    Self-supervised Heterogeneous Graph Variational Autoencoders

    Full text link
    Heterogeneous Information Networks (HINs), which consist of various types of nodes and edges, have recently demonstrated excellent performance in graph mining. However, most existing heterogeneous graph neural networks (HGNNs) ignore the problems of missing attributes, inaccurate attributes and scarce labels for nodes, which limits their expressiveness. In this paper, we propose a generative self-supervised model SHAVA to address these issues simultaneously. Specifically, SHAVA first initializes all the nodes in the graph with a low-dimensional representation matrix. After that, based on the variational graph autoencoder framework, SHAVA learns both node-level and attribute-level embeddings in the encoder, which can provide fine-grained semantic information to construct node attributes. In the decoder, SHAVA reconstructs both links and attributes. Instead of directly reconstructing raw features for attributed nodes, SHAVA generates the initial low-dimensional representation matrix for all the nodes, based on which raw features of attributed nodes are further reconstructed to leverage accurate attributes. In this way, SHAVA can not only complete informative features for non-attributed nodes, but rectify inaccurate ones for attributed nodes. Finally, we conduct extensive experiments to show the superiority of SHAVA in tackling HINs with missing and inaccurate attributes

    A critical comparison of the implementation of granular pressure gradient term in Euler-Euler simulation of gas-solid flows

    Full text link
    Numerical solution of Euler-Euler model using different in-house, open source and commercial software can generate significantly different results, even when the governing equations and the initial and boundary conditions are exactly same. Unfortunately, the underlying reasons have not been identified yet. In this article, three methods for calculating the granular pressure gradient term are presented for two-fluid model of gas-solid flows and implemented implicitly or explicitly into the solver in OpenFOAM: Method I assumes that the granular pressure gradient is equal to the elastic modulus plus the solid concentration gradient; Method II directly calculates the gradient using a difference scheme; Method III, which is proposed in this work, calculates the gradient as the sum of two partial derivatives: one related to the solid volume fraction and the other related to the granular energy. Obviously, only Methods II and III are consistent with kinetic theory of granular flow. It was found that the difference between all methods is small for bubbling fluidization. While for circulating fluidization, both methods II and III are capable of capturing non-uniform structures and producing superior results over Method I. The contradictory conclusions made from the simulation of different fluidization regimes is due to the different contribution of the term related to the granular energy gradient. Present study concludes that the implementation method of granular pressure gradient may have a significant impact on hydrodynamics and is probably a key factor contributing to the observed differences between different simulation software
    • …
    corecore