NERO
NERO copied to clipboard
Source Code for paper "NERO: A Neural Rule Grounding Framework for Label-Efficient Relation Extraction", WWW 2020
I am getting flag conflicts. `DuplicateFlagError: The flag 'dataset' is defined twice.` Can I ask which tensorflow version you used?
the link you provided leads to google drive folder with txt format data. but in your config file, you indicate that you are using json data. where do I find...
sorry for trouble , self.sim_pred = tf.argmax(tf.gather(self.rels, tf.argmax(self.sim, axis=1)), axis=1) AttributeError: 'Soft_Match' object has no attribute 'sim' i just clone your project directly to run . if there any tricks...