paper-with-me

Papers

TOOLCAD: Exploring Tool-Using Large Language Models in Text-to-CAD Generation with Reinforcement Learning

2026-04-09 · Yifei Gong, Xing Wu, Wenda Liu, Kang Tu arxiv

Computer-Aided Design (CAD) is an expert-level task that relies on long-horizon reasoning and coherent modeling actions. Large Language Models (LLMs) have shown remarkable advancements in enabling language agents to tackle real-world tasks. Notably, there has been no investigation into how tool-using LLMs optimally interact with CAD engines, hindering the emergence of LLM-based agentic text-to-CAD modeling systems. We propose ToolCAD, a novel agentic CAD framework deploying LLMs as tool-using agents for text-to-CAD generation. Furthermore, we introduce an interactive CAD modeling gym to rollout reasoning and tool-augmented interaction trajectories with the CAD engine, incorporating hybrid feedback and human supervision. Meanwhile, an end-to-end post-training strategy is presented to enable the LLM agent to elicit refined CAD Modeling Chain of Thought (CAD-CoT) and evolve into proficient CAD tool-using agents via online curriculum reinforcement learning. Our findings demonstrate ToolCAD fills the gap in adopting and training open-source LLMs for CAD tool-using agents, enabling them to perform comparably to proprietary models, paving the way for more accessible and robust autonomous text-to-CAD modeling systems.

📄 PDF Abstract BibTeX arXiv:2604.07960

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

D4R -- Exploring and Querying Relational Graphs Using Natural Language and Large Language Models -- the Case of Historical Documents

2025-03-26 · Michel Boeglin, David Kahn, Josiane Mothe, Diego Ortiz 외

D4R is a digital platform designed to assist non-technical users, particularly historians, in exploring textual documents through advanced graphical tools for text analysis and knowledge extraction. By leveraging a large…

Language ModelingLanguage ModellingLarge Language ModelNavigate+1

Exploring a Choctaw Language Corpus with Word Vectors and Minimum Distance Length

2020-05-01 · LREC 2020 5 · Jacqueline Brixey, David Sides, Timothy Vizthum, David Traum 외

This work introduces additions to the corpus ChoCo, a multimodal corpus for the American indigenous language Choctaw. Using texts from the corpus, we develop new computational resources by using two off-the-shelf tools: …

Whose Text Is It Anyway? Exploring BigCode, Intellectual Property, and Ethics

2023-04-06 · Madiha Zahrah Choksi, David Goedicke

Intelligent or generative writing tools rely on large language models that recognize, summarize, translate, and predict content. This position paper probes the copyright interests of open data sets used to train large la…

EthicsPosition

Exploring Geographic Relative Space in Large Language Models through Activation Patching

2026-05-14 · Stef De Sabbata, Rahul Baiju, Stefano Mizzaro, Kevin Roitero arxiv

The increased use of Large Language Models (LLMs) in geography raises substantial questions about the safety of integrating these tools across a wide range of processes and analyses, given our very limited understanding …

Function Assistant: A Tool for NL Querying of APIs

2017-06-01 · EMNLP 2017 9 · Kyle Richardson, Jonas Kuhn

In this paper, we describe Function Assistant, a lightweight Python-based toolkit for querying and exploring source code repositories using natural language. The toolkit is designed to help end-users of a target API quic…

Natural Language QueriesSemantic ParsingTranslation