The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'corpus_label', 'tweet_id', 'account_handle'}) and 12 missing columns ({'title', 'platform', 'post_id', 'num_comments', 'num_crossposts', 'score', 'subscribers', 'subreddit', 'amplification', 'norm_amp', 'upvote_ratio', 'corpus'}).
This happened while the csv dataset builder was generating data using
hf://datasets/joyboseroy/ai-layoff-discourse-amplification/tweet_ids.csv (at revision a6b868276e60bcf9fe2a35c8c7a60992fe11c442), [/tmp/hf-datasets-cache/medium/datasets/19719719446847-config-parquet-and-info-joyboseroy-ai-layoff-disc-deca5d00/hub/datasets--joyboseroy--ai-layoff-discourse-amplification/snapshots/a6b868276e60bcf9fe2a35c8c7a60992fe11c442/reddit_posts.csv (origin=hf://datasets/joyboseroy/ai-layoff-discourse-amplification@a6b868276e60bcf9fe2a35c8c7a60992fe11c442/reddit_posts.csv), /tmp/hf-datasets-cache/medium/datasets/19719719446847-config-parquet-and-info-joyboseroy-ai-layoff-disc-deca5d00/hub/datasets--joyboseroy--ai-layoff-discourse-amplification/snapshots/a6b868276e60bcf9fe2a35c8c7a60992fe11c442/tweet_ids.csv (origin=hf://datasets/joyboseroy/ai-layoff-discourse-amplification@a6b868276e60bcf9fe2a35c8c7a60992fe11c442/tweet_ids.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
tweet_id: int64
corpus_label: string
account_handle: string
date: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 734
to
{'post_id': Value('string'), 'subreddit': Value('string'), 'corpus': Value('string'), 'subscribers': Value('int64'), 'title': Value('string'), 'date': Value('string'), 'score': Value('int64'), 'upvote_ratio': Value('float64'), 'num_comments': Value('int64'), 'num_crossposts': Value('int64'), 'amplification': Value('float64'), 'norm_amp': Value('float64'), 'platform': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'corpus_label', 'tweet_id', 'account_handle'}) and 12 missing columns ({'title', 'platform', 'post_id', 'num_comments', 'num_crossposts', 'score', 'subscribers', 'subreddit', 'amplification', 'norm_amp', 'upvote_ratio', 'corpus'}).
This happened while the csv dataset builder was generating data using
hf://datasets/joyboseroy/ai-layoff-discourse-amplification/tweet_ids.csv (at revision a6b868276e60bcf9fe2a35c8c7a60992fe11c442), [/tmp/hf-datasets-cache/medium/datasets/19719719446847-config-parquet-and-info-joyboseroy-ai-layoff-disc-deca5d00/hub/datasets--joyboseroy--ai-layoff-discourse-amplification/snapshots/a6b868276e60bcf9fe2a35c8c7a60992fe11c442/reddit_posts.csv (origin=hf://datasets/joyboseroy/ai-layoff-discourse-amplification@a6b868276e60bcf9fe2a35c8c7a60992fe11c442/reddit_posts.csv), /tmp/hf-datasets-cache/medium/datasets/19719719446847-config-parquet-and-info-joyboseroy-ai-layoff-disc-deca5d00/hub/datasets--joyboseroy--ai-layoff-discourse-amplification/snapshots/a6b868276e60bcf9fe2a35c8c7a60992fe11c442/tweet_ids.csv (origin=hf://datasets/joyboseroy/ai-layoff-discourse-amplification@a6b868276e60bcf9fe2a35c8c7a60992fe11c442/tweet_ids.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
post_id string | subreddit string | corpus string | subscribers int64 | title string | date string | score int64 | upvote_ratio float64 | num_comments int64 | num_crossposts int64 | amplification float64 | norm_amp float64 | platform string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
1p82cto | MachineLearning | capital | 3,000,000 | [D] Got burned by an Apple ICLR paper — it was withdrawn after my Public Comment. | 2025-11-27 | 1,610 | 0.99 | 105 | 0 | 1,767.5 | 118.511828 | reddit |
1tdje2d | MachineLearning | capital | 3,000,000 | arXiv implements 1-year ban for papers containing incontrovertible evidence of unchecked LLM-generated errors, such as hallucinated references or results. [N] | 2026-05-15 | 684 | 0.99 | 79 | 0 | 802.5 | 53.808058 | reddit |
1rnajac | MachineLearning | capital | 3,000,000 | [P] VeridisQuo - open-source deepfake detector that combines spatial + frequency analysis and shows you where the face was manipulated | 2026-03-07 | 634 | 0.96 | 52 | 0 | 712 | 47.739984 | reddit |
1lhny9b | MachineLearning | capital | 3,000,000 | [P] This has been done like a thousand time before, but here I am presenting my very own image denoising model | 2025-06-22 | 612 | 0.95 | 82 | 0 | 735 | 49.282146 | reddit |
1m3v7ll | MachineLearning | capital | 3,000,000 | [R] NeuralOS: a generative OS entirely powered by neural networks | 2025-07-19 | 601 | 0.93 | 75 | 0 | 713.5 | 47.84056 | reddit |
1tens5n | MachineLearning | capital | 3,000,000 | Backlash against Arxiv's proposed 1 year ban is genuinely perplexing. [D] | 2026-05-16 | 572 | 0.96 | 164 | 0 | 818 | 54.847341 | reddit |
1qo6sai | MachineLearning | capital | 3,000,000 | [D] Some thoughts about an elephant in the room no one talks about | 2026-01-27 | 500 | 0.98 | 101 | 2 | 655.5 | 43.951628 | reddit |
1r0tw3e | MachineLearning | capital | 3,000,000 | [D] Ph.D. from a top Europe university, 10 papers at NeurIPS/ICML, ECML— 0 Interviews Big tech | 2026-02-10 | 471 | 0.91 | 153 | 0 | 700.5 | 46.968903 | reddit |
1pm2zsb | MachineLearning | capital | 3,000,000 | Ilya Sutskever is puzzled by the gap between AI benchmarks and the economic impact [D] | 2025-12-14 | 469 | 0.95 | 215 | 0 | 791.5 | 53.070502 | reddit |
1r3oekq | MachineLearning | capital | 3,000,000 | [D] ICML: every paper in my review batch contains prompt-injection text embedded in the PDF | 2026-02-13 | 454 | 0.98 | 90 | 0 | 589 | 39.492768 | reddit |
1lhtkr4 | MachineLearning | capital | 3,000,000 | [P] I made a website to visualize machine learning algorithms + derive math from scratch | 2025-06-22 | 436 | 0.99 | 46 | 0 | 505 | 33.860522 | reddit |
1n4bebi | MachineLearning | capital | 3,000,000 | [D] NeurIPS is pushing to SACs to reject already accepted papers due to venue constraints | 2025-08-30 | 434 | 0.98 | 123 | 0 | 618.5 | 41.470758 | reddit |
1rtjirw | MachineLearning | capital | 3,000,000 | The arXiv is separating from Cornell University, and is hiring a CEO, who will be paid roughly $300,000/year. "After decades of productive partnership with Cornell University, and with support from th | 2026-03-14 | 422 | 0.99 | 88 | 0 | 554 | 37.145999 | reddit |
1ol8wup | MachineLearning | capital | 3,000,000 | [D] ArXiv CS to stop accepting Literature Reviews/Surveys and Position Papers without peer-review. | 2025-10-31 | 404 | 1 | 49 | 1 | 479.5 | 32.150734 | reddit |
1npdfh1 | MachineLearning | capital | 3,000,000 | [D] Is senior ML engineering just API calls now? | 2025-09-24 | 406 | 0.95 | 186 | 1 | 687 | 46.06372 | reddit |
1qjz88r | MachineLearning | capital | 3,000,000 | [D] 100 Hallucinated Citations Found in 51 Accepted Papers at NeurIPS 2025 | 2026-01-22 | 399 | 0.98 | 78 | 2 | 520 | 34.86628 | reddit |
1mo0ynr | MachineLearning | capital | 3,000,000 | [R] Position: The Current AI Conference Model is Unsustainable! | 2025-08-12 | 397 | 0.92 | 52 | 0 | 475 | 31.849006 | reddit |
1lbct3w | MachineLearning | capital | 3,000,000 | [D] Machine Learning, like many other popular field, has so many pseudo science people on social media | 2025-06-14 | 382 | 0.95 | 123 | 0 | 566.5 | 37.98413 | reddit |
1ru7bnz | MachineLearning | capital | 3,000,000 | [P] I got tired of PyTorch Geometric OOMing my laptop, so I wrote a C++ zero-copy graph engine to bypass RAM entirely. | 2026-03-15 | 377 | 0.96 | 34 | 1 | 430 | 28.831732 | reddit |
1tgmwqr | MachineLearning | capital | 3,000,000 | Reviving PapersWithCode (by Hugging Face) [P] | 2026-05-18 | 369 | 0.99 | 37 | 1 | 426.5 | 28.597055 | reddit |
1p01c70 | MachineLearning | capital | 3,000,000 | [D] Tsinghua ICLR paper withdrawn due to numerous AI generated citations | 2025-11-18 | 368 | 0.98 | 66 | 0 | 467 | 31.312602 | reddit |
1q6cb0k | MachineLearning | capital | 3,000,000 | [R] DeepSeek-R1’s paper was updated 2 days ago, expanding from 22 pages to 86 pages and adding a substantial amount of detail. | 2026-01-07 | 360 | 0.99 | 23 | 0 | 394.5 | 26.451438 | reddit |
1ln4omn | MachineLearning | capital | 3,000,000 | [R] LSTM or Transformer as "malware packer" | 2025-06-29 | 343 | 0.96 | 70 | 0 | 448 | 30.038642 | reddit |
1s7m7rn | MachineLearning | capital | 3,000,000 | [D] thoughts on the controversy about Google's new paper? | 2026-03-30 | 336 | 0.96 | 58 | 1 | 425 | 28.496479 | reddit |
1m95ej0 | MachineLearning | capital | 3,000,000 | [R] NeurIPS 2025 D&B: "The evaluation is limited to 15 open-weights models ... Score: 3" | 2025-07-25 | 333 | 0.97 | 34 | 0 | 384 | 25.747407 | reddit |
1lkmkuw | MachineLearning | capital | 3,000,000 | [D] Alarming amount of schizoid people being validated by LLMs, anyone else experienced this? | 2025-06-26 | 329 | 0.9 | 154 | 0 | 560 | 37.548302 | reddit |
1q11e11 | MachineLearning | capital | 3,000,000 | [R] New paper by DeepSeek: mHC: Manifold-Constrained Hyper-Connections | 2026-01-01 | 308 | 0.98 | 52 | 0 | 386 | 25.881508 | reddit |
1ookxb0 | MachineLearning | capital | 3,000,000 | [R] Knowledge Graph Traversal With LLMs And Algorithms | 2025-11-04 | 309 | 0.96 | 31 | 0 | 355.5 | 23.836467 | reddit |
1ovm4fd | MachineLearning | capital | 3,000,000 | [R] LeJEPA: New Yann Lecun paper | 2025-11-13 | 306 | 0.98 | 34 | 0 | 357 | 23.937042 | reddit |
1rr7vup | MachineLearning | capital | 3,000,000 | [D] Can we stop glazing big labs and universities? | 2026-03-11 | 302 | 0.9 | 41 | 0 | 363.5 | 24.372871 | reddit |
1sj6sas | MachineLearning | capital | 3,000,000 | "There's a new generation of empirical deep learning researchers, hacking away at whatever seems trendy, blowing with the wind" [D] | 2026-04-12 | 295 | 0.94 | 105 | 1 | 454.5 | 30.47447 | reddit |
1r02y6y | MachineLearning | capital | 3,000,000 | [P] A Python library processing geospatial data for GNNs with PyTorch Geometric | 2026-02-09 | 291 | 0.99 | 11 | 1 | 309.5 | 20.752142 | reddit |
1q0cmvw | MachineLearning | capital | 3,000,000 | [P] My DC-GAN works better then ever! | 2025-12-31 | 293 | 0.94 | 58 | 0 | 380 | 25.479205 | reddit |
1pcaxi3 | MachineLearning | capital | 3,000,000 | [D] Published paper uses hardcoded seed and collapsed model to report fraudulent results | 2025-12-02 | 287 | 0.96 | 65 | 0 | 384.5 | 25.780932 | reddit |
1l0xvq9 | MachineLearning | capital | 3,000,000 | [P] Interactive Pytorch visualization package that works in notebooks with 1 line of code | 2025-06-01 | 290 | 0.99 | 27 | 0 | 330.5 | 22.160203 | reddit |
1s3j3ef | MachineLearning | capital | 3,000,000 | [D] Is LeCun’s $1B seed round the signal that autoregressive LLMs have actually hit a wall for formal reasoning? | 2026-03-25 | 280 | 0.86 | 115 | 0 | 452.5 | 30.340369 | reddit |
1s6uqns | MachineLearning | capital | 3,000,000 | [P] Built an open source tool to find the location of any street picture | 2026-03-29 | 276 | 0.93 | 35 | 3 | 334.5 | 22.428405 | reddit |
1ojeldl | MachineLearning | capital | 3,000,000 | [D]NLP conferences look like a scam.. | 2025-10-29 | 270 | 0.92 | 57 | 0 | 355.5 | 23.836467 | reddit |
1o1jdd7 | MachineLearning | capital | 3,000,000 | [D] Bad Industry research gets cited and published at top venues. (Rant/Discussion) | 2025-10-08 | 264 | 0.94 | 72 | 0 | 372 | 24.942801 | reddit |
1qd696s | MachineLearning | capital | 3,000,000 | Nvidia: End-to-End Test-Time Training for Long Context aka Being Able To Update A Model's Weights In Real-Time As You Use It | "TTT changes the paradigm from retrieving info to learning it on the fly. | 2026-01-15 | 263 | 0.98 | 27 | 0 | 303.5 | 20.349839 | reddit |
1r7ruu8 | MachineLearning | capital | 3,000,000 | [D] We tested the same INT8 model on 5 Snapdragon chipsets. Accuracy ranged from 93% to 71%. Same weights, same ONNX file. | 2026-02-18 | 267 | 0.98 | 37 | 1 | 324.5 | 21.7579 | reddit |
1sun588 | MachineLearning | capital | 3,000,000 | There Will Be a Scientific Theory of Deep Learning [R] | 2026-04-24 | 260 | 0.89 | 54 | 1 | 343 | 22.998335 | reddit |
1tfh2s9 | MachineLearning | capital | 3,000,000 | Program misleading high school students into paying to perform academic misconduct in ML Research [D] | 2026-05-17 | 259 | 0.97 | 38 | 0 | 316 | 21.18797 | reddit |
1r5gogk | MachineLearning | capital | 3,000,000 | Can we stop these LLM posts and replies? [D] | 2026-02-15 | 255 | 0.95 | 49 | 0 | 328.5 | 22.026102 | reddit |
1n4y2y3 | MachineLearning | capital | 3,000,000 | [D] Huawei’s 96GB GPU under $2k – what does this mean for inference? | 2025-08-31 | 251 | 0.86 | 116 | 0 | 425 | 28.496479 | reddit |
1l9lb0c | MachineLearning | capital | 3,000,000 | [P]: I reimplemented all of frontier deep learning from scratch to help you learn | 2025-06-12 | 247 | 0.87 | 21 | 0 | 278.5 | 18.673575 | reddit |
1sbzxwn | MachineLearning | capital | 3,000,000 | [D] Those of you with 10+ years in ML — what is the public completely wrong about? | 2026-04-04 | 244 | 0.93 | 280 | 0 | 664 | 44.521558 | reddit |
1l4rpe2 | MachineLearning | capital | 3,000,000 | [R] LLMs are Locally Linear Mappings: Qwen 3, Gemma 3 and Llama 3 can be converted to exactly equivalent locally linear systems for interpretability | 2025-06-06 | 241 | 0.95 | 46 | 0 | 310 | 20.785667 | reddit |
1rsdify | MachineLearning | capital | 3,000,000 | [D] What is even the point of these LLM benchmarking papers? | 2026-03-13 | 240 | 0.96 | 79 | 0 | 358.5 | 24.037618 | reddit |
1tfv0vh | MachineLearning | capital | 3,000,000 | Slop is making me feel disconnected from AI Research [D] | 2026-05-17 | 236 | 0.89 | 83 | 0 | 360.5 | 24.171719 | reddit |
1rl9j3s | MachineLearning | capital | 3,000,000 | [D] A mathematical proof from an anonymous Korean forum: The essence of Attention is fundamentally a d^2 problem, not n^2. (PDF included) | 2026-03-05 | 237 | 0.91 | 80 | 1 | 359 | 24.071144 | reddit |
1kz5t16 | MachineLearning | capital | 3,000,000 | [R] The Resurrection of the ReLU | 2025-05-30 | 233 | 0.97 | 63 | 0 | 327.5 | 21.959052 | reddit |
1qi8twv | MachineLearning | capital | 3,000,000 | [P] I Gave Claude Code 9.5 Years of Health Data to Help Manage My Thyroid Disease | 2026-01-20 | 230 | 0.89 | 55 | 0 | 312.5 | 20.953293 | reddit |
1mfi8li | MachineLearning | capital | 3,000,000 | [R] From Taylor Series to Fourier Synthesis: The Periodic Linear Unit | 2025-08-02 | 229 | 0.93 | 50 | 0 | 304 | 20.383364 | reddit |
1m5qudf | MachineLearning | capital | 3,000,000 | [D] Gemini officially achieves gold-medal standard at the International Mathematical Olympiad | 2025-07-21 | 231 | 0.94 | 69 | 0 | 334.5 | 22.428405 | reddit |
1sdmn97 | MachineLearning | capital | 3,000,000 | [D] How to break free from LLM's chains as a PhD student? | 2026-04-06 | 226 | 0.93 | 106 | 0 | 385 | 25.814458 | reddit |
1r8y1ha | MachineLearning | capital | 3,000,000 | [R] Analysis of 350+ ML competitions in 2025 | 2026-02-19 | 221 | 0.98 | 11 | 3 | 243.5 | 16.326806 | reddit |
1ms9d2u | MachineLearning | capital | 3,000,000 | [R] Dino v3: Self-supervised learning for vision at unprecedented scale | 2025-08-16 | 217 | 0.98 | 19 | 0 | 245.5 | 16.460907 | reddit |
1qno68x | MachineLearning | capital | 3,000,000 | Advice for PhD students in this Al slop paper era - I feel academia needs serious revisions! [D] | 2026-01-26 | 221 | 0.92 | 59 | 0 | 309.5 | 20.752142 | reddit |
1rq6g08 | MachineLearning | capital | 3,000,000 | How I topped the Open LLM Leaderboard using 2x 4090 GPUs - Research notes in Blog form | 2026-03-10 | 213 | 0.97 | 34 | 0 | 264 | 17.701342 | reddit |
1soj65c | MachineLearning | capital | 3,000,000 | Zero-shot World Models Are Developmentally Efficient Learners [R] | 2026-04-18 | 213 | 0.96 | 35 | 0 | 265.5 | 17.801918 | reddit |
1ornns5 | MachineLearning | capital | 3,000,000 | [D] Why TPUs are not as famous as GPUs | 2025-11-08 | 212 | 0.92 | 97 | 0 | 357.5 | 23.970568 | reddit |
1laqsz2 | MachineLearning | capital | 3,000,000 | [P] 3Blue1Brown Follow-up: From Hypothetical Examples to LLM Circuit Visualization | 2025-06-13 | 209 | 0.97 | 18 | 0 | 236 | 15.823927 | reddit |
1popuf4 | MachineLearning | capital | 3,000,000 | [P] Eigenvalues as models | 2025-12-17 | 209 | 0.94 | 43 | 0 | 273.5 | 18.338322 | reddit |
1ophthe | MachineLearning | capital | 3,000,000 | Reasoning models don't degrade gracefully - they hit a complexity cliff and collapse entirely [Research Analysis] [R] | 2025-11-05 | 210 | 0.95 | 48 | 0 | 282 | 18.908252 | reddit |
1nfav96 | MachineLearning | capital | 3,000,000 | [D] Larry Ellison: “Inference is where the money is going to be made.” | 2025-09-12 | 207 | 0.93 | 104 | 0 | 363 | 24.339346 | reddit |
1ltejq6 | MachineLearning | capital | 3,000,000 | [D] Remembering Felix Hill and the pressure of doing AI research | 2025-07-06 | 208 | 0.97 | 22 | 0 | 241 | 16.15918 | reddit |
1mtfikh | MachineLearning | capital | 3,000,000 | [D] Conferences need to find better venues | 2025-08-18 | 209 | 0.93 | 51 | 0 | 285.5 | 19.142929 | reddit |
1q3rxa3 | MachineLearning | capital | 3,000,000 | [D] My Machine learning research notes: 15 years of continuous writing and 8.8k GitHub stars! | 2026-01-04 | 203 | 0.97 | 12 | 4 | 229 | 15.354573 | reddit |
1n1wm8n | MachineLearning | capital | 3,000,000 | [N] Unprecedented number of submissions at AAAI 2026 | 2025-08-27 | 205 | 0.94 | 110 | 0 | 370 | 24.808699 | reddit |
1nomagf | MachineLearning | capital | 3,000,000 | [D]: How do you actually land a research scientist intern role at a top lab/company?! | 2025-09-23 | 202 | 0.97 | 54 | 2 | 287 | 19.243505 | reddit |
1px1agd | MachineLearning | capital | 3,000,000 | [D] r/MachineLearning - a year in review | 2025-12-27 | 201 | 0.97 | 16 | 2 | 229 | 15.354573 | reddit |
1sjb0qi | MachineLearning | capital | 3,000,000 | Gary Marcus on the Claude Code leak [D] | 2026-04-12 | 195 | 0.85 | 71 | 0 | 301.5 | 20.215738 | reddit |
1repn7v | MachineLearning | capital | 3,000,000 | [D] ML Engineers — How did you actually learn PyTorch? I keep forgetting everything. | 2026-02-25 | 193 | 0.95 | 66 | 0 | 292 | 19.578757 | reddit |
1rx201a | MachineLearning | capital | 3,000,000 | [D] ICML rejects papers of reviewers who used LLMs despite agreeing not to | 2026-03-18 | 192 | 0.97 | 76 | 0 | 306 | 20.517465 | reddit |
1pcgmma | MachineLearning | capital | 3,000,000 | [D] On low quality reviews at ML conferences | 2025-12-02 | 197 | 0.92 | 57 | 0 | 282.5 | 18.941777 | reddit |
1t5anla | MachineLearning | capital | 3,000,000 | Stop letting LLMs edit your .bib [D] | 2026-05-06 | 192 | 0.96 | 35 | 1 | 246.5 | 16.527958 | reddit |
1l7bo8h | MachineLearning | capital | 3,000,000 | [D] What underrated ML techniques are better than the defaults | 2025-06-09 | 188 | 0.98 | 82 | 0 | 311 | 20.852718 | reddit |
1sml5fo | MachineLearning | capital | 3,000,000 | Failure to Reproduce Modern Paper Claims [D] | 2026-04-15 | 185 | 0.97 | 50 | 0 | 260 | 17.43314 | reddit |
1s0qi41 | MachineLearning | capital | 3,000,000 | [N] MIT Flow Matching and Diffusion Lecture 2026 | 2026-03-22 | 190 | 0.97 | 20 | 0 | 220 | 14.751119 | reddit |
1syjlc2 | MachineLearning | capital | 3,000,000 | Why isn’t LLM reasoning done in vector space instead of natural language?[D] | 2026-04-29 | 184 | 0.96 | 72 | 0 | 292 | 19.578757 | reddit |
1rs56wa | MachineLearning | capital | 3,000,000 | CVPR workshop farming citations - how is this ethical?? [D] | 2026-03-12 | 189 | 0.98 | 34 | 1 | 242 | 16.22623 | reddit |
1p8qru0 | MachineLearning | capital | 3,000,000 | [D] ICLR reviewers being doxed on OpenReview | 2025-11-28 | 180 | 0.95 | 38 | 0 | 237 | 15.890978 | reddit |
1ou77gn | MachineLearning | capital | 3,000,000 | [R] Unvalidated Trust: Cross-Stage Vulnerabilities in LLMs | 2025-11-11 | 181 | 0.99 | 7 | 0 | 191.5 | 12.840178 | reddit |
1ng6dsf | MachineLearning | capital | 3,000,000 | [D] which papers HAVEN'T stood the test of time? | 2025-09-13 | 179 | 0.96 | 158 | 0 | 416 | 27.893024 | reddit |
1q72bd8 | MachineLearning | capital | 3,000,000 | [D] I summarized my 4-year PhD on Geometric Deep Learning for Molecular Design into 3 research questions | 2026-01-08 | 179 | 0.96 | 14 | 1 | 202 | 13.544209 | reddit |
1od3j63 | MachineLearning | capital | 3,000,000 | [N] Pondering how many of the papers at AI conferences are just AI generated garbage. | 2025-10-22 | 178 | 0.9 | 65 | 0 | 275.5 | 18.472424 | reddit |
1rlnwsk | MachineLearning | capital | 3,000,000 | [D] AMA Secure version of OpenClaw | 2026-03-05 | 179 | 0.92 | 114 | 1 | 352 | 23.60179 | reddit |
1s0hcit | MachineLearning | capital | 3,000,000 | [D] Has industry effectively killed off academic machine learning research in 2026? | 2026-03-22 | 172 | 0.82 | 65 | 0 | 269.5 | 18.07012 | reddit |
1nicdse | artificial | capital | 800,000 | UAE deposited $2 billion in Trump's crypto firm, then two weeks later Trump gave them AI chips | 2025-09-16 | 4,724 | 0.99 | 162 | 8 | 4,983 | 366.602781 | reddit |
1ti5pq7 | artificial | capital | 800,000 | “AI vs Creativity” from a pro-AI greedy corpo | 2026-05-20 | 3,253 | 0.97 | 383 | 5 | 3,837.5 | 282.327548 | reddit |
1t2z0tn | artificial | capital | 800,000 | Richard Dawkins spent 3 days with Claude and named her "Claudia." what he concluded after is hard to defend. | 2026-05-03 | 3,173 | 0.92 | 1,349 | 3 | 5,202.5 | 382.751549 | reddit |
1sfqix8 | artificial | capital | 800,000 | this is how an AI generated cow looked 12 years ago | 2026-04-08 | 2,392 | 0.9 | 339 | 3 | 2,906.5 | 213.833229 | reddit |
1sx7sjl | artificial | capital | 800,000 | A comedian’s strategy for poisoning AI training data | 2026-04-27 | 1,782 | 0.96 | 213 | 2 | 2,105.5 | 154.903102 | reddit |
1qcpxzs | artificial | capital | 800,000 | Senate passes bill letting victims sue over Grok AI explicit images | 2026-01-14 | 1,725 | 0.97 | 158 | 1 | 1,964 | 144.492848 | reddit |
1tax3dz | artificial | capital | 800,000 | My god there is an enormous crash just waiting to happen | 2026-05-12 | 1,579 | 0.86 | 619 | 2 | 2,511.5 | 184.772804 | reddit |
1t6zm1l | artificial | capital | 800,000 | Marc Andreessen Mocked for Accidentally Revealing That He Seems to Have a Deep Misunderstanding of How AI Actually Works | 2026-05-08 | 1,529 | 0.97 | 278 | 0 | 1,946 | 143.168575 | reddit |
1m56uby | artificial | capital | 800,000 | Trump puts up AI video of Obama being arrested by the FBI in the Oval Office | 2025-07-21 | 1,428 | 0.95 | 170 | 1 | 1,685 | 123.966624 | reddit |
1lbbrch | artificial | capital | 800,000 | 2022 vs 2025 AI-image. | 2025-06-14 | 1,428 | 0.93 | 204 | 3 | 1,740 | 128.013012 | reddit |
1sc3kpj | artificial | capital | 800,000 | OpenAI CEO Sam Altman accused of sexual abuse by family member | 2026-04-04 | 1,331 | 0.9 | 258 | 0 | 1,718 | 126.394457 | reddit |
AI Layoff Discourse Amplification Dataset
Dataset for the paper: "Attention Asymmetry in AI Layoff Discourse on X: A Computational Analysis of Capital vs Labour Amplification" Joy Bose, 2026.
Code: https://github.com/joyboseroy/attention-asymmetry
Contents
tweet_ids.csv
Tweet IDs for 763 tweets collected from X (May 20-27, 2026). Columns: tweet_id, corpus_label (capital/labour), account_handle, date
Per X Developer Policy, only tweet IDs are shared. Rehydrate using the X API v2 to retrieve full tweet objects. Rehydration tool: https://github.com/DocNow/hydrator
reddit_posts.csv
647 Reddit posts from 10 subreddits (top posts, last year). Full post data including title, score, comments, amplification score. Columns: post_id, subreddit, corpus, title, date, score, num_comments, amplification, norm_amp, platform
Corpus Labels
capital: Posts from accounts framing AI as opportunity/transformation labour: Posts from accounts framing AI as displacement/threat
Paper
https://arxiv.org/abs/2605.29367
Citation
@misc{bose2026attention, title={Attention Asymmetry in AI Layoff Discourse on X}, author={Bose, Joy}, year={2026}, eprint={2605.29367}, archivePrefix={arXiv} }
License
MIT
- Downloads last month
- 11