paper-with-me

홈 › Papers

Structured Code Representations Enable Data-Efficient Adaptation of Code Language Models

2024-01-19 · Mayank Agarwal, Yikang Shen, Bailin Wang, Yoon Kim, Jie Chen

Current language models tailored for code tasks often adopt the pre-training-then-fine-tuning paradigm from natural language processing, modeling source code as plain text. This approach, however, overlooks the unambiguous structures inherent in programming languages. In this work, we explore data-efficient adaptation of pre-trained code models by further pre-training and fine-tuning them with program structures. Specifically, we represent programs as parse trees -- also known as concrete syntax trees (CSTs) -- and adapt pre-trained models on serialized CSTs. Although the models that we adapt have been pre-trained only on the surface form of programs, we find that a small amount of continual pre-training and fine-tuning on CSTs without changing the model architecture yields improvements over the baseline approach across various code tasks. The improvements are found to be particularly significant when there are limited training examples, demonstrating the effectiveness of integrating program structures with plain-text representation even when working with backbone models that have not been pre-trained with structures.

📄 PDF Abstract BibTeX arXiv:2401.10716

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Structured Hyperedge Adaptation for Parameter-Efficient Fine-Tuning of Vision Transformers

2026-06-21 · Edwin Kwadwo Tenagyei, Lei Wang, Ugochukwu Ejike Akpudo, Jun Zhou 외 arxiv

Parameter-efficient fine-tuning (PEFT) has become a practical solution for adapting large pretrained vision transformers (ViTs) to downstream tasks while updating only a small subset of parameters. However, existing adap…

parameter-efficient fine-tuning

Tree-Structured Semantic Encoder with Knowledge Sharing for Domain Adaptation in Natural Language Generation

2019-10-02 · WS 2019 9 · Bo-Hsiang Tseng, Paweł Budzianowski, Yen-chen Wu, Milica Gašić

Domain adaptation in natural language generation (NLG) remains challenging because of the high complexity of input semantics across domains and limited data of a target domain. This is particularly the case for dialogue …

DecoderDomain AdaptationInformativenessText Generation

VLN-Zero: Rapid Exploration and Cache-Enabled Neurosymbolic Vision-Language Planning for Zero-Shot Transfer in Robot Navigation

2025-09-23 · Neel P. Bhatt, Yunhao Yang, Rohan Siva, Pranay Samineni 외 arxiv

Rapid adaptation in unseen environments is essential for scalable real-world autonomy, yet existing approaches rely on exhaustive exploration or rigid navigation policies that fail to generalize. We present VLN-Zero, a t…

Vision-Language NavigationRobot Navigation

Sample-Efficient Adaptation of Drug-Response Models to Patient Tumors under Strong Biological Domain Shift

2026-03-17 · Camille Jimenez Cortes, Philippe Lalanda, German Vega arxiv

Predicting drug response in patients from preclinical data remains a major challenge in precision oncology due to the substantial biological gap between in vitro cell lines and patient tumors. Rather than aiming to impro…

Representation Learning

DANE: Domain Adaptive Network Embedding

2019-06-03 · Yizhou Zhang, Guojie Song, Lun Du, Shu-wen Yang 외

Recent works reveal that network embedding techniques enable many machine learning models to handle diverse downstream tasks on graph structured data. However, as previous methods usually focus on learning embeddings for…

Domain AdaptationGRAPH DOMAIN ADAPTATIONNetwork Embedding