paper-with-me

Papers

Using Neural Networks for Programming by Demonstration

2019-10-10 · Karan K. Budhraja, Hang Gao, Tim Oates

Agent-based modeling is a paradigm of modeling dynamic systems of interacting agents that are individually governed by specified behavioral rules. Training a model of such agents to produce an emergent behavior by specification of the emergent (as opposed to agent) behavior is easier from a demonstration perspective. Without the involvement of manual behavior specification via code or reliance on a defined taxonomy of possible behaviors, the demonstrator specifies the desired emergent behavior of the system over time, and retrieves agent-level parameters required to execute that motion. A low time-complexity and data requirement favoring framework for reproducing emergent behavior, given an abstract demonstration, is discussed in [1], [2]. The existing framework does, however, observe an inherent limitation in scalability because of an exponentially growing search space (with the number of agent-level parameters). Our work addresses this limitation by pursuing a more scalable architecture with the use of neural networks. While the (proof-of-concept) architecture is not suitable for many evaluated domains because of its lack of representational capacity for that domain, it is more suitable than existing work for larger datasets for the Civil Violence agent-based model.

📄 PDF Abstract BibTeX arXiv:1910.04724

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gaussian path model library for intuitive robot motion programming by demonstration

2025-09-12 · Samuli Soutukorva, Markku Suomalainen, Martin Kollingbaum, Tapio Heikkilä arxiv

This paper presents a system for generating Gaussian path models from teaching data representing the path shape. In addition, methods for using these path models to classify human demonstrations of paths are introduced. …

RAMPA: Robotic Augmented Reality for Machine Programming by DemonstrAtion

2024-10-17 · Fatih Dogangun, Serdar Bahar, Yigit Yildirim, Bora Toprak Temir 외

This paper introduces Robotic Augmented Reality for Machine Programming by Demonstration (RAMPA), the first ML-integrated, XR-driven end-to-end robotic system, allowing training and deployment of ML models such as ProMPs…

Ruler: Data Programming by Demonstration for Document Labeling

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Sara Evensen, Chang Ge, Cagatay Demiralp

Data programming aims to reduce the cost of curating training data by encoding domain knowledge as labeling functions over source data. As such it not only requires domain expertise but also programming experience, a ski…

Synthetic Function Demonstrations Improve Generation in Low-Resource Programming Languages

2025-03-24 · Nick McKenna, Xinnuo Xu, Jack Williams, Nick Wilson 외

A key consideration when training an LLM is whether the target language is more or less resourced, whether this is English compared to Welsh, or Python compared to Excel. Typical training data for programming languages c…

Question AnsweringRAG

Data Programming by Demonstration: A Framework for Interactively Learning Labeling Functions

2020-09-03 · Sara Evensen, Chang Ge, Dongjin Choi, Çağatay Demiralp

Data programming is a programmatic weak supervision approach to efficiently curate large-scale labeled training data. Writing data programs (labeling functions) requires, however, both programming literacy and domain exp…

Document Classification