mrm8488 commited on
Commit
ee4b627
1 Parent(s): bac4d1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -50,6 +50,21 @@ configs:
50
  - split: train
51
  path: validation/train-*
52
  ---
53
- # Dataset Card for "FloCo"
54
 
55
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  - split: train
51
  path: validation/train-*
52
  ---
53
+ # FloCo Dataset
54
 
55
+ From: https://vl2g.github.io/projects/floco/
56
+ We introduce a new large-scale dataset called "FloCo" for Flowchart images to Python Codes conversion. It contains 11,884 paired flowchart-code samples. Please refer to the paper for more details regarding statistics and dataset construction.
57
+
58
+
59
+ ```
60
+ @inproceedings{shukla2023floco,
61
+ author = "Shukla, Shreya and
62
+ Gatti, Prajwal and
63
+ Kumar, Yogesh and
64
+ Yadav, Vikash and
65
+ Mishra, Anand",
66
+ title = "Towards Making Flowchart Images Machine Interpretable",
67
+ booktitle = "ICDAR",
68
+ year = "2023",
69
+ }
70
+ ```