Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
sven / README.md
Benjamin Steenhoek
Update README.md
3bcf7ee
metadata
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