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.

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.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/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