Update README.md
Browse files
README.md
CHANGED
@@ -39,3 +39,25 @@ configs:
|
|
39 |
- split: test
|
40 |
path: data/test-*
|
41 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
- split: test
|
40 |
path: data/test-*
|
41 |
---
|
42 |
+
|
43 |
+
# Dataset Card for Dataset Name
|
44 |
+
|
45 |
+
<!-- Provide a quick summary of the dataset. -->
|
46 |
+
|
47 |
+
Processed version of the [code-philia/CoEdPilot-generator](https://huggingface.co/datasets/code-philia/CoEdPilot-generator) for the next edit prediction task from the paper [CoEdPilot](https://chenyan1999.github.io/file/CoEdPilot.pdf).
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
## Dataset Structure
|
52 |
+
|
53 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
54 |
+
|
55 |
+
|
56 |
+
* **code_before** - initial code to be modified
|
57 |
+
* **edits** - previous edits
|
58 |
+
* **next_edit** - next edit to be done
|
59 |
+
* **code_after** - code after the edit
|
60 |
+
* **label_window** - labels of happened with each line in the code before. There are three options: keep (nothing changes), add (adds new content after the line), replace (replaces all lines with new content).
|
61 |
+
* **instruction** - presumably commit message from the commit that was used for a datapoint
|
62 |
+
* **html_url** - commit url
|
63 |
+
* **file_name** - changed file
|