Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Code for the paper 'Evaluating zero-shot transfers and multilingual models for dependency parsing and POS tagging within the low-resource language family Tupían'

Notifications You must be signed in to change notification settings

FredericBlum/ZeroShotTupian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evaluating zero-shot transfers and multilingual models for dependency parsing and POS tagging within the low-resource language family Tupían

This repository documents the code used in the following paper:

Frederic Blum. 2022. Evaluating zero-shot transfers and multilingual models for dependency parsing and POS tagging within the low-resource language family Tupían. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: Student Research Workshop, pages 1–9, Dublin, Ireland. Association for Computational Linguistics. https://doi.org/10.18653/v1/2022.acl-srw.1

Some notes on the code

code for supar biaffine dependency parser:

python -u -m supar.cmds.biaffine_dependency train -b -d 0 -c config-ini -p guacamole -f char --embed ../glove/vectors.txt --train data/Guajajara/conllu/train.conllu --dev data/Guajajara/conllu/dev.conllu --test data/Guajajara/conllu/test.conllu --bert bert-base-multilingual-cased --n-embed 512 --unk=''

Code for evaluation:

python -u -m supar.cmds.biaffine_dependency evaluate -d 0 -p guacamole/model --data data/Guajajara/conllu/all_in_one.conllu --tree  --proj

About

Code for the paper 'Evaluating zero-shot transfers and multilingual models for dependency parsing and POS tagging within the low-resource language family Tupían'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages