boun-tabi-LMG / turkish-lm-tuner

Turkish LM Tuner
https://boun-tabi-lmg.github.io/turkish-lm-tuner/
MIT License
73 stars 6 forks source link

Update encoder implementation for dependency parsing using the encoder #54

Closed furkanakkurt1335 closed 4 months ago

furkanakkurt1335 commented 5 months ago

We can use TURNA for dependency parsing, after updating the code in t5_classifier.py.

For dependency parsing, we would need 2 outputs per token: one for head word's ID (i.e. order in the sentence, e.g. 3), another for the dependency relation (e.g. acl). Dependency relations are finite in number, like POS tags.