datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
stackoverflowdupquestions-rerankingstackoverflow-postsThe StackOverflow posts retrieval source for code-rag-bench.
stackoverflow_DL-related_questionsStackOverflow-QA-C-Language-40kThis is a collection of ~40k QA's in C Language from StackOverflow. The data has been initially cleaned, and each response is with Accepted Answer.
All data is <1000 in length.
The questions and answers were organized into a one-line format. A sample format is shown below:
{
"question": "```\nFILE* file = fopen(some file)\n\npcap_t* pd = pcap_fopen_offline(file)\n\npcap_close(pd)\n\nfclose(file)\n```\n\nThis code occurs double free error.\n\nCould you explain about this happening?\n\nMy… See the full description on the dataset page: https://huggingface.co/datasets/Mxode/StackOverflow-QA-C-Language-40k.stackoverflow-scraper
StackOverflow Scraper
Scrape Stack Overflow questions, answers, tags and user profiles through the public Stack Exchange API. Filter by tag, score, date, accepted status and full-text search. No login, no browser.
Rows in this dataset
16,719
Fields
47
Collector runs behind it
57
Most recent observation
2026-08-04
Browsable presentation
https://reapx.dev/data/stackoverflow-scraper/ — 9,841 entity pages
Run the collector yourself… See the full description on the dataset page: https://huggingface.co/datasets/reapxdev/stackoverflow-scraper.StackOverflow-Italian-Fauno-Baize
StackOverflow-Italian-Fauno-Baize
This dataset is an Italian translation of the StackOverflow dataset presented by Baize's authors.
Languages
Italian
Dataset Structure
Data Instances
Sentences 57,046
average number of turns 3.6
response lengths of each turn 36.0
Data Fields
topic, input
Data Splits
Train
Dataset Creation
Source Data
Initial Data Collection and Normalization… See the full description on the dataset page: https://huggingface.co/datasets/andreabac3/StackOverflow-Italian-Fauno-Baize.Chinese-StackOverflow-QA-C_Language
中文 StackOverflow C 语言问答数据集
💻 Github Repo
基本信息
本数据集提供了两个子集:
translated:原数据集 Mxode/StackOverflow-QA-C-Language-40k 的中文翻译版本,数量约 40K。
synthetic **(Default)**:在原数据集 Mxode/StackOverflow-QA-C-Language-40k 的基础上,重新扩充、合成的问答数据集,数量约 200K。
数据格式
请注意:两个子集的数据格式并不完全相同。
translated 子集:
{
"id": << 12位nanoid >>,
"question_en": << 用户提问(英文) >>,
"question_zh": << 用户提问(中文) >>,
"answer_en": << 用户回答(英文) >>,
"answer_zh": << 用户回答(中文) >>,
}
synthetic 子集:
{
"id": <<… See the full description on the dataset page: https://huggingface.co/datasets/Mxode/Chinese-StackOverflow-QA-C_Language.stackoverflow-qa-top-300kstack-overflow
Stack Overflow Dataset
This dataset contains badge awards earned by users on Stack Overflow between January 1, 2022, and December 31, 2023. It includes 3,336 sequences with 187,836 events and 25 badge types, derived from the Stack Exchange Data Dump under the CC BY-SA 4.0 license. The detailed data preprocessing steps used to create this dataset can be found in the TPP-LLM paper and TPP-Embedding paper.
Update (2025-10-28): Added three timestamp fields (timestamp_event… See the full description on the dataset page: https://huggingface.co/datasets/tppllm/stack-overflow.ru-stackoverflow-pyПредоставлено как есть с целью исследования. Использовать на свой страх и риск.
Данный набор данных содержит вопросы с тегом 'python' из русскоязычного сайта Stack Overflow вместе с соответствующими ответами, помеченными как лучшие.
Набор данных был собран и обработан для использования в моделях обработки естественного языка. Все вопросы касаются программирования на языке Python.
Ответы были отобраны и проверены сообществом Stack Overflow как наиболее полезные и информативные для каждого… See the full description on the dataset page: https://huggingface.co/datasets/zelkame/ru-stackoverflow-py.stack-overflow-description
Stack Overflow Description Dataset
This dataset contains badge awards earned by users on Stack Overflow between January 1, 2022, and December 31, 2023. It includes 3,336 sequences with 187,836 events and 25 badge types, derived from the Stack Exchange Data Dump under the CC BY-SA 4.0 license. The detailed data preprocessing steps used to create this dataset can be found in the TPP-LLM paper and TPP-Embedding paper.
If you find this dataset useful, we kindly invite you to cite the… See the full description on the dataset page: https://huggingface.co/datasets/tppllm/stack-overflow-description.StackOverflow-QA-C-Language-5kPS: More data (40k) can be found here Mxode/StackOverflow-QA-C-Language-40k.
This is a collection of ~5000 QA's in C Language from StackOverflow. The data has been initially cleaned, and each response is with Accepted Answer.
All data is <500 in length.
The questions and answers were organized into a one-line format. A sample format is shown below:
{
"question": "```\nFILE* file = fopen(some file)\n\npcap_t* pd = pcap_fopen_offline(file)\n\npcap_close(pd)\n\nfclose(file)\n```\n\nThis… See the full description on the dataset page: https://huggingface.co/datasets/Mxode/StackOverflow-QA-C-Language-5k.stack_overflow_pytorchstackoverflow-kubernetes-questionscode-retrieval-stackoverflow-small50K_stackoverflow_qna_dataset_by_hnm
50K Stack Overflow Q&A Dataset
A curated collection of 50,000 high-quality Stack Overflow question-answer pairs, filtered for quality and diversity across multiple programming languages.
Dataset Overview
Metric
Value
Total Q&A Pairs
50,000
Average Question Score
267.16
Average Answer Score
339.50
Highest Question Score
26,621
Minimum Question Score
93
Available Formats
Format
File
Size
CSV
50K_stackoverflow.csv
111.60 MB… See the full description on the dataset page: https://huggingface.co/datasets/Omarrran/50K_stackoverflow_qna_dataset_by_hnm.stackoverflow-qa-dataset
StackOverflow Q&A Dataset
This dataset contains question-answer pairs extracted from StackOverflow via CommonCrawl.
Dataset Structure
Each example contains:
instruction: The question title
input: Additional question context (optional)
response: The highest-voted answer
metadata: Source URL, answer score, total answers
Usage
from datasets import load_dataset
dataset = load_dataset("json", data_files="stackoverflow_training_dataset.jsonl")
Generated using… See the full description on the dataset page: https://huggingface.co/datasets/varsunk/stackoverflow-qa-dataset.StackOverFlowQA
StackOverflow QA Dataset for RAG
Description
This dataset contains question–answer pairs extracted from the public StackOverflow data dump.
Each example consists of a question with its accepted answer, along with metadata such as tags, scores, and engagement statistics. The dataset is designed for retrieval-augmented generation (RAG), semantic search, and information retrieval tasks.
Dataset Structure
Each row is a JSON object with the following fields:… See the full description on the dataset page: https://huggingface.co/datasets/krylodar/StackOverFlowQA.stackoverflow_survey_qna_datasetstackoverflow-raku
StackOverflow Raku Questions & Answers
About the Dataset
This dataset is scraped from StackOverflow, it is the full set of questions tagged raku which have accepted answers with no cleanup or vetting attempted.
Each question/answer pair also has an accompanying meta struct to maintain attribution to the original authors.
License
This data is licensed under CC BY-SA 4.0, all questions and answers belong to the original authors.
I make no claim to have authored… See the full description on the dataset page: https://huggingface.co/datasets/nurturethevibe/stackoverflow-raku.indian-farmer-negotiation-data
🌾 Indian Farmer Mandi Negotiation Dataset
A high-quality, realistic training dataset for building AI systems that help Indian farmers negotiate better prices with traders at mandis (agricultural markets).
Dataset Details
Size: 5,000 examples
Language: Hindi / Hinglish (natural spoken style)
Coverage: 30 crops × 18 Indian states
Format: Input–Output pairs for supervised fine-tuning
Input Fields
Each example's input contains:
Field
Description
Example… See the full description on the dataset page: https://huggingface.co/datasets/StackOverflowed512/indian-farmer-negotiation-data.StackOverFlow_DSLib
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
Curated by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Dataset Sources [optional]
Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/sblvr/StackOverFlow_DSLib.stackoverflow-questionsDPO-StackOverflowtune-stackoverflow_14_12_06_04_2025stackoverflow-apachecamelstackoverflow-llama3.1Curated_StackOverflow_RL
