期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
未知辐射源识别技术研究进展
1
作者 张本辉 刘松涛 《中国电子科学研究院学报》 北大核心 2023年第9期864-872,共9页
随着各种新型辐射源的出现或战时预留模式的采用,实际战场电磁环境日益复杂,大概率会出现未知辐射源,传统辐射源识别方法的准确率必将受到较大影响。文中首先分析了未知辐射源对识别精度影响的机理;然后,重点从领域自适应和开集学习两... 随着各种新型辐射源的出现或战时预留模式的采用,实际战场电磁环境日益复杂,大概率会出现未知辐射源,传统辐射源识别方法的准确率必将受到较大影响。文中首先分析了未知辐射源对识别精度影响的机理;然后,重点从领域自适应和开集学习两个方面综述了未知辐射源识别方法;最后,对未知辐射源识别的发展方向提出几点思考。 展开更多
关键词 未知辐射源 领域自适应 开集学习 研究进展
下载PDF
Ask Me Any Type:Type Inference Plugin for Partial Code on the Web and in the Integrated Development Environment
2
作者 CHENG Yu HUANG Guanming +3 位作者 WU Yishun ZHAO Zijie HE Zhenhao LU Jiaxing 《Wuhan University Journal of Natural Sciences》 CAS 2024年第4期349-356,共8页
Inferring the fully qualified names(FQNs)of undeclared receiving objects and non-fully-qualified type names(non-FQNs)in partial code is critical for effectively searching,understanding,and reusing partial code.Existin... Inferring the fully qualified names(FQNs)of undeclared receiving objects and non-fully-qualified type names(non-FQNs)in partial code is critical for effectively searching,understanding,and reusing partial code.Existing type inference tools,such as COSTER and SNR,rely on a symbolic knowledge base and adopt a dictionary-lookup strategy to map simple names of undeclared receiving objects and non-FQNs to FQNs.However,building a symbolic knowledge base requires parsing compilable code files,which limits the collection of APIs and code contexts,resulting in out-of-vocabulary(OOV)failures.To overcome the limitations of a symbolic knowledge base for FQN inference,we implemented Ask Me Any Type(AMAT),a type of inference plugin embedded in web browsers and integrated development environment(IDE).Unlike the dictionary-lookup strategy,AMAT uses a cloze-style fill-in-the-blank strategy for type inference.By treating code as text,AMAT leverages a fine-tuned large language model(LLM)as a neural knowledge base,thereby preventing the need for code compilation.Experimental results show that AMAT outperforms state-of-the-art tools such as COSTER and SNR.In practice,developers can directly reuse partial code by inferring the FQNs of unresolved type names in real time. 展开更多
关键词 type inference large language model prompt learning web and integrated development environment(IDE)plugin
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部