toolevalxm's picture
Upload README.md with huggingface_hub
1d37fd4 verified

CodeBridge: Multilingual Code Understanding Framework

📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo

We release the raw multilingual code data for our CodeBridge-MultiLang dataset, derived from the original CodeParrot dataset maintained by the Hugging Face team.

The data format for each line in the multilang_code_filtered.jsonl is as follows:

{
  "code_snippet": <the original code in the source language>,
  "language": <programming language identifier>,
  "docstring": <extracted documentation>,
  "function_name": <the main function name>,
  "complexity_score": <computed cyclomatic complexity>,
  "source_repo": <the originating repository>,
  "metadata": <additional provenance information>
}

Some entries may have incomplete docstrings due to parsing limitations in certain languages.

*Note: The dataset covers 12 programming languages including Python, Java, JavaScript, Go, Ruby, Rust, C++, C#, PHP, TypeScript, Kotlin, and Swift.

License

The license for this dataset is other.