big code: Code Completion for Programming Education based on Recurrent Neural Network [IWCIA 2019]

這篇文章對我來說有重大意義,不是因爲它有多好,而是因爲它,我終於開始看CCF期刊和會議的分區了。看論文前要先看一下它發在哪裏的,標一下CCF哪個區,是會議還是期刊。

數據

在這裏插入圖片描述
這裏和 Learning Python Code Suggestion with a Sparse Pointer Network 一樣

在這裏插入圖片描述
沒有用AST,直接詞法分析後變ID

模型

在這裏插入圖片描述
嵌入,dropout,lstm,fc,softmax常規操作
在這裏插入圖片描述
注意力的那個當指針的那個

性能

在這裏插入圖片描述
這個性能好高啊,我都懵了。都快80了,
Code Completion with Neural Attention and Pointer Networks
這篇才70,數據集影響真的大。
在這裏插入圖片描述

在這裏插入圖片描述
這個也沒啥好說的

小結

這個論文任務用 Learning Python Code Suggestion with a Sparse Pointer Network
方法用 Code Completion with Neural Attention and Pointer Networks
但數據集不一樣,不好比較。

另外

2019 IEEE 11th International Workshop on Computational Intelligence and Applications
November 9-10, 2019, Hiroshima, Japan

這個咋不在CCF上呢?

參考: 最新版《中國計算機學會推薦國際學術會議和期刊目錄》正式發佈

爲啥我感覺自己做的事情和這個一樣呢?東拼拼西湊湊(心裏一涼)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章