r/datasets Nov 04 '25

discussion Like Will Smith said in his apology video, "It's been a minute (although I didn't slap anyone)

Thumbnail
1 Upvotes

r/datasets 7h ago

dataset An Archive of 244 New York City Rent-Stabilization Histories (42 years) [JSON]

Thumbnail johnl.ink
6 Upvotes

42 years. 244 apartments. Four decades of rent, vacancies, improvements, preferential leases, and deregulations, as filed with the New York State Division of Housing and Community Renewal.


r/datasets 8h ago

request Open dataset for firm-level AI workforce / AI skills data?

3 Upvotes

Looking for an open-access dataset with firm-level AI workforce or AI skills data — global coverage, up to the present.

I've looked at Revelio Labs and Cognism, but all of them are paid licenses.

Is there anything open or free for academic use?

Thanks.


r/datasets 2h ago

API Title: Looking for one pilot user for a normalized SEC Forms 3/4/5 API

1 Upvotes

I’ve been building a normalized dataset and API from SEC ownership filings (Forms 3, 4 and 5, including amendments). It currently covers roughly 869,000 filings and more than 2.4 million transaction line items, including issuer and reporting-owner data, roles, transaction codes, timestamps, and price-quality information.

I’m not launching it as a public API yet. I’m looking for one person who already works with SEC ownership data and has a concrete research, backtesting, or data-engineering task they would be willing to run against it.

The pilot currently provides one filtered transaction endpoint with cursor pagination through an individual, revocable API key. There is no bulk export or separate filing/footnote endpoint yet.

The documentation is available here:

https://insiderfilings.info/api/v1/docs/

If this fits something you are already working on, please comment or DM me with a sentence or two about your use case. In return for access, I’m mainly looking for candid feedback on whether the API actually saves work, where the data model is unclear, and what blocks the workflow.


r/datasets 4h ago

request Egocentric POV / OTS Data Needed, Large Number of Hours | Worldwide

1 Upvotes

We're an AI training data marketplace working with companies building robotics and physical AI systems. We're currently looking for a data supplier, collector, or lab that has a large amount of egocentric video data and is willing to sell or license it.

Currently looking for 10,000 to 50,000 hours, with priority for OTS (off-the-shelf), already recorded material. This could be previously sold or unsold. We're interested in various tasks and regions, in both residential and commercial settings.

We have the budget to purchase, and the timeline is 3-6 months.

If you're able to produce those hours, let us know what your collection volumes per month look like. Happy to consider if your data and price are the right fit.

We're also interested in various setups (IMU, stereo, hand tracking, annotation, narration, etc.).


r/datasets 7h ago

request Anyone from institutions which provide access of dataful.in, we need data of MPLADS for our SIH project, so if there's anyone who can help...

Thumbnail
1 Upvotes

Doo heelppp guyssss plzzzz 😭😭


r/datasets 8h ago

request Hi , I’m Pia : urgently looking for a data based role

Thumbnail
0 Upvotes

r/datasets 9h ago

resource Built a qualitative analysis tool — offering free sentiment/thematic analysis to test it on real data

1 Upvotes

I built a tool for qualitative research and I need people to break it.

I’m a student with a background in ML/data science, and I’ve been building a tool that can analyze things like interview transcripts, focus groups, open-ended survey responses, reviews, etc. — basically qualitative text.

It does sentiment analysis, coding, and thematic analysis.

But here’s the problem: I don’t want to test it on fake ChatGPT-generated data.

I’m looking for researchers/students who have real qualitative data they’ve already collected and wouldn’t mind letting me run through the tool.

In return, I’ll send you the analysis/results completely free.

No subscription. No sales pitch. No “book a demo.” 😅

I’m mainly trying to figure out:

\- Are the codes actually useful?

\- Do the themes make sense?

\- Does it save you time?

\- Where does it completely screw up?

\- Would you actually use something like this in your research?

You can anonymize/redact anything sensitive before sending it.

If you have a thesis, dissertation, research project, interview transcripts, focus group data, survey responses, or anything else qualitative sitting on your laptop, I’d genuinely love to test it.

Comment “interested” or DM me.

And yes, I’m specifically looking for people who are willing to tell me “this is terrible” if it is. 😂


r/datasets 12h ago

dataset I trained a 67M-param LaTeX OCR model that runs on a laptop CPU — and built a new style-aware dataset to train it. Weights, data, and training code all open (MIT).

2 Upvotes

Hey everyone! I've been working on a little side project I wanted to share: latex-ocr, a standalone formula OCR model — you feed it an image of a math formula, it spits out the LaTeX source.

The main hook: it's only 67M parameters, so it runs comfortably on a laptop CPU. No GPU, no 300M-parameter monster to load. It's a CoCa-style model (contrastive captioner adapted for OCR), and despite the small size it beats the 107M UniMER-tiny baseline and gets pretty close to the 325M one on plain formulas.

