DISTRE icon indicating copy to clipboard operation
DISTRE copied to clipboard

[ACL 19] Fine-tuning Pre-Trained Transformer Language Models to Distantly Supervised Relation Extraction

Results 4 DISTRE issues
Sort by recently updated
recently updated
newest added

Thank you very much for sharing the code! When I use the default settings (batch_size = 16), the AUC is 0.414. But when I use the settings in the paper...

I'm trying to test this method on my own dataset, and I met KeyErrors. Do you please kown how to solve this problem? Thanks a lot! Traceback (most recent call...

1) create the protobuf files: protoc --proto_path=. --python_out=. Document.proto Where is the file of **Document.proto**? 2)convert the protobuf files to json: python protobuf2json.py . Where is the file of **protobuf2json.py**?...

Hi: Thanks for the awesome contributions. I notice there is `sorting keys` params in your config, but it seems like `_create_batches` of BagIterator doesn't use those keys to sort Bags/Instances...