fhamborg/NewsMTSC
Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
This project offers a high-quality dataset and a ready-to-use model for analyzing sentiment in news articles, specifically focusing on how different entities (targets) are portrayed. It takes news sentences as input and outputs the sentiment directed at specific subjects mentioned within them. This is useful for political scientists, media analysts, and researchers tracking public opinion or media bias.
156 stars. No commits in the last 6 months.
Use this if you need to classify sentiment in news articles about policy issues, especially when you want to understand the sentiment towards specific people, organizations, or concepts mentioned in the text.
Not ideal if your primary goal is general sentiment classification across various text types, as this is specifically tuned for news articles and target-dependent sentiment.
Stars
156
Forks
20
Language
Python
License
—
Category
Last pushed
Jul 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fhamborg/NewsMTSC"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Zephery/weiboanalysis
微博情感分析,文本分类,毕业设计项目
abdulfatir/twitter-sentiment-analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
lunarwhite/covid-social-analysis
Apply ML on weibo sentiment. 疫情背景下微博文本情感分析与可视化
pmsosa/CS291K
🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models
JosephAssaker/Twitter-Sentiment-Analysis-Classical-Approach-VS-Deep-Learning
This project's aim, is to explore the world of Natural Language Processing (NLP) by building...