Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
File size: 1,544 Bytes
67e1684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1c75dd6
 
3bcf7ee
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
dataset_info:
  features:
  - name: func_name
    dtype: string
  - name: func_src_before
    dtype: string
  - name: func_src_after
    dtype: string
  - name: line_changes
    struct:
    - name: deleted
      list:
      - name: line_no
        dtype: int64
      - name: char_start
        dtype: int64
      - name: char_end
        dtype: int64
      - name: line
        dtype: string
    - name: added
      list:
      - name: line_no
        dtype: int64
      - name: char_start
        dtype: int64
      - name: char_end
        dtype: int64
      - name: line
        dtype: string
  - name: char_changes
    struct:
    - name: deleted
      list:
      - name: char_start
        dtype: int64
      - name: char_end
        dtype: int64
      - name: chars
        dtype: string
    - name: added
      list:
      - name: char_start
        dtype: int64
      - name: char_end
        dtype: int64
      - name: chars
        dtype: string
  - name: commit_link
    dtype: string
  - name: file_name
    dtype: string
  - name: vul_type
    dtype: string
  splits:
  - name: train
    num_bytes: 4961153
    num_examples: 720
  - name: val
    num_bytes: 621398
    num_examples: 83
  download_size: 2246744
  dataset_size: 5582551
---
# Dataset Card for "sven"

Unofficial, not affiliated with the authors.

    Paper: https://arxiv.org/abs/2302.05319
    Repository: https://github.com/eth-sri/sven