{% extends "base.html" %} {% block title %} InferTweet | Sentiment | Misclassification {% end %} {% block content %}

Sentiment Misclassification Report

Thank you for the report!

{% if useful %}

The following text has been flagged as {{ flag }}:

{{ text }}

The system has learned from the report and will be better in the future.

{% else %}

Unfortunately, the submitted report is invalid.
The text flagged as {{ flag }} is already classified correctly by the system.

Usually this happens when the system learns from a recent report that causes other text to be classified differently.
Refreshing the original page should show the updated label.

{% end %} {% end %}