Notifications

News without manipulation.

See for yourself.

Insert a news headline into our search bar and get an evaluation from our headlines classifier.
Negative
?
Evaluation
Positive
?
Evaluation
Neutral
?
Evaluation
Open Source
Better data makes everything better.


Explore our analysis


Example 1


Headline from National Review, The Deeply Flawed Racism Index, originally labelled negative with an overall sentiment score of -1.61
Text classifier score: Neutral 51%, Positive 29%, Negative 19%

Lack of context leads our text classifier to label it mostly neutral. This makes sense. The headline does not actually attempt to elicit an emotional reaction, even though it does seem to withhold important information. Sometimes withholding information is better than adding information without context. A lack of context makes us unable to say whether negative implications were technically inferred. It also means intentionality is impossible to derive objectively. Our model errs on the side of caution. It only analyzes truly volatile news headlines material within its margin of error.

Example 2


Headline from Times of India, Over 60 dead, dozens missing as severe floods strike Europe, originally labelled negative with an overall sentiment score of -1.5
Text classifier score: Negative 100%

This headline is a negative anchor case. Our text classifier was able to differeniate between the previous headline which had a higher original sentiment score with standard sentiment analysis. From a visual inspection, this headline is also clickbait material. Even if the article contained information about floods everywhere in Europe, deaths from floods would only represent a fraction of European localities. If you wanted to see if these floods affected your specific locality, you would feel an urge to click on it because deaths and a lack of specificity heighten panic, fear, and anxiety. Volatility is a measure of subjective intentionality from objective statements of intention. Our negativity indicators are actually better at determining clickbait than training a model on low quality news-related material to find clickbait.

Examine our code

        Import packages
        import pandas as pd
from tflite_model_maker import model_spec
from tflite_model_maker import text_classifier
from tflite_model_maker.text_classifier import DataLoader
  
        Import dataset
        df = pd.read_csv("headlinesvolatilitydata.csv")
df.head(25)
        Explore some data
        df['titlesentimentoverall'].value_counts()
        
      
        Set model specifications
        spec = model_spec.get('average_word_vec')
        
      
        Set parameters & train model
        train_data = DataLoader.from_csv(filename='headlinesvolatilitydata.csv', text_column='title', label_column='titlesentimentoverall', model_spec=spec, is_training=True)
model = text_classifier.create(train_data, model_spec=spec, epochs=10)
        Check model summary
        model.summary()
        
      

Frequently asked questions

We believe consumers should get to dictate appropriate content consumption experiences. It should suit your needs instead of someone's advertising model. News headlines are some of the most widely consumed pieces of information on the internet. If you've heard the term clickbait, you'll know just how important news headlines are to the news consumption ecosystem. We wanted to give users a tool that guided them out of their filter bubble. This tool is limited and meant to showcase one benefit of our services.

Our dataset was made with the best statistical practices in mind. We wanted to show prospective users, researchers, and competitors that small data doesn't mean limited use. Our dataset contains over 60,000+ observations. It is the largest open-source dataset available when it comes to quality news-related material.

Of course! Our public outrage evaluator analyzes news articles for emotional context, giving users a volatility baseline. We think it should be used to determine if a journalist is unwittingly caught up in their own emotions, as this would compromise their ability to convey important news-related information.

More questions?

We do small data.

Our open source dataset focuses on news headlines.

Start exploring our dataset.


Did you know news headlines are some of the most widely consumed pieces of content on the internet?


Download Codebook

Everyone should have a toolbox.

Signup and get yours today.


Everyone should have a toolbox.

Get yours today

Analyze content.
Gain clarity.
Make better decisions.
Period.


News without manipulation
Download our application