the structure of paper

老师,我想讨论一下论文框架,我该什么的思路来写文章?下面是我的初步框架。第二部分和嗲三部分我已经写了一部分。

题目 build language model for source code

1.绪论

语言模型取得巨大成功,并开始对代码进行建模,用得最多是以n-gram为典型的显式模型和以NN为基础的隐式模型。显示的基于统计,捕获局部性,丢失结构信息和语义信息。隐式的提取的特征在隐式空间,捕获的特性带有盲目性。于是有了我们的模型。

2. 理论基础

2.1编译过程

2.1.1词法分析

2.2 语法分析

2.3抽象语法树

2.2 基于代码的语言模型

2.2.1 显式模型(n-gram)

2.2.2 隐式模型(NN)

2.3 决策树

3. DT+模型

the structure of paper

3.1GenRule

the structure of paper

3.2 DT+算法

the structure of paper
the structure of paper

3.3 cache的应用

捕获位置信息
the structure of paper

3.4 DT+cache

4. 实验

4.1数据集的介绍

不是DSL

4.2 实验步骤,参数的设置

4.3 三种模型对比

显式模型,隐式模型和我们的模型
指标:MAP

4.4 讨论

对实验结果进行讨论

5.结论与展望