paper-with-me

Papers

Target-Oriented Pretraining Data Selection via Neuron-Activated Graph

2026-04-17 · Zijun Wang, Haoqin Tu, Weidong Zhou, Yiyang Zhou, Xiaohuan Zhou, Bingni Zhang, Weiguo Feng, Taifeng Wang, Cihang Xie, Fengze Liu arxiv

Everyday tasks come with a target, and pretraining models around this target is what turns them into experts. In this paper, we study target-oriented language model (LM) pretraining by introducing Neuron-Activated Graph Ranking (NAG-based Ranking), a training-free and interpretable framework for target pretraining data selection. Rather than using black-box representations, our approach directly characterizes each target input by a sparse set of high-impact neurons in any off-the-shelf LLMs. Concretely, we quantify neuron impact and select the most influential neurons across layers into a compact Neuron-Activated Graph (NAG), and rank candidate data by NAG similarity to target examples. We conduct experiments across six benchmarks, where our NAG-based Ranking improves target-oriented pretraining by 4.9% on average over random sampling, and also outperforms state-of-the-art baselines by 5.3% accuracy on HellaSwag. It also remains effective under a more applicable multi-target setting, where our best setup surpasses two baselines by 1.1% and 4.1%, respectively. Furthermore, we provide a comprehensive analysis on why and how our NAG works, e.g., deactivating NAG-selected neurons (only 0.12% of all) causes a 23.5% performance collapse, and restricting NAG to the final layer incurs a 4.1% average drop, indicating that NAG captures a sparse "functional backbone" for learning target features. We release the code at https://github.com/asillycat/NAG.

📄 PDF Abstract BibTeX arXiv:2604.15706

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Ranking

Similar Papers 제목 키워드 기반

Training Neural Response Selection for Task-Oriented Dialogue Systems

2019-06-04 · ACL 2019 7 · Matthew Henderson, Ivan Vulić, Daniela Gerz, Iñigo Casanueva 외

Despite their popularity in the chatbot literature, retrieval-based models have had modest impact on task-oriented dialogue systems, with the main obstacle to their application being the low-data regime of most task-orie…

ChatbotLanguage ModellingRetrievalTask-Oriented Dialogue Systems

Multi-Task Learning of System Dialogue Act Selection for Supervised Pretraining of Goal-Oriented Dialogue Policies

2019-09-01 · WS 2019 9 · Sarah McLeod, Ivana Kruijff-Korbayova, Bernd Kiefer

This paper describes the use of Multi-Task Neural Networks (NNs) for system dialogue act selection. These models leverage the representations learned by the Natural Language Understanding (NLU) unit to enable robust init…

Multi-Task LearningNatural Language Understanding

TOP-Training: Target-Oriented Pretraining for Medical Extractive Question Answering

2023-10-25 · Saptarshi Sengupta, Connor Heaton, Shreya Ghosh, Wenpeng Yin 외

We study extractive question-answering in the medical domain (Medical-EQA). This problem has two main challenges: (i) domain specificity, as most AI models lack necessary domain knowledge, and (ii) extraction-based answe…

Domain AdaptationExtractive Question-AnsweringKnowledge DistillationPhilosophy+2

Dynamic Refinement Network for Oriented and Densely Packed Object Detection

2020-05-20 · CVPR 2020 6 · Xingjia Pan, Yuqiang Ren, Kekai Sheng, Wei-Ming Dong 외

Object detection has achieved remarkable progress in the past decade. However, the detection of oriented and densely packed objects remains challenging because of following inherent reasons: (1) receptive fields of neuro…

feature selectionobject-detectionObject DetectionObject Detection In Aerial Images+1

On the Complementarity of Data Selection and Fine Tuning for Domain Adaptation

2021-09-15 · Dan Iter, David Grangier

Domain adaptation of neural networks commonly relies on three training phases: pretraining, selected data training and then fine tuning. Data selection improves target domain generalization by training further on pretrai…

Domain AdaptationDomain GeneralizationLanguage ModelingLanguage Modelling+2