惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
S
SegmentFault 最新的问题
量子位
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
博客园 - Franky
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
B
Blog RSS Feed
C
Check Point Blog
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
V
Visual Studio Blog
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
News Metadata Dataset (7K)
MarcellLuncz · 2026-04-27 · via Hacker News: Show HN

# News Metadata Dataset (7K): Media Bias, Narrative Signals, and Readability Features This **news metadata dataset** is designed for reproducible analysis of **media bias**, **narrative signals**, readability, and other interpretable **NLP features** in a **tabular CSV** format. It supports research and **machine learning** feature engineering on attribution, uncertainty, framing, and content-structure indicators without redistributing full article text. This is an **open metadata-only dataset** intended for transparent benchmarking and repeatable downstream experiments. ## Dataset At A Glance - Artifact: `nnai_news_metadata_narrative_signals_7k_v1.csv` - Rows: `7,000` - Columns: `22` - Language: English (`en`) - Format: CSV - Public sample policy: metadata only, no full article body text ## Quick Start ```python import pandas as pd df = pd.read_csv("nnai_news_metadata_narrative_signals_7k_v1.csv") print(df.shape) print(df.head(3)) ``` Non-Python option: open `nnai_news_metadata_narrative_signals_7k_v1.csv` directly in a spreadsheet tool (for example, Excel, Numbers, or Google Sheets). ## What's Included - Identity: `source_id`, `title`, `url`, `source`, `source_type` - Labels: `topic`, `political_orientation`, `bias_strength`, `credibility_level`, `clickbait_level`, `subjectivity_level` - Structural: `sentence_count`, `word_count`, `claim_density_per_1k_words`, `quote_density`, `passive_voice_ratio` - Narrative Alpha: `sentiment_extremism_density_per_1k_words`, `hedging_rate`, `primary_source_ratio`, `headline_body_alignment_score` - Readability: `readability_reading_level`, `readability_flesch_grade` ## Column Notes | Column | What it means | Possible values | How to interpret | |---|---|---|---| | `source_id` | Unique ID for one article record. | String/integer ID (non-empty). | Primary key for joins, deduping, and traceability. | | `title` | Article headline from the source page. | Free text. | Core summary of the article framing. | | `url` | Source URL for the article. | Valid HTTP/HTTPS URL. | Use to fetch/review source content (if rights allow). | | `source` | Publisher/outlet name. | Free text (for example `BBC News`, `CNN`). | Human-readable brand/source reference. | | `source_type` | Normalized source class from registry mapping. | `outlet`, `wire`, `primary_doc`, `fact_checker`. | `wire` and `primary_doc` are often useful for provenance-style segmentation. | | `topic` | Article topic/category label. | Current sample: `Politics`, `Business`, `Science`, `War`, `Technology`. | High-level subject grouping for filtering and benchmarking. | | `political_orientation` | Coarse political leaning label. | Current sample: `left`, `center`, `right`. | Comparative signal; not a definitive ideological truth label. | | `bias_strength` | Estimated strength of bias in writing style/content framing. | Current sample: `low`, `medium`, or empty (`null`). | Empty means unavailable; higher category implies stronger bias signal. | | `credibility_level` | Estimated reliability/credibility category. | Current sample: `high`, `medium`, `low`, or empty (`null`). | Empty means unavailable; use with other fields, not standalone. | | `clickbait_level` | Estimated clickbait intensity. | Current sample: `low`, `medium`. | Higher level suggests more attention-grabbing headline style. | | `subjectivity_level` | Estimated subjective vs factual writing style. | Current sample: `low`, `medium`. | Higher level indicates more opinionated/interpretive tone. | | `sentence_count` | Number of sentences in analyzed text. | Integer (`>= 0`). In sample: `6` to `1857`. | Length/structure feature; useful normalization denominator. | | `word_count` | Number of words in analyzed text. | Integer (`>= 0`). In sample: `146` to `51474`. | Core length feature; used to normalize density metrics. | | `claim_density_per_1k_words` | Frequency of extracted factual claims per 1,000 words. | Numeric (`>= 0`). In sample: `0.5828` to `101.3514`. | Higher values indicate denser explicit claim language. | | `quote_density` | Quote-span intensity relative to text structure. | Numeric (`>= 0`). In sample: `0.0` to `22.2381`. | Higher values indicate heavier use of quoted material. | | `passive_voice_ratio` | Share of sentences detected as passive voice. | Numeric ratio in `[0,1]`. | Higher values can indicate less direct attribution/accountability language. | | `sentiment_extremism_density_per_1k_words` | Frequency of extreme/sensational sentiment terms per 1,000 words. | Numeric (`>= 0`). In sample: `0.0` to `34.9650`. | Higher values suggest more emotionally intense framing. | | `hedging_rate` | Share of sentences containing hedging/speculative language. | Numeric ratio in `[0,1]`. | Higher values suggest more uncertainty/speculation cues. | | `primary_source_ratio` | Proportion of attributed quote words vs article words. | Numeric ...