CoolFace
Datasetpublic

beatsprom/ai-code-generation-swe-agents-2026

๐Ÿ’ป AI Code Generation, SWE Agents & Program Synthesis Dataset (2026 Edition) A structured research dataset featuring 3,181 domain-verified research papers and 771 official code repositories focused on Autonomous Software Engineering Agents (SWE-bench), Program Synthesis, DeepSeek-Coder-V2, Qwen2.5-Coder, Test-Driven Code Repair, Self-Healing Software, AST Semantic Modeling, and Formal Logic Verification (2023โ€“2026). Built with Universal Scientific Engine V17.1 Gold, providing 47โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/beatsprom/ai-code-generation-swe-agents-2026.

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes178downloads
Dataset Card

๐Ÿ’ป AI Code Generation, SWE Agents & Program Synthesis Dataset (2026 Edition)

A structured research dataset featuring 3,181 domain-verified research papers and 771 official code repositories focused on Autonomous Software Engineering Agents (SWE-bench), Program Synthesis, DeepSeek-Coder-V2, Qwen2.5-Coder, Test-Driven Code Repair, Self-Healing Software, AST Semantic Modeling, and Formal Logic Verification (2023โ€“2026).

Built with Universal Scientific Engine V17.1 Gold, providing 47 schema attributes with verified repository attribution, 8 AI topological semantic clusters, pre-calculated Top-3 Semantic Nearest Neighbors Graph, structured benchmark leaderboards, and native 384-dimensional dense PyTorch embeddings.


๐Ÿ“Š Dataset Schema Highlights (47 Columns)

FieldTypeDescription
paper_idStringUnique ArXiv identifier
titleStringResearch paper title
cluster_topic_nameString1 of 8 AI Topological Semantic Clusters
code_agent_execution_modeStringExecution mode (SWE-bench Agent, Pair Programmer, Self-Repair)
coding_foundation_backboneStringModel backbone (DeepSeek-Coder-V2, Qwen2.5-Coder, Claude-3.5)
programming_languages_supportedList[String]Supported languages (Python, Rust, C++, TypeScript, Go)
tested_benchmarksList[String]Benchmarks evaluated (SWE-bench, HumanEval, MBPP, LiveCodeBench)
benchmark_leaderboard_jsonList[Struct]Structured pass@1 & resolved scores
semantic_nearest_neighbors_top3List[Struct]Pre-calculated top-3 related papers with cosine similarity
commercial_ip_safety_scoreInteger0โ€“100 commercial compliance index (94% Enterprise Safe)
tldr_neural_summaryString15-word executive summary of key innovation
title_vector_384dList[Float]384d PyTorch embedding (all-MiniLM-L6-v2)
abstract_vector_384dList[Float]384d dense contextual PyTorch embedding
reproduction_recipeString1-line bash setup command

๐Ÿงฉ 8 AI Semantic Clusters Breakdown

  1. 1.Test-Driven Program Repair & Self-Healing Code Synthesis (599 papers)
  2. 2.Code Foundation Models & Specialized Instruction Distillation (501 papers)
  3. 3.Formal Verification, Theorem Proving & Symbolic Logic (452 papers)
  4. 4.Syntax-Guided AST Modeling & Semantic Code Search (421 papers)
  5. 5.Interactive Coding Assistants & Human-AI Pair Programming (356 papers)
  6. 6.Static Analysis, Vulnerability Detection & Automated Security Patching (336 papers)
  7. 7.Autonomous Repo-Level Software Engineering Agents (SWE-bench) (276 papers)
  8. 8.Multi-Language Code Translation & Cross-Platform Migration (240 papers)

๐Ÿ“Š Interactive OpenAngels Visual Dashboard Included

Open DATASET_ANALYTICS_DASHBOARD_100_SAMPLE.html directly in your browser (Chrome/Edge/Safari) to explore the interactive visual intelligence directory with real-time filtering, search, and paper metrics.


๐Ÿ’ป 1-Click Python Quickstart

python
import pyarrow.parquet as pq

# Load 100-Sample Teaser
table = pq.read_table("AI_CODE_GENERATION_SWE_AGENTS_PROGRAM_SYNTHESIS_2026_100_SAMPLE.parquet")
df = table.to_pandas()

print(f"Loaded {len(df)} sample AI Coding papers.")
print(f"Top Paper: {df['title'].iloc[0]}")
print(f"Execution Mode: {df['code_agent_execution_mode'].iloc[0]}")
print(f"Top-3 Nearest Neighbors: {df['semantic_nearest_neighbors_top3'].iloc[0]}")

๐Ÿš€ Get the Full 3,181-Paper Enterprise Edition

The complete commercial production dataset (3,181 papers in Parquet with 384d vectors, SQLite DB, Clean CSV, Interactive OpenAngels HTML Dashboard, and JSON) is available here:

๐Ÿ‘‰ [BeatsProm AI Code Generation & SWE Agents Dataset Full Edition](https://beatsprom.gumroad.com/l/ai-code-generation-swe-agents-2026)