Papers › K-Adapter: Infusing Knowledge into Pre-Trained Models with Adapters
K-Adapter: Infusing Knowledge into Pre-Trained Models with Adapters
Ruize Wang, Duyu Tang, Nan Duan, Zhongyu Wei, Xuanjing Huang, Jianshu ji, Guihong Cao, Daxin Jiang, Ming Zhou
We study the problem of injecting knowledge into large pre-trained models like BERT and RoBERTa. Existing methods typically update the original parameters of pre-trained models when injecting knowledge. However, when multiple kinds of knowledge are injected, the historically injected knowledge would be flushed away. To address this, we propose K-Adapter, a framework that retains the original parameters of the pre-trained model fixed and supports the development of versatile knowledge-infused model. Taking RoBERTa as the backbone model, K-Adapter has a neural adapter for each kind of infused knowledge, like a plug-in connected to RoBERTa. There is no information flow between different adapters, thus multiple adapters can be efficiently trained in a distributed way. As a case study, we inject two kinds of knowledge in this work, including (1) factual knowledge obtained from automatically aligned text-triplets on Wikipedia and Wikidata and (2) linguistic knowledge obtained via dependency parsing. Results on three knowledge-driven tasks, including relation classification, entity typing, and question answering, demonstrate that each adapter improves the performance and the combination of both adapters brings further improvements. Further analysis indicates that K-Adapter captures versatile knowledge than RoBERTa.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2002.01808")
Code
Syntology Ran 7 of 14 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 1 ran with no contract checked.
By repository: community (archive-listed): 14 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
14 samples harvested; 7 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from microsoft/K-Adapter. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
0f786c407fb1ee4c · report
35ef111fc00c21b4 · report
8d23fbe2b99b840b · report
fdc64f4c72036ae4 · report
69c6d14de8190cfb · report
0c145728a35789fa · report
93228a3eb5c4d179 · report
743523b60fbbb166 · report
264258aac6e8741c · report
0e86198a445a228c · report
6b8a0eeef9e90879 · report
654e91efc679fe84 · report
42ee168c3ae12e60 · report
23d246e59ef9447b · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Entity Typing | Open Entity | K-Adapter ( fac-adapter ) | F1 | 77.6916 | #1 of 3 | Archive leaderboard | report |
| Entity Typing | Open Entity | K-Adapter ( fac-adapter ) | Precision | 79.6712 | #1 of 3 | Archive leaderboard | report |
| Entity Typing | Open Entity | K-Adapter ( fac-adapter ) | Recall | 75.8081 | #1 of 3 | Archive leaderboard | report |
| Entity Typing | Open Entity | K-Adapter ( fac-adapter + lin-adapter ) | F1 | 77.6127 | #2 of 3 | Archive leaderboard | report |
| Entity Typing | Open Entity | K-Adapter ( fac-adapter + lin-adapter ) | Precision | 78.9956 | #2 of 3 | Archive leaderboard | report |
| Entity Typing | Open Entity | K-Adapter ( fac-adapter + lin-adapter ) | Recall | 76.2774 | #2 of 3 | Archive leaderboard | report |
| Relation Classification | TACRED | RoBERTa | F1 | 71.3 | #8 of 17 | Archive leaderboard | report |
| Relation Classification | TACRED | K-Adapter | F1 | 72.0 | #13 of 17 | Archive leaderboard | report |
| Relation Extraction | TACRED | K-ADAPTER (F+L) | F1 | 72.04 | #14 of 40 | Archive leaderboard | report |
| Relation Extraction | TACRED | K-ADAPTER (F+L) | F1 (1% Few-Shot) | 13.8 | #14 of 40 | Archive leaderboard | report |
| Relation Extraction | TACRED | K-ADAPTER (F+L) | F1 (10% Few-Shot) | 56.0 | #14 of 40 | Archive leaderboard | report |
| Relation Extraction | TACRED | K-ADAPTER (F+L) | F1 (5% Few-Shot) | 45.1 | #14 of 40 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections