You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concerns over biasing model with question type, as the labels differ a lot when different q_type is selected for the same text.
question seems more useful only in shorter comments (less than 3 words? need to try a few approaches)
Try to filter out shorter comments - maybe pass them through a different model that takes q_type. other comments go through model that does not use q_type feature?
Combine results of both models
The text was updated successfully, but these errors were encountered:
Concerns over biasing model with question type, as the labels differ a lot when different q_type is selected for the same text.
question seems more useful only in shorter comments (less than 3 words? need to try a few approaches)
Try to filter out shorter comments - maybe pass them through a different model that takes q_type. other comments go through model that does not use q_type feature?
Combine results of both models
The text was updated successfully, but these errors were encountered: