MIT-WAL/ai-jobs-news-articles-abstracts
News articles and research abstracts on AI, labor, and jobs Dataset summary This file is a standalone CSV of news articles (full scraped text) and scholarly paper abstracts curated for research on artificial intelligence, work, and labor markets. Each row is one document: a stable id, publication date, normalized title and main text, and a small metadata dictionary. Rows: 53,526 document_class Rows Approx. date range (date column) news 29,857 Jan. 2025… See the full description on the dataset page: https://huggingface.co/datasets/MIT-WAL/ai-jobs-news-articles-abstracts.
News articles and research abstracts on AI, labor, and jobs
Dataset summary
This file is a standalone CSV of news articles (full scraped text) and scholarly paper abstracts curated for research on artificial intelligence, work, and labor markets. Each row is one document: a stable id, publication date, normalized title and main text, and a small metadata dictionary.
Rows: 53,526
Use it for retrieval, RAG, classification, topic modeling, or qualitative sampling—without depending on any other repository layout or auxiliary files.
Changes in the 2026-07-20 release
This snapshot replaces the previous (April 2026) version of text_db.csv:
- The news outlet allowlist was revised. 12 outlets from the previous snapshot were removed and 22 were added, for a new total of 42 outlets (previously 32). The revision drops several regional and aggregator sources in favor of major English-language and technology-focused outlets.
- News coverage extends through July 2026 (previously March 2026).
- The paper collection grew from 19,063 to 23,669 abstracts.
<details> <summary><strong>Outlets removed in this release</strong> (12 — expand)</summary>
- abc.net.au
- businesstoday.in
- chicagotribune.com
- chinadaily.com.cn
- dailymail.co.uk
- dw.com
- econotimes.com
- indianexpress.com
- indiatimes.com
- livemint.com
- manilatimes.net
- webpronews.com
</details>
<details> <summary><strong>Outlets added in this release</strong> (22 — expand)</summary>
- arstechnica.com
- computerweekly.com
- forbes.com
- fortune.com
- foxnews.com
- govtech.com
- hbr.org
- independent.co.uk
- nature.com
- newscientist.com
- nypost.com
- reuters.com
- sciencedaily.com
- siliconangle.com
- technologyreview.com
- theconversation.com
- thehill.com
- theregister.com
- theverge.com
- venturebeat.com
- wired.com
- zdnet.com
</details>
<details> <summary><strong>News sources in this snapshot</strong> (42 outlets — expand for full list)</summary>
These are the distinct values of metadata["SourceCommonName"] for rows with document_class == "news".
- aljazeera.com
- apnews.com
- arstechnica.com
- bbc.com
- bloomberg.com
- businessinsider.com
- cbsnews.com
- cnbc.com
- cnn.com
- computerweekly.com
- forbes.com
- fortune.com
- foxnews.com
- govtech.com
- hbr.org
- independent.co.uk
- nature.com
- nbcnews.com
- newscientist.com
- newsweek.com
- npr.org
- nypost.com
- nytimes.com
- reuters.com
- sciencedaily.com
- scmp.com
- siliconangle.com
- techcrunch.com
- technologyreview.com
- techradar.com
- theconversation.com
- theglobeandmail.com
- theguardian.com
- thehill.com
- theregister.com
- theverge.com
- time.com
- venturebeat.com
- wired.com
- wsj.com
- yahoo.com
- zdnet.com
</details>
What’s in each row
- News (
document_class == "news"):doc_idis the SHA-256 (hex) of the article URL.textis the article body;metadataholds GDELT-derived source and content signals (see below). - Papers (
document_class == "paper"):doc_idis the Semantic Scholar `paperId`.textis the abstract only (not full PDF text).metadataincludes bibliographic fields when available.
Column reference
News metadata (GDELT-related keys)
For news rows, metadata may include these keys. They originate from the GDELT Global Knowledge Graph style exports; see the GKG codebook for full detail.
Paper metadata keys (when present)
Intended uses
- Build retrieval or RAG corpora on AI, automation, and labor themes.
- Train or evaluate models on mixed news + academic abstract text.
- Filter or join on dates, outlets, or tone; trace articles back via
DocumentIdentifier.
Limitations
- Not factual ground truth—news reflects publishers; abstracts are summaries only.
File
- Format: CSV, UTF-8, header row.
- File name:
text_db.csv
Quick start
Dataset hub id: `MIT-WAL/ai-jobs-news-articles-abstracts`.
With load_dataset
from datasets import load_dataset
ds = load_dataset("MIT-WAL/ai-jobs-news-articles-abstracts", split="train")With pandas (hf://)
import pandas as pd
df = pd.read_csv("hf://datasets/MIT-WAL/ai-jobs-news-articles-abstracts/text_db.csv")Citation
If you use this dataset, please cite the MIT Work Analytics Laboratory.
License
This dataset is released under the MIT License.
