期刊文献+
共找到430篇文章
< 1 2 22 >
每页显示 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
Multiple PointMedSAM Prompting for Enhanced Medical Image Segmentation
7
作者 Wasfieh Nazzal Ezequiel López-Rubio +1 位作者 Miguel A.Molina-Cabello Karl Thurnhofer-Hemsi 《Computers, Materials & Continua》 2026年第5期2100-2115,共16页
Automatic and accurate medical image segmentation remains a fundamental task in computer-aided diagnosis and treatment planning.Recent advances in foundation models,such as the medical-focused Segment AnythingModel(Me... Automatic and accurate medical image segmentation remains a fundamental task in computer-aided diagnosis and treatment planning.Recent advances in foundation models,such as the medical-focused Segment AnythingModel(MedSAM),have demonstrated strong performance but face challenges inmanymedical applications due to anatomical complexity and a limited domain-specific prompt.Thiswork introduces amethodology that enhances segmentation robustness and precision by automatically generating multiple informative point prompts,rather than relying on single inputs.The proposed approach randomly samples sets of spatially distributed point prompts based on image features,enabling MedSAM to better capture fine-grained anatomical structures and boundaries.During inference,probability maps are aggregated to reduce local misclassifications without additional model training.Extensive experiments on various computed tomography(CT)and magnetic resonance imaging(MRI)datasets demonstrate improvements in Dice Similarity Coefficient(DSC)and Normalized Surface Dice(NSD)metrics compared to baseline SAM and Scribble Prompt models.A semi-automatic point sampling version based on the ground truth segmentations yielded enhanced results,achieving up to 92.1%DSC and 86.6%NSD,with significant gains in delineating complex organs such as the pancreas,colon,kidney,and brain tumours.The main novelty of our method consists of effectively combining the results of multiple point prompts into the medical segmentation pipeline so that single-point prompt methods are outperformed.Overall,the proposed model offers a straightforward yet effective approach to improve medical image segmentation performance while maintaining computational efficiency. 展开更多
关键词 Medical image segmentation deep learning test-time augmentation point prompt
在线阅读 下载PDF
PROMPTx-PE:Adaptive Optimization of Prompt Engineering Strategies for Accuracy and Robustness in Large Language Models
8
作者 Talha Farooq Khan Fahad Ali +2 位作者 Majid Hussain Lal Khan Hsien-Tsung Chang 《Computers, Materials & Continua》 2026年第5期685-715,共31页
The outstanding growth in the applications of large language models(LLMs)demonstrates the significance of adaptive and efficient prompt engineering tactics.The existing methods may not be variable,vigorous and streaml... The outstanding growth in the applications of large language models(LLMs)demonstrates the significance of adaptive and efficient prompt engineering tactics.The existing methods may not be variable,vigorous and streamlined in different domains.The offered study introduces an immediate optimization outline,named PROMPTx-PE,that is going to yield a greater level of precision and strength when it comes to the assignments that are premised on LLM.The proposed systemfeatures a timely selection schemewhich is informed by reinforcement learning,a contextual layer and a dynamic weighting module which is regulated by Lyapunov-based stability guidelines.The PROMPTx-PE dynamically varies the exploration and exploitation of the prompt space,depending on real-time feedback and multi-objective reward development.Extensive testing on both benchmark(GLUE,SuperGLUE)and domain-specific data(Healthcare-QA and Industrial-NER)demonstrates a large best performance to be 89.4%and a strong robustness disconnect with under 3%computation expense.The results confirm the effectiveness,consistency,and scalability of PROMPTx-PE as a platform of adaptive prompt engineering based on recent uses of LLMs. 展开更多
关键词 Prompt engineering large language models adaptive optimization ROBUSTNESS multi-objective optimization reinforcement learning natural language processing
在线阅读 下载PDF
LLM-Powered Multimodal Reasoning for Fake News Detection
9
作者 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
Counterfactual-Guided Implicit Correspondence Prompting for Visible-Infrared Person Re-Identification
10
作者 Zhaohui Li Jing Li +1 位作者 Qiangchang Wang Yilong Yin 《IEEE/CAA Journal of Automatica Sinica》 2026年第2期477-479,共3页
Dear Editor,This letter introduces the counterfactual-guided implicit correspondence prompting(CICP)framework,designed for visible-infrared person re-identification(VI-ReID)within Industry 5.0 intelligent control syst... Dear Editor,This letter introduces the counterfactual-guided implicit correspondence prompting(CICP)framework,designed for visible-infrared person re-identification(VI-ReID)within Industry 5.0 intelligent control systems.CICP advances recognition accuracy in complex industrial environments through its innovative approach to handling modality-specific features and their implicit relationships. 展开更多
关键词 counterfactual guided visible infrared person re identification intelligent control systemscicp Industry implicit correspondence prompting intelligent control systems
在线阅读 下载PDF
基于Prompt工程的程序设计教学模式重构与实践
11
作者 王学成 《电脑知识与技术》 2026年第5期174-177,共4页
为应对高校程序设计教学中普遍存在的学习动机不足、代码编写与调试困难等挑战,本研究提出并实践了一种基于Prompt工程的新型教学模式P-CDIO。该模式的核心思想在于将传统的程序设计任务转化为结构化的Prompt模板设计任务,从而降低初学... 为应对高校程序设计教学中普遍存在的学习动机不足、代码编写与调试困难等挑战,本研究提出并实践了一种基于Prompt工程的新型教学模式P-CDIO。该模式的核心思想在于将传统的程序设计任务转化为结构化的Prompt模板设计任务,从而降低初学者的认知负荷与语法障碍。文章剖析了Prompt工程的关键技术特征,进而构建了一套覆盖概念学习、实例生成、代码调试到项目开发的Prompt模板库。此方法旨在将学习重心从“记忆语法”转向“描述逻辑”与“AI协作”,有效化解了学生在程序编写与调试中的核心障碍。本研究为AI时代背景下的程序设计课程改革提供了一条创新、可行的实践路径。 展开更多
关键词 程序设计 教学模式 Prompt工程 AI辅助编程 大语言模型 编程技术 CDIO
在线阅读 下载PDF
CAPGen: An MLLM-Based Framework Integrated with Iterative Optimization Mechanism for Cultural Artifacts Poster Generation
12
作者 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
Addressing Prompt Injection in Large Language Models via In-Context Learning
13
作者 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
生成式人工智能Prompt越狱技术攻防研究
14
作者 吴铭宇 杨程引 袁悦韬 《广播电视网络》 2026年第3期48-51,共4页
随着生成式人工智能的多领域普及,其安全治理问题备受关注。Prompt越狱技术通过构造特殊提示绕过模型安全限制,已呈现多样化、系统化发展态势。本文系统梳理了主流Prompt越狱方式,并剖析了相关典型框架的运行机理。通过构建攻防实验平台... 随着生成式人工智能的多领域普及,其安全治理问题备受关注。Prompt越狱技术通过构造特殊提示绕过模型安全限制,已呈现多样化、系统化发展态势。本文系统梳理了主流Prompt越狱方式,并剖析了相关典型框架的运行机理。通过构建攻防实验平台,从成功率、语境干扰度、防御效果3个方面对开源模型进行评估,发现部分模型在应对结构化、多轮化越狱时存在显著漏洞。据此,本文提出了涵盖上下文一致性检测、对抗训练常态化、Prompt输入结构化审查等多层级防御方案,并结合监管制度给出了优化建议,以期为人工智能内容安全治理提供有效参考。 展开更多
关键词 生成式人工智能 Prompt越狱 安全风险 防御策略 监管机制
在线阅读 下载PDF
生成式AI驱动的人工智能导论教学改革与实践
15
作者 张晨 房美玲 《电脑知识与技术》 2026年第3期171-173,180,共4页
针对生成式人工智能滥用导致人工智能导论课程中学生作业雷同、思维惰化等问题,本研究秉持“堵不如疏”的理念,构建并实践了一套融合Prompt工程、同伴互评、反思日志及AI个性化命题的教学改革框架。通过教学实践验证,该框架有效提升了... 针对生成式人工智能滥用导致人工智能导论课程中学生作业雷同、思维惰化等问题,本研究秉持“堵不如疏”的理念,构建并实践了一套融合Prompt工程、同伴互评、反思日志及AI个性化命题的教学改革框架。通过教学实践验证,该框架有效提升了学生在问题建模、原创表达与AI合规使用方面的意识与能力。结果表明,引导学生规范、反思性地使用AI,能够将技术挑战转化为教学机遇,显著增强课程学习深度与成效,为相关课程改革提供了可行路径。 展开更多
关键词 生成式人工智能 人工智能导论 教学改革 Prompt工程 同伴互评 个性化教学
在线阅读 下载PDF
Evaluating Large Language Model Adherence to Targeted Fifth‐Grade Readability Standards in Patient Educationon Chronic Conditions
16
作者 Faheed Shafau Chase Wahl +1 位作者 Marcus Kado Garrett Miedema 《Chronic Diseases and Translational Medicine》 2026年第1期73-74,共2页
To the Editor,Artificial intelligence(AI)usage has been increasing.Many fields have implemented the use of AI and Large LanguageModels(LLMs),especially in medicine.Furthermore,manypatients have increasingly been using... To the Editor,Artificial intelligence(AI)usage has been increasing.Many fields have implemented the use of AI and Large LanguageModels(LLMs),especially in medicine.Furthermore,manypatients have increasingly been using AI;often,they will prompt AI with questions before even stepping into a physi-cian's office.The question lies in whether the information produced by AI is reliable and if this information is concise and easy to read across all patient populations. 展开更多
关键词 large languagemodels llms especially fifth grade readability standards artificial intelligence large language models patient education chronic conditions prompt ai READABILITY
原文传递
"Dragon man"prompts rethinking of Middle Pleistocene hominin systematics in Asia 被引量:3
17
作者 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
18
作者 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
19
作者 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工程与人工创意主导的协同机制研究
20
作者 林惠清 欧振武 《产业创新研究》 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
上一页 1 2 22 下一页 到第
使用帮助 返回顶部