Zum Hauptinhalt springen

Showing 1–8 of 8 results for author: Kwiatkowski, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.09726  [pdf, other

    cs.CL cs.AI cs.LG

    On Mitigating Code LLM Hallucinations with API Documentation

    Authors: Nihal Jain, Robert Kwiatkowski, Baishakhi Ray, Murali Krishna Ramanathan, Varun Kumar

    Abstract: In this study, we address the issue of API hallucinations in various software engineering contexts. We introduce CloudAPIBench, a new benchmark designed to measure API hallucination occurrences. CloudAPIBench also provides annotations for frequencies of API occurrences in the public domain, allowing us to study API hallucinations at various frequency levels. Our findings reveal that Code LLMs stru… ▽ More

    Submitted 12 July, 2024; originally announced July 2024.

  2. arXiv:2306.03203  [pdf, other

    cs.CL cs.SE

    A Static Evaluation of Code Completion by Large Language Models

    Authors: Hantian Ding, Varun Kumar, Yuchen Tian, Zijian Wang, Rob Kwiatkowski, Xiaopeng Li, Murali Krishna Ramanathan, Baishakhi Ray, Parminder Bhatia, Sudipta Sengupta, Dan Roth, Bing Xiang

    Abstract: Large language models trained on code have shown great potential to increase productivity of software developers. Several execution-based benchmarks have been proposed to evaluate functional correctness of model-generated code on simple programming problems. Nevertheless, it is expensive to perform the same evaluation on complex real-world projects considering the execution cost. On the contrary,… ▽ More

    Submitted 5 June, 2023; originally announced June 2023.

    Comments: Accepted by ACL 2023 industry track

  3. arXiv:2209.02010  [pdf

    cs.RO cs.AI cs.LG

    On the Origins of Self-Modeling

    Authors: Robert Kwiatkowski, Yuhang Hu, Boyuan Chen, Hod Lipson

    Abstract: Self-Modeling is the process by which an agent, such as an animal or machine, learns to create a predictive model of its own dynamics. Once captured, this self-model can then allow the agent to plan and evaluate various potential behaviors internally using the self-model, rather than using costly physical experimentation. Here, we quantify the benefits of such self-modeling against the complexity… ▽ More

    Submitted 5 September, 2022; originally announced September 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:1910.01994

  4. arXiv:2111.06389  [pdf, other

    cs.RO cs.AI cs.CV cs.LG eess.SY

    Full-Body Visual Self-Modeling of Robot Morphologies

    Authors: Boyuan Chen, Robert Kwiatkowski, Carl Vondrick, Hod Lipson

    Abstract: Internal computational models of physical bodies are fundamental to the ability of robots and animals alike to plan and control their actions. These "self-models" allow robots to consider outcomes of multiple possible future actions, without trying them out in physical reality. Recent progress in fully data-driven self-modeling has enabled machines to learn their own forward kinematics directly fr… ▽ More

    Submitted 21 November, 2021; v1 submitted 11 November, 2021; originally announced November 2021.

    Comments: Project website: https://robot-morphology.cs.columbia.edu/

  5. arXiv:2105.05145  [pdf, other

    cs.RO cs.AI cs.CV cs.LG cs.MA

    Visual Perspective Taking for Opponent Behavior Modeling

    Authors: Boyuan Chen, Yuhang Hu, Robert Kwiatkowski, Shuran Song, Hod Lipson

    Abstract: In order to engage in complex social interaction, humans learn at a young age to infer what others see and cannot see from a different point-of-view, and learn to predict others' plans and behaviors. These abilities have been mostly lacking in robots, sometimes making them appear awkward and socially inept. Here we propose an end-to-end long-term visual prediction framework for robots to begin to… ▽ More

    Submitted 11 May, 2021; originally announced May 2021.

    Comments: ICRA 2021. Website: http://www.cs.columbia.edu/~bchen/vpttob/

  6. arXiv:1910.01994  [pdf, other

    cs.RO cs.AI cs.LG

    Zero Shot Learning on Simulated Robots

    Authors: Robert Kwiatkowski, Hod Lipson

    Abstract: In this work we present a method for leveraging data from one source to learn how to do multiple new tasks. Task transfer is achieved using a self-model that encapsulates the dynamics of a system and serves as an environment for reinforcement learning. To study this approach, we train a self-models on various robot morphologies, using randomly sampled actions. Using a self-model, an initial state… ▽ More

    Submitted 4 October, 2019; originally announced October 2019.

  7. arXiv:1811.04516  [pdf, other

    cs.LG cs.AI

    Agent Embeddings: A Latent Representation for Pole-Balancing Networks

    Authors: Oscar Chang, Robert Kwiatkowski, Siyuan Chen, Hod Lipson

    Abstract: We show that it is possible to reduce a high-dimensional object like a neural network agent into a low-dimensional vector representation with semantic meaning that we call agent embeddings, akin to word or face embeddings. This can be done by collecting examples of existing networks, vectorizing their weights, and then learning a generative model over the weight space in a supervised fashion. We i… ▽ More

    Submitted 18 March, 2019; v1 submitted 11 November, 2018; originally announced November 2018.

  8. arXiv:1712.03607   

    cs.LG stat.ML

    Gradient Normalization & Depth Based Decay For Deep Learning

    Authors: Robert Kwiatkowski, Oscar Chang

    Abstract: In this paper we introduce a novel method of gradient normalization and decay with respect to depth. Our method leverages the simple concept of normalizing all gradients in a deep neural network, and then decaying said gradients with respect to their depth in the network. Our proposed normalization and decay techniques can be used in conjunction with most current state of the art optimizers and ar… ▽ More

    Submitted 28 February, 2018; v1 submitted 10 December, 2017; originally announced December 2017.

    Comments: Results seemed more promising at the time