File size: 1,531 Bytes
7c87a98 f73a092 7c87a98 f73a092 963e231 5c0b539 963e231 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
language:
- en
tags:
- medieval
- latin
- text-classification
pretty_name: Abalone
size_categories:
- 100<n<1K
task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
- text-classification
---
# Abalone
The [Medieval Latin](https://openportal.isti.cnr.it/doc?id=people______::37b90c87470ef85c78e72b8a3c753293) authorship attribution dataset.
Which Victorian author wrote the given text?
Note: Only epistolas are included in this version of the dataset.
# Configurations and tasks
| **Configuration** | **Task** | Description |
|-------------------|---------------------------|---------------------------------------------------------------|
| authorship | Classification | Which Latin author wrote the given text?|
# Usage
```python
from datasets import load_dataset
dataset = load_dataset("mstz/medieval_latin", "authorship")["train"]
```
# Features
|**Feature** |**Type** |
|-------------------|---------------|
| content | `[string]` |
| epistola | `[string]` |
| author | `[string]` |
# Citation
Cite this dataset as
```
@techreport{oai:it.cnr:prodotti:438795,
title = {MedLatin1 and MedLatin2: Two Datasets for the Computational Authorship Analysis of Medieval Latin Texts},
author = {Corbara S. and Moreo A. and Sebastiani F. and Tavoni M.},
institution = {Research report, 2020},
year = {2020}
}
``` |