yhqu/property_based_matching
Property Based Matching Dataset This dataset is part of the Deep Principle Bench collection. Files property_based_matching.csv: Main dataset file Usage import pandas as pd from datasets import load_dataset # Load the dataset dataset = load_dataset("yhqu/property_based_matching") # Or load directly as pandas DataFrame df = pd.read_csv("hf://datasets/yhqu/property_based_matching/property_based_matching.csv") Citation Please cite… See the full description on the dataset page: https://huggingface.co/datasets/yhqu/property_based_matching.
02
Property Based Matching Dataset
This dataset is part of the Deep Principle Bench collection.
Files
property_based_matching.csv: Main dataset file
Usage
import pandas as pd
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("yhqu/property_based_matching")
# Or load directly as pandas DataFrame
df = pd.read_csv("hf://datasets/yhqu/property_based_matching/property_based_matching.csv")Citation
Please cite this work if you use this dataset in your research.
