Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,26 @@ language:
|
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Dataset Card for Worker Safety Question and Answer Eval
|
| 12 |
+
|
| 13 |
+
This dataset contains the `worker-safety-qa-eval` benchmark. This benchmark is used to evaluate question answering tasks in the domain of worker safety and health.
|
| 14 |
+
The focus of the benchmark is to answer queries about worker safety practices and regulations based on laws in Singapore.
|
| 15 |
+
For correct answers we refer to the resources from [Workplace Safety and Health Council](https://www.tal.sg/wshc/resources).
|
| 16 |
+
|
| 17 |
+
## Dataset Details
|
| 18 |
+
|
| 19 |
+
### Dataset Description
|
| 20 |
+
Each row of the benchmark has three fields `question`, `options` and `answer`. Each `question` is a multiple choice query with 4 different options. The `answer` field contains
|
| 21 |
+
the correct expected response based on the given `options`.
|
| 22 |
+
|
| 23 |
+
## Leaderboard
|
| 24 |
+
|
| 25 |
+
| Service | WorkerSafetyQAEval (%) | Cost |
|
| 26 |
+
|:----------------------------:|:----------------------:|:------:|
|
| 27 |
+
| Securade.ai Safety Copilot | 97 | Free |
|
| 28 |
+
| OpenAI chatGPT | 73.5 | Free |
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
**Curated by:** [Securade.ai](https://securade.ai/)
|