PCNN icon indicating copy to clipboard operation
PCNN copied to clipboard

A neural architecture for relation extraction task implemented in Tensorflow.

Results 6 PCNN issues
Sort by recently updated
recently updated
newest added

When I run make download in the project. It can not download the dataset,I try to find the data in the net, but it shows that the data is drop....

def __iter__(self): niter = 0 with open(self.filename) as f: for line in f: niter += 1 if self.max_iter is not None and niter > self.max_iter: break word_idx, pos1, pos2 =...

hi,firstly thxs for you resource~ 1. what i wonder is i can't find where is the part of the raw paper mentioned "Multi-instance Learning", is it that you still use...

Hi, I was reviewing the data set and the number of sentences between the train.txt file of origin_data is different to the file that is in processed_data. I would like...

![image](https://user-images.githubusercontent.com/33311822/48124420-34f27e80-e2b7-11e8-9376-936c500ed913.png) Why do the results have same score ?

When I run evaluate.py, it has wrong about "AttributeError: 'Config' object has no attribute 'processing_tag'." Could you please tell me how can I solve it? Thank you! The detail is...