paper-with-me

홈 › Papers

Planning with Logical Graph-based Language Model for Instruction Generation

2023-08-26 · Fan Zhang, Kebing Jin, Hankz Hankui Zhuo

Despite the superior performance of large language models to generate natural language texts, it is hard to generate texts with correct logic according to a given task, due to the difficulties for neural models to capture implied rules from free-form texts. In this paper, we propose a novel graph-based language model, Logical-GLM, to infuse logic into language models for more valid text generation and interpretability. Specifically, we first capture information from natural language instructions and construct logical bayes graphs that generally describe domains. Next, we generate logical skeletons to guide language model training, infusing domain knowledge into language models. Finally, we alternately optimize the searching policy of graphs and language models until convergence. The experimental results show that Logical-GLM is both effective and efficient compared with traditional language models, despite using smaller-scale training data and fewer parameters. Our approach can generate instructional texts with more correct logic owing to the internalized domain knowledge. Moreover, the usage of logical graphs reflects the inner mechanism of the language models, which improves the interpretability of black-box models.

📄 PDF Abstract BibTeX arXiv:2308.13782

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingText Generationvalid

Similar Papers 제목 키워드 기반

TextLap: Customizing Language Models for Text-to-Layout Planning

2024-10-09 · Jian Chen, Ruiyi Zhang, Yufan Zhou, Jennifer Healey 외

Automatic generation of graphical layouts is crucial for many real-world applications, including designing posters, flyers, advertisements, and graphical user interfaces. Given the incredible ability of Large language mo…

Image GenerationNatural Language Understanding

Teaching LLMs to Plan: Logical Chain-of-Thought Instruction Tuning for Symbolic Planning

2025-09-14 · Pulkit Verma, Ngoc La, Anthony Favier, Swaroop Mishra 외 arxiv

Large language models (LLMs) have demonstrated impressive capabilities across diverse tasks, yet their ability to perform structured symbolic planning remains limited, particularly in domains requiring formal representat…

Logical Reasoning

InstructRAG: Leveraging Retrieval-Augmented Generation on Instruction Graphs for LLM-Based Task Planning

2025-04-17 · Zheng Wang, Shu Xian Teo, Jun Jie Chew, Wei Shi

Recent advancements in large language models (LLMs) have enabled their use as agents for planning complex tasks. Existing methods typically rely on a thought-action-observation (TAO) process to enhance LLM performance, b…

Meta-LearningMeta Reinforcement LearningRAGreinforcement-learning+4

GraphCoT-VLA: A 3D Spatial-Aware Reasoning Vision-Language-Action Model for Robotic Manipulation with Ambiguous Instructions

2025-08-11 · Helong Huang, Min Cen, Kai Tan, Xingyue Quan 외 arxiv

Vision-language-action models have emerged as a crucial paradigm in robotic manipulation. However, existing VLA models exhibit notable limitations in handling ambiguous language instructions and unknown environmental sta…

Instruction-based Image Editing with Planning, Reasoning, and Generation

2026-02-26 · Liya Ji, Chenyang Qi, Qifeng Chen arxiv

Editing images via instruction provides a natural way to generate interactive content, but it is a big challenge due to the higher requirement of scene understanding and generation. Prior work utilizes a chain of large l…

Object SegmentationScene UnderstandingImage Editing