PPI / README.md
vladak's picture
Upload README.md with huggingface_hub
9a4f179 verified
metadata
dataset: vladak/PPI
language:
  - en
task_categories:
  - text-classification
task_ids:
  - multi-input-text-classification
pretty_name: PPI Dataset
tags:
  - LUCAONE
  - Bioinformatics
  - Protein
  - Gene
  - RNA
  - Interaction

Dataset Card for PPI

Summary

The PPI dataset is part of the LUCAONE downstream tasks collection for biomolecular interaction prediction. It is structured for binary classification and includes standard splits for training (train.csv), validation (dev.csvval), and test (test.csv).

Dataset Structure

This dataset includes three splits:

  • train
  • val (converted from dev.csv)
  • test

Each split is in CSV format.

Task

Binary classification of interactions between biomolecular entities.

Source Path

Original download path: http://47.93.21.181/lucaone/DownstreamTasksDataset/dataset/PPI/protein/binary_class/

Example Use

from datasets import load_dataset

ds = load_dataset("vladak/PPI")
print(ds["train"][0])

License

Please refer to the LUCAONE repository or contact the authors for licensing terms. https://www.biorxiv.org/content/10.1101/2024.05.10.592927v1.full.pdf