
r/datasets

[Open Dataset] GitHub engineering momentum for 350+ startups, 15 sectors, Q3 2026: the signal that preceded 219 fundraises (JSON + CSV)
Disclosure up front: I built the project this dataset backs, and I am sharing the raw data here because it is genuinely useful for anyone mining founder or engineering signals.
This is Q3 2026 engineering momentum across 350+ startup GitHub organizations in 15 sectors (web3, data infrastructure, enterprise SaaS, robotics, healthcare, legal tech, space tech, and more). Updated weekly.
What is inside, per org:
- 14-day commit velocity and velocity change %
- contributor count and growth
- new-repo creation
- a signal label (engineering hiring burst / deploy frequency spike / infrastructure buildout / framework migration)
- funding stage estimate (pre-seed through growth) and geography
Collected from public GitHub events only. No private repositories.
The research finding this backs: in a panel of 219 confirmed fundraises (SSRN preprint), a composite of commit velocity and contributor diversity preceded fundraise announcements by 21 to 47 days (median 31), a 3.4x lift over baseline. The methodology page has the full definition; the preprint is at papers.ssrn.com, abstract 6606558.
Get the data (free, no API key):
- JSON: signals.gitdealflow.com/api/signals.json
- Catalog with CSV + JSON exports and field docs: gitdealflow.com/datasets
- Methodology: signals.gitdealflow.com/methodology
License: CC BY 4.0 (attribute as 'Source: GitDealFlow, CC BY 4.0').
One caveat worth knowing: velocity-change % saturates at +999% on the biggest jumps, so for top movers rely on the absolute commit counts rather than the percentage.
Happy to answer questions about the pipeline or the caveats.
Looking for real-world industry problem sets & sample data for an IEEE Hackathon (Energy / Utilities / Software)
Hey everyone! I’m organizing an upcoming IEEE Hackathon aimed at solving actual, messy operational challenges across Energy, Utilities, and Software.
Generic toy problems don't cut it anymore, we want participants tackling real friction points.
What We Need:
- Problem Statements: Real bottlenecks, optimization issues, or data challenges you face in the field.
- Sample Datasets: Raw or sample data to ground the challenge. (I can handle all masking, anonymization, and synthetic data generation to guarantee 100% confidentiality if need be).
What’s in it for You / Your Organization?
- Free Crowdsourced R&D: Direct dozens of motivated engineers and data scientists toward your toughest problems to get fresh, out-of-the-box solutions.
- Talent Access: See how top-tier technical talent approaches real domain-specific problems.
You can check out the current baseline format here: https://github.com/nagusubra/industry-hackathon-lab
If you have a challenge in mind, access to sample data, or want to collaborate, drop a comment or send me a DM!
how to SIMULATE a function calling dataset!
hi everyone!
i want to share with you a little project i created a few months ago to solve a problem i was having with function calling. whenever i needed a good quality and specific dataset to train my models on function calling i couldn't find a good repo for generation. i wanted a dataset that teaches the model not only how to call the tool but also when, in different contexts. i also wanted to have maniacal control on the results, i wanted to control how many tools in each convo, when the tool is called, errors in tool callings and in particular i wanted something that was flexible enought to include *PERSONALIZED* tools with personalized mock answers!!!
for example you can find some tools i made for the sample below in the repo under
>synthfc/tools/eng
and
>synthfc/tools/ita
i also wanted a way to check the results and auto-correct the pieces of data that have problems. here is the repo:
https://github.com/pierpierpy/FC-synth
here some examples i created with an open source model:
https://huggingface.co/datasets/pierjoe/function-calling-synthetic-2000
hope you find it useful!
happy tool calling!
[Dataset] Major Update: 0.5M (450K+) Turkish Python Instruction Dataset for LLM Fine-Tuning 🚀
Hey everyone!
Quick update on our open-source initiative: We just bumped our Turkish Python Instruction Dataset from 210K to over 448,000+ unique
samples (0.5M release)! 🚀
HuggingFace Link: https://huggingface.co/datasets/bysismo/Turkish-Python-instruction-450k
### What's included in this release:
• 448,531+ Unique Single-Turn Pairs (Clean ChatML / Alpaca format)
• Categories Covered:
• 🐍 PY_CORE: 205K+ samples (Syntax, built-ins, core logic)
• 🧬 OOP: 49K+ samples (Classes, inheritance, design patterns)
• 🏗️ DATA_STRUCTURES: 44K+ samples (Lists, dicts, custom data structures)
• ⚙️ ALGORITHMS: (In production, rolling out soon!)
### Roadmap & Upcoming Updates:
We are taking a modular, phased release approach. Over the next few weeks, we will roll out token-bucketed splits (128, 256, 386, 512 max
tokens) and dedicated domain packs (FastAPI, Async, DB/ORM, Concurrency, Security, etc.).
### Quick Start:
from datasets import load_dataset
dataset = load_dataset("bysismo/Turkish-Python-instruction-450k", data_files="original_488k.jsonl")
Feedback and ablation results are highly welcome!
Italy publishes every fuel station's prices daily as open data, and every price carries the timestamp the operator filed it
Disclosure first, because rule 1: I used this dataset to build a free iOS app, so I am not a neutral party here. Posting it because the dataset is genuinely good and I could not find it discussed on this sub.
Italian law requires every fuel station operator to file its prices with the Ministry of Enterprise, and the Ministry republishes the whole lot daily under IODL 2.0. Around 23,955 stations and roughly 93,000 prices, split across a price file and a station registry that carries address, brand and a self service flag.
The part I find unusual is that every individual price carries the timestamp of when that operator filed it. Most national fuel feeds I have looked at hand you a number and tell you nothing about its age. Here you can actually measure it: the median price is one day old, 71.8% are under 24 hours, 93.3% under three days, and 0.6% are more than a month old. That last sliver matters more than its size suggests, because pump prices drift upward, so a station that quietly stops filing keeps an old low number and floats straight to the top of any cheapest-first sort.
One warning if you go to parse it. The file is pipe delimited and does not escape pipes, so 106 rows carry a literal pipe inside a field. There are also 2,466 unbalanced double quotes sitting in company names, which means any reader treating the quote character as an enclosure will silently merge rows and hand you no error at all. I gave up and split on raw pipes without touching quotes. Worth knowing that the values are not sanity checked either: diesel gets filed at €0.123 and at €8.888, about 74 rows a day.
Does anyone know of another country publishing fuel prices at station level with a per-station filing timestamp? I have been through the French and Spanish feeds and both are day resolution at best, which is enough to sort but not enough to tell a driver whether to trust a number.
(The app is Riserva, if it matters for the disclosure. Italy only.)
Are AI companies still buying training, post training data or hiring their own data annotator, synthetic data specialists etc..?
Not sure if this is the right sub-reddit, but I'm wondering if anyone has knowledge in actual trend within AI companies, especially the bigger labs. No doubt they still have agreement to collect and buy new data for training their models, but is the trend going down?
Similarly for alignement, post training and fine tuning are they actually buying? Or is there a shift towards internalizing the capabilities? I'm seeing big labs hiring for synthetic data generation, sometimes even data annotations... or the other hand I'm also seeing startups getting traction by focusing more the infra for doing RL, alignement etc.. than the data itself (they call it "AI gym" or "world model").
What are you thoughts on this and where do you think the "traditional" data-selling industry is going?
Looking for Cancer text+image datasets
I wanna work on multimodel cancer prediction or prognosis
How can i find datasets for this
I looked on NCI it looks hard for me and image sections are very large sizes
Can you guys suggest me
Made a website/database for 17,000+ ISEF projects from 2014-2026 and 2026 CWSF projects (fairfolio.org)
Hey guys!
Last year, I competed in my first science fair. However, I realised that finding out whether my idea had already been done was weirdly hard. ISEF's official abstract database has the projects, but it's keyword search, so if you don't guess the exact words the abstract used, you get nothing.
So I built Fairfolio: every ISEF project from 2014–2026 plus CWSF 2026, 17,911 projects, searchable by meaning (semantic embeddings) instead of keywords.
example: search "teaching a machine to walk without falling over" on keyword search and you get zero results. Semantic search returns the quadruped and hexapod locomotion projects, because it matches the idea rather than the wording.
Current features:
- Filter by fair, year, category, award
- "Related projects" on every page, by embedding similarity
- Save projects to folders
- Every record links back to its original source
It's free, no account needed to browse. Data is from public ISEF abstracts and CWSF's public project listings.
I'm also currently working on adding database APIs and public MCP access so yall can connect your AI agents for ideation purposes.
Currently still in its early stages which is why I'd appreciate it if some of you guys tested it out. Thanks! (fairfolio.org)
[self-promotion] Heres a free tool for contractors
I pulled all 1.3 million federal contract records from the Government of
Canada's open data and looked at one question: who's holding contracts that
are about to come up for renewal?
A few things surprised me.
26,240 federal contracts are currently live, worth $125B. Of the ones that
report a bidder count, 75% drew one bid or none.
And roughly 63 contracts cross into the 12-month planning window every single
week — about $19B of contract value a year.
That last number is the interesting one. Agencies typically start recompete
planning 12–18 months before a contract ends. So the moment a contract crosses
that line is the moment it becomes worth a conversation. It's all public, but
nobody was watching for it.
So I built something that does. It's free, it updates itself monthly, and it
shows you which contracts are expiring, who holds them, what they're worth,
and how contested they were last time.
No signup needed to browse it. Link in the comments.
If you bid on federal work, I'd genuinely like to know whether this is useful
or whether I've missed something obvious.
I've been building a huge NDE database
A project I've been working on for a while and I'm excited to finally share!
The NDE Archive is a database of over 6,700 documented near-death experiences from recognized sources such as IANDS and NDERF. One of the main reasons I built it is that existing sites are often hard to search through and accounts are mostly plain text with little filtering. Here you can actually search and filter experiences in meaningful ways, for example by demographics like sexual orientation or ethnicity, which opens up some really interesting comparisons.
Using AI and Natural Language Understanding, these stories were also analyzed to surface patterns and statistics that are not easily visible when reading individual accounts.
The project is non-profit and was built out of curiosity for the subject and nothing else. If you'd like to support it, sharing is hugely helpful, and donations are welcome through the website.
9 Million GMB Contacts-Contractors/Home Services
I have a dataset of all contractor/home service and construction businesses in the US, Puerto Rico and Canada with up to date Google maps info. Would anyone be interested in seeing a sample?
Variety of datasets for 30 use cases
I'm looking to build out 30 different use cases for 30 days where I pick up real data from multiple domains for eg - finance, technology, gaming etc. I want to run the data through a business reporting tool I came across and want to convince my peers/seniors in my firm that it's a great product.
My real question - which all domains should I focus on and where can I real messy data for each of those domains. Any help is appreciated. Thanks.
[Dataset] 6M job postings with skills, salary, seniority, location facets — from an open-source job aggregator
I run freehire, an open-source job aggregator that ingests postings from dozens of ATS platforms (Greenhouse, Lever, Ashby, Workday, etc.), normalizes them into one schema, and runs each through a facet pipeline.
Just exported the whole catalogue to Hugging Face: freehire-jobs — 6,041,471 postings.
Each row is a raw posting (title, company, description, URL, source, posted_at) plus derived facets:
- Dictionary-only (deterministic, no LLM): skills, seniority, category, work_mode, posting_language, employment_type, education_level, english_level, experience_years_min
- Dictionary-first, LLM-filled: countries, regions, cities
- LLM-only: salary_min/max, currency, period — pay is stated in every format imaginable, no dictionary handles that
Company rows carry their own facets too (industries, HQ country, size, YC batch/stage where applicable).
Format: 20 gzip JSONL shards, split by row range for easy streaming/resuming.
Backstory: I originally wanted to train a cheap classifier for seniority/category tagging instead of paying for an LLM call per job. Turned out the dictionary+LLM pipeline already in prod beats a from-scratch classifier by enough that finishing the classifier wasn't worth it — so I'm sharing the data instead.
15 million websites with historical data - what do you want to know?
Hey y'all,
I'm Luke, and I built Stackra for some context. Not selling a ding o dang thing here, just looking to see what this dataset is really capable of.
The corpus is 15 million sites pulled from HTTP, CommonCrawl, CrUX, and Overture.
I have a few thousand elements mapped out, like analytics, tools, vendors, link value, site category, schema, plugins, you name it. It runs back to 2024, and I've started putting some of this data user facing.
I find things like being able to identify that the market for funeral homes is dominated by two vendors, that I can identify site directories and their value/trajectory, that custom built websites pass CVW at a higher rate than WP, but rarely crack the top rankings without investor backing.
Weird little stuff like an emulator site that has been highjacked by porn/gambling sites. A popular listing tool that claims their links provide DR, but are explicitly UTM and nofollow. Pinpointing an ICP for a small business from clustering shared linked domains.
I'm curious to see what it can do, what would you want to ask?
Data sets to clean, analyze and to practice
Hi everyone, First time posting here. Can i get some datasets in excel to clean and analyze it? I'm just practicing it to enhance my skills. And also where can i get more datasets aside kaggle and creating from chatgpt? Thanks!
[Self promotion] Level of book data 2 on binance
I released a public crypto microstructure dataset for liquidity-stress prediction. I'm looking for feedback on whether the features/labels are useful.
Check it out here: https://huggingface.co/datasets/Goooddy/crypto-lob-stream
This dataset has 3 pairs: BTC/USDT, SOL/USDT and ETH/USDT. The exchange is Binance only.
I collect depth, trades and snapshot differences that can be reconstructed using a library i created on github. i dont know if posting that link will trigger another mod removal so check it out on the dataset README.md.
Anyone know where to find flooded road traffic cam footage with signs still visible?
hey, working on a research thing where we estimate flood depth from traffic cameras using signs/poles as reference.
problem is i can find live flood cams (atxfloods, sunny day flooding, san diego cams, fl511 etc) but almost nothing archived where the road is actually flooded AND a sign/pole is clear enough to measure from.
if anyone’s seen a dataset, old webcam dumps, youtube clips, or even just a few screenshots like that, drop a link. would help a lot.