FakeNewsChallenge/fnc-1-baseline
A baseline implementation for FNC-1
Implements stance classification between headlines and article bodies using k-fold cross-validation on the FNC-1 dataset, with utilities for data splitting, feature extraction, and evaluation via a custom scoring function that weights correct predictions differently across stance classes (agree, disagree, discuss, unrelated). The baseline achieves 75.20% on the competition leaderboard using simple hand-crafted features, providing a reference point for more advanced approaches.
139 stars. No commits in the last 6 months.
Stars
139
Forks
101
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 03, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/FakeNewsChallenge/fnc-1-baseline"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
mihail911/fake-news
Building a fake news detector from initial ideation to model deployment
palewire/storysniffer
Inspect a URL and estimate if it contains a news story
google-research/fool-me-twice
Game code and data for Fool Me Twice: Entailment from Wikipedia Gamification...
pmacinec/fake-news-datasets
This repository contains list of available fake news datasets for data mining.
ICTMCG/fake-news-detection
This repo is a collection of AWESOME things about fake news detection, including papers, code, etc.