Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,72 @@ task_categories:
|
|
4 |
- question-answering
|
5 |
language:
|
6 |
- en
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
size_categories:
|
9 |
-
- n
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- question-answering
|
5 |
language:
|
6 |
- en
|
7 |
+
tags:
|
8 |
+
- Business Process Management
|
9 |
+
- Causal
|
10 |
+
- NLP
|
11 |
+
- Reasoning
|
12 |
+
pretty_name: BP^C
|
13 |
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
+
---
|
16 |
+
# BP<sup>C</sup>: A Benchmark Dataset for Causal Business Process Reasoning
|
17 |
+
|
18 |
+
# Dataset Card for BP<sup>C</sup>
|
19 |
+
|
20 |
+
## Table of Contents
|
21 |
+
- [Table of Contents](#table-of-contents)
|
22 |
+
- [Dataset Description](#dataset-description)
|
23 |
+
- [Dataset Summary](#dataset-summary)
|
24 |
+
- [Supported Tasks](#supported-tasks)
|
25 |
+
- [Languages](#languages)
|
26 |
+
<!--- [Dataset Structure](#dataset-structure)
|
27 |
+
- [Data Instances](#data-instances)
|
28 |
+
- [Data Fields](#data-fields)
|
29 |
+
- [Data Splits](#data-splits)
|
30 |
+
- [Dataset Creation](#dataset-creation)
|
31 |
+
- [Curation Rationale](#curation-rationale)
|
32 |
+
- [Source Data](#source-data)
|
33 |
+
- [Annotations](#annotations)
|
34 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
35 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
36 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
37 |
+
- [Discussion of Biases](#discussion-of-biases)
|
38 |
+
- [Other Known Limitations](#other-known-limitations)
|
39 |
+
- [Additional Information](#additional-information)
|
40 |
+
- [Dataset Curators](#dataset-curators)
|
41 |
+
- [Licensing Information](#licensing-information)
|
42 |
+
- [Citation Information](#citation-information)
|
43 |
+
- [Contributions](#contributions)
|
44 |
+
- [Annotation Guidelines](#annotationguidelines)
|
45 |
+
- [Update](#updates)
|
46 |
+
- [Loading data](#loadingdata)-->
|
47 |
+
|
48 |
+
## Dataset Description
|
49 |
+
|
50 |
+
- **Homepage:** https://huggingface.co/datasets/ibm/BPC
|
51 |
+
- **Paper:** https://arxiv.org/abs/2406.05506
|
52 |
+
- **Point of Contact:** <!--[Patrizio Bellan](pbellan@fbk.eu)-->
|
53 |
+
- **Version:** 1.0
|
54 |
+
|
55 |
+
### Dataset Summary
|
56 |
+
|
57 |
+
Abstract. Large Language Models (LLMs) are increasingly used for boosting organizational efficiency and automating tasks.
|
58 |
+
While not originally designed for complex cognitive processes, recent efforts have further extended to employ LLMs in activities such as reasoning, planning,
|
59 |
+
and decision-making. In business processes, such abilities could be invaluable for leveraging on the massive corpora LLMs have been trained on for gaining a deep understanding
|
60 |
+
of such processes. In adherence to this goal, we attach here the BP<sup>C</sup> dataset, a newly developed set of process-aware Q&A that can be used to assess
|
61 |
+
the ability of LLMs to reason about causal and process perspectives of business operations.
|
62 |
+
We refer to this view as Causally-augmented Business Processes (BP^C). The benchmark comprises a set of domain-specific BP<sup>C</sup> related situations,
|
63 |
+
a set of questions about these situations, and a set of ground truth answers to these questions.
|
64 |
+
Reasoning on BP^C is of crucial importance for process interventions and process improvement.
|
65 |
+
The benchmark could be used in one of two possible modalities: testing the performance of any target LLM and training an LLM to advance its capability to reason about BP^C.
|
66 |
+
|
67 |
+
### Supported Tasks
|
68 |
+
|
69 |
+
- Question Answering
|
70 |
+
- Causal and Process Reasoning
|
71 |
+
- LLM tunning and testing
|
72 |
+
|
73 |
+
### Languages
|
74 |
+
|
75 |
+
- English
|