期刊文献+
共找到235,825篇文章
< 1 2 250 >
每页显示 20 50 100
从ChatGPT到DeepSeek:生成式人工智能的法律风险与三维规制
1
作者 熊进光 张峥 《重庆大学学报(社会科学版)》 北大核心 2026年第1期253-268,共16页
从ChatGPT到Sora再到DeepSeek,生成式人工智能在不断发展与创新,其潜在法律风险也日益增加。通过分析生成式人工智能的“准备—运算—生成”三阶段运行机制可知,其在不同阶段涉及的核心技术不同,存在的法律风险也有所差异。具体而言,生... 从ChatGPT到Sora再到DeepSeek,生成式人工智能在不断发展与创新,其潜在法律风险也日益增加。通过分析生成式人工智能的“准备—运算—生成”三阶段运行机制可知,其在不同阶段涉及的核心技术不同,存在的法律风险也有所差异。具体而言,生成式人工智能准备阶段的核心是海量数据与机器学习,运算阶段主要涉及算法技术、人工标注与自主学习,生成阶段则依赖于数据解码与样本生成。相应的,其法律风险主要在于准备阶段的隐私权与个人信息保护,运算阶段的数据安全与算法偏见,生成阶段的版权归属、意识形态与社会秩序。然而,现有立法无法对生成式人工智能的法律地位、监管尺度、样本归属等核心内容提供精细指引。基于此,在比较分析美国、英国、欧盟等域外国家治理范式与治理经验的基础上,结合我国国情与实践现状,应立足于“民法保护—监管尺度—行业规范”三维路径,规制生成式人工智能法律风险,保障公民合法权益不受侵害。首先,在民法层面,明确弱生成式人工智能的法律客体地位及强生成式人工智能的拟制法律主体地位;通过落实私密信息需明确授权与数据加密技术强化个人信息保护;从生成样本的属性及权利归属出发完善知识产权认定标准。其次,在监管尺度层面,对算法等技术实施涵盖“准备—运算—生成”阶段的全过程监管;通过制定技术透明度标准、引入可解释性技术及建立“问责—反馈”保障制度提高算法等相关技术的透明度;构建“政府—社会—企业”联动的特色监管模式,政府为公民与企业提供政策支持、公民积极参与监管治理并将侵权信息反馈给政府与企业、企业以政府政策与公民需求为导向,助力社会发展。最后,在行业规范层面,从生成式人工智能三种侵权形态出发明确其侵权适用的归责原则;落实服务提供者与使用者的法律义务,前者应承担内容审查及安全保障等义务,后者应尽到合理使用与操作及信息反馈等义务;开放社会性咨询与反馈渠道,通过普及公民权利义务、规范公民的使用方法、加强企业与公民的联系等方式遏制侵权现象的发生,并提高侵权纠纷的解决效率。 展开更多
关键词 生成式人工智能 法律风险 三维规制 Chatgpt SORA DeepSeek
在线阅读 下载PDF
设施园艺辅助生产的知识增强大语言模型PengKGPT研究
2
作者 孙先鹏 项颖峰 +2 位作者 付颖 张晨阳 吴伟骏 《农业机械学报》 北大核心 2026年第3期270-283,共14页
中国设施园艺产业的高速发展,使得对智能知识服务需求激增。然而,当前碎片化、关联性低的设施园艺知识体系和低精度、低效率的知识服务手段在指导生产中存在较大的缺陷。此外,从业者对于问题的描述不够全面,进一步增加了设施园艺问题的... 中国设施园艺产业的高速发展,使得对智能知识服务需求激增。然而,当前碎片化、关联性低的设施园艺知识体系和低精度、低效率的知识服务手段在指导生产中存在较大的缺陷。此外,从业者对于问题的描述不够全面,进一步增加了设施园艺问题的解决难度。本文结合知识图谱(Knowledge graph,KG)和大语言模型(Large language model,LLM)的优势,提出了多源设施园艺知识增强的问答模型,用于分析解决设施园艺生产中的问题。首先,构建了一个包含60余种设施园艺常见种植品类,近150万字的设施园艺知识数据集,通过语义分割获得26349个文本块存储于向量数据库,并提取数据集中与生产技术相关的文本知识构建了KG。同时,提出了一个基于KG实体匹配的语义信息增强模型,挖掘了KG实体之间的潜在关联,通过实体匹配的方式,增强用户输入的语义信息。其次,本文设计了一种具有KG和向量数据库双重引导提示的检索增强生成方法,将KG和相关文本信息共同输入提示模板增强LLM的问题分析能力。此外,为了增强其在设施园艺领域的适应性,在相关问答语料上使用低阶适应(Low-rank adaptation,LoRA)微调了LLM。基于此,开发了一个多源知识增强的LLM(命名为PengKGPT),用于对设施园艺生产中的问题进行推理和响应。它使用与生产相关的自然文本描述作为输入,并将多源知识作为额外的语料库。最后,案例研究表明,PengKGPT的得分率和准确率分别达到91.2%和82.10%,较基座模型提高36.6个百分点和32.53个百分点,增强了LLM对垂直领域问题的分析能力;与ERNIE 4.0 Turbo和GPT-4o经典商业模型相比,得分率分别提高10.2、14个百分点,准确率分别提高10.04、12.69个百分点,说明PengKGPT在解决设施园艺生产中的问题方面表现出更高的专业性和可靠性。结果表明,该模型可为设施园艺生产提供辅助作用。 展开更多
关键词 设施园艺 大语言模型 知识图谱 异构网络 检索增强生成
在线阅读 下载PDF
附加GPT3模型约束的网络RTK模糊度快速固定方法
3
作者 束远明 魏振威 +2 位作者 方荣新 乔璐璐 丁咚 《导航定位学报》 北大核心 2026年第1期71-83,共13页
针对网络实时动态定位(RTK)基准站间模糊度难以快速准确固定,限制了其在形变监测中进一步应用的问题,提出一种附加全球气压温度三代(GPT3)模型约束的模糊度固定方法:利用GPT3模型提供的高精度对流层延迟信息约束参数估计过程,以提高基... 针对网络实时动态定位(RTK)基准站间模糊度难以快速准确固定,限制了其在形变监测中进一步应用的问题,提出一种附加全球气压温度三代(GPT3)模型约束的模糊度固定方法:利用GPT3模型提供的高精度对流层延迟信息约束参数估计过程,以提高基准站间模糊度固定的效率;然后利用自研的网络RTK服务端软件及中国香港连续运行参考站(CORS)数据评估所提模糊度固定方法及监测站定位性能。结果表明:所提方法能够有效提高对流层延迟与L1模糊度参数的估计精度与收敛效率,L1模糊度首次固定时间平均为2 min,固定率平均为88.4%,与传统方法相比可分别提升65.0%和7.6%;监测站定位精度随静态解算时长的增加而提高,15 min时定位精度达厘米级,且2 h时水平方向精度达毫米级,垂直方向精度优于3 cm,能够满足高精度的形变监测应用需求。 展开更多
关键词 网络实时动态定位(RTK) 模糊度固定 全球气压温度三代(gpt3)模型 对流层延迟 形变监测
在线阅读 下载PDF
深度学习在恶意软件检测中的应用:GPT-4、BERT与CNN-LSTM的集成框架
4
作者 钱丽萍 黄楠楠 +2 位作者 丛林 崔雨婷 陈艳鹏 《科学技术与工程》 北大核心 2026年第6期2502-2513,共12页
随着恶意软件的快速增长和复杂化,传统的恶意软件检测方法已难以满足当前的安全需求。提出了一种基于深度学习的集成框架,该框架结合了GPT-4、BERT和CNN-LSTM,以提高恶意软件检测的准确性和效率。首先,利用GPT-4生成解释性文本,为恶意... 随着恶意软件的快速增长和复杂化,传统的恶意软件检测方法已难以满足当前的安全需求。提出了一种基于深度学习的集成框架,该框架结合了GPT-4、BERT和CNN-LSTM,以提高恶意软件检测的准确性和效率。首先,利用GPT-4生成解释性文本,为恶意软件的API调用提供上下文信息,增强了模型对未知或变异恶意软件的识别能力。接着,通过BERT模型对这些解释性文本进行编码,提取深层次的语义特征。最后,采用CNN-LSTM网络作为下游分类器,以处理序列数据并捕捉时间依赖性。在mal-api-2019数据集上的测试显示,该方法实现了准确率97.53%,精确率96.80%,召回率97.50%,F_(1)分数97.15%的优异性能,显著优于现有最先进技术。为了验证模型的泛化能力,在VirusShare数据集上做了实验,结果也优于现有技术。本文方法通过创新的深度学习集成框架,有效地提高了恶意软件的检测率,为网络安全领域提供了一种高效的技术解决方案。 展开更多
关键词 恶意软件检测 动态分析 深度学习 gpt-4 CNN-LSTM分类器
在线阅读 下载PDF
大语言模型(GPT-4)简化肺癌影像学报告提高医患沟通效率的研究
5
作者 杨雄雯 黄建 《中国胸心血管外科临床杂志》 北大核心 2026年第2期231-240,共10页
目的探讨GPT-4简化肺癌影像学报告以提升患者理解与医患沟通效率的效果。方法收集2024年9—12月来自两家医院的362例非小细胞肺癌原始影像学报告(original radiology reports,ORRs),利用GPT-4生成解释性影像学报告(interpretive radiolo... 目的探讨GPT-4简化肺癌影像学报告以提升患者理解与医患沟通效率的效果。方法收集2024年9—12月来自两家医院的362例非小细胞肺癌原始影像学报告(original radiology reports,ORRs),利用GPT-4生成解释性影像学报告(interpretive radiology reports,IRRs),并比较ORRs与IRRs在专家一致性评分及志愿者阅读时间、理解评分和模拟医患沟通时间方面的差异。结果ORRs平均字数(459.83±55.76)字,IRRs为(625.42±41.59)字,两者长度差异有统计学意义(P<0.001);专家一致性评分在图像解读准确性、报告细节完整性、解释深度与洞察性以及实用性与可操作性等维度的差异均无统计学意义(P>0.05)。与阅读ORRs相比,志愿者(模拟患者)阅读IRRs速度更快[(346.88±29.15)s vs.(409.01±102.40)s],理解评分更高[(7.83±1.04)分vs.(5.53±0.94)分],医患沟通时间更短[(317.31±57.81)s vs.(714.20±56.67)s],差异均具有统计学意义(均P<0.001)。结论GPT-4生成的IRRs在保证医学专业意义准确性的同时,能够显著提升患者对肺癌影像学报告的理解水平,并缩短阅读和医患沟通时间,为优化影像学报告与提升医疗服务质量提供新思路。 展开更多
关键词 gpt-4 大语言模型 肺癌 影像学报告 医患沟通 患者教育 可读性 人工智能辅助诊断
原文传递
面向矿产资源评价预测的生成式先验转换模型(MineralGPT):以崤山熊耳山地区金多金属矿找矿靶区优选为例
6
作者 邓吉秋 郭志勇 +2 位作者 刘文毅 张超林 王琦琦 《地学前缘》 北大核心 2026年第4期327-339,共13页
矿产资源是经济社会发展的重要物质基础。开展矿产资源评价与预测,能为矿产资源的勘查、开发与保护提供科学依据。然而,基于传统人工分析的找矿方法存在主观性强、具有局限性且成本高等问题,而基于计算机的综合评价方法则常面临数据利... 矿产资源是经济社会发展的重要物质基础。开展矿产资源评价与预测,能为矿产资源的勘查、开发与保护提供科学依据。然而,基于传统人工分析的找矿方法存在主观性强、具有局限性且成本高等问题,而基于计算机的综合评价方法则常面临数据利用不充分、模型固定及文本资料利用率低等挑战。为此,本研究将专家知识与人工分析经验转化为先验规则,以文本分析为基础,引入自然语言处理方法并结合计算机技术,提出了一种新的矿产资源评价预测模型——生成式先验转换模型(MineralGPT)。该模型框架以先验知识的描述、存储、解析为核心驱动,支撑包括数据处理与分析、成矿信息提取与找矿预测、内容生成与优化在内的多类型算法任务。以崤山熊耳山地区金多金属矿找矿靶区优选为例,在MineralGPT框架下构建基于词项加权的矿集区找矿靶区优选模型。实验结果表明:在少量数据支持下,MineralGPT的预测结果几乎与专家评价一致。相较于ChatGPT等依赖庞大数据与算力的大型语言模型,MineralGPT具有低成本、受限少、可定制性高等优势。通过将先验知识进行规则化描述、存储与解析,MineralGPT不仅为矿产资源评价提供了新方法,亦为融合规则与学习的新一代人工智能技术发展提供了新思路。 展开更多
关键词 矿产资源评价预测 生成式先验转换模型 词项权重计算 词项关联分析 找矿靶区优选
在线阅读 下载PDF
NMT与LLM在钒钛科技翻译中的应用研究——以谷歌翻译和GPT为例
7
作者 张浩 《中国科技翻译》 2026年第1期27-30,39,共5页
本文选取钒钛科技文本为语料,选用神经网络机器翻译(NMT)与大语言模型(LLM)翻译为研究工具,采用谷歌翻译和GPT进行实验,旨在探究二者在钒钛科技翻译中的实践应用。研究发现,以LLM翻译为代表的GPT在专业术语翻译、语义准确性、句间逻辑... 本文选取钒钛科技文本为语料,选用神经网络机器翻译(NMT)与大语言模型(LLM)翻译为研究工具,采用谷歌翻译和GPT进行实验,旨在探究二者在钒钛科技翻译中的实践应用。研究发现,以LLM翻译为代表的GPT在专业术语翻译、语义准确性、句间逻辑性上优势显著,而以NMT为代表的谷歌翻译则在快速翻译场景中则更具优势。基于二者互补性,提出“领域适配+工具协同”的应用框架,为钒钛科技翻译的质量与效率提升提供实践路径。 展开更多
关键词 神经网络机器翻译 大语言模型翻译 钒钛科技翻译 谷歌翻译 gpt
原文传递
Underwater Image Enhancement Based on Depthwise Separable Convolution-Based Generative Adversarial Network
8
作者 ZENG Jun-yang SI Zhan-jun 《印刷与数字媒体技术研究》 北大核心 2026年第1期60-66,共7页
The existence of absorption and reflection of light underwater leads to problems such as color distortion and blue-green bias in underwater images.In this study,a depthwise separable convolution-based generative adver... The existence of absorption and reflection of light underwater leads to problems such as color distortion and blue-green bias in underwater images.In this study,a depthwise separable convolution-based generative adversarial network(GAN)algorithm was proposed.Taking GAN as the basic framework,it combined a depthwise separable convolution module,attention mechanism,and reconstructed convolution module to realize the enhancement of underwater degraded images.Multi-scale features were captured by the depthwise separable convolution module,and the attention mechanism was utilized to enhance attention to important features.The reconstructed convolution module further extracts and fuses local and global features.Experimental results showed that the algorithm performs well in improving the color bias and blurring of underwater images,with PSNR reaching 27.835,SSIM reaching 0.883,UIQM reaching 3.205,and UCIQE reaching 0.713.The enhanced image outperforms the comparison algorithm in both subjective and objective metrics. 展开更多
关键词 Underwater image enhancement Generating adversarial network Depthwise separable convolution
在线阅读 下载PDF
生成式人工智能用于医学知情同意中的伦理挑战及对策——以ChatGPT为例
9
作者 任永琪 李梦圆 +1 位作者 刘星 王晓敏 《中国医学伦理学》 北大核心 2026年第3期307-313,共7页
知情同意是医学实践的基本伦理准则,随着以ChatGPT为代表的生成式人工智能与医学的深度融合,其为传统知情同意带来革新式发展的同时,也引发了新的伦理挑战,ChatGPT具有改善知情同意内容可读性、提高知情同意内容的全面性和准确性,增强... 知情同意是医学实践的基本伦理准则,随着以ChatGPT为代表的生成式人工智能与医学的深度融合,其为传统知情同意带来革新式发展的同时,也引发了新的伦理挑战,ChatGPT具有改善知情同意内容可读性、提高知情同意内容的全面性和准确性,增强知情同意获取的便捷性等特点。而由于ChatGPT用于知情同意仍处于探索阶段,亟须前瞻性地对其伴生的信息安全、责任判定、透明度、公平性等伦理问题予以充分考量。对以ChatGPT为代表的生成式人工智能用于知情同意面临的挑战进行伦理分析,并提出坚持自由且充分的知情同意、强化知情同意中责任与义务平衡,构建透明且公正的监督机制等对策,旨在推动生成式人工智能在医学知情同意领域符合伦理规范、有序可控的发展。 展开更多
关键词 生成式人工智能 Chatgpt 知情同意 伦理挑战
暂未订购
探究基于Transformer架构的GPT的发展现状
10
作者 于丰泽 《消费电子》 2026年第1期11-13,共3页
随着自然语言处理(Natural Language Processing,NLP)技术的发展,生成式预训练Transformer(Generative Pre-trained Transformer,GPT)成为推动人工智能(Artificial Intelligence,AI)发展的关键。文章旨在系统分析GPT的发展过程。GPT的... 随着自然语言处理(Natural Language Processing,NLP)技术的发展,生成式预训练Transformer(Generative Pre-trained Transformer,GPT)成为推动人工智能(Artificial Intelligence,AI)发展的关键。文章旨在系统分析GPT的发展过程。GPT的算法核心基于Transformer架构,该架构采用分布式学习的多头注意力机制,利用残差连接归一化处理,有效提升模型表征能力。此外,Transformer技术在创作、医疗、教育、商业等多个领域显示出了重要的应用价值。然而,GPT仍存在幻觉问题、算力需求增加、隐私伦理等问题。未来,可以通过提高训练数据的质量、引入多维并行计算等措施进行改进。文章可以为GPT的进一步发展提供理论支撑。 展开更多
关键词 gpt 人工智能 模型
在线阅读 下载PDF
基于GPS观测值GPT3对流层延迟改正模型精度分析
11
作者 陈迅 《工程勘察》 2026年第4期99-104,共6页
考虑对流层延迟改正有益于提高定位精度,本文首先介绍GPT3模型的基本理论,以对应测站网上发布的天顶对流层延迟产品为参考真值,计算GPT3模型基于平面空间分辨率1°×1°和5°×5°两种格网数据文件的对流层延... 考虑对流层延迟改正有益于提高定位精度,本文首先介绍GPT3模型的基本理论,以对应测站网上发布的天顶对流层延迟产品为参考真值,计算GPT3模型基于平面空间分辨率1°×1°和5°×5°两种格网数据文件的对流层延迟改正的最小偏差、最大偏差、偏差和均方根误差,并分析不同纬度带计算结果的精度。基于全球均匀分布的36个高中低纬度带测站计算结果表明,在低纬度带GPT3模型基于平面空间分辨率1°×1°比5°×5°格网数据文件计算的对流层延迟改正精度高,而在中高纬度带两者计算结果精度接近,研究结果可为不同纬度带选择平面空间分辨率1°×1°和5°×5°两种格网数据文件提供参考。 展开更多
关键词 gpt3 对流层延迟改正 精度分析
原文传递
A Generative Steganography Based on Attraction-Matrix-Driven Gomoku Games
12
作者 Yi Cao Kuo Zhang +2 位作者 Chengsheng Yuan Linglong Zhu Wentao Ge 《Computers, Materials & Continua》 2026年第2期939-962,共24页
Generative steganography uses generative stego images to transmit secret message.It also effectively defends against statistical steganalysis.However,most existing methods focus primarily on matching the feature distr... Generative steganography uses generative stego images to transmit secret message.It also effectively defends against statistical steganalysis.However,most existing methods focus primarily on matching the feature distribution of training data,often neglecting the sequential continuity between moves in the game.This oversight can result in unnatural patterns that deviate from real user behavior,thereby reducing the security of the hidden communication.To address this issue,we design a Gomoku agent based on the AlphaZero algorithm.The model engages in self-play to generate a sequence of plausible moves.These moves formthe basis of the stego images.We then apply an attractionmatrix at each step.It guides themove selection so that themoves appearmore natural.Thismethod helps maintain logical flow between moves.It also extends the game length,which increases the embedding capacity.Next,we filter and prioritize the generated moves.The selected moves are embedded into a move pool.Secret message is mapped to thesemoves.It is then embedded step by step as the game progresses.The finalmove sequence constitutes a complete steganographic game record.The receiver can extract the secret message using this record and a predefined mapping rule.Experiments show that our method reaches a maximum embedding capacity of 223 bits per carrier.Detection accuracy is 0.500 under XuNet and 0.498 under YeNet.These results are equal to random guessing,showing strong imperceptibility.The proposed method demonstrates superior concealment,higher embedding capacity,and greater robustness against common image distortions and steganalysis attacks. 展开更多
关键词 generative steganography information hiding STEGANOGRAPHY steganalsis attraction matrix
在线阅读 下载PDF
A Survey of Generative Adversarial Networks for Medical Images
13
作者 Sameera V.Mohd Sagheer U.Nimitha +3 位作者 P.M.Ameer Muneer Parayangat MohamedAbbas Krishna Prakash Arunachalam 《Computer Modeling in Engineering & Sciences》 2026年第2期130-185,共56页
Over the years,Generative Adversarial Networks(GANs)have revolutionized the medical imaging industry for applications such as image synthesis,denoising,super resolution,data augmentation,and cross-modality translation... Over the years,Generative Adversarial Networks(GANs)have revolutionized the medical imaging industry for applications such as image synthesis,denoising,super resolution,data augmentation,and cross-modality translation.The objective of this review is to evaluate the advances,relevances,and limitations of GANs in medical imaging.An organised literature review was conducted following the guidelines of PRISMA(Preferred Reporting Items for Systematic Reviews and Meta-Analyses).The literature considered included peer-reviewed papers published between 2020 and 2025 across databases including PubMed,IEEE Xplore,and Scopus.The studies related to applications of GAN architectures in medical imaging with reported experimental outcomes and published in English in reputable journals and conferences were considered for the review.Thesis,white papers,communication letters,and non-English articles were not included for the same.CLAIM based quality assessment criteria were applied to the included studies to assess the quality.The study classifies diverse GAN architectures,summarizing their clinical applications,technical performances,and their implementation hardships.Key findings reveal the increasing applications of GANs for enhancing diagnostic accuracy,reducing data scarcity through synthetic data generation,and supporting modality translation.However,concerns such as limited generalizability,lack of clinical validation,and regulatory constraints persist.This review provides a comprehensive study of the prevailing scenario of GANs in medical imaging and highlights crucial research gaps and future directions.Though GANs hold transformative capability for medical imaging,their integration into clinical use demands further validation,interpretability,and regulatory alignment. 展开更多
关键词 generative adversarial networks medical images DENOISING SEGMENTATION TRANSLATION
在线阅读 下载PDF
Research and Practice of a New Training Model for Software Engineering Courses Based on Generative AI and OBE Concepts
14
作者 Shengshai Zhang Xiaodong Yu +1 位作者 Jianhui Jiang Lixiao Zhang 《计算机教育》 2026年第3期139-147,共9页
With the advent of the AI era,how can students effectively utilize generative AI large models to assist in course learning?At the same time,how can teachers utilize generative AI tools and the teaching concept of OBE ... With the advent of the AI era,how can students effectively utilize generative AI large models to assist in course learning?At the same time,how can teachers utilize generative AI tools and the teaching concept of OBE to stimulate students’innovative consciousness and teamwork ability,enabling students to identify some problems in a certain industry or field and creatively propose feasible solutions,and truly achieve the cultivation of new models in software engineering course teaching with the assistance of generative AI tools?This paper presents research and practice on a new model for cultivating software engineering courses that integrates generative AI and OBE,introduces the specific process of teaching reform and practice,and finally explains the achievements of teaching reform. 展开更多
关键词 generative AI OBE Software engineering Teaching reform
在线阅读 下载PDF
大语言模型能否胜任学校教学?——GPT-4对教师岗位技能的覆盖潜力与异质性特征分析
15
作者 王思宇 陈恺哲 +1 位作者 刘进 吕文晶 《远程教育杂志》 北大核心 2026年第1期31-41,50,共12页
大语言模型(LLMs)能否胜任学校教学,是推进教育智能化进程中亟须解决的现实问题。研究以大语言模型对教师岗位技能的覆盖潜力为切入点,从GPT-4参加全美各级各类学校测验表现,锁定其在学校教学领域能够胜任的知识技能,再将这些技能投射... 大语言模型(LLMs)能否胜任学校教学,是推进教育智能化进程中亟须解决的现实问题。研究以大语言模型对教师岗位技能的覆盖潜力为切入点,从GPT-4参加全美各级各类学校测验表现,锁定其在学校教学领域能够胜任的知识技能,再将这些技能投射到依托美国招聘大数据构建的全样本教师岗位技能词域中,来评估其教学能力潜力。研究发现,被定义为GPT-4优胜的技能,对教师岗位技能词域的总体覆盖率达到25.2%,且被覆盖技能集中呈现为可编码性较强的任务;反之,难以被GPT-4胜任的技能则表现出明显的弱可编码特征。进一步回归分析显示技能覆盖潜力的差异化分野:其一,在学科维度,STEM学科教师的岗位技能更易被GPT-4覆盖,但STEM与非STEM教师的技能覆盖率差距正在缩小;其二,在学段维度,学段越高,教师岗位技能越易被GPT-4覆盖,各学段的覆盖率由高到低依次为大学(含研究生)、高中、初中和小学、学前或幼儿;其三,在任务类型维度,广博通用型即对技能数量要求越多的岗位,越易被GPT-4覆盖,而越是精深专长型即对技能掌握程度要求越高的岗位越难被覆盖。综上,大语言模型对教师岗位技能的总体覆盖潜力揭示出以可编码性为动态界限的未来教育技能光谱,其在精深型任务与复杂育人实践上的能力盲区,明确了未来教师专业化发展进路,而大语言模型覆盖教育技能的时序特征,亦为重新审视及调整学校教育节律提供技术可能性。 展开更多
关键词 大语言模型 gpt-4 美国招聘大数据 技能覆盖 人机协同 智能教学 教师专业发展
在线阅读 下载PDF
面向科研管理的DB-GPT驱动语义查询与可视化系统设计与实现
16
作者 李论 姬鹏 +3 位作者 彭杰 陈丽桦 杨永蓉 张雨 《技术与市场》 2026年第3期57-63,共7页
省级科研管理部门在日常运行中积累了大量涉及项目、奖励、平台与人员的敏感数据,但传统数据查询方式效率低、交互性差且存在安全隐患。针对上述问题,提出并实现了一种面向科研管理的数据库生成式预训练变换器(DB-GPT)驱动语义查询与可... 省级科研管理部门在日常运行中积累了大量涉及项目、奖励、平台与人员的敏感数据,但传统数据查询方式效率低、交互性差且存在安全隐患。针对上述问题,提出并实现了一种面向科研管理的数据库生成式预训练变换器(DB-GPT)驱动语义查询与可视化系统。该系统融合基于角色的细粒度权限控制与结构化查询语言(SQL)二次校验机制,以确保数据访问安全与合规;引入数据洞察模块,将查询结果转化为结论性分析,实现从数据结果呈现到智能解读的跨越;并构建界面交互优化模块,简化操作流程,提升系统易用性。实践表明,该系统有效降低了科研管理人员的数据查询与分析门槛,提升了决策效率,为科研管理领域的智能化与安全化提供了可推广的技术方案。 展开更多
关键词 科研管理 语义查询 生成式预训练变换器(DB-gpt)
在线阅读 下载PDF
Electric-Field-Driven Generative Nanoimprinting for Tilted Metasurface Nanostructures
17
作者 Yu Fan Chunhui Wang +6 位作者 Hongmiao Tian Xiaoming Chen Ben QLi Zhaomin Wang Xiangming Li Xiaoliang Chen Jinyou Shao 《Nano-Micro Letters》 2026年第1期290-305,共16页
Tilted metasurface nanostructures,with excellent physical properties and enormous application potential,pose an urgent need for manufacturing methods.Here,electric-field-driven generative-nanoimprinting technique is p... Tilted metasurface nanostructures,with excellent physical properties and enormous application potential,pose an urgent need for manufacturing methods.Here,electric-field-driven generative-nanoimprinting technique is proposed.The electric field applied between the template and the substrate drives the contact,tilting,filling,and holding processes.By accurately controlling the introduced included angle between the flexible template and the substrate,tilted nanostructures with a controllable angle are imprinted onto the substrate,although they are vertical on the template.By flexibly adjusting the electric field intensity and the included angle,large-area uniform-tilted,gradient-tilted,and high-angle-tilted nanostructures are fabricated.In contrast to traditional replication,the morphology of the nanoimprinting structure is extended to customized control.This work provides a cost-effective,efficient,and versatile technology for the fabrication of various large-area tilted metasurface structures.As an illustration,a tilted nanograting with a high coupling efficiency is fabricated and integrated into augmented reality displays,demonstrating superior imaging quality. 展开更多
关键词 generative nanoimprinting Electric field assistance Tilted metasurface structures Large-area fabrication
在线阅读 下载PDF
A Super-Resolution Generative Adversarial Network for Remote Sensing Images Based on Improved Residual Module and Attention Mechanism
18
作者 Yifan Zhang Yong Gan +1 位作者 Mengke Tang Xinxin Gan 《Computers, Materials & Continua》 2026年第2期689-707,共19页
High-resolution remote sensing imagery is essential for critical applications such as precision agriculture,urban management planning,and military reconnaissance.Although significant progress has been made in singleim... High-resolution remote sensing imagery is essential for critical applications such as precision agriculture,urban management planning,and military reconnaissance.Although significant progress has been made in singleimage super-resolution(SISR)using generative adversarial networks(GANs),existing approaches still face challenges in recovering high-frequency details,effectively utilizing features,maintaining structural integrity,and ensuring training stability—particularly when dealing with the complex textures characteristic of remote sensing imagery.To address these limitations,this paper proposes the Improved ResidualModule and AttentionMechanism Network(IRMANet),a novel architecture specifically designed for remote sensing image reconstruction.IRMANet builds upon the Super-Resolution Generative Adversarial Network(SRGAN)framework and introduces several key innovations.First,the Enhanced Residual Unit(ERU)enhances feature reuse and stabilizes training through deep residual connections.Second,the Self-Attention Residual Block(SARB)incorporates a self-attentionmechanism into the Improved Residual Module(IRM)to effectivelymodel long-range dependencies and automatically emphasize salient features.Additionally,the IRM adopts amulti-scale feature fusion strategy to facilitate synergistic interactions between local detail and global semantic information.The effectiveness of each component is validated through ablation studies,while comprehensive comparative experiments on standard remote sensing datasets demonstrate that IRMANet significantly outperforms both the baseline and state-of-the-art methods in terms of perceptual quality and quantitative metrics.Specifically,compared to the baseline model,at a magnification factor of 2,IRMANet achieves an improvement of 0.24 dB in peak signal-to-noise ratio(PSNR)and 0.54 in structural similarity index(SSIM);at a magnification factor of 4,it achieves gains of 0.22 dB in PSNR and 0.51 in SSIM.These results confirm that the proposedmethod effectively enhances detail representation and structural reconstruction accuracy in complex remote sensing scenarios,offering robust technical support for high-precision detection and identification of both military and civilian aircraft. 展开更多
关键词 Remote sensing imagery generative adversarial networks SUPER-RESOLUTION enhanced residual unit selfattention mechanism
在线阅读 下载PDF
Conditional Generative Adversarial Network-Based Travel Route Recommendation
19
作者 Sunbin Shin Luong Vuong Nguyen +3 位作者 Grzegorz J.Nalepa Paulo Novais Xuan Hau Pham Jason J.Jung 《Computers, Materials & Continua》 2026年第1期1178-1217,共40页
Recommending personalized travel routes from sparse,implicit feedback poses a significant challenge,as conventional systems often struggle with information overload and fail to capture the complex,sequential nature of... Recommending personalized travel routes from sparse,implicit feedback poses a significant challenge,as conventional systems often struggle with information overload and fail to capture the complex,sequential nature of user preferences.To address this,we propose a Conditional Generative Adversarial Network(CGAN)that generates diverse and highly relevant itineraries.Our approach begins by constructing a conditional vector that encapsulates a user’s profile.This vector uniquely fuses embeddings from a Heterogeneous Information Network(HIN)to model complex user-place-route relationships,a Recurrent Neural Network(RNN)to capture sequential path dynamics,and Neural Collaborative Filtering(NCF)to incorporate collaborative signals from the wider user base.This comprehensive condition,further enhanced with features representing user interaction confidence and uncertainty,steers a CGAN stabilized by spectral normalization to generate high-fidelity latent route representations,effectively mitigating the data sparsity problem.Recommendations are then formulated using an Anchor-and-Expand algorithm,which selects relevant starting Points of Interest(POI)based on user history,then expands routes through latent similarity matching and geographic coherence optimization,culminating in Traveling Salesman Problem(TSP)-based route optimization for practical travel distances.Experiments on a real-world check-in dataset validate our model’s unique generative capability,achieving F1 scores ranging from 0.163 to 0.305,and near-zero pairs−F1 scores between 0.002 and 0.022.These results confirm the model’s success in generating novel travel routes by recommending new locations and sequences rather than replicating users’past itineraries.This work provides a robust solution for personalized travel planning,capable of generating novel and compelling routes for both new and existing users by learning from collective travel intelligence. 展开更多
关键词 Travel route recommendation conditional generative adversarial network heterogeneous information network anchor-and-expand algorithm
在线阅读 下载PDF
Multi-Constraint Generative Adversarial Network-Driven Optimization Method for Super-Resolution Reconstruction of Remote Sensing Images
20
作者 Binghong Zhang Jialing Zhou +3 位作者 Xinye Zhou Jia Zhao Jinchun Zhu Guangpeng Fan 《Computers, Materials & Continua》 2026年第1期779-796,共18页
Remote sensing image super-resolution technology is pivotal for enhancing image quality in critical applications including environmental monitoring,urban planning,and disaster assessment.However,traditional methods ex... Remote sensing image super-resolution technology is pivotal for enhancing image quality in critical applications including environmental monitoring,urban planning,and disaster assessment.However,traditional methods exhibit deficiencies in detail recovery and noise suppression,particularly when processing complex landscapes(e.g.,forests,farmlands),leading to artifacts and spectral distortions that limit practical utility.To address this,we propose an enhanced Super-Resolution Generative Adversarial Network(SRGAN)framework featuring three key innovations:(1)Replacement of L1/L2 loss with a robust Charbonnier loss to suppress noise while preserving edge details via adaptive gradient balancing;(2)A multi-loss joint optimization strategy dynamically weighting Charbonnier loss(β=0.5),Visual Geometry Group(VGG)perceptual loss(α=1),and adversarial loss(γ=0.1)to synergize pixel-level accuracy and perceptual quality;(3)A multi-scale residual network(MSRN)capturing cross-scale texture features(e.g.,forest canopies,mountain contours).Validated on Sentinel-2(10 m)and SPOT-6/7(2.5 m)datasets covering 904 km2 in Motuo County,Xizang,our method outperforms the SRGAN baseline(SR4RS)with Peak Signal-to-Noise Ratio(PSNR)gains of 0.29 dB and Structural Similarity Index(SSIM)improvements of 3.08%on forest imagery.Visual comparisons confirm enhanced texture continuity despite marginal Learned Perceptual Image Patch Similarity(LPIPS)increases.The method significantly improves noise robustness and edge retention in complex geomorphology,demonstrating 18%faster response in forest fire early warning and providing high-resolution support for agricultural/urban monitoring.Future work will integrate spectral constraints and lightweight architectures. 展开更多
关键词 Charbonnier loss function deep learning generative adversarial network perceptual loss remote sensing image super-resolution
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部