irthomasthomas / undecidability

1 stars 0 forks source link

SWE-bench/README.md at main · princeton-nlp/SWE-bench #758

Open irthomasthomas opened 2 months ago

irthomasthomas commented 2 months ago

SWE-bench README

Kawi the SWE-Llama

| [日本語](https://github.com/princeton-nlp/SWE-bench/docs/README_JP.md) | [English](https://github.com/princeton-nlp/SWE-bench) |

Code and data for our ICLR 2024 paper [SWE-bench: Can Language Models Resolve Real-World GitHub Issues?](http://swe-bench.github.io/paper.pdf)

Build License

Please refer our website for the public leaderboard and the change log for information on the latest updates to the SWE-bench benchmark.

Overview

SWE-bench is a benchmark for evaluating large language models on real world software issues collected from GitHub. Given a codebase and an issue, a language model is tasked with generating a patch that resolves the described problem.

teaser

Set Up

To build SWE-bench from source, follow these steps:

  1. Clone this repository locally
  2. cd into the repository.
  3. Run conda env create -f environment.yml to created a conda environment named swe-bench
  4. Activate the environment with conda activate swe-bench

Usage

You can download the SWE-bench dataset directly (dev, test sets) or from HuggingFace.

To use SWE-Bench, you can:

Downloads

Datasets Models
🤗 SWE-bench 🦙 SWE-Llama 13b
🤗 "Oracle" Retrieval 🦙 SWE-Llama 13b (PEFT)
🤗 BM25 Retrieval 13K 🦙 SWE-Llama 7b
🤗 BM25 Retrieval 27K 🦙 SWE-Llama 7b (PEFT)
🤗 BM25 Retrieval 40K
🤗 BM25 Retrieval 50K (Llama tokens)

Tutorials

We've also written the following blog posts on how to use different parts of SWE-bench. If you'd like to see a post about a particular topic, please let us know via an issue.

Contributions

We would love to hear from the broader NLP, Machine Learning, and Software Engineering research communities, and we welcome any contributions, pull requests, or issues! To do so, please either file a new pull request or issue and fill in the corresponding templates accordingly. We'll be sure to follow up shortly!

Contact person: Carlos E. Jimenez and John Yang (Email: {carlosej, jy1682}@princeton.edu).

Citation

If you find our work helpful, please use the following citations.

@inproceedings{
    jimenez2024swebench,
    title={{SWE}-bench: Can Language Models Resolve Real-world Github Issues?},
    author={Carlos E Jimenez and John Yang and Alexander Wettig and Shunyu Yao and Kexin Pei and Ofir Press and Karthik R Narasimhan},
    booktitle={The Twelfth International Conference on Learning Representations},
    year={2024},
    url={https://openreview.net/forum?id=VTF8yNQM66}
}

License

MIT. Check LICENSE.md.

View on GitHub

Suggested labels

irthomasthomas commented 2 months ago

Related content

494

Similarity score: 0.88

750

Similarity score: 0.88

627

Similarity score: 0.87

649

Similarity score: 0.87

749

Similarity score: 0.87

684

Similarity score: 0.87