期刊文献+
共找到360,014篇文章
< 1 2 250 >
每页显示 20 50 100
Task-Structured Curriculum Learning for Multi-Task Distillation:Enhancing Step-by-Step Knowledge Transfer in Language Models
1
作者 Ahmet Ezgi Aytug Onan 《Computers, Materials & Continua》 2026年第3期1647-1673,共27页
Knowledge distillation has become a standard technique for compressing large language models into efficient student models,but existing methods often struggle to balance prediction accuracy with explanation quality.Re... Knowledge distillation has become a standard technique for compressing large language models into efficient student models,but existing methods often struggle to balance prediction accuracy with explanation quality.Recent approaches such as Distilling Step-by-Step(DSbS)introduce explanation supervision,yet they apply it in a uniform manner that may not fully exploit the different learning dynamics of prediction and explanation.In this work,we propose a task-structured curriculum learning(TSCL)framework that structures training into three sequential phases:(i)prediction-only,to establish stable feature representations;(ii)joint prediction-explanation,to align task outputs with rationale generation;and(iii)explanation-only,to refine the quality of rationales.This design provides a simple but effective modification to DSbS,requiring no architectural changes and adding negligible training cost.We justify the phase scheduling with ablation studies and convergence analysis,showing that an initial prediction-heavy stage followed by a balanced joint phase improves both stability and explanation alignment.Extensive experiments on five datasets(e-SNLI,ANLI,CommonsenseQA,SVAMP,and MedNLI)demonstrate that TSCL consistently outperforms strong baselines,achieving gains of+1.7-2.6 points in accuracy and 0.8-1.2 in ROUGE-L,corresponding to relative error reductions of up to 21%.Beyond lexical metrics,human evaluation and ERASERstyle faithfulness diagnostics confirm that TSCL produces more faithful and informative explanations.Comparative training curves further reveal faster convergence and lower variance across seeds.Efficiency analysis shows less than 3%overhead in wall-clock training time and no additional inference cost,making the approach practical for realworld deployment.This study demonstrates that a simple task-structured curriculum can significantly improve the effectiveness of knowledge distillation.By separating and sequencing objectives,TSCL achieves a better balance between accuracy,stability,and explanation quality.The framework generalizes across domains,including medical NLI,and offers a principled recipe for future applications in multimodal reasoning and reinforcement learning. 展开更多
关键词 Knowledge distillation curriculum learning language models multi-task learning step-by-step learning
在线阅读 下载PDF
Detection of Maliciously Disseminated Hate Speech in Spanish Using Fine-Tuning and In-Context Learning Techniques with Large Language Models
2
作者 Tomás Bernal-Beltrán RonghaoPan +3 位作者 JoséAntonio García-Díaz María del Pilar Salas-Zárate Mario Andrés Paredes-Valverde Rafael Valencia-García 《Computers, Materials & Continua》 2026年第4期353-390,共38页
The malicious dissemination of hate speech via compromised accounts,automated bot networks and malware-driven social media campaigns has become a growing cybersecurity concern.Automatically detecting such content in S... The malicious dissemination of hate speech via compromised accounts,automated bot networks and malware-driven social media campaigns has become a growing cybersecurity concern.Automatically detecting such content in Spanish is challenging due to linguistic complexity and the scarcity of annotated resources.In this paper,we compare two predominant AI-based approaches for the forensic detection of malicious hate speech:(1)finetuning encoder-only models that have been trained in Spanish and(2)In-Context Learning techniques(Zero-and Few-Shot Learning)with large-scale language models.Our approach goes beyond binary classification,proposing a comprehensive,multidimensional evaluation that labels each text by:(1)type of speech,(2)recipient,(3)level of intensity(ordinal)and(4)targeted group(multi-label).Performance is evaluated using an annotated Spanish corpus,standard metrics such as precision,recall and F1-score and stability-oriented metrics to evaluate the stability of the transition from zero-shot to few-shot prompting(Zero-to-Few Shot Retention and Zero-to-Few Shot Gain)are applied.The results indicate that fine-tuned encoder-only models(notably MarIA and BETO variants)consistently deliver the strongest and most reliable performance:in our experiments their macro F1-scores lie roughly in the range of approximately 46%–66%depending on the task.Zero-shot approaches are much less stable and typically yield substantially lower performance(observed F1-scores range approximately 0%–39%),often producing invalid outputs in practice.Few-shot prompting(e.g.,Qwen 38B,Mistral 7B)generally improves stability and recall relative to pure zero-shot,bringing F1-scores into a moderate range of approximately 20%–51%but still falling short of fully fine-tuned models.These findings highlight the importance of supervised adaptation and discuss the potential of both paradigms as components in AI-powered cybersecurity and malware forensics systems designed to identify and mitigate coordinated online hate campaigns. 展开更多
关键词 Hate speech detection malicious communication campaigns AI-driven cybersecurity social media analytics large language models prompt-tuning fine-tuning in-context learning natural language processing
在线阅读 下载PDF
Empowering Teacher Development:A Review of Building Professional Learning Communities of Foreign Language Teachers in Higher Education
3
作者 Shuai Zhang 《Chinese Journal of Applied Linguistics》 2026年第1期151-158,161,共9页
Professional learning communities(PLCs)offer essential contextual support for the development of foreign language teachers in higher education.The book Building Professional Learning Communities of Foreign Language Te... Professional learning communities(PLCs)offer essential contextual support for the development of foreign language teachers in higher education.The book Building Professional Learning Communities of Foreign Language Teachers in Higher Education,co-authored by Wen et al.(2021)systematically examines the necessity,practical measures,theoretical construction,and outcomes associated with building PLCs for university foreign language teachers.Notably,it introduces a research methodology rooted in local teacher education practices with Chinese characteristics—the dialectical research paradigm(DRP).This review introduces the content of the book,evaluates its contributions to teacher development,and explores its implications for future practice and research. 展开更多
关键词 professional learning community teacher development foreign language teacher dialectical research paradigm
在线阅读 下载PDF
Addressing Prompt Injection in Large Language Models via In-Context Learning
4
作者 Go Sato Shusaku Egami +2 位作者 Yasuyuki Tahara Akihiko Ohsuga Yuichi Sei 《Computers, Materials & Continua》 2026年第5期2270-2306,共37页
While Large Language Models(LLMs)possess the capability to perform a wide range of tasks,security attacks known as prompt injection and jailbreaking remain critical challenges.Existing defense approaches addressing th... While Large Language Models(LLMs)possess the capability to perform a wide range of tasks,security attacks known as prompt injection and jailbreaking remain critical challenges.Existing defense approaches addressing this problem face challenges such as the over-refusal of prompts that contain harmful vocabulary but are semantically benign,and the limited accuracy improvement inmachine learning-based approaches due to the ease of distinguishing benign prompts in existing datasets.Therefore,we propose a multi-LLM agent framework aimed at achieving both the accurate rejection of harmful prompts and appropriate responses to benign prompts.Distinct from prior studies,the proposed method adopts In-Context Learning(ICL)during the learning phase,presenting a novel approach that obviates the need for computationally expensive parameter updates required by conventional fine-tuning.To demonstrate the proposed method’s capability for rapid and easy deployment,this study targets LLMs with insufficient alignment.In the experiments,macro-averaged binary classification metrics were used to comprehensively evaluate harmfulness detection.Experimental results using three LLMs demonstrated that the proposed method achieved performance that surpassed four baselines across all evaluation metrics for the target LLMs,evidencing significant effectiveness with an average improvement of 16.6 points in F1-score compared to the vanilla models.The significance of this study lies in the proposal of a novel approach based on ICL that does not require parameter updates.This framework offers high sustainability in practical deployment,as it allows for the adaptive enhancement of detection performance against continuously evolving attack methods solely through the accumulation of logs,without the necessity of retraining the LLM itself.By mitigating the trade-off between safety and utility,this research contributes to the implementation of robust LLMs. 展开更多
关键词 Large language models(LLMs) prompt injection in-context learning(ICL) multi-agent system
在线阅读 下载PDF
Foreign Language Learning and the Cultivation of National Consciousness in the Age of Intelligence-A Case Study Through the Appreciation of The Wild Robot
5
作者 ZHANG Xiaoling WANG Yongli 《Cultural and Religious Studies》 2026年第1期22-25,共4页
This study examines how foreign language education in the artificial intelligence(AI)era could assist the cultivation of national consciousness through a technology-enhanced pedagogy of film appreciation.Using The Wil... This study examines how foreign language education in the artificial intelligence(AI)era could assist the cultivation of national consciousness through a technology-enhanced pedagogy of film appreciation.Using The Wild Robot as a case study,we argue that cinematic narratives serve as cultural mirrors,offering immersive,reflective,and affective sites for intercultural learning.We propose a three-layered pedagogical framework-progressing from semiotic decoding,through narrative and value comparison,to creative identity construction-that integrates intelligent tools to develop both communicative competence and an agentive sense of belonging.The approach exemplifies a humanistic turn in language teaching,aiming to form“rooted global communicators”who can engage in cross-civilization dialogue with cultural confidence and critical awareness. 展开更多
关键词 foreign language learning cultivation of national consciousness The Wild Robot
在线阅读 下载PDF
When Large Language Models and Machine Learning Meet Multi-Criteria Decision Making: Fully Integrated Approach for Social Media Moderation
6
作者 Noreen Fuentes Janeth Ugang +4 位作者 Narcisan Galamiton Suzette Bacus Samantha Shane Evangelista Fatima Maturan Lanndon Ocampo 《Computers, Materials & Continua》 2026年第1期2137-2162,共26页
This study demonstrates a novel integration of large language models,machine learning,and multicriteria decision-making to investigate self-moderation in small online communities,a topic under-explored compared to use... This study demonstrates a novel integration of large language models,machine learning,and multicriteria decision-making to investigate self-moderation in small online communities,a topic under-explored compared to user behavior and platform-driven moderation on social media.The proposed methodological framework(1)utilizes large language models for social media post analysis and categorization,(2)employs k-means clustering for content characterization,and(3)incorporates the TODIM(Tomada de Decisão Interativa Multicritério)method to determine moderation strategies based on expert judgments.In general,the fully integrated framework leverages the strengths of these intelligent systems in a more systematic evaluation of large-scale decision problems.When applied in social media moderation,this approach promotes nuanced and context-sensitive self-moderation by taking into account factors such as cultural background and geographic location.The application of this framework is demonstrated within Facebook groups.Eight distinct content clusters encompassing safety,harassment,diversity,and misinformation are identified.Analysis revealed a preference for content removal across all clusters,suggesting a cautious approach towards potentially harmful content.However,the framework also highlights the use of other moderation actions,like account suspension,depending on the content category.These findings contribute to the growing body of research on self-moderation and offer valuable insights for creating safer and more inclusive online spaces within smaller communities. 展开更多
关键词 Self-moderation user-generated content k-means clustering TODIM large language models
在线阅读 下载PDF
Evaluations of large language models in computational fluid dynamics:Leveraging,learning and creating knowledge 被引量:1
7
作者 Long Wang Lei Zhang Guowei He 《Theoretical & Applied Mechanics Letters》 2025年第3期207-218,共12页
This paper investigates the capabilities of large language models(LLMs)to leverage,learn and create knowledge in solving computational fluid dynamics(CFD)problems through three categories of baseline problems.These ca... This paper investigates the capabilities of large language models(LLMs)to leverage,learn and create knowledge in solving computational fluid dynamics(CFD)problems through three categories of baseline problems.These categories include(1)conventional CFD problems that can be solved using existing numerical methods in LLMs,such as lid-driven cavity flow and the Sod shock tube problem;(2)problems that require new numerical methods beyond those available in LLMs,such as the recently developed Chien-physics-informed neural networks for singularly perturbed convection-diffusion equations;and(3)problems that cannot be solved using existing numerical methods in LLMs,such as the ill-conditioned Hilbert linear algebraic systems.The evaluations indicate that reasoning LLMs overall outperform non-reasoning models in four test cases.Reasoning LLMs show excellent performance for CFD problems according to the tailored prompts,but their current capability in autonomous knowledge exploration and creation needs to be enhanced. 展开更多
关键词 Large language models Computational fluid dynamics Machine learning
在线阅读 下载PDF
Student Agency in Foreign Language Learning: A Critical Literature Review
8
作者 CHEN Ming 《Journal of Literature and Art Studies》 2025年第3期230-236,共7页
This review interrogates empirical and theoretical research on agentic engagement in foreign language(FL)learning.Through synthesizing peer-reviewed studies from Web of Science and CNKI databases,it maps the theoretic... This review interrogates empirical and theoretical research on agentic engagement in foreign language(FL)learning.Through synthesizing peer-reviewed studies from Web of Science and CNKI databases,it maps the theoretical evolution,methodological innovations,key influencing factors and proposed suggestion for further research on student agency.Future research should prioritize,longitudinal studies,culturally comparative designs,validity constructs and ethical evaluations of artificial intelligence’s impact on learner autonomy.This review calls for a holistic approach to FL education,where agentic engagement bridges individual initiative,pedagogical innovation,and sociocultural responsiveness to empower learners in multilingual global contexts. 展开更多
关键词 learner agency student engagement FL(foreign language)learning agentic engagement
在线阅读 下载PDF
基于Q-learning的专家权重优化与多级共识反馈决策
9
作者 杜秀丽 程伟龙 +2 位作者 高星 潘成胜 吕亚娜 《计算机应用研究》 北大核心 2026年第2期420-426,共7页
针对动态复杂多属性决策环境下大规模异构专家群体共识达成效率低、权重分配不精准的问题,提出一种基于Q-learning的权重优化与多级共识反馈方法,旨在提升共识水平与决策质量。该方法通过将专家权重动态调整建模为马尔可夫决策过程,利用... 针对动态复杂多属性决策环境下大规模异构专家群体共识达成效率低、权重分配不精准的问题,提出一种基于Q-learning的权重优化与多级共识反馈方法,旨在提升共识水平与决策质量。该方法通过将专家权重动态调整建模为马尔可夫决策过程,利用Q-learning实现权重自适应优化,并设计涵盖属性、方案、专家与群体四个层级的多级共识反馈机制,从而精准识别并协调不同来源的分歧。实验结果表明,该方法能够显著降低共识达成所需迭代次数,提升权重分配与专家专业度的匹配精度,并获得更可靠的方案排序结果,验证了其在大规模异构专家群体中的鲁棒性与计算效率。研究表明,所提方法为复杂多属性群体决策问题提供了有效的共识建模与决策支持工具。 展开更多
关键词 群体决策 Q-learning 多层共识反馈 动态权重调整
在线阅读 下载PDF
Learning-at-Criticality in Large Language Models for Quantum Field Theory and Beyond
10
作者 Xiansheng Cai Sihan Hu +4 位作者 Tao Wang Yuan Huang Pan Zhang Youjin Deng Kun Chen 《Chinese Physics Letters》 2025年第12期7-23,共17页
Fundamental physics often confronts complex symbolic problems with few guiding exemplars or established principles.While artificial intelligence(AI)offers promise,its typical need for vast datasets to learn from hinde... Fundamental physics often confronts complex symbolic problems with few guiding exemplars or established principles.While artificial intelligence(AI)offers promise,its typical need for vast datasets to learn from hinders its use in these information-scarce frontiers.We introduce learning at criticality(LaC),a reinforcement learning scheme that tunes large language models(LLMs)to a sharp learning transition,addressing this information scarcity.At this transition,LLMs achieve peak generalization from minimal data,exemplified by 7-digit base-7 addition-a test of nontrivial arithmetic reasoning.To elucidate this peak,we analyze a minimal concept-network model designed to capture the essence of how LLMs might link tokens.Trained on a single exemplar,this model also undergoes a sharp learning transition.This transition exhibits hallmarks of a second-order phase transition,notably power-law distributed solution path lengths.At this critical point,the system maximizes a“critical thinking pattern”crucial for generalization,enabled by the underlying scale-free exploration.This suggests LLMs reach peak performance by operating at criticality,where such explorative dynamics enable the extraction of underlying operational rules.We demonstrate LaC in quantum field theory:an 8B-parameter LLM,tuned to its critical point by LaC using a few exemplars of symbolic Matsubara sums,solves unseen,higher-order problems,significantly outperforming far larger models.LaC thus leverages critical phenomena,a physical principle,to empower AI for complex,data-sparse challenges in fundamental physics. 展开更多
关键词 artificial intelligence ai offers learning criticality lac symbolic problems large language models llms reinforcement learning large language models fundamental physics minimal dat
原文传递
Children’s Language Learning from an Embodied Cognition Perspective:Opportunities,Challenges,and Future Directions
11
作者 Jiaqi Wu Linfeng Xie Minfang Zhao 《Journal of Contemporary Educational Research》 2025年第8期1-12,共12页
The emergence of embodied cognition theory has altered our traditional understanding of children’s language learning,emphasizing the close connection between the body,environment,and movement.This paper discusses the... The emergence of embodied cognition theory has altered our traditional understanding of children’s language learning,emphasizing the close connection between the body,environment,and movement.This paper discusses the opportunities,challenges,and future directions of research on children’s language learning from the perspective of embodied cognition.It concludes that multisensory engagement can greatly improve children’s comprehension and memorization of language knowledge and that language acquisition is intimately tied to bodily perception,movement,and emotional experience.In addition,children’s language acquisition can also be effectively aided by embodied cognition techniques as multimedia aids,gesture and enactment,and imagery.Based on previous evidence,we propose an integrated language learning framework and a new relevance-integration taxonomy for children’s language learning from the perspectives of embodied cognition and cognitive load theories.In order to support the long-term growth of children’s language education,future research should focus more on the requirement of embodied language learning in the preschool-primary transition and optimize the teaching objectives and contents. 展开更多
关键词 Embodied cognition language education CHILDREN learning ACTIONS
在线阅读 下载PDF
The Role of Digital Tools in Enhancing Vocabulary Acquisition in Second Foreign Language Learning
12
作者 Chunhua Ren Lin Su 《Journal of Contemporary Educational Research》 2025年第7期376-381,共6页
The paper aims to examine the application of multimedia technology in expanding vocabulary in second language acquisition.Incorporating innovative technology such as mobile applications,gaming applications,websites,an... The paper aims to examine the application of multimedia technology in expanding vocabulary in second language acquisition.Incorporating innovative technology such as mobile applications,gaming applications,websites,and other related online tools has increased learners’vocabulary mastery,engagement,and motivation levels.Interactional processes like media-embedded objects,teach-learning capacity algorithms,and feedback help learners receive the course in a personalized way that considers individual learning patterns or abilities.However,there are the following challenges:accessibility issues,total reliance on technology,and issues related to privacy.The following challenges affecting learning that arise from using gadgets:the digital divide,limited device access,and environmental issues that may distract a learner in a technology-enabled environment.Moreover,the security issue for data and the ethical question of users’information remain important too.Hence,the paper provides arguments that although these technologies contribute significantly to vocabulary acquisition,the challenge that emerges should be addressed by integrating technology in teaching and learning alongside conventional methods for vocabulary acquisition,which is a practical language acquisition tool that should not be monopolized. 展开更多
关键词 Digital tools Vocabulary acquisition Second language learning GAMIFICATION
在线阅读 下载PDF
Research on the College English Teaching Mode Based on the Integration of Language Learning and Critical Thinking Ability Training
13
作者 Hui Zhang 《Journal of Contemporary Educational Research》 2025年第5期115-121,共7页
Under the tide of economic globalization,college English teaching should not only focus on the improvement of language ability,but also on the cultivation of students’critical thinking ability.This paper takes the in... Under the tide of economic globalization,college English teaching should not only focus on the improvement of language ability,but also on the cultivation of students’critical thinking ability.This paper takes the integration of language learning and critical thinking ability as the breakthrough point,explores the college English teaching mode under the background of the integration of the two,analyzes the current situation and disadvantages of the separation of the two in the current teaching,and puts forward the integration path from the aspects of curriculum design,teacher training,evaluation system,and so on.With the help of activities such as creating real language situations,carrying out debates and critical reading,it helps students strengthen the improvement of logical analysis and critical thinking ability in their gradual learning,realize the coordinated development of language learning and critical thinking ability,and cultivate compound talents with both language literacy and critical thinking ability for the society. 展开更多
关键词 language learning Critical thinking ability INTEGRATION College English Teaching model
在线阅读 下载PDF
How Robust Are Language Models against Backdoors in Federated Learning?
14
作者 Seunghan Kim Changhoon Lim +1 位作者 Gwonsang Ryu Hyunil Kim 《Computer Modeling in Engineering & Sciences》 2025年第11期2617-2630,共14页
Federated Learning enables privacy-preserving training of Transformer-based language models,but remains vulnerable to backdoor attacks that compromise model reliability.This paper presents a comparative analysis of de... Federated Learning enables privacy-preserving training of Transformer-based language models,but remains vulnerable to backdoor attacks that compromise model reliability.This paper presents a comparative analysis of defense strategies against both classical and advanced backdoor attacks,evaluated across autoencoding and autoregressive models.Unlike prior studies,this work provides the first systematic comparison of perturbation-based,screening-based,and hybrid defenses in Transformer-based FL environments.Our results show that screening-based defenses consistently outperform perturbation-based ones,effectively neutralizing most attacks across architectures.However,this robustness comes with significant computational overhead,revealing a clear trade-off between security and efficiency.By explicitly identifying this trade-off,our study advances the understanding of defense strategies in federated learning and highlights the need for lightweight yet effective screening methods for trustworthy deployment in diverse application domains. 展开更多
关键词 Backdoor attack federated learning transformer-based language model system robustness
在线阅读 下载PDF
TmPred:Enhancing Thermophilic Protein Melting Point Prediction with Protein Language Models and Deep Learning
15
作者 Hao Jiang Gong-Bo Zhang +6 位作者 Yu-Xiang Wang Feng-Yi Jiang Hong-Yu Zhang Zhi-Wei Nie Li Yuan Jie Chen Wen-Bin Zhang 《Chinese Journal of Polymer Science》 2025年第12期2191-2200,I0006,共11页
Thermophilic proteins maintain their structure and function at high temperatures,making them widely useful in industrial applications.Due to the complexity of experimental measurements,predicting the melting temperatu... Thermophilic proteins maintain their structure and function at high temperatures,making them widely useful in industrial applications.Due to the complexity of experimental measurements,predicting the melting temperature(T_(m))of proteins has become a research hotspot.Previous methods rely on amino acid composition,physicochemical properties of proteins,and the optimal growth temperature(OGT)of hosts for T_(m)prediction.However,their performance in predicting T_(m)values for thermophilic proteins(T_(m)>60℃)are generally unsatisfactory due to data scarcity.Herein,we introduce T_(m)Pred,a T_(m)prediction model for thermophilic proteins,that combines protein language model,graph convolutional network and Graphormer module.For performance evaluation,T_(m)Pred achieves a root mean square error(RMSE)of 5.48℃,a pearson correlation coefficient(P)of 0.784,and a coefficient of determination(R~2)of 0.613,representing improvements of 19%,15%,and 32%,respectively,compared to the state-of-the-art predictive models like DeepTM.Furthermore,T_(m)Pred demonstrated strong generalization capability on independent blind test datasets.Overall,T_(m)Pred provides an effective tool for the mining and modification of thermophilic proteins by leveraging deep learning. 展开更多
关键词 Thermophilic protein Melting point prediction Deep learning Protein language model Graphormer
原文传递
Adaptive multi-view learning method for enhanced drug repurposing using chemical-induced transcriptional profiles, knowledge graphs, and large language models
16
作者 Yudong Yan Yinqi Yang +9 位作者 Zhuohao Tong Yu Wang Fan Yang Zupeng Pan Chuan Liu Mingze Bai Yongfang Xie Yuefei Li Kunxian Shu Yinghong Li 《Journal of Pharmaceutical Analysis》 2025年第6期1354-1369,共16页
Drug repurposing offers a promising alternative to traditional drug development and significantly re-duces costs and timelines by identifying new therapeutic uses for existing drugs.However,the current approaches ofte... Drug repurposing offers a promising alternative to traditional drug development and significantly re-duces costs and timelines by identifying new therapeutic uses for existing drugs.However,the current approaches often rely on limited data sources and simplistic hypotheses,which restrict their ability to capture the multi-faceted nature of biological systems.This study introduces adaptive multi-view learning(AMVL),a novel methodology that integrates chemical-induced transcriptional profiles(CTPs),knowledge graph(KG)embeddings,and large language model(LLM)representations,to enhance drug repurposing predictions.AMVL incorporates an innovative similarity matrix expansion strategy and leverages multi-view learning(MVL),matrix factorization,and ensemble optimization techniques to integrate heterogeneous multi-source data.Comprehensive evaluations on benchmark datasets(Fdata-set,Cdataset,and Ydataset)and the large-scale iDrug dataset demonstrate that AMVL outperforms state-of-the-art(SOTA)methods,achieving superior accuracy in predicting drug-disease associations across multiple metrics.Literature-based validation further confirmed the model's predictive capabilities,with seven out of the top ten predictions corroborated by post-2011 evidence.To promote transparency and reproducibility,all data and codes used in this study were open-sourced,providing resources for pro-cessing CTPs,KG,and LLM-based similarity calculations,along with the complete AMVL algorithm and benchmarking procedures.By unifying diverse data modalities,AMVL offers a robust and scalable so-lution for accelerating drug discovery,fostering advancements in translational medicine and integrating multi-omics data.We aim to inspire further innovations in multi-source data integration and support the development of more precise and efficient strategies for advancing drug discovery and translational medicine. 展开更多
关键词 Drug repurposing Multi-view learning Chemical-induced transcriptional profile Knowledge graph Large language model Heterogeneous network
在线阅读 下载PDF
Machine learning-based investigation of uplift resistance in special-shaped shield tunnels using numerical finite element modeling 被引量:1
17
作者 ZHANG Wengang YE Wenyu +2 位作者 SUN Weixin LIU Zhicheng LI Zhengchuan 《土木与环境工程学报(中英文)》 北大核心 2026年第1期1-13,共13页
The uplift resistance of the soil overlying shield tunnels significantly impacts their anti-floating stability.However,research on uplift resistance concerning special-shaped shield tunnels is limited.This study combi... The uplift resistance of the soil overlying shield tunnels significantly impacts their anti-floating stability.However,research on uplift resistance concerning special-shaped shield tunnels is limited.This study combines numerical simulation with machine learning techniques to explore this issue.It presents a summary of special-shaped tunnel geometries and introduces a shape coefficient.Through the finite element software,Plaxis3D,the study simulates six key parameters—shape coefficient,burial depth ratio,tunnel’s longest horizontal length,internal friction angle,cohesion,and soil submerged bulk density—that impact uplift resistance across different conditions.Employing XGBoost and ANN methods,the feature importance of each parameter was analyzed based on the numerical simulation results.The findings demonstrate that a tunnel shape more closely resembling a circle leads to reduced uplift resistance in the overlying soil,whereas other parameters exhibit the contrary effects.Furthermore,the study reveals a diminishing trend in the feature importance of buried depth ratio,internal friction angle,tunnel longest horizontal length,cohesion,soil submerged bulk density,and shape coefficient in influencing uplift resistance. 展开更多
关键词 special-shaped tunnel shield tunnel uplift resistance numerical simulation machine learning
在线阅读 下载PDF
Visual feature inter-learning for sign language recognition in emergency medicine
18
作者 WEI Chao LI Yunpeng LIU Jingze 《Optoelectronics Letters》 2025年第10期619-625,共7页
Accessible communication based on sign language recognition(SLR)is the key to emergency medical assistance for the hearing-impaired community.Balancing the capture of both local and global information in SLR for emerg... Accessible communication based on sign language recognition(SLR)is the key to emergency medical assistance for the hearing-impaired community.Balancing the capture of both local and global information in SLR for emergency medicine poses a significant challenge.To address this,we propose a novel approach based on the inter-learning of visual features between global and local information.Specifically,our method enhances the perception capabilities of the visual feature extractor by strategically leveraging the strengths of convolutional neural network(CNN),which are adept at capturing local features,and visual transformers which perform well at perceiving global features.Furthermore,to mitigate the issue of overfitting caused by the limited availability of sign language data for emergency medical applications,we introduce an enhanced short temporal module for data augmentation through additional subsequences.Experimental results on three publicly available sign language datasets demonstrate the efficacy of the proposed approach. 展开更多
关键词 sign language recognition slr visual feature inter learning emergency medicine visual feature extractor capture both local global information enhances perception capabilities emergency medical assistance sign language recognition
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部