The part I'm actually most proud of is the dataset. Real papers don't just use plain symbols — you see \mathbb{R}, \mathcal{F}, \mathfrak{g} everywhere, and existing OCR datasets basically ignore font styles, so models trained on them can't read (or hallucinate) those macros. So I rebuilt ~1.3M formulas with a MathJax → SVG → PDF → PNG pipeline and injected font-style macros with semantic heuristics (number sets → \mathbb, vectors → \mathbf, differentials → \mathrm). On that styled test set it clearly outperforms all the baselines — fair warning though, those baselines are zero-shot on styled data, so take that comparison with a grain of salt. The plain-split numbers are the like-for-like ones.

Everything is open: model weights and dataset on Hugging Face, training recipes included if you want to reproduce or fine-tune it yourself, MIT license. There's also a FastAPI server and a Gradio web UI, so you can drag-and-drop an image and see the LaTeX with a rendered preview.

Repo: https://github.com/PadishahIII/latex-ocr Model: https://huggingface.co/PadishahIIIXXX/latex-ocr Dataset: https://huggingface.co/datasets/PadishahIIIXXX/latex-ocr-dataset

Happy to answer questions about the training setup, the data pipeline, or anything else. Would love feedback — especially if you try it on your own gnarly formulas and it breaks, that's genuinely useful.


r/datasets 9h ago

API [Self-promo: I built it] Real SEC ownership-filing metadata (Form 4 / 13F) as a free JSON API — sample dataset of 23 tickers

1 Upvotes

Disclaimer per sub rules: I built and operate this — it is self-promotion, disclosed up front.

The dataset: real SEC EDGAR ownership-filing metadata — Form 4 (insider trades), 13F-HR (institutional holdings), Form 3 — for a sample of 23 major US tickers, last ~120 days (675 records currently). Original source is the SEC's public EDGAR system (public domain): https://www.sec.gov

Fields per record: ticker, CIK, form type, filing date, accession number, primary document, and the SEC source URL.

Access: free demo API key at https://edgarfeed.onrender.com (no card).

Honest limits: metadata-level records only (not parsed line items yet); sample coverage, not the full market; this is a beta demand test, not a finished product. If you need full history, webhooks, or normalized transaction line items, that's the planned paid roadmap ($0/$29/$79 — not yet verified).

Questions about the data or the approach are welcome.


r/datasets 12h ago

dataset [self-promotion] Daily dataset + free API for Pakistani mutual fund NAVs (MUFAP-sourced)

1 Upvotes

Disclaimer: this is my own open-source project.

I maintain a daily-refreshed dataset of Pakistani mutual fund NAVs, built from the public MUFAP data (the industry association at mufap.com.pk is the original source). It is served as a free no-key API.

Per fund you get the current NAV, full NAV history and computed returns, plus AMC and category metadata. JSON, MIT licensed, no PII.

https://github.com/saadsalmankhan/pakistan-mutual-funds-api

Happy to expose extra fields if they are useful for research.


r/datasets 1d ago

discussion Evidence of Fraud in an Influential Study About Procrastination

Thumbnail datacolada.org
29 Upvotes

r/datasets 21h ago

mock dataset Free High-Fidelity Dataset - Retail POS Transaction

Thumbnail github.com
1 Upvotes

A high-fidelity synthetic retail POS (Point of Sale) transaction dataset containing over 1,190,000+ synchronized master invoices and 4,190,000+ item line details across multiple relational schemas. Generated using a custom, highly-optimized Prolog simulation engine, this dataset is enterprise production-grade and perfect for database stress-testing, query optimization benchmarks, and complex retail machine learning models.


r/datasets 1d ago

resource we stripped the column names off 20 OpenML datasets to see how much model accuracy was actually coming from the headers

0 Upvotes

Disclosure per rule 1: I work at Schema Labs and one of the three models tested is ours

The thing that started this was annoyance rather than research. most datasets any of us actually work with show up with columns called V1 through V57, or metric_14, or some four character code from a system nobody maintains. meanwhile benchmarking mostly happens on clean data where the age column is called age, which quietly rewards a model for reading the header instead of the values.

so we took 20 numerical classification datasets off OpenML and ran each twice. once as published, once with every column name stripped. same splits otherwise.

mean ROC-AUC with names gone:

Schema-2: 0.9230
TabuLa-8B: 0.8658
ConTextTab: 0.8541

ours held flat, 0.9230 with names and 0.9230 without. the other two both gave up roughly 7 points once the headers went. flagging that these are our internal runs, not third party replicated.

one thing that doesn't fit the story but is true: stripping names doesn't strip position, and column order still carries signal on some of these. we didn't control for it and probably should have.

