paper-with-me

홈 › Papers

Functional Task Tree Generation from a Knowledge Graph to Solve Unseen Problems

2021-12-04 · Md. Sadman Sakib, David Paulius, Yu Sun

A major component for developing intelligent and autonomous robots is a suitable knowledge representation, from which a robot can acquire knowledge about its actions or world. However, unlike humans, robots cannot creatively adapt to novel scenarios, as their knowledge and environment are rigidly defined. To address the problem of producing novel and flexible task plans called task trees, we explore how we can derive plans with concepts not originally in the robot's knowledge base. Existing knowledge in the form of a knowledge graph is used as a base of reference to create task trees that are modified with new object or state combinations. To demonstrate the flexibility of our method, we randomly selected recipes from the Recipe1M+ dataset and generated their task trees. The task trees were then thoroughly checked with a visualization tool that portrays how each ingredient changes with each action to produce the desired meal. Our results indicate that the proposed method can produce task plans with high accuracy even for never-before-seen ingredient combinations.

📄 PDF Abstract BibTeX arXiv:2112.02433

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Extracting task trees using knowledge retrieval search algorithms in functional object-oriented network

2022-11-15 · Tyree Lewis

The functional object-oriented network (FOON) has been developed as a knowledge representation method that can be used by robots in order to perform task planning. A FOON can be observed as a graph that can provide an or…

RetrievalTask Planning

Evaluating Recipes Generated from Functional Object-Oriented Network

2021-06-01 · Md Sadman Sakib, Hailey Baez, David Paulius, Yu Sun

The functional object-oriented network (FOON) has been introduced as a knowledge representation, which takes the form of a graph, for symbolic task planning. To get a sequential plan for a manipulation task, a robot can …

FormObjectRetrievalTask Planning

Task Tree Retrieval For Robotic Cooking

2023-11-27 · Chakradhar Reddy Nallu

This paper is based on developing different algorithms, which generate the task tree planning for the given goal node(recipe). The knowledge representation of the dishes is called FOON. It contains the different objects …

RetrievalTask Planning

Knowledge-based Refinement of Scientific Publication Knowledge Graphs

2023-09-10 · Siwen Yan, Phillip Odom, Sriraam Natarajan

We consider the problem of identifying authorship by posing it as a knowledge graph construction and refinement. To this effect, we model this problem as learning a probabilistic logic model in the presence of human guid…

graph constructionKnowledge Graphsregression

VerilogCoder: Autonomous Verilog Coding Agents with Graph-based Planning and Abstract Syntax Tree (AST)-based Waveform Tracing Tool

2024-08-15 · Chia-Tung Ho, Haoxing Ren, Brucek Khailany

Due to the growing complexity of modern Integrated Circuits (ICs), automating hardware design can prevent a significant amount of human error from the engineering process and result in less errors. Verilog is a popular h…

Code Generation