steffen2

Results 9 comments of steffen2

Thanks for your interest! It's a slight modification of the script you find in the official branch that basically allows for outputting the predictions, etc. I'll try to upload it...

Hi there, sorry for the delay, but now I uploaded some of the modifications we made to the original code, see acl2017.tgz. Hope it works, -Steffen p.s. There's one flag...

Hi there, If it has indentation issues, probably best is to use python2.7 - that's most likely also what we used at the time. That said, instead of using BILSTM-CNN-CRF...

Hi there, fixed it. Still, there are many local paths that you need to adapt. Also: I think you can only execute sequence tagging and sentence classification, see the README....

Hi, no, firstly there will be a drop-out, secondly we will allow several students per topic. Please see the corresponding message on the moodle.

Hi Qi, thank you. Yes, multi-class didn't work because it appears to only allow two classes. (I think you can check this by simply renaming some labels to "||| 2"...

I assume it works when one sets c=4 softmax_w = tf.get_variable("softmax_w", [4*config.hidden_size, c]) softmax_b = tf.get_variable("softmax_b", [c]) At least, that's what makes it run. Do you agree? If so, could...

Apologies, I hadn't seen your 2nd reply :)

Hi Qi, appears to work somewhat better now ;) As soon as one changes one variable, it breaks though. It set maxlen to 300 and it broke. ValueError: Cannot feed...