期刊文献+
共找到409篇文章
< 1 2 21 >
每页显示 20 50 100
Enhanced physician prompts in prenatal electronic medical records impact documentation on smoking cessation
1
作者 Lisa D. Levine Jitsen Chang +1 位作者 Irwin R. Merkatz Peter S. Bernstein 《Open Journal of Obstetrics and Gynecology》 2013年第10期717-721,共5页
Objective: Smoking cessation during pregnancy is a modifiable intervention that can improve maternal and neonatal outcomes. Encouraging smoking cessation is an assessed measure of the Meaningful Use incentives to ensu... Objective: Smoking cessation during pregnancy is a modifiable intervention that can improve maternal and neonatal outcomes. Encouraging smoking cessation is an assessed measure of the Meaningful Use incentives to ensure best practices with the increased use of the electronic medical record (EMR). Physician EMR prompts have been used shown to be successful with preventive care but there is a paucity of data evaluating prompts within obstetrics. The objective of this study is to determine the effectiveness of enhanced smoking cessation prompts in a prenatal EMR. Methods: A retrospective cohort study of an enhanced smoking cessation prompting system within our prenatal EMR was performed. Pregnant women who reported tobacco use at first prenatal visit were included. The number of times a smoking cessation method was offered and documented, the number of documented attempts at smoking cessation, and the final number of cigarettes smoked were compared pre and post the enhancement of the smoking cessation prompting system. Results: 95 patients were included (48 pre-enhancement;47 post-enhancement). Post-enhancement, the documentation of smoking cessation method offered increased (0 vs. 1, p = 0.03) and documentation of smoking cessation attempts increased (1 vs. 2, p = 0.006). There was no change in the final number of cigarettes smoked (p = 0.9). Conclusions: Enhanced prompting systems increase documentation related to smoking cessation with no change in number of cigarettes smoked. In the era of Meaningful Use guidelines which focus on documentation in the EMR, continued research must be done to assure that software enhancements and improved documentation truly result in improved patient care. 展开更多
关键词 PRENATAL EMR PHYSICIAN prompts SMOKING CESSATION
暂未订购
How different prompts affect GPT-5's Chinese-to-English translation performance of government work reports
2
作者 Jingjing Feng 《Advances in Humanities Research》 2026年第1期9-19,共11页
In recent years,the rapid advancements of Large Language Models(LLMs)such as ChatGPT and GPT-5 have ushered machine translation into a new era.This study examines the impact of different prompts-simple prompts,complex... In recent years,the rapid advancements of Large Language Models(LLMs)such as ChatGPT and GPT-5 have ushered machine translation into a new era.This study examines the impact of different prompts-simple prompts,complex prompts,and few-shot prompts-on GPT-5's translation performance for the 2024 Chinese Government Work Report,finding that while complex prompts yielded better results in automatic evaluation metrics,human assessment showed no substantial differences in translation quality between simple and complex prompts.The few-shot prompting approach displayed potential in adapting to the text style,but still faced common machine translation challenges,underscoring the importance of thoroughly analyzing text requirements and providing targeted prompt instructions when utilizing large language models for translation,as well as the need for future translators to master the characteristics of these models and develop the ability to identify and adjust translation issues,in order to enhance the practical effectiveness of machine translation. 展开更多
关键词 large language models few-shot prompting government text translation
在线阅读 下载PDF
A Chinese Abbreviation Prediction Framework Based on Chain-of-Thought Prompting and Semantic Preservation Dynamic Adjustment
3
作者 Jingru Lv Jianpeng Hu +1 位作者 Jin Zhao Yonghao Luo 《Computers, Materials & Continua》 2026年第4期1530-1547,共18页
Chinese abbreviations improve communicative efficiency by extracting key components from longer expressions.They are widely used in both daily communication and professional domains.However,existing abbreviation gener... Chinese abbreviations improve communicative efficiency by extracting key components from longer expressions.They are widely used in both daily communication and professional domains.However,existing abbreviation generation methods still face two major challenges.First,sequence-labeling-based approaches often neglect contextual meaning by making binary decisions at the character level,leading to abbreviations that fail to capture semantic completeness.Second,generation-basedmethods rely heavily on a single decoding process,which frequently produces correct abbreviations but ranks them lower due to inadequate semantic evaluation.To address these limitations,we propose a novel two-stage frameworkwithGeneration–Iterative Optimization forAbbreviation(GIOA).In the first stage,we design aChain-of-Thought prompting strategy and incorporate definitional and situational contexts to generate multiple abbreviation candidates.In the second stage,we introduce a Semantic Preservation Dynamic Adjustment mechanism that alternates between character-level importance estimation and semantic restoration to optimize candidate ranking.Experiments on two public benchmark datasets show that our method outperforms existing state-of-the-art approaches,achieving Hit@1 improvements of 15.15%and 13.01%,respectively,while maintaining consistent results in Hit@3. 展开更多
关键词 ABBREVIATION chain-of-thought prompting semantic preservation dynamic adjustment candidate ranking
在线阅读 下载PDF
Prompt Injection Attacks on Large Language Models:A Survey of Attack Methods,Root Causes,and Defense Strategies
4
作者 Tongcheng Geng Zhiyuan Xu +1 位作者 Yubin Qu W.Eric Wong 《Computers, Materials & Continua》 2026年第4期134-185,共52页
Large language models(LLMs)have revolutionized AI applications across diverse domains.However,their widespread deployment has introduced critical security vulnerabilities,particularly prompt injection attacks that man... Large language models(LLMs)have revolutionized AI applications across diverse domains.However,their widespread deployment has introduced critical security vulnerabilities,particularly prompt injection attacks that manipulate model behavior through malicious instructions.Following Kitchenham’s guidelines,this systematic review synthesizes 128 peer-reviewed studies from 2022 to 2025 to provide a unified understanding of this rapidly evolving threat landscape.Our findings reveal a swift progression from simple direct injections to sophisticated multimodal attacks,achieving over 90%success rates against unprotected systems.In response,defense mechanisms show varying effectiveness:input preprocessing achieves 60%–80%detection rates and advanced architectural defenses demonstrate up to 95%protection against known patterns,though significant gaps persist against novel attack vectors.We identified 37 distinct defense approaches across three categories,but standardized evaluation frameworks remain limited.Our analysis attributes these vulnerabilities to fundamental LLM architectural limitations,such as the inability to distinguish instructions from data and attention mechanism vulnerabilities.This highlights critical research directions such as formal verification methods,standardized evaluation protocols,and architectural innovations for inherently secure LLM designs. 展开更多
关键词 Prompt injection attacks large language models defense mechanisms security evaluation
在线阅读 下载PDF
Boosting AI Tutoring in Software Engineering with Knowledge Graph Guided Reasoning
5
作者 Quanshun Yang Xudong Lu +5 位作者 Xuran Tang Wei Guo Lizhen Cui Lanju Kong Lei Liu Peng Pan 《计算机教育》 2026年第3期167-175,共9页
Large language models(LLMs)show great potential in educational scenarios but face challenges like hallucination,knowledge gaps,and reasoning discontinuities.This study proposes a dynamic knowledge enhancement framewor... Large language models(LLMs)show great potential in educational scenarios but face challenges like hallucination,knowledge gaps,and reasoning discontinuities.This study proposes a dynamic knowledge enhancement framework.By integrating local knowledge graphs and stepwise prompting mechanisms,it improves LLMs’accuracy and interpretability in solving professional domain problems.The framework has two core modules:an LLM-driven knowledge graph construction system for incremental updates and a unified reasoning engine for generating enhanced prompts.Experiments on 680 educational questions show that the method boosts accuracy by 4.5%and 4.3%for multi-step reasoning and knowledge-dependent questions respectively,and increases reasoning step completeness from 68.2%to 83.7%.It also reduces hallucination problems.Key contributions include the followings:①validation of an effective framework synergizing knowledge graphs with retrieval mechanisms to enhance LLM reliability;②a stepwise prompting strategy enforcing explicit reasoning chain generation,addressing pedagogical requirements for process interpretability;③a lightweight deployment solution for educational systems such as adaptive learning platforms. 展开更多
关键词 Educational question answering Educational LLMs Knowledge graphs Stepwise prompting
在线阅读 下载PDF
The measurement of the energy correlations between two^(252)Cf prompt fission neutrons
6
作者 Huai-Yong Bai Hang Li +8 位作者 Hong-Jun Zhang Cheng-Guo Pang Ming Su Zhong-Hua Xiong Ji Wen Fan Gao Chen-Guang Li Xiao-Dong Wang Li-Sheng Yang 《Nuclear Science and Techniques》 2026年第4期202-215,共14页
The energy correlations of prompt fission neutrons have not yet been considered in the related coincidence and multiplication measurement techniques.To measure and verify the energy correlations,an experiment was perf... The energy correlations of prompt fission neutrons have not yet been considered in the related coincidence and multiplication measurement techniques.To measure and verify the energy correlations,an experiment was performed with a total measurement duration of approximately 1200 h.In the experiment,eight CLYC detectors and sixteen EJ309 liquid scintillation detectors were utilized,and the fission moment was tagged with the measured fissionγ-rays.The relative ratios of the energy spectra of the neutrons correlated with different energy neutrons to the^(252)Cf fission neutron energy spectra were obtained.The present results may be helpful for studying fission physics and nuclear technology applications. 展开更多
关键词 Energy correlations Prompt fission neutrons Energy spectrum Fissionγ-rays
在线阅读 下载PDF
LLM-Powered Multimodal Reasoning for Fake News Detection
7
作者 Md.Ahsan Habib Md.Anwar Hussen Wadud +1 位作者 M.F.Mridha Md.Jakir Hossen 《Computers, Materials & Continua》 2026年第4期1821-1864,共44页
The problem of fake news detection(FND)is becoming increasingly important in the field of natural language processing(NLP)because of the rapid dissemination of misleading information on the web.Large language models(L... The problem of fake news detection(FND)is becoming increasingly important in the field of natural language processing(NLP)because of the rapid dissemination of misleading information on the web.Large language models(LLMs)such as GPT-4.Zero excels in natural language understanding tasks but can still struggle to distinguish between fact and fiction,particularly when applied in the wild.However,a key challenge of existing FND methods is that they only consider unimodal data(e.g.,images),while more detailed multimodal data(e.g.,user behaviour,temporal dynamics)is neglected,and the latter is crucial for full-context understanding.To overcome these limitations,we introduce M3-FND(Multimodal Misinformation Mitigation for False News Detection),a novel methodological framework that integrates LLMs with multimodal data sources to perform context-aware veracity assessments.Our method proposes a hybrid system that combines image-text alignment,user credibility profiling,and temporal pattern recognition,which is also strengthened through a natural feedback loop that provides real-time feedback for correcting downstream errors.We use contextual reinforcement learning to schedule prompt updating and update the classifier threshold based on the latest multimodal input,which enables the model to better adapt to changing misinformation attack strategies.M3-FND is tested on three diverse datasets,FakeNewsNet,Twitter15,andWeibo,which contain both text and visual socialmedia content.Experiments showthatM3-FND significantly outperforms conventional and LLMbased baselines in terms of accuracy,F1-score,and AUC on all benchmarks.Our results indicate the importance of employing multimodal cues and adaptive learning for effective and timely detection of fake news. 展开更多
关键词 Fake news detection multimodal learning large language models prompt engineering instruction tuning reinforcement learning misinformation mitigation
在线阅读 下载PDF
CAPGen: An MLLM-Based Framework Integrated with Iterative Optimization Mechanism for Cultural Artifacts Poster Generation
8
作者 Qianqian Hu Chuhan Li +1 位作者 Mohan Zhang Fang Liu 《Computers, Materials & Continua》 2026年第1期494-510,共17页
Due to the digital transformation tendency among cultural institutions and the substantial influence of the social media platform,the demands of visual communication keep increasing for promoting traditional cultural ... Due to the digital transformation tendency among cultural institutions and the substantial influence of the social media platform,the demands of visual communication keep increasing for promoting traditional cultural artifacts online.As an effective medium,posters serve to attract public attention and facilitate broader engagement with cultural artifacts.However,existing poster generation methods mainly rely on fixed templates and manual design,which limits their scalability and adaptability to the diverse visual and semantic features of the artifacts.Therefore,we propose CAPGen,an automated aesthetic Cultural Artifacts Poster Generation framework built on a Multimodal Large Language Model(MLLM)with integrated iterative optimization.During our research,we collaborated with designers to define principles of graphic design for cultural artifact posters,to guide the MLLM in generating layout parameters.Later,we generated these parameters into posters.Finally,we refined the posters using an MLLM integrated with a multi-round iterative optimization mechanism.Qualitative results show that CAPGen consistently outperforms baseline methods in both visual quality and aesthetic performance.Furthermore,ablation studies indicate that the prompt,iterative optimization mechanism,and design principles significantly enhance the effectiveness of poster generation. 展开更多
关键词 Aesthetic poster generation prompt engineering multimodal large language models iterative optimization design principles
在线阅读 下载PDF
生成式AI驱动的人工智能导论教学改革与实践
9
作者 张晨 房美玲 《电脑知识与技术》 2026年第3期171-173,180,共4页
针对生成式人工智能滥用导致人工智能导论课程中学生作业雷同、思维惰化等问题,本研究秉持“堵不如疏”的理念,构建并实践了一套融合Prompt工程、同伴互评、反思日志及AI个性化命题的教学改革框架。通过教学实践验证,该框架有效提升了... 针对生成式人工智能滥用导致人工智能导论课程中学生作业雷同、思维惰化等问题,本研究秉持“堵不如疏”的理念,构建并实践了一套融合Prompt工程、同伴互评、反思日志及AI个性化命题的教学改革框架。通过教学实践验证,该框架有效提升了学生在问题建模、原创表达与AI合规使用方面的意识与能力。结果表明,引导学生规范、反思性地使用AI,能够将技术挑战转化为教学机遇,显著增强课程学习深度与成效,为相关课程改革提供了可行路径。 展开更多
关键词 生成式人工智能 人工智能导论 教学改革 Prompt工程 同伴互评 个性化教学
在线阅读 下载PDF
"Dragon man"prompts rethinking of Middle Pleistocene hominin systematics in Asia 被引量:3
10
作者 Christopher J.Bae Wu Liu +2 位作者 Xiujie Wu Yameng Zhang Xijun Ni 《The Innovation》 EI 2023年第6期25-26,共2页
Dear Editor,Chibanian(Middle Pleistocene)hominin fossils that could not be easily assigned to Homo erectus,H.neanderthalensis,or H.sapiens have traditionally been as-signed to an alinclusive group:"archaic H.sapi... Dear Editor,Chibanian(Middle Pleistocene)hominin fossils that could not be easily assigned to Homo erectus,H.neanderthalensis,or H.sapiens have traditionally been as-signed to an alinclusive group:"archaic H.sapiens."In an insightful observation of the Chibanian record almost four decades ago however,Tattersall railed against the use of the word"archaic"in this sense when referring to the human fossil record,as he justifiably noted that no other biological organism has the word"archaic"attached to it'For example,no one refers to an earlier version of Canis domesticus as"archaic"C.domesticus.The ancestor of the domestic dog is,and always has been,considered to be C.lupus.In Tattersall's opinion,it would seem that these"archaic H.sapiens"fossils should be assigned to one or more formal taxonomic names.As such,terms such as"archaic H.sapiens,""mid-Pleistocene Homo,"and"Middle Pleistocene Homo"have al-ways been considered to be wastebasket taxa that include way too much morphological variabilty for one proposed taxonomic group.Continuing to use wastebasket taxa only hinders any attempts to understand true phylogenetic and evolutionary relationships. 展开更多
关键词 PROMPT RECORD MIDDLE
原文传递
Learning to compose diversified prompts for image emotion classification 被引量:2
11
作者 Sinuo Deng Lifang Wu +4 位作者 Ge Shi Lehao Xing Meng Jian Ye Xiang Ruihai Dong 《Computational Visual Media》 CSCD 2024年第6期1169-1183,共15页
Image emotion classification(IEC)aims to extract the abstract emotions evoked in images.Recently,language-supervised methods such as con-trastive language-image pretraining(CLIP)have demonstrated superior performance ... Image emotion classification(IEC)aims to extract the abstract emotions evoked in images.Recently,language-supervised methods such as con-trastive language-image pretraining(CLIP)have demonstrated superior performance in image under-standing.However,the underexplored task of IEC presents three major challenges:a tremendous training objective gap between pretraining and IEC,shared suboptimal prompts,and invariant prompts for all instances.In this study,we propose a general framework that effectively exploits the language-supervised CLIP method for the IEC task.First,a prompt-tuning method that mimics the pretraining objective of CLIP is introduced,to exploit the rich image and text semantics associated with CLIP.Subsequently,instance-specific prompts are automatically composed,conditioning them on the categories and image content of instances,diversifying the prompts,and thus avoiding suboptimal problems.Evaluations on six widely used affective datasets show that the proposed method significantly outperforms state-of-the-art methods(up to 9.29%accuracy gain on the EmotionROI dataset)on IEC tasks with only a few trained parameters.The code is publicly available at https://github.com/dsn0w/PT-DPC/for research purposes. 展开更多
关键词 image emotion analysis multimodal learning pretraining model prompt tuning
原文传递
Uncovering the influence of ChatGPT's prompts on traffic safety information using text mining approach
12
作者 Boniphace Kutela Kelvin J.Msechu +2 位作者 Norris Novat Emmanuel Kidando Angela E.Kitali 《Data Science and Informetrics》 2023年第4期1-21,共21页
ChatGPT has emerged as a promising advanced large language model that needs prompt to gain information.However,designing a good prompt is not an easy task for many end-users.Therefore,this study intends to determine t... ChatGPT has emerged as a promising advanced large language model that needs prompt to gain information.However,designing a good prompt is not an easy task for many end-users.Therefore,this study intends to determine the amount of information gained because of varied amounts of information in the prompt.This study used two types of prompts,initial and improved,to query the introduction sections of 327 highly cited articles on traffic safety.The queried introduction sections were then matched with the corresponding human-written introduction sections from the same articles.Similarity tests and text network analysis were used to understand the level of similarities and the content of ChatGPT-generated and human-written introductions.The findings indicate the improved prompts,which have the addition of generic persona and information about the citations and references,changed the ChatGPT's output insignificantly.While the perfect similar contents are supposed to have a 1.0 similarity score,the initial and improved prompt's introduction materials have average similarity scores of 0.5387 and 0.5567,respectively.Further,the content analysis revealed that themes such as statistics,trends,safety measures,and safety technologies are more likely to have high similarity scores,irrespective of the amount of information provided in the prompt.On the other hand,themes such as human behavior,policy and regulations,public perception,and emerging technologies require a detailed level of information in their prompt to produce materials that are close to human-written materials.The prompt engineers can use the findings to evaluate their outputs and improve their prompting skills. 展开更多
关键词 ChatGPT Artificial intelligence PROMPT Traffic safety Text mining
原文传递
AIGC动画创作中结构化Prompt工程与人工创意主导的协同机制研究
13
作者 林惠清 欧振武 《产业创新研究》 2025年第22期52-54,共3页
本文重在探索动画创作中人工创意与人工智能生成(AI-Generated Content,AIGC)技术的协同机制。实践表明,AIGC在文本创意阶段发挥着参照系与迭代加速器的功能,即通过Prompt生成剧本初稿并提供多维度评估,辅助创作者识别角色塑造薄弱、文... 本文重在探索动画创作中人工创意与人工智能生成(AI-Generated Content,AIGC)技术的协同机制。实践表明,AIGC在文本创意阶段发挥着参照系与迭代加速器的功能,即通过Prompt生成剧本初稿并提供多维度评估,辅助创作者识别角色塑造薄弱、文化表达浅层化等关键问题;而人工创意则主导文化内涵深度挖掘、情感共鸣构建与独特风格重塑,通过实地研学体验注入AI不可替代的人文视角。在动画生成层面,提出结构化Prompt工程框架:人工通过模块化设计,构建初始指令,以细节融合Prompt技术,突破风格同质化;同时运用“关键帧人工精控+AI插帧补间”策略,使初级创作者聚焦核心创意。最终确立“人类构想驱动技术实现”原则,即AIGC作为创意增强体,其价值实现依赖于人工构建的审美判断体系、原创保障机制及动态调试能力,二者形成深度耦合的创作共同体。 展开更多
关键词 人工创意主导 AIGC协同 Prompt工程
在线阅读 下载PDF
基于大语言模型的矿山事故知识图谱构建 被引量:6
14
作者 张朋杨 生龙 +2 位作者 王巍 魏忠诚 赵继军 《工矿自动化》 北大核心 2025年第2期76-83,105,共9页
现有矿山领域知识图谱构建方法在预训练阶段需要大量人工标注的高质量监督数据,人力成本高且效率低。大语言模型(LLM)可在少量人工标注的高质量数据下显著提高信息抽取的质量且效率较高,然而LLM结合Prompt的方法会产生灾难性遗忘问题。... 现有矿山领域知识图谱构建方法在预训练阶段需要大量人工标注的高质量监督数据,人力成本高且效率低。大语言模型(LLM)可在少量人工标注的高质量数据下显著提高信息抽取的质量且效率较高,然而LLM结合Prompt的方法会产生灾难性遗忘问题。针对上述问题,将图结构信息嵌入到Prompt模板中,提出了图结构Prompt,通过在LLM上嵌入图结构Prompt,实现基于LLM的矿山事故知识图谱高质量构建。首先,收集煤矿安全生产网公开的矿山事故报告并进行格式修正、冗余信息剔除等预处理。其次,利用LLM挖掘矿山事故报告文本中蕴含的知识,对矿山事故报告文本中的实体及实体间关系进行K−means聚类,完成矿山事故本体构建。然后,依据构建的本体进行少量数据标注,标注数据用于LLM的学习与微调。最后,采用嵌入图结构Prompt的LLM进行信息抽取,实例化实体关系三元组,从而构建矿山事故知识图谱。实验结果表明:在实体抽取和关系抽取任务中,LLM的表现优于通用信息抽取(UIE)模型,且嵌入图结构Prompt的LLM在精确率、召回率、F1值方面均高于未嵌入图结构Prompt的LLM。 展开更多
关键词 矿山事故 知识图谱 大语言模型 图结构Prompt 本体构建 信息抽取
在线阅读 下载PDF
从指令到结果:与DeepSeek高效互动
15
作者 付跃安 《师道(人文)》 2025年第9期6-7,共2页
作为国内大模型的典型代表,Deep Seek的有效应用离不开使用者对AI互动技巧的掌握,本文以Deep Seek(R1)为例,总结作者在使用Deep Seek中积累的经验,供广大读者参考。一、高效提问技巧1.构造高质量提示语对大模型的提问只有具体、清晰,大... 作为国内大模型的典型代表,Deep Seek的有效应用离不开使用者对AI互动技巧的掌握,本文以Deep Seek(R1)为例,总结作者在使用Deep Seek中积累的经验,供广大读者参考。一、高效提问技巧1.构造高质量提示语对大模型的提问只有具体、清晰,大模型才能给出满意的答复。提示语构造已经形成专门的领域——提示工程,并发展出多种提示构造方式,如COSTAR框架(情境、输出格式、要求和约束、任务示例、补充信息、限制条件)、PROMPT框架(角色、切中要点、输出目标、使命、具体要求、语气/目标对象)、CLEAR模型(简洁、逻辑、明确、适应、反思)等。 展开更多
关键词 DeepSeek 结果 指令 COSTAR框架 PROMPT框架 高效互动 提示工程
在线阅读 下载PDF
融合BERTopic和Prompt的学者研究兴趣生成模型——以计算机科学领域为例 被引量:5
16
作者 李豪 张柏苑 +3 位作者 邵蝶语 杨婧 杨波 石燕青 《情报科学》 北大核心 2025年第1期127-136,160,共11页
【目的/意义】学者研究兴趣是学者画像的关键特征,本研究通过识别学者研究兴趣的变化过程,能够帮助补齐学术履历,对构建完整的学者画像以及面向前沿需求的精准人才发现具有重要意义。【方法/过程】构建计算机科学领域论文文本语料库,训... 【目的/意义】学者研究兴趣是学者画像的关键特征,本研究通过识别学者研究兴趣的变化过程,能够帮助补齐学术履历,对构建完整的学者画像以及面向前沿需求的精准人才发现具有重要意义。【方法/过程】构建计算机科学领域论文文本语料库,训练BERTopic主题模型,进行领域研究主题挖掘和学者研究兴趣特征识别。创建Prompt,利用LLM进行主题词提取,结合主题模型分析结果,进行学者研究兴趣描述。【结果/结论】对于学者研究兴趣描述任务,相较基准模型,融合模型的ROUGE得分平均相对提升8.2%,BERTScore得分相对提升4.5%。通过层次分析法发现,BERTopic与LLM融合模型的学者研究兴趣识别效果优于其他评测模型,模型人工评测满意度达到81.4%。【创新/局限】所构建模型能够更好地识别学者研究主题,生成的学者研究兴趣描述文本质量较高。使用的语料库内中文语料占比较大,模型对外文成果的识别能力欠佳。 展开更多
关键词 研究主题挖掘 研究兴趣描述 BERTopic PROMPT LLM
原文传递
Empowering International Chinese Language Teaching with Artificial Intelligence
17
作者 John Yu 《国际中文教育(中英文)》 2025年第2期118-139,共22页
Artificial intelligence(AI)is advancing swiftly and integrating into various societal domains,including international Chinese language teaching.While AI provides diverse advantages,it also presents inherent risks,akin... Artificial intelligence(AI)is advancing swiftly and integrating into various societal domains,including international Chinese language teaching.While AI provides diverse advantages,it also presents inherent risks,akin to a“double-edged sword”.This paper delves into the challenges and opportunities associated with AI and suggests a strategy to transform AI from a potential adversary to an ally:not avoidance,but mastery.Mastery entails crafting targeted prompts suitable for distinct contexts to attain desired AI-driven outcomes.Ultimately,by presenting case studies across various proficiency levels in Chinese language instruction that utilize AI tools,this paper aims to stimulate constructive dialogue within the academic community of Chinese language teaching. 展开更多
关键词 artificial intelligence Chinese language teaching prompts
在线阅读 下载PDF
基于中国生肖文化基因的IP形象智能生成设计方法研究 被引量:5
18
作者 林茂丛 米高峰 《包装工程》 北大核心 2025年第2期238-250,共13页
目的 为实现中国生肖文化遗产的数字化保护与可持续设计创新,提出基于文化基因分析,以Prompt权重计算调控IP形象呈现的智能生成设计方法。方法 结合深度学习技术与文化基因理论,以层次分析法计算生肖IP形象智能生成设计的Prompt权重,并... 目的 为实现中国生肖文化遗产的数字化保护与可持续设计创新,提出基于文化基因分析,以Prompt权重计算调控IP形象呈现的智能生成设计方法。方法 结合深度学习技术与文化基因理论,以层次分析法计算生肖IP形象智能生成设计的Prompt权重,并根据优先级融入Midjourney图像生成过程,通过分组实验进行模糊综合评价检验效果。结果 该方法在智能生成设计中高效、有导向性地调节了生肖IP形象的视觉表征,使其符合文化内涵并具备系列感。结论 在使用智能生成设计工具时,应强调人机协同与专业把控。基于对生肖文化中“主体性”“间体性”与“时代性”基因的分析,创作者能够更精准地对Prompt排序及表述进行优化,以调控生肖IP形象智能生成设计结果,在新时代助力珍贵民俗文化的活态传承、永续发展。 展开更多
关键词 生肖文化基因 IP形象 智能生成设计 Prompt权重计算 层次分析法(AHP)
在线阅读 下载PDF
基于多提示学习的方面类别情感分析方法
19
作者 刘锦行 李琳 +1 位作者 吴任伟 刘佳 《计算机科学与探索》 北大核心 2025年第5期1334-1341,共8页
基于方面类别的情感分析(ACSA)旨在辨别评论文本中的方面类别,并同时预测它们的情感极性,是情感分析领域重要的细粒度子任务。近年来,基于预训练语言模型的微调(Fine-tuning)方法已经为方面类别情感分析提供了有效的解决思路。然而,由... 基于方面类别的情感分析(ACSA)旨在辨别评论文本中的方面类别,并同时预测它们的情感极性,是情感分析领域重要的细粒度子任务。近年来,基于预训练语言模型的微调(Fine-tuning)方法已经为方面类别情感分析提供了有效的解决思路。然而,由于预训练任务和下游情感分类任务目标不一致,影响了情感分析质量提升的空间。目前基于提示模板的提示学习(Prompt learning)能够对其进行相应缓解,但人工设计单一的Prompt文本为ACSA任务提供的上下文有限,缺少丰富性。针对此问题,提出了一种基于提示学习的方面类别情感分析方法(MultiPrompt_ACSA)。在提示学习的基础上进行了提示模板工程和答案工程的多样化设计,结合ACSA的研究特点,提出了适配方面类别情感分析的提示学习方法。引入自回归预训练语言模型进行训练。基于Prompt的多样化设计集成多个不同提示模板下的情感分类结果。与其他模型(非预训练、预训练和提示学习三个类别)在SemEval 2015和SemEval 2016数据集上的结果相比,提出的方法在F1指标上有良好的效果提升。 展开更多
关键词 方面类别情感分析 提示学习 Prompt多样化设计
在线阅读 下载PDF
基于Prompt打分的实体链接方法
20
作者 郭俊辰 马御棠 +2 位作者 相艳 赵学东 郭军军 《计算机工程》 北大核心 2025年第3期334-341,共8页
实体链接旨在将自然语言文本中的提及链接到知识库中相应的目标实体,主要面临提及和候选实体的表征能力有限,导致候选实体精确排序困难的问题,而现有的知识库扩展和图嵌入等提高表征能力的方法依赖外部数据或知识,限制了其应用。提出一... 实体链接旨在将自然语言文本中的提及链接到知识库中相应的目标实体,主要面临提及和候选实体的表征能力有限,导致候选实体精确排序困难的问题,而现有的知识库扩展和图嵌入等提高表征能力的方法依赖外部数据或知识,限制了其应用。提出一种实体链接中提及和候选实体精确排序的方法,通过结合提及上下文构建prompt问句,将提及和候选实体相似度计算转化为基于prompt问句的打分模式。通过预训练模型微调打分器,得到提及和候选实体相似度的打分,并综合候选实体发现阶段的得分,以筛选出更准确的目标实体。这一过程无需额外的知识,能够融合上下文信息,从而更准确地衡量提及和实体之间的相似度。在两个公共数据集上将该模型与基线模型进行实验比较,结果表明,相比次优模型,该模型Acc@1值分别提升了0.88和0.41百分点。 展开更多
关键词 实体链接 prompt问句 预训练模型 实体消歧 精确排序
在线阅读 下载PDF
上一页 1 2 21 下一页 到第
使用帮助 返回顶部