shreyanshu09 commited on
Commit
77292c7
1 Parent(s): 53fc0bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -26,12 +26,35 @@ size_categories:
26
  - 10K<n<100K
27
  ---
28
 
29
- # BD-EnKo Dataset
30
 
31
- It was introduced in the paper **"Unveiling the Power of Integration: Block Diagram Summarization through Local-Global Fusion"** accepted at ACL 2024. The full code is available in [BD-EnKo](https://github.com/shreyanshu09/BD-EnKo) github repository.
 
 
32
 
33
  ## Dataset description
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ## Contact
37
- If you have any questions about this work, please contact **[Shreyanshu Bhushan](https://github.com/shreyanshu09)** using the following email addresses: **shreyanshubhushan@gmail.com**.
 
26
  - 10K<n<100K
27
  ---
28
 
29
+ # Block Diagram Dataset
30
 
31
+ This dataset is a combination of four block diagram datasets. The first dataset is the BD-EnKo dataset, which was introduced in the paper **"Unveiling the Power of Integration: Block Diagram Summarization through Local-Global Fusion"** accepted at ACL 2024. The second dataset is [CBD](https://github.com/shreyanshu09/Block-Diagram-Datasets), the third is [FC_A](https://github.com/shreyanshu09/Block-Diagram-Datasets), and the fourth is [FCB](https://github.com/shreyanshu09/Block-Diagram-Datasets).
32
+
33
+ Only BD-EnKo dataset is available at the [BD-EnKo](https://github.com/shreyanshu09/BD-EnKo) github repository.
34
 
35
  ## Dataset description
36
 
37
+ This dataset contains different types of block diagram images from different sources with their high-quality summaries.
38
+
39
+ | Types | Train | | Validation | |
40
+ |-----------------|-------|---------|------------|---------|
41
+ | | English | Korean | English | Korean |
42
+ |-----------------|---------|--------|------------|---------|
43
+ | Flowchart | 7,875 | 7,678 | 875 | 854 |
44
+ | GraphLR | 5,462 | 2,861 | 607 | 318 |
45
+ | GraphTD | 3,500 | 2,402 | 389 | 267 |
46
+ | Journey | 8,494 | 8,858 | 942 | 985 |
47
+ | Sequence | 2,708 | 3,539 | 301 | 394 |
48
+ | Simple Graph | 3,825 | 1,194 | 425 | 133 |
49
+ | State Diagram | 6,444 | 6,265 | 717 | 693 |
50
+ | C4 | 3,549 | 0 | 395 | 0 |
51
+ | Real World | 76 | 304 | 15 | 50 |
52
+ | CBD | 396 | 0 | 106 | 0 |
53
+ | FC_A | 357 | 0 | 0 | 0 |
54
+ | FC_B | 476 | 0 | 196 | 0 |
55
+ |-----------------|---------|--------|------------|---------|
56
+ | **Total** | **43,162** | **33,101** | **4,968** | **3,694** |
57
+
58
 
59
  ## Contact
60
+ If you have any questions about this work, please contact **[Shreyanshu Bhushan](https://github.com/shreyanshu09)** using the following email addresses: **shreyanshubhushan@gmail.com**.