diff --git a/README.md b/README.md index 9ffa622..63f8dad 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ CRAB focuses on **Java** projects, rigorously curating pull-request “triplets - **reviewer_comment** (validated natural-language feedback, with paraphrases) - **revised_code** (post-review implementation, validated via tests) -______________________________________________________________________ - ## Features - **Automated Extraction Pipeline** (`pull_requests.py`) @@ -41,8 +39,6 @@ ______________________________________________________________________ - **`handlers.py`**: abstract and concrete build/test handlers (Maven, Gradle) - **`utils.py`**: Git/GitHub helpers, BLEU-based paraphrase filtering, logging -______________________________________________________________________ - ## Installation 1. **Clone this repository** @@ -69,8 +65,6 @@ ______________________________________________________________________ - `crab-maven` (for Maven projects) - `crab-gradle` (for Gradle projects) -______________________________________________________________________ - ## Usage Run the script to generate the CRAB dataset triplets: @@ -254,8 +248,6 @@ python extract_correct_predictions.py data/dataset.json \ This dumps comment bodies plus “before-PR” file snapshots for all entries suggesting changes, suitable for paraphrase modeling. -______________________________________________________________________ - ## Contributing 1. **Issue Tracker**: Please file issues for bugs or feature requests.