--- dataset_info: features: - name: image dtype: image - name: bpmn dtype: string - name: image_filename dtype: string - name: bpmn_filename dtype: string - name: split dtype: string splits: - name: train num_bytes: 43277266.0 num_examples: 101 - name: validation num_bytes: 110828879.0 num_examples: 50 - name: test num_bytes: 104260192.0 num_examples: 51 download_size: 220317996 dataset_size: 258366337.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* task_categories: - image-to-text - image-text-to-text pretty_name: BPMN Diagram ↔ BPMN XML Paired Dataset size_categories: - 1K Flow_0abcd12 Flow_0abcd12 Flow_0efgh34 Flow_0efgh34 Flow_0ijkl56 Flow_0mnop78 Flow_0ijkl56 Flow_0qrst90 ... ``` --- # πŸ”§ Usage ```python from datasets import load_dataset ds = load_dataset("pritamdeka/BPMN-VLM") example = ds["train"][0] image = example["image"] # PIL image object bpmn_text = example["bpmn"] # XML content as string image_name = example["image_filename"] bpmn_name = example["bpmn_filename"] ``` --- # 🎯 Applications This dataset is suitable for: - BPMN diagram understanding and parsing - OCR + VLM multimodal pipelines - Structured JSON extraction - Diagram-to-XML reconstruction - Fine-tuning Pixtral, Qwen2.5-VL, LLaMA 3.2 Vision, Aya Vision, Gemma3 and other VLMs - Evaluation against ground truth `.bpmn` files Ideal for research in: - Vision-language reasoning - Diagram understanding - Business process modelling automation --- # πŸ“œ Citation If you use this dataset, please cite: ```bibtex @misc{deka2025structuredextractionbusinessprocess, title={Structured Extraction from Business Process Diagrams Using Vision-Language Models}, author={Pritam Deka and Barry Devereux}, year={2025}, eprint={2511.22448}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={https://arxiv.org/abs/2511.22448}, } ``` --- # πŸ“„ License This dataset is released under **CC BY-NC 4.0** β€” It can be used for **research and non-commercial purposes** with attribution. --- # πŸ™ Acknowledgements Developed at the **Advanced Research Centre (ARC), Queen’s University Belfast**, as part of research into multimodal structured extraction from business process diagrams. --- # πŸ“¬ Contact For questions, contact: **Pritam Deka** β€” *p.deka@qub.ac.uk*