Erutan-pku

Results 10 comments of Erutan-pku

之前忘记传了,我去找找。。 不过这个工作比较老了,可以去参考我们最近的工作:https://arxiv.org/abs/2104.07204 。 代码会在阿里审核之后release权限。

https://drive.google.com/file/d/11FKU9qm8mM1lbR0Sav9AqhhXo1kq45nm/view

you could get the datafile from this link: https://drive.google.com/file/d/1xQB3ZfjwFDcpwJ7f9nmUTE9lmQMCBFIP/view

原始数据集的版权问题应该去问MSRA的段楠,不过既然已经release做公开评测了,应该问题不大。

> 这个IP不对吧 服务器挂了。。。暂时还没能挂上。。。 可以去msra官方repo中获取数据~ https://github.com/msra-nlc/ChineseKBQA https://github.com/msra-nlc/ChineseDBQA

I meet a similar problem, but I have "3 were given"...😂 I do not know how to solve it ........

> > I meet a similar problem, but I have "3 were given"...😂 I do not know how to solve it ........ > > If you run it on version...

> This code was built for allennlp 0.5.0 and pytorch 0.4.0. That's works for predication, thank you~ I changed self._pretrained_vectors = read_pretrained_file("https://s3-us-west-2.amazonaws.com/allennlp/datasets/glove/glove.6B.100d.txt.gz") to self._pretrained_vectors = read_pretrained_file("data/glove/glove.6B.100d.txt.gz") in nrl/service/predictors/qasrl_parser.py for utilizing...

> > > This code was built for allennlp 0.5.0 and pytorch 0.4.0. > > > > > > That's works for predication, thank you~ > > I changed >...