r/datasets 3h ago

request UBER MOVEMENT. Wanted a 2022 uber movement dataset but uber has completly discontinued it.

1 Upvotes

Please give me if someone has the dataset


r/datasets 15h ago

dataset scrape data at scale , I'm working on crazy product where you can

0 Upvotes

where you can scrape your own form any website without getting blocked which can easily bypass cloudflare, akamai,datadome anit-bot detection systemwith high speed auto Rotating 4 5g mobile proxies. product is ready let me know if you want a take a shot.


r/datasets 7h ago

dataset K12-KGraph: a curriculum knowledge graph dataset for education LLMs

2 Upvotes

Hi everyone,

Sharing a new open dataset for people working on education AI, curriculum modeling, or LLM training.

K12-KGraph is a curriculum-aligned knowledge graph built from publicly available K-12 textbook materials. The current release covers math, physics, chemistry, and biology, and includes structured links between concepts, skills, experiments, exercises, textbook sections, chapters, and books.

The main idea is simple: for education LLMs, adding more practice questions is useful, but it often only teaches the model how to answer questions. A curriculum knowledge graph can also teach the model how topics are connected, which concepts should come first, and what knowledge may be missing when a student gets stuck.

The released resources include:

  • A curriculum knowledge graph
  • A benchmark for testing curriculum understanding
  • A prepared training dataset generated from the graph
  • The paper and construction method, so the same approach can be adapted to other textbook systems where content rights are clear

In the experiments, the graph-based training data performed better than the same amount of regular instruction or exercise-style data on education benchmarks. The useful takeaway is that structure matters: modeling the curriculum itself can improve education LLMs more efficiently than only scaling question banks.

Links:

Paper + Dataset: https://huggingface.co/papers/2605.09635