all 20 are public on OpenML so anyone can rerun this against a model we didn't cover. would like someone to get a different number. if you want the full per-dataset breakdown and the methodology, comment and I'll send it over.


r/datasets 1d ago

request kalkine reporting data aggregator for investment

Thumbnail
1 Upvotes

Looking for information about this company


r/datasets 1d ago

request Needing a consonant zh,ch,sh,z,c,s pronounciation audio dataset with all tones for my AI classification model project

Thumbnail
1 Upvotes

r/datasets 2d ago

dataset Dataset from the paper "Multilingual and Informal Web Datasets for Robust Language Modeling"

2 Upvotes

On Hugging Face SalatielJordao/incels_is_1788055901

PS: Mods Reddit filters removed the last post, I suppose its because of the forum name associated on the title, let me know if its ok. Im the main author, you can AMA if you want.


r/datasets 2d ago

request Looking for dataset for Amazon, eBay

2 Upvotes

Looking for someone with experience sourcing large-scale Amazon/eBay product datasets
Does anyone know how companies like Tiendamia, Ubuy, etc. obtain or build large product catalogs from Amazon, eBay, and other retailers?
We’re specifically looking for structured product data at scale, including things like:
Product title / description
UPC / EAN / GTIN / ASIN
Brand / model
Product dimensions
Item weight and, ideally, packaged/shipping weight
Images
Variants
Categories
Pricing / availability where possible
Historical or continuously updated data
The biggest issue we’re trying to solve is weight accuracy. Amazon data is generally usable, but eBay is much messier because individual sellers enter their own product information, and weights/dimensions can be missing or completely inaccurate.
We’re interested in knowing what legitimate sources exist for this kind of data — commercial datasets, data providers, APIs, retailer feeds, catalogs, or ways companies build their own datasets at scale.
If you’ve worked on e-commerce data ingestion, product catalogs, Amazon/eBay datasets, product matching, or shipping-weight estimation, I’d love to hear how you approached it.
Especially interested in sources that can provide millions of products rather than an API where we have to query products one-by-one.


r/datasets 2d ago

resource [Synthetic] Medical Documents Collection on HF (for testing raster processing pipelines)

1 Upvotes

I've created a dataset (over 7,700 files/17GB) on Hugging Face that can help with testing and tuning scanned document processing:

https://huggingface.co/datasets/morzel85/synthetic-medical-document-recognition-benchmark

It's meant to be realistic but fully synthetic (based on Synthea/FHIR).

I used it to assess OCR + NER for de-identification, and because documents are clearly marked as synthetic these are safe for demos. The README file contains all details.

Maybe it will be useful for someone else. Released under cc-by-4.0 (free for any use, watch out: some datasets are produced with components that not allow commercial use).


r/datasets 2d ago

dataset I generated a 1000-question neuroscience dataset on a Ryzen 5700X and an 8GB GPU because nothing with this tone existed

0 Upvotes

I checked Hugging Face for a neuroscience/biology QA dataset that wasn't either scraped Wikipedia with zero voice or dumbed down to the point of being wrong. Nothing fit, so I built one.

NeuroBio GenZ 1K: about 1000 questions like "why does doomscrolling give me dopamine" or "why do I forget why I walked into a room," each answered in 2-5 sentences, casual tone, but using the actual terminology instead of vague placeholders. Nucleus accumbens instead of "reward center." GABA instead of "chill chemical." The system prompt explicitly banned the "dopamine is the pleasure chemical" style oversimplification that's everywhere in this space.

Fully local generation. Ornith 1.5 35B-A3B, Q3_K_XL quant, through llama.cpp on a Ryzen 7 5700X, 32GB DDR4, 8GB GPU. No API calls, no cloud spend.

The part I actually want to share because it's a real lesson: I ran the whole generation at 10-13 tok/s because I hadn't figured out the right server flags yet. After the run finished I found the config that gets the exact same hardware to 30-35 tok/s: speculative decoding via --spec-type draft-mtp plus properly tuned --n-cpu-moe for MoE expert offload. Both configs are in the repo if you're doing something similar and don't want to waste the time I did.

Dataset: https://huggingface.co/datasets/luka0x12/NeuroBio-GenZ-1K
Source code + server scripts: https://github.com/luka0x12/NeuroBio-GenZ-1K

CC BY 4.0, use it for whatever.


r/datasets 2d ago

resource [self-promotion] Korea's official listed-company financial statements (DART, the Korean SEC's EDGAR equivalent): line-item balance sheet + income statement, free, already in IFRS-taxonomy English field names

3 Upvotes

Source (original): DART (Data Analysis, Retrieval and Transfer System), run by Korea's Financial Supervisory Service — the mandatory disclosure filing system, same role as SEC EDGAR. Free OpenAPI, 20,000 calls/day on a free key, no commercial-use restriction.

