huyingxi
Results
2
comments of
huyingxi
I have the same question, using the pre-trained model provided on the website to make predictions, and the results obtained are quite different from the results in the paper. I...
您好 1、论文里面没有用到GRU。 rnn.py是pytorch的源文件,我在这个基础上进行了别的部分的修改,所以GRU部分我没有更改过。 2、隐藏层看作encoder其实是论文里的写法。 原作者把这个sequence labeling的任务看作了encoder - decoder两部分,虽然不是很标准,但其实也可以理解,因为encoder就做了一下语义解析,decoder就在语义解析的中间表示上进行打标工作。 然后不好意思我没有明白您说的T1,T2,T3呢~