gtos
gtos copied to clipboard
How to build custom dataset for gtos?
Thanks for the artefact. I am interested to apply this library for a machine translation task. However, in my case, I have to feed a custom dataset. Would you shed some light how can I build a custom graph to feed into the existing model?
Do you think is it possible with gtos
?
Hi @nashid . I think it is doable. We already provided examples on how to process dependency parses and AMR graphs. You may start from either of them and make necessary adaptations.
@jcyk this sounds great.
It appears to me you are building the graph object here:
So if I build my custom graph here, that's a good starting point, right?
Yes. I think so.