datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
constructcie
Dataset Card for ConstructCIE
ConstructCIE is a dataset for extracting causal information from construction accident narratives. Each accident report is annotated with a hierarchy of causal factors.
Accepted to Findings of the Association for Computational Linguistics: EMNLP 2026
Dataset Details
Dataset Description
The dataset contains 530 English construction accident narratives drawn from OSHA accident investigation summaries published… See the full description on the dataset page: https://huggingface.co/datasets/lab-flair/constructcie.qa-dataset-k1000
QA Dataset K1000
This dataset contains question-answering data with 1000 distractor documents for long-context evaluation.
Files
File
Description
nq_k1000.jsonl
Natural Questions with 1000 distractors
popqa_k1000.jsonl
PopQA with 1000 distractors
triviaqa_k1000.jsonl
TriviaQA with 1000 distractors
Data Format
Each line is a JSON object with the following fields:
{
"question": "question text",
"answer": ["answer1"… See the full description on the dataset page: https://huggingface.co/datasets/lab-flair/qa-dataset-k1000.
