SapienzaNLP / xl-amr

XL-AMR is a sequence-to-graph cross-lingual AMR parser that exploits transfer learning (EMNLP2020).
Other
16 stars 5 forks source link

unable to invoke download_artifacts.sh successfully #4

Open meganndare opened 1 year ago

meganndare commented 1 year ago

Hi,

I'm hoping to use your parser to parse some english/chinese sentences into amr graphs, but I am running into an issue when trying to run the download_artifacts.sh script as instructed in the first step of the readme instructions.

This is due to an invocation failure of the following script at line 13 (https://github.com/SapienzaNLP/xl-amr/blob/master/scripts/download_artifacts.sh#L13) : https://github.com/SapienzaNLP/xl-amr/blob/master/xlamr_stog/data/data_misc/numberbatch_emb.py because no embedding files exist of the form 'data/numberbatch/out_{}.txt' for each language.

I have unzipped all of the zip files in the /data directory and followed the other instructions, but still don't see these files. Is there a way around this? Any tips would be appreciated!