paper-with-me

Papers

LLMs can generate robotic scripts from goal-oriented instructions in biological laboratory automation

2023-04-18 · Takashi Inagaki, Akari Kato, Koichi Takahashi, Haruka Ozaki, Genki N. Kanda

The use of laboratory automation by all researchers may substantially accelerate scientific activities by humans, including those in the life sciences. However, computer programs to operate robots should be written to implement laboratory automation, which requires technical knowledge and skills that may not be part of a researcher's training or expertise. In the last few years, there has been remarkable development in large language models (LLMs) such as GPT-4, which can generate computer codes based on natural language instructions. In this study, we used LLMs, including GPT-4, to generate scripts for robot operations in biological experiments based on ambiguous instructions. GPT-4 successfully generates scripts for OT-2, an automated liquid-handling robot, from simple instructions in natural language without specifying the robotic actions. Conventionally, translating the nuances of biological experiments into low-level robot actions requires researchers to understand both biology and robotics, imagine robot actions, and write robotic scripts. Our results showed that GPT-4 can connect the context of biological experiments with robot operation through simple prompts with expert-level contextual understanding and inherent knowledge. Replacing robot script programming, which is a tedious task for biological researchers, with natural-language LLM instructions that do not consider robot behavior significantly increases the number of researchers who can benefit from automating biological experiments.

📄 PDF Abstract BibTeX arXiv:2304.10267

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Distilling Script Knowledge from Large Language Models for Constrained Language Planning

2023-05-09 · Siyu Yuan, Jiangjie Chen, Ziquan Fu, Xuyang Ge 외

In everyday life, humans often plan their actions by following step-by-step instructions in the form of goal-oriented scripts. Previous work has exploited language models (LMs) to plan for abstract goals of stereotypical…

Knowledge Distillation

Algorithms for automatic intents extraction and utterances classification for goal-oriented dialogue systems

2023-12-15 · Leonid Legashev, Alexander Shukhman, Vadim Badikov

Modern machine learning techniques in the natural language processing domain can be used to automatically generate scripts for goal-oriented dialogue systems. The current article presents a general framework for studying…

Goal-Oriented Dialogue Systems

SocialEval: Evaluating Social Intelligence of Large Language Models

2025-06-01 · Jinfeng Zhou, Yuxuan Chen, Yihan Shi, Xuanming Zhang 외

LLMs exhibit promising Social Intelligence (SI) in modeling human behavior, raising the need to evaluate LLMs' SI and their discrepancy with humans. SI equips humans with interpersonal abilities to behave wisely in navig…

Navigate

Goal-oriented Communication for Fast and Robust Robotic Fault Detection and Recovery

2026-01-26 · Shutong Chen, Adnan Aijaz, Yansha Deng arxiv

Autonomous robotic systems are widely deployed in smart factories and operate in dynamic, uncertain, and human-involved environments that require low-latency and robust fault detection and recovery (FDR). However, existi…

Knowledge Distillation

End-to-End Offline Goal-Oriented Dialog Policy Learning via Policy Gradient

2017-12-07 · Li Zhou, Kevin Small, Oleg Rokhlenko, Charles Elkan

Learning a goal-oriented dialog policy is generally performed offline with supervised learning algorithms or online with reinforcement learning (RL). Additionally, as companies accumulate massive quantities of dialog tra…

DecoderGoal-Oriented DialogOffline RLReinforcement Learning+1