Skip to content

Instantly share code, notes, and snippets.

@originalankur
Created October 22, 2025 01:51
Show Gist options
  • Save originalankur/bd1fed1d849fea40446e82f8b6404e64 to your computer and use it in GitHub Desktop.
Save originalankur/bd1fed1d849fea40446e82f8b6404e64 to your computer and use it in GitHub Desktop.
Test Data
{
"test_data": [
{
"topic": "Politics",
"news_headline": "Congressional committee holds hearings on campaign finance reform"
},
{
"topic": "Politics",
"news_headline": "Local council votes to approve controversial zoning changes"
},
{
"topic": "Politics",
"news_headline": "Diplomat appointed as ambassador to strategic ally nation"
},
{
"topic": "Technology",
"news_headline": "Software update causes widespread device compatibility issues"
},
{
"topic": "Technology",
"news_headline": "Researchers develop advanced facial recognition algorithm"
},
{
"topic": "Technology",
"news_headline": "Tech startup disrupts traditional banking with mobile app"
},
{
"topic": "Business",
"news_headline": "CEO steps down amid shareholder pressure over strategy"
},
{
"topic": "Business",
"news_headline": "E-commerce platform reports surge in holiday shopping"
},
{
"topic": "Business",
"news_headline": "Manufacturing sector shows signs of contraction"
},
{
"topic": "Sports",
"news_headline": "International tournament postponed due to venue issues"
},
{
"topic": "Sports",
"news_headline": "Veteran player announces comeback after injury recovery"
},
{
"topic": "Sports",
"news_headline": "Team relocates franchise to new city after negotiations"
},
{
"topic": "Entertainment",
"news_headline": "Animation studio releases highly anticipated sequel"
},
{
"topic": "Entertainment",
"news_headline": "Broadway production extends run due to popular demand"
},
{
"topic": "Entertainment",
"news_headline": "Reality show faces controversy over contestant behavior"
},
{
"topic": "Health",
"news_headline": "Clinical trial shows promise for Alzheimer's treatment"
},
{
"topic": "Health",
"news_headline": "Telemedicine adoption increases access to rural healthcare"
},
{
"topic": "Health",
"news_headline": "Experts warn about rising antibiotic resistance rates"
},
{
"topic": "Science",
"news_headline": "Particle accelerator experiment confirms theoretical prediction"
},
{
"topic": "Science",
"news_headline": "Marine biologists study coral reef adaptation mechanisms"
},
{
"topic": "Science",
"news_headline": "Archaeological dig uncovers ancient civilization artifacts"
},
{
"topic": "Environment",
"news_headline": "Wildfire season begins early due to dry conditions"
},
{
"topic": "Environment",
"news_headline": "Ocean cleanup project removes tons of plastic debris"
},
{
"topic": "Environment",
"news_headline": "Government announces protected status for wildlife habitat"
},
{
"topic": "Education",
"news_headline": "Debate intensifies over standardized testing requirements"
},
{
"topic": "Education",
"news_headline": "College enrollment numbers decline for third year"
},
{
"topic": "Education",
"news_headline": "Innovative teaching methods improve student engagement"
},
{
"topic": "Crime",
"news_headline": "White collar crime investigation leads to multiple arrests"
},
{
"topic": "Crime",
"news_headline": "Security footage helps solve cold case after years"
},
{
"topic": "Crime",
"news_headline": "Identity theft ring targeting elderly victims busted"
},
{
"topic": "World News",
"news_headline": "Election results disputed in developing nation"
},
{
"topic": "World News",
"news_headline": "Diplomatic relations strained over territorial dispute"
},
{
"topic": "World News",
"news_headline": "Flooding displaces thousands in monsoon region"
},
{
"topic": "Economy",
"news_headline": "Consumer confidence index reaches multi-year high"
},
{
"topic": "Economy",
"news_headline": "Manufacturing output exceeds forecasts for quarter"
},
{
"topic": "Economy",
"news_headline": "Central bank maintains current monetary policy stance"
},
{
"topic": "Travel",
"news_headline": "Heritage site added to UNESCO World Heritage list"
},
{
"topic": "Travel",
"news_headline": "Budget airline announces new routes to emerging markets"
},
{
"topic": "Travel",
"news_headline": "Travel insurance claims surge amid trip cancellations"
},
{
"topic": "Food",
"news_headline": "Farm-to-table movement transforms restaurant industry"
},
{
"topic": "Food",
"news_headline": "Food delivery apps face regulatory scrutiny"
},
{
"topic": "Food",
"news_headline": "Culinary school graduates struggle in competitive market"
},
{
"topic": "Fashion",
"news_headline": "Fashion magazine celebrates diversity with inclusive cover"
},
{
"topic": "Fashion",
"news_headline": "Counterfeit goods operation shut down by authorities"
},
{
"topic": "Fashion",
"news_headline": "Athleisure trend continues to dominate casual wear"
},
{
"topic": "Real Estate",
"news_headline": "Zoning laws updated to allow accessory dwelling units"
},
{
"topic": "Real Estate",
"news_headline": "Property tax assessment changes affect homeowners"
},
{
"topic": "Real Estate",
"news_headline": "Co-living spaces gain popularity in urban centers"
},
{
"topic": "Automotive",
"news_headline": "Chip shortage continues to impact vehicle production"
},
{
"topic": "Automotive",
"news_headline": "Used car prices stabilize after period of volatility"
},
{
"topic": "Automotive",
"news_headline": "Automotive supplier announces investment in battery technology"
},
{
"topic": "Weather",
"news_headline": "Tornado outbreak causes extensive property damage"
},
{
"topic": "Weather",
"news_headline": "Unusual weather patterns attributed to climate variability"
},
{
"topic": "Weather",
"news_headline": "Early spring thaw leads to flooding concerns"
},
{
"topic": "Space",
"news_headline": "Solar flare disrupts satellite communications temporarily"
},
{
"topic": "Space",
"news_headline": "Space agency announces ambitious lunar base plans"
},
{
"topic": "Space",
"news_headline": "Asteroid passes safely by Earth at close distance"
},
{
"topic": "Lifestyle",
"news_headline": "Meditation apps report increased user engagement"
},
{
"topic": "Lifestyle",
"news_headline": "Home organization expert shares decluttering strategies"
},
{
"topic": "Lifestyle",
"news_headline": "Sustainable living practices gain mainstream acceptance"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment