Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

CVEVC Commit CVE Mappings

Mapping between commmits and cves.

Example usage:

from datasets import load_dataset

cve_ds = load_dataset('fals3/cvevc_cve', split='test')
commit_ds = load_dataset('fals3/cvevc_commits', 'patches', split='test')
commit_cve_mapping = load_dataset('fals3/cvevc_commit_cve_mappings', split='test')

cve_df = cve_ds.to_polars()
commit_df = commit_ds.to_polars()
commit_cve_mapping_df = commit_cve_mapping.to_polars()

combined_df = commit_df.join(commit_cve_mapping_df, on='commit_id', how='inner')
combined_df = combined_df.join(cve_df, on='cve', how='inner')

Dataset Details

Dataset Description

  • Curated by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Language(s) (NLP): [More Information Needed]
  • License: [More Information Needed]

Dataset Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Dataset Structure

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Dataset Card Authors [optional]

[More Information Needed]

Dataset Card Contact

[More Information Needed]

Downloads last month
8