Datasets › CICEROv2
CICEROv2 (Contextualized Commonsense Inference in Dialogues (V2))
The CICEROv2 dataset can be found in the data directory. Each line of the files is a json object indicating a single instance. The json objects have the following key-value pairs:
| Key | Value |
|---|---|
| ID | Dialogue ID with dataset indicator. |
| Dialogue | Utterances of the dialogue in a list. |
| Target | Target utterance. |
| Question | One of the five questions (inference types). |
| Choices | Five possible answer choices in a list. One of the answers is human written. The other four answers are machine generated and selected through the Adversarial Filtering (AF) algorithm. |
| Human Written Answer | Index of the human written answer in a single element list. Index starts from 0. |
| Correct Answers | List of all correct answers indicated as plausible or speculatively correct by the human annotators. Includes the index of the human written answer. |
| --------------------------------------------------------------------------- |
An example of the data is shown below.
{
"ID": "daily-dialogue-0404",
"Dialogue": [
"A: Dad , why are you taping the windows ?",
"B: Honey , a typhoon is coming .",
"A: Really ? Wow , I don't have to go to school tomorrow .",
"B: Jenny , come and help , we need to prepare more food .",
"A: OK . Dad ! I'm coming ."
],
"Target": "Jenny , come and help , we need to prepare more food .",
"Question": "What subsequent event happens or could happen following the target?",
"Choices": [
"Jenny and her father stockpile food for the coming days.",
"The speaker and the listener go outside to purchase more food material for precaution.",
"Jenny and her father give away all their food.",
"Jenny and her father eat all the food in their refrigerator."
],
"Correct Answers": [
0,
1
]
}
Benchmarks archive 2025-07-28
All 1 leaderboard whose dataset resolves to this page shown (sort by any header). "First row" is the archive's own first row at snapshot, in the archive's row order; nothing here re-ranks and metric direction is not asserted.
| First row (archive order) | Paper | Code | ||||
|---|---|---|---|---|---|---|
| Multiview Contextual Commonsense Inference | CICEROv2 | DIALECT Accuracy 73.80 | Multiview Contextual Commonsense Inference: A New... | declare-lab/CICERO | 2 | Compare |
Papers archive 2025-07-28
1 shown of 1 paper with a leaderboard row on this dataset's benchmarks, newest first. The archive's own "papers using this dataset" list was never published, so this is the benchmark-backed subset; the archive's count for this dataset is 3. The Syntology column is from Syntology's graph (read 2026-09-24), stated per sample; it is not part of any archive number.
| Date | Samples run Syntology | |||
|---|---|---|---|---|
| Multiview Contextual Commonsense Inference: A New Dataset and Task | 1 | 2 | 6 Oct 2022 | not harvested |
Dataset loaders archive 2025-07-28
No loader listed in the archive.
Tasks archive 2025-07-28
License archive 2025-07-28
Modalities archive 2025-07-28
Languages archive 2025-07-28
Variants archive 2025-07-28
- CICEROv2
1 variant name, as the archive lists them.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections