paper-with-me

Papers

MathViz-E: A Case-study in Domain-Specialized Tool-Using Agents

2024-07-24 · Arya Bulusu, Brandon Man, Ashish Jagmohan, Aditya Vempaty, Jennifer Mari-Wyka, Deepak Akkil

There has been significant recent interest in harnessing LLMs to control software systems through multi-step reasoning, planning and tool-usage. While some promising results have been obtained, application to specific domains raises several general issues including the control of specialized domain tools, the lack of existing datasets for training and evaluation, and the non-triviality of automated system evaluation and improvement. In this paper, we present a case-study where we examine these issues in the context of a specific domain. Specifically, we present an automated math visualizer and solver system for mathematical pedagogy. The system orchestrates mathematical solvers and math graphing tools to produce accurate visualizations from simple natural language commands. We describe the creation of specialized data-sets, and also develop an auto-evaluator to easily evaluate the outputs of our system by comparing them to ground-truth expressions. We have open sourced the data-sets and code for the proposed system.

📄 PDF Abstract BibTeX arXiv:2407.17544

Code (1)

emergenceai/mathviz-e 공식 구현

Tasks

Math

Similar Papers 제목 키워드 기반

HPC-Coder-V2: Studying Code LLMs Across Low-Resource Parallel Languages

2024-12-19 · Aman Chaturvedi, Daniel Nichols, Siddharth Singh, Abhinav Bhatele

Large Language Model (LLM) based coding tools have been tremendously successful as software development assistants, yet they are often designed for general purpose programming tasks and perform poorly for more specialize…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model

Decoding Dark Matter: Specialized Sparse Autoencoders for Interpreting Rare Concepts in Foundation Models

2024-11-01 · Aashiq Muhamed, Mona Diab, Virginia Smith

Understanding and mitigating the potential risks associated with foundation models (FMs) hinges on developing effective interpretability methods. Sparse Autoencoders (SAEs) have emerged as a promising tool for disentangl…

AutoODD: Agentic Audits via Bayesian Red Teaming in Black-Box Models

2025-09-10 · Rebecca Martin, Jay Patrikar, Sebastian Scherer arxiv

Specialized machine learning models, regardless of architecture and training, are susceptible to failures in deployment. With their increasing use in high risk situations, the ability to audit these models by determining…

Red Teaming

Coding Agents with Multimodal Browsing are Generalist Problem Solvers

2025-06-03 · Aditya Bharat Soni, Boxuan Li, Xingyao Wang, Valerie Chen 외

Modern human labor is characterized by specialization; we train for years and develop particular tools that allow us to perform well across a variety of tasks. In addition, AI agents have been specialized for domains suc…

Evaluating and Enhancing Large Language Models Performance in Domain-specific Medicine: Osteoarthritis Management with DocOA

2024-01-20 · Xi Chen, MingKe You, Li Wang, Weizhi Liu 외

The efficacy of large language models (LLMs) in domain-specific medicine, particularly for managing complex diseases such as osteoarthritis (OA), remains largely unexplored. This study focused on evaluating and enhancing…

ManagementRAGRetrievalRetrieval-augmented Generation