paper-with-me

Papers

FALCON: Feedback-driven Adaptive Long/short-term memory reinforced Coding Optimization system

2024-10-28 · Zeyuan Li, Yangfan He, Lewei He, Jianhui Wang, Tianyu Shi, Bin Lei, Yuchen Li, Qiuwu Chen

Recently, large language models (LLMs) have achieved significant progress in automated code generation. Despite their strong instruction-following capabilities, these models frequently struggled to align with user intent in coding scenarios. In particular, they were hampered by datasets that lacked diversity and failed to address specialized tasks or edge cases. Furthermore, challenges in supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF) led to failures in generating precise, human-intent-aligned code. To tackle these challenges and improve the code generation performance for automated programming systems, we propose Feedback-driven Adaptive Long/short-term memory reinforced Coding Optimization (i.e., FALCON). FALCON is structured into two hierarchical levels. From the global level, long-term memory improves code quality by retaining and applying learned knowledge. At the local level, short-term memory allows for the incorporation of immediate feedback from compilers and AI systems. Additionally, we introduce meta-reinforcement learning with feedback rewards to solve the global-local bi-level optimization problem and enhance the model's adaptability across diverse code generation tasks. Extensive experiments demonstrate that our technique achieves state-of-the-art performance, leading other reinforcement learning methods by more than 4.5 percentage points on the MBPP benchmark and 6.1 percentage points on the Humaneval benchmark. The open-sourced code is publicly available at https://github.com/titurte/FALCON.

📄 PDF Abstract BibTeX arXiv:2410.21349

Code (1)

liturte/FALCON 공식 구현 jax

Tasks

Code GenerationHumanEvalInstruction FollowingmbppMeta Reinforcement Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Old is Gold: Linguistic Driven Approach for Entity and Relation Linking of Short Text

2019-06-01 · NAACL 2019 6 · Ahmad Sakor, on, Isaiah o Mulang{'}, Kuldeep Singh 외

Short texts challenge NLP tasks such as named entity recognition, disambiguation, linking and relation inference because they do not provide sufficient context or are partially malformed (e.g. wrt. capitalization, long t…

Entity LinkingImplicit Relationsnamed-entity-recognitionNamed Entity Recognition+3

FALCONEye: Finding Answers and Localizing Content in ONE-hour-long videos with multi-modal LLMs

2025-03-25 · Carlos Plou, Cesar Borja, Ruben Martinez-Cantin, Ana C. Murillo

Information retrieval in hour-long videos presents a significant challenge, even for state-of-the-art Vision-Language Models (VLMs), particularly when the desired information is localized within a small subset of frames.…

Efficient ExplorationInformation RetrievalLarge Language Model

Accelerating Post-Quantum Cryptography via LLM-Driven Hardware-Software Co-Design

2026-02-10 · Yuchao Liao, Tosiron Adegbija, Roman Lysecky arxiv

Post-quantum cryptography (PQC) is crucial for securing data against emerging quantum threats. However, its algorithms are computationally complex and difficult to implement efficiently on hardware. In this paper, we exp…

Code Driven Planning with Domain-Adaptive Critic

2025-09-23 · Zikang Tian, Shaohui Peng, Du Huang, Jiaming Guo 외 arxiv

Large Language Models (LLMs) have been widely adopted as task planners for AI agents in sequential decision-making problems, leveraging their extensive world knowledge. However, the gap between their general knowledge an…

General KnowledgeStarcraft II

Falcon 2.0: An Entity and Relation Linking Tool over Wikidata

2019-12-24 · Ahmad Sakor, Kuldeep Singh, Anery Patel, Maria-Esther Vidal

The Natural Language Processing (NLP) community has significantly contributed to the solutions for entity and relation recognition from the text, and possibly linking them to proper matches in Knowledge Graphs (KGs). Con…

Knowledge Base Question AnsweringKnowledge GraphsLanguage ModellingRelation+1