Same Side Stance Classification Resampled Datasets
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://zenodo.org/record/5380988
下载链接
链接失效反馈官方服务:
资源简介:
The resampled datasets for the Same Side Stance Classification problem used in the EMNLP'21 paper "On Classifying whether Two Texts are on the Same Side of an Argument".
The data is based on the publicly available S3C training datasets.
The data format is JSONlines.
Python Load Example: (for every single task split)
import pandas as pd
df_cross_dev = pd.read_json("cross_dev.jsonl", lines=True)
For details on how the data was compiled, please refer to our code.
创建时间:
2022-06-14



