-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce e2e NER experiments #40
Comments
Thank you for your interest in our work! The test data is not public yet. We'll update the repo when we make it public (soon). Until then, if you'd like the test set evaluated, you can follow the instructions here. Can you point out the specific step/script that gave you trouble because of the symbolic links? |
I can provide the steps as i faced the same problem following the steps as mentioned after when you run the cmd you would get the following error
even if the file exists as a symbolic link. |
I attempted to replicate a Named Entity Recognition (NER) experiment but encountered several issues during the process.
Firstly, when executing the command
python slue_toolkit/prepare/prepare_voxpopuli_nel.py create_manifest
to generate manifest files, I noticed that thedev.tsv
,fine-tune.tsv
, andtest.tsv
files were merely symbolic links. They were unusable for running the end-to-end NER model. To resolve this, I had to manually copydev.tsv
andfine-tune.tsv
fromslue-toolkit/manifest/slue-voxpopuli
into thee2e_ner
directory.Additionally, I faced a problem while performing evaluations with the command
bash baselines/ner/e2e_scripts/eval-ner.sh w2v2-base test combined nolm
. It appears that the processed test files are missing. Could you provide guidance on how to properly prepare these files for evaluation?The text was updated successfully, but these errors were encountered: