AMR-gs icon indicating copy to clipboard operation
AMR-gs copied to clipboard

AMR Parsing via Graph-Sequence Iterative Inference

Results 9 AMR-gs issues
Sort by recently updated
recently updated
newest added

Hi! I would like to try the AMR parser on the pretrained model. I successfully open StanfordNLPServer, then I try to run the ``preprocess_raw.sh input.txt``-command. It fails when executing the...

**Problem** The parser will output unbalanced quotes if the the input sentence is quoted. This leads post-processing failure with error `penman.DecodeError: Expected ":" or "/" at position XXX` **Example `.pred`...

**Problem** The parser will output a non-breaking space character if the the input sentence contains `\d+ \d+`. This leads post-processing failure with error `penman.DecodeError: Expected ":" or "/" at position...

Hi Deng, I am now able to parse arbitrary sentences with your pre-trained model, thanks to your valuable tips! My pipeline looks as follows: 1. annotate_features.sh directory 2. preprocess_2.0.sh 3....

solved but likely useful for others

Just FYI in case someone else runs into this issue... When I try to run `python3 -u -m parser.extract xxx` I get an error that is related to the fact...

solved but likely useful for others

Just FYI in case anyone's interested... I trained the "no recategorization" branch of the model with LDC2020T02 (amr 3.0) and got a 76.7 smatch score. I didn't spend much time...

solved but likely useful for others

Hi, I'm trying to use pretrained model to parse txt to AMR graphs, I tried to run stanford core nlp server and the data preprocessing is successeful( test.txt.raw.features.preproc was successfully...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Bumps [transformers](https://github.com/huggingface/transformers) from 2.1.1 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies