ShomyLiu / pytorch-relation-extraction

distant supervised relation extraction models: PCNN MIL (Zeng 2015), PCNN+ATT(Lin 2016). 关系抽取
498 stars 118 forks source link

关于nyt.py的问题 #43

Open dhName opened 4 years ago

dhName commented 4 years ago

您好,nyy.py中get_pad_sen_pos方法的作用是什么呢?感觉处理来处理去的不知道意图是什么?

ShomyLiu commented 4 years ago

你好,get_pad_sen_pos 是将所有的sentence和position的长度补全到max_length, 方便模型直接Embedding使用。 数据预处理都是为了方便模型的输入。建议单步debug查看