Skip to content
Discussion options

You must be logged in to vote

To answer your questions...

Is it preferable to train models for NER, POS tagging and dependency parsing tasks on the same dataset?

It depends. Usually it helps to train things together, because the tasks have some things in common. However, as an end user it is unusual to have to train a POS or dependency parsing model.

Or can they be trained on different datasets but with the same tagset?

Leaving aside the issues from the previous question, I am not sure what you mean. Each task uses a separate tagset. If you used two different tagsets for the same task that would not work.

Also, could someone please explain how these trained models are then combined inside the package?

Please see t…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@polm
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Comment options

You must be logged in to vote
2 replies
@adrianeboyd
Comment options

@polm
Comment options

Comment options

You must be logged in to vote
1 reply
@polm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Issues related to the statistical models feat / training Feature: Training utils, Example, Corpus and converters
3 participants
Converted from issue

This discussion was converted from issue #9178 on September 09, 2021 08:29.