Skip to content
Discussion options

You must be logged in to vote

Hello,
you're exactly right about this problem. In Healthsea, whenever the model classified an entity to be "Anamnesis" (or in your case "Neutral") we create a temporary cache that collects the entity and tries to pair it with sentiments detected in the following sentences that don't include any entities.

Nifty 50 has opened at 17,600 today. -> (Nifty 50, Neutral)
The index has shown a remarkable jump of 5 percent from the previous day. -> (None, Positive)

(Nifty 50, Neutral) -> (None, Positive) -> (Nifty 50, Postive)

Since this is a rule-based approach, it has its own limitations, which is why I'd be really interested to see how well co-reference resolution would work in this case.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@shrinidhin
Comment options

@thomashacker
Comment options

@shrinidhin
Comment options

Answer selected by shrinidhin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / textcat Feature: Text Classifier
2 participants