deepstruct icon indicating copy to clipboard operation
deepstruct copied to clipboard

Code repo for ACL22 paper "DeepStruct: Pretraining of Language Models for Structure Prediction"

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

Hi, thanks for your paper and it's really a nice work! May I know when will the code be released?

when launching `conll04.sh` got error ``` Traceback (most recent call last): File "glm/evaluate.py", line 836, in with open(dataset_path + "test.jsonl.hyps", "r") as f: FileNotFoundError: [Errno 2] No such file or...

looks like it accesses a file on google drive that doesn't exist or that I don't have access to

Hi, Thanks for the paper and code! I would like to use your model for Relation Extraction, starting with a reproduction of your 'multi-task w/ finetune' resuts on TACRED. However,...

Hi, Thanks for your paper, it's really impressive. Could you pls tell what is the shell script command to run inference on raw data? Thanks in advance. Best wishes.

Hi, Thanks for your paper, it's really impressive. And I'm very glad to see the code release. Beside, I wonder if it's possible to use deepstruct model using huggingface, as...