What's in it. Every KOSPI/KOSDAQ listed company's financial statement line items from annual reports: balance sheet, income statement, cash flow, equity changes. Each row carries the current year amount plus the prior two years side by side, so you get a 3-year trend per line without extra calls. Consolidated (CFS) preferred, falls back to separate (OFS) for companies with no subsidiaries.

The part worth posting about: DART already tags every line with an IFRS taxonomy id — ifrs-full_Assets, ifrs-full_Revenue, ifrs-full_ProfitLoss, etc. — the same taxonomy US/EU filers use. That means no Korean-to-English account-name translation step, unlike most Korea data sources (my other actor, the real-estate one, needs a full translation layer). You get the Korean label (account_nm, e.g. 매출액) and the international taxonomy id side by side for free.

Gotchas (cost me actual debugging time):

  1. Company lookup isn't by ticker — you first pull corpCode.xml (a zip, ~forgot-to-check-Content-Type gotcha), which maps every DART-registered entity (listed and unlisted) to an internal corp_code. Unlisted entities have an empty stock_code field; filter those out or you'll query companies with no ticker.
  2. No single "give me financials" call reliably returns consolidated statements. You have to try fs_div=CFS first and fall back to OFS — a normal, expected branch, not an error path. A company with no subsidiaries simply has no CFS.
  3. Status 013 ("조회된 데이타가 없습니다" / no data found) is not an error, it's an empty result — some report/year combos genuinely don't exist. Status 020 (quota exceeded) is a real error. Conflating the two silently turns a rate-limit hit into "this company has no 2019 filings."
  4. Amounts come as strings ("514531948000000"), not numbers — cast, don't trust the JSON type.
  5. rcept_no (the filing receipt number) encodes the filing date in its first 8 digits — that's the only place you get an as-of date; there's no separate date field on the row.

Real example — Samsung Electronics (005930), FY2022–2024, annual consolidated:

FY2022 (제54기) FY2023 (제55기) FY2024 (제56기)
Total assets 448.4T KRW 455.9T KRW
Revenue 302.2T KRW 258.9T KRW

That FY2023 revenue dip and FY2024 recovery is the memory-chip downturn/rebound showing up directly in the raw filing data, three years in one API response, no crawling three separate annual reports.

Disclosure — I built a free wrapper. Raw DART responses are one financial-statement/report/year combo per call, Korean-first field names (thstrm_amount, sj_div), and require the corp_code lookup above. I published an Apify actor that does the corp_code mapping, CFS→OFS fallback, and reshapes rows into English field names (currentAmountKrw, statementType, accountId) — free, no API key of your own needed:

The source of truth is DART, not me — if you'd rather hit opendart.fss.or.kr yourself, the gotcha list above should save you the debugging session it cost me.


r/datasets 3d ago

question HELP READING DATA (US CENSUS 2004) Unclear structure??

1 Upvotes

Hello all, I have a paper due SHORTLY (my fault, i know) on socioeconomic factors on the Navajo tribe. I want to access data on the US census bureau for the year 2004. This is the site (need Arizona, Utah and New Mexico) but it looks like this: file:///var/folders/t7/thn9pmf93zx7t525wn14vs240000gn/T/TemporaryItems/NSIRD_screencaptureui_yMdzpl/Screenshot%202026-08-29%20at%2022.46.43.png

(WHICH IS INCOMPREHENSIBLE FOR ME) Does anyone know how read this?? I would like to know how to read it because I need to repeat this with other factors such as housing, education, etc...

For context this is data is on Income and poverty in Arizona (2004) and I would be interested in the Apache and Navajo county.

Thank you to whoever can help!


r/datasets 3d ago

dataset [Self-Promotion] Pre-Seed Venture Capital Firms — Active Investors

0 Upvotes

Pre-Seed Investor List — active investors, investment stages, sectors, office locations, and portfolio links.

https://preseedvclist.com


r/datasets 3d ago

request Every 'AI data tool' out there is just a stale scrape with a nicer UI. I built something that isn't

Thumbnail
0 Upvotes

r/datasets 3d ago

request Data creation tools - Africa Cameroon

2 Upvotes

Hi everyone,

I work in international cooperation and I’m currently working with a major city in Cameroon.

We’re primarily working on a project for an urban observatory oriented to GIS data.

Financial and Human Resources are limited, so we’re looking for tools that could help us create data on the longterm. We are currently gathering data from local stakeholders and OpenStreetMap.

I’ve identified different open source or affordable tools, such as:

\- AI segmentation by terra lab https://terra-lab.ai/fr/ai-segmentation
\- Google Open Buildings : https://sites.research.google/gr/open-buildings/
\-DEM comparator : https://github.com/nadiopt-cell/dem\\_comparator

I would like to know about any other tools such as this (probably with AI). With the current data situation, even if the data is not 100% precise, it’s better than nothing.

Thanks !