The dataset viewer is not available for this dataset.
Error code: ConfigNamesError
Exception: InvalidConfigName
Message: Bad characters from black list '<>:/\|?*' found in 'analysis/min_1b_logprobs'. They could create issues when creating a directory for this config on Windows filesystem.
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
config_names = get_dataset_config_names(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1029, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1004, in dataset_module_factory
).get_module()
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 648, in get_module
builder_configs, default_config_name = create_builder_configs_from_metadata_configs(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 345, in create_builder_configs_from_metadata_configs
builder_config_cls(
File "<string>", line 49, in __init__
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/csv/csv.py", line 71, in __post_init__
super().__post_init__()
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 125, in __post_init__
raise InvalidConfigName(
datasets.builder.InvalidConfigName: Bad characters from black list '<>:/\|?*' found in 'analysis/min_1b_logprobs'. They could create issues when creating a directory for this config on Windows filesystem.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π Dataset Metafore
Dataset title: Dataset Metafore
Related paper: Language Models and the Magic of Metaphor: A Comparative Evaluation with Human Judgments β S. Mazzoli, A. Suozzi, G. E. Lebani (CLiC-it 2025).
This repository contains CSV files used in the study described above. The data were collected from human participants who provided metaphor interpretations and ratings, and from several Italian-trained language models whose normalized log-probabilities were computed on human interpretations and systematically constructed distractors.
π Overview
The dataset contains 140 metaphors extracted from Italian parliamentary transcripts (Chamber of Deputies, 2008β2022). Human participants provided free-form interpretations for each metaphor and rated (1β5) the conventionality of the expression and the adequacy of the sentence context. For each metaphor there are two distractors created programmatically: a Literal Distractor (LD) and an Opposite Metaphorical Distractor (OMD). Several autoregressive LLMs (GePpeTto, Minerva family, LLaMAntino) were evaluated by computing log-likelihoods for each human interpretation and distractor; normalized log probabilities and ranks are provided.
Refer to the paper for full methodology and analyses.
Organized variable list (by file)
dataset-metafore.csv β master / metadata for each metaphor
Description: one row per metaphor (n = 140). This file contains the main experimental items, their balancing information, prompts shown to participants, and aggregated human judgment statistics.
| Column | Type | Description |
|---|---|---|
questionario |
string | Questionnaire identifier in which the item appeared (e.g., Q1βQ10) |
m_id |
string | Metaphor identifier (e.g., M1, M42) |
gruppo_bilanciamento |
string | Balancing group (G1βG7) corresponding to the syntactic pattern distribution |
item |
string | Full sentence containing the metaphor |
v_term |
string | Lexical item annotated as metaphorical |
pattern |
string | Syntactic pattern of the metaphor (e.g., Nβ di Nβ, V βΌ N) |
valenza |
string | Valency of the metaphorical element (nessuno, intransitiva, transitiva) |
classe_lessicale |
string | Part of speech of the metaphorical element (e.g., Nβ, Verbo, Aggettivo) |
prompt |
string | Sentence frame shown to participants for interpretation elicitation |
avg_conv |
numeric | Mean conventionality rating (1β5) |
avg_cntxt |
numeric | Mean context adequacy rating (1β5) |
entropia di shannon |
numeric | Shannon entropy of interpretation distribution (measure of variability) |
consenso_max |
numeric | Maximum consensus score (relative frequency of most common interpretation) |
n_int |
integer | Number of human interpretations collected for the item |
Balanced syntactic groups (dataset)
| Pattern | Valency | Metaphorical element (PoS) | Group size (n = 140) |
|---|---|---|---|
Nβ di Nβ |
None | Nounβ | 20 |
N βΌ Adj |
None | Noun | 20 |
N βΌ Adj |
None | Adjective | 20 |
Nβ = Nβ |
None | Nounβ | 20 |
V βΌ N (intransitive) |
Intransitive | Verb | 20 |
V βΌ N (transitive) |
Transitive | Verb | 20 |
V βΌ N (transitive) |
Transitive | Verb and Noun | 20 |
β Cite
@inproceedings{mazzoli-etal-2025-language,
title = "Language Models and the Magic of Metaphor: A Comparative Evaluation with Human Judgments",
author = "Mazzoli, Simone and
Suozzi, Alice and
Lebani, Gianluca",
editor = "Bosco, Cristina and
Jezek, Elisabetta and
Polignano, Marco and
Sanguinetti, Manuela",
booktitle = "Proceedings of the Eleventh Italian Conference on Computational Linguistics (CLiC-it 2025)",
month = sep,
year = "2025",
address = "Cagliari, Italy",
publisher = "CEUR Workshop Proceedings",
url = "https://aclanthology.org/2025.clicit-1.68/",
pages = "710--721",
ISBN = "979-12-243-0587-3"
}
- Downloads last month
- 124