shreyanshu09 commited on
Commit
5e5dfb5
1 Parent(s): a25ded2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -14,8 +14,7 @@ language:
14
 
15
  # Block Diagram Global Information Extractor
16
 
17
- It was introduced in the paper "Unveiling the Power of Integration: Block Diagram Summarization through Local-Global Fusion".
18
-
19
 
20
 
21
  ## Model description
@@ -26,9 +25,9 @@ This model is trained using a transformer encoder and decoder architecture, base
26
  ## Training dataset
27
  - 41,933 samples from the synthetic and real-world block diagrams in English language (BD-EnKo)
28
  - 33,101 samples from the synthetic and real-world block diagrams in Korean language (BD-EnKo)
29
- - 396 samples from real-world block diagram dataset (CBD)
30
- - 357 samples from handwritten block diagram dataset (FC_A)
31
- - 476 samples from handwritten block diagram dataset (FC_B)
32
 
33
  ### How to use
34
 
 
14
 
15
  # Block Diagram Global Information Extractor
16
 
17
+ It was introduced in the paper "Unveiling the Power of Integration: Block Diagram Summarization through Local-Global Fusion" accepted at ACL 2024.
 
18
 
19
 
20
  ## Model description
 
25
  ## Training dataset
26
  - 41,933 samples from the synthetic and real-world block diagrams in English language (BD-EnKo)
27
  - 33,101 samples from the synthetic and real-world block diagrams in Korean language (BD-EnKo)
28
+ - 396 samples from real-world English block diagram dataset (CBD)
29
+ - 357 samples from handwritten English block diagram dataset (FC_A)
30
+ - 476 samples from handwritten English block diagram dataset (FC_B)
31
 
32
  ### How to use
33