paper-with-me

Papers

Pseudocode-Injection Magic: Enabling LLMs to Tackle Graph Computational Tasks

2025-01-23 · Chang Gong, Wanrui Bian, Zhijie Zhang, Weiguo Zheng

Graph computational tasks are inherently challenging and often demand the development of advanced algorithms for effective solutions. With the emergence of large language models (LLMs), researchers have begun investigating their potential to address these tasks. However, existing approaches are constrained by LLMs' limited capability to comprehend complex graph structures and their high inference costs, rendering them impractical for handling large-scale graphs. Inspired by human approaches to graph problems, we introduce a novel framework, PIE (Pseudocode-Injection-Enhanced LLM Reasoning for Graph Computational Tasks), which consists of three key steps: problem understanding, prompt design, and code generation. In this framework, LLMs are tasked with understanding the problem and extracting relevant information to generate correct code. The responsibility for analyzing the graph structure and executing the code is delegated to the interpreter. We inject task-related pseudocodes into the prompts to further assist the LLMs in generating efficient code. We also employ cost-effective trial-and-error techniques to ensure that the LLM-generated code executes correctly. Unlike other methods that require invoking LLMs for each individual test case, PIE only calls the LLM during the code generation phase, allowing the generated code to be reused and significantly reducing inference costs. Extensive experiments demonstrate that PIE outperforms existing baselines in terms of both accuracy and computational efficiency.

📄 PDF Abstract BibTeX arXiv:2501.13731

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationComputational Efficiency

Similar Papers 제목 키워드 기반

Pseudocode-Guided Structured Reasoning for Automating Reliable Inference in Vision-Language Models

2026-05-19 · Weicong Ni, Tianbao Jiang, Linlin Wang arxiv

Vision-Language Models (VLMs) are becoming the cornerstone of high-level reasoning for robotic automation, enabling robots to parse natural language commands and perceive their environments. However, their susceptibility…

MagiCodec: Simple Masked Gaussian-Injected Codec for High-Fidelity Reconstruction and Generation

2025-05-31 · Yakun Song, Jiawei Chen, Xiaobin Zhuang, Chenpeng Du 외

Neural audio codecs have made significant strides in efficiently mapping raw audio waveforms into discrete token representations, which are foundational for contemporary audio generative models. However, most existing co…

Language ModelingLanguage Modelling

BioPlanner: Automatic Evaluation of LLMs on Protocol Planning in Biology

2023-10-16 · Odhran O'Donoghue, Aleksandar Shtedritski, John Ginger, Ralph Abboud 외

The ability to automatically generate accurate protocols for scientific experiments would represent a major step towards the automation of science. Large Language Models (LLMs) have impressive capabilities on a wide rang…

Language ModellingQuestion Answering

C3PO: A Lightweight Copying Mechanism for Translating Pseudocode to Code

2022-11-20 · AACL-IJCNLP 2022 11 · Vishruth Veerendranath, Vibha Masti, Prajwal Anagani, Mamatha Hr

Writing computer programs is a skill that remains inaccessible to most due to the barrier of programming language (PL) syntax. While large language models (LLMs) have been proposed to translate natural language pseudocod…

Code TranslationText-to-Code Generation

How (un)ethical are instruction-centric responses of LLMs? Unveiling the vulnerabilities of safety guardrails to harmful queries

2024-02-23 · Somnath Banerjee, Sayan Layek, Rima Hazra, Animesh Mukherjee

In this study, we tackle a growing concern around the safety and ethical use of large language models (LLMs). Despite their potential, these models can be tricked into producing harmful or unethical content through vario…

Model EditingResponse Generation