Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,150 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: ConstructCIE
|
| 6 |
+
size_categories:
|
| 7 |
+
- n<1K
|
| 8 |
+
task_categories:
|
| 9 |
+
- text2text-generation
|
| 10 |
+
- text-classification
|
| 11 |
+
tags:
|
| 12 |
+
- information-extraction
|
| 13 |
+
- causal-extraction
|
| 14 |
+
- construction-safety
|
| 15 |
+
- accident-reports
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# Dataset Card for ConstructCIE
|
| 19 |
+
|
| 20 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 21 |
+
|
| 22 |
+
ConstructCIE is a dataset for extracting causal information from construction accident narratives. Each accident report is annotated with a hierarchy of causal factors (managerial, behavioral, equipment, and working-condition factors), circumstances, and consequences, supporting both extraction and classification tasks.
|
| 23 |
+
|
| 24 |
+
## Dataset Details
|
| 25 |
+
|
| 26 |
+
### Dataset Description
|
| 27 |
+
|
| 28 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
| 29 |
+
|
| 30 |
+
The dataset contains 530 English construction accident narratives. Each narrative is annotated with a tree of causal information: **extraction** nodes carry supporting text spans and keywords, and **classification** nodes carry categorical labels (accident type, construction trade, severity). It supports two settings: End-to-End Joint Hierarchical Extraction (**JHE**) and End-to-End Individual Hierarchical Extraction (**IHE**).
|
| 31 |
+
|
| 32 |
+
- **Curated by:** [More Information Needed]
|
| 33 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 34 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 35 |
+
- **Language(s) (NLP):** English
|
| 36 |
+
- **License:** Apache 2.0
|
| 37 |
+
|
| 38 |
+
### Dataset Sources [optional]
|
| 39 |
+
|
| 40 |
+
<!-- Provide the basic links for the dataset. -->
|
| 41 |
+
|
| 42 |
+
- **Repository:** https://github.com/Sussycat/TextEE_Hung
|
| 43 |
+
- **Paper [optional]:** [More Information Needed]
|
| 44 |
+
- **Demo [optional]:** [More Information Needed]
|
| 45 |
+
|
| 46 |
+
## Uses
|
| 47 |
+
|
| 48 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
| 49 |
+
|
| 50 |
+
### Direct Use
|
| 51 |
+
|
| 52 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
| 53 |
+
|
| 54 |
+
Benchmarking LLMs (zero-/few-shot) and supervised models on hierarchical causal information extraction from safety narratives: extracting causal factor spans, and classifying accident type, construction trade, and severity.
|
| 55 |
+
|
| 56 |
+
### Out-of-Scope Use
|
| 57 |
+
|
| 58 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
| 59 |
+
|
| 60 |
+
Not intended for regulatory or compliance decisions, incident liability determination, or as an exhaustive record of construction accidents.
|
| 61 |
+
|
| 62 |
+
## Dataset Structure
|
| 63 |
+
|
| 64 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 65 |
+
|
| 66 |
+
Each record is one JSON line with three top-level fields:
|
| 67 |
+
|
| 68 |
+
- `id` — unique record id
|
| 69 |
+
- `accident_report` — the narrative text with its hierarchical annotation tree
|
| 70 |
+
- `accident_type` — classification: `caught-in/between`, `electrocution`, `fall`, or `struck-by`
|
| 71 |
+
|
| 72 |
+
Nodes in the `accident_report` tree are either **extraction** nodes (`{text, keywords, children}`) or **classification** nodes (`{value}`), organized as:
|
| 73 |
+
|
| 74 |
+
- `working_circumstances` → `construction_trade` (17 CSI-division classes)
|
| 75 |
+
- `managerial_factors` → `failure_of_hazard_management`, `deficiency_in_safety_training`
|
| 76 |
+
- `working_condition_factors` → `weather_condition`, `workspace_condition`
|
| 77 |
+
- `equipment_factors` → `protective_equipment_condition`, `work_equipment_condition`
|
| 78 |
+
- `behavioral_factors` → `inattentive_behavior`, `noncompliant_behavior`
|
| 79 |
+
- `consequences` → `severity` (`fatality`, `hospitalized injury`, `non hospitalized injury`), `affected_body_part`
|
| 80 |
+
- `object_involved`
|
| 81 |
+
|
| 82 |
+
The dataset ships with five alternate train/val/test partitions (`split1`–`split5`) of the same 530 records, 424/53/53 each, for multi-seed evaluation.
|
| 83 |
+
|
| 84 |
+
## Dataset Creation
|
| 85 |
+
|
| 86 |
+
### Curation Rationale
|
| 87 |
+
|
| 88 |
+
<!-- Motivation for the creation of this dataset. -->
|
| 89 |
+
|
| 90 |
+
Construction accident reports contain rich causal information locked in free text. Structuring it as a hierarchy of causal factors enables systematic safety analysis and provides a benchmark for hierarchical information extraction methods.
|
| 91 |
+
|
| 92 |
+
### Source Data
|
| 93 |
+
|
| 94 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
| 95 |
+
|
| 96 |
+
#### Data Collection and Processing
|
| 97 |
+
|
| 98 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
| 99 |
+
|
| 100 |
+
[More Information Needed]
|
| 101 |
+
|
| 102 |
+
#### Who are the source data producers?
|
| 103 |
+
|
| 104 |
+
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
### Annotations [optional]
|
| 109 |
+
|
| 110 |
+
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
| 111 |
+
|
| 112 |
+
#### Annotation process
|
| 113 |
+
|
| 114 |
+
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
| 115 |
+
|
| 116 |
+
[More Information Needed]
|
| 117 |
+
|
| 118 |
+
#### Who are the annotators?
|
| 119 |
+
|
| 120 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
| 121 |
+
|
| 122 |
+
[More Information Needed]
|
| 123 |
+
|
| 124 |
+
#### Personal and Sensitive Information
|
| 125 |
+
|
| 126 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). -->
|
| 127 |
+
|
| 128 |
+
Narratives describe real workplace injuries and fatalities. Workers are referred to anonymously (e.g., "Employee #1") and no names or direct identifiers appear in the text.
|
| 129 |
+
|
| 130 |
+
## Bias, Risks, and Limitations
|
| 131 |
+
|
| 132 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
### Recommendations
|
| 137 |
+
|
| 138 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 139 |
+
|
| 140 |
+
[More Information Needed]
|
| 141 |
+
|
| 142 |
+
## Citation
|
| 143 |
+
|
| 144 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 145 |
+
|
| 146 |
+
```bibtex
|
| 147 |
+
@article{
|
| 148 |
+
}
|
| 149 |
+
```
|
| 150 |
+
|