paper-with-me

홈 › Papers

TD-Interpreter: Enhancing the Understanding of Timing Diagrams with Visual-Language Learning

2025-07-20 · Jie He, Vincent Theo Willem Kenbeek, Zhantao Yang, Meixun Qu, Ezio Bartocci, Dejan Ničković, Radu Grosu arxiv

We introduce TD-Interpreter, a specialized ML tool that assists engineers in understanding complex timing diagrams (TDs), originating from a third party, during their design and verification process. TD-Interpreter is a visual question-answer environment which allows engineers to input a set of TDs and ask design and verification queries regarding these TDs. We implemented TD-Interpreter with multimodal learning by fine-tuning LLaVA, a lightweight 7B Multimodal Large Language Model (MLLM). To address limited training data availability, we developed a synthetic data generation workflow that aligns visual information with its textual interpretation. Our experimental evaluation demonstrates the usefulness of TD-Interpreter which outperformed untuned GPT-4o by a large margin on the evaluated benchmarks.

📄 PDF Abstract BibTeX arXiv:2507.16844

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

A CNL for Contract-Oriented Diagrams

2014-06-22 · John J. Camilleri, Gabriele Paganelli, Gerardo Schneider

We present a first step towards a framework for defining and manipulating normative documents or contracts described as Contract-Oriented (C-O) Diagrams. These diagrams provide a visual representation for such texts, giv…

Concise Geometric Description as a Bridge: Unleashing the Potential of LLM for Plane Geometry Problem Solving

2026-01-29 · Jingyun Wang, Dian Li, Xiaohan Wang, Gang Liu 외 arxiv

Plane Geometry Problem Solving (PGPS) is a multimodal reasoning task that aims to solve a plane geometric problem based on a geometric diagram and problem textual descriptions. Although Large Language Models (LLMs) posse…

Multimodal Reasoning

RL-CSDia: Representation Learning of Computer Science Diagrams

2021-03-10 · Shaowei Wang, Lingling Zhang, Xuan Luo, Yi Yang 외

Recent studies on computer vision mainly focus on natural images that express real-world scenes. They achieve outstanding performance on diverse tasks such as visual question answering. Diagram is a special form of visua…

Question AnsweringRepresentation LearningVisual Question AnsweringVisual Question Answering (VQA)

Understanding scholarly Natural Language Processing system diagrams through application of the Richards-Engelhardt framework

2020-08-26 · Guy Clarke Marshall, Caroline Jay, André Freitas

We utilise Richards-Engelhardt framework as a tool for understanding Natural Language Processing systems diagrams. Through four examples from scholarly proceedings, we find that the application of the framework to this e…

Proactive Agentic Whiteboards: Enhancing Diagrammatic Learning

2025-12-01 · Suveen Ellawela, Sashenka Gamage, Dinithi Dissanayake arxiv

Educators frequently rely on diagrams to explain complex concepts during lectures, yet creating clear and complete visual representations in real time while simultaneously speaking can be cognitively demanding. Incomplet…

Code Completion