This is the Chinese version of the BLIMP (Benchmark of Linguistic Minimal Pairs) dataset.
The dataset contains 118 subtasks, each testing different linguistic phenomena in Chinese.
from datasets import load_dataset
Load a specific subtask
dataset = load_dataset("your_username/zhoblimp", "BA_verb_le_b")
Load all configs
all_configs = load_dataset("your_username/zhoblimp", "all")
The dataset… See the full description on the dataset page:
https://huggingface.co/datasets/Junrui1202/zhoblimp.