authorship-verification
authorship-verification
Dataset Card for Dataset Name
Dataset for authorship verification, comprised of 12 cleaned, modified, open source authorship verification and attribution datasets.
Dataset Details
Code for cleaning and modifying datasets can be found in https://github.com/swan-07/authorship-verification/blob/main/Authorship_Verification_Datasets.ipynb and is detailed in paper.
Datasets used to produce the final dataset are:
Reuters50
@misc{misc_reuter_50_50_217,
author = {Liu… See the full description on the dataset page: https://huggingface.co/datasets/swan07/authorship-verification.pan2020-authorship-verificationpan2020-authorship-verificationpan2020-authorship-verification-testamazon-review-authorship-verificationUsage
from datasets import load_dataset
# Load German part of the dataset
dataset = load_dataset("sobamchan/amazon-review-authorship-verification", "de")
print(dataset["train"][0])
# {'review_1': {'language': 'de',
# 'product_category': 'home_improvement',
# 'product_id': 'product_de_0996190',
# 'review_body': 'Trotz diesem Fliegengitter haben ungebetene Gäste Möglicheiten zum Zutritt. Einfach nur schlecht verarbeitet.Kleine Löcher schon enstanden im Fliegengitter und das kleben war… See the full description on the dataset page: https://huggingface.co/datasets/sobamchan/amazon-review-authorship-verification.pan2020-authorship-verification-test
