Datasets:
The dataset viewer is not available for this dataset.
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.
Dataset Card for InfA
Summary
The InfA 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.csv → val), and test (test.csv).
Dataset Structure
This dataset includes three splits:
trainval(converted fromdev.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/InfA/gene_gene/binary_class/
Example Use
from datasets import load_dataset
ds = load_dataset("vladak/InfA")
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
- Downloads last month
- 42