Papers › Awakening Augmented Generation: Learning to Awaken Internal Knowledge of Large...

Awakening Augmented Generation: Learning to Awaken Internal Knowledge of Large Language Models for Question Answering

22 Mar 2024arXiv:2403.15268archive 2025-07-28

Huanxuan Liao, Shizhu He, Yao Xu, Yuanzhe Zhang, Kang Liu, Shengping Liu, Jun Zhao

Retrieval-Augmented-Generation and Generation-Augmented-Generation have been proposed to enhance the knowledge required for question answering with Large Language Models (LLMs) by leveraging richer context. However, the former relies on external resources, and both require incorporating explicit documents into the context, which increases execution costs and susceptibility to noise data during inference. Recent works indicate that LLMs model rich knowledge, but it is often not effectively activated and awakened. Inspired by this, we propose a novel knowledge-augmented framework, Awakening-Augmented-Generation (AAG), which mimics the human ability to answer questions using only thinking and recalling to compensate for knowledge gaps, thereby awaking relevant knowledge in LLMs without relying on external resources. AAG consists of two key components for awakening richer context. Explicit awakening fine-tunes a context generator to create a synthetic, compressed document that functions as symbolic context. Implicit awakening utilizes a hypernetwork to generate adapters based on the question and synthetic document, which are inserted into LLMs to serve as parameter context. Experimental results on three datasets demonstrate that AAG exhibits significant advantages in both open-domain and closed-book settings, as well as in out-of-distribution generalization. Our code will be available at \url{https://github.com/Xnhyacinth/IAG}.

PaperPDFCodeCode Syntology ran

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="2403.15268")

Code

Syntology Ran 6 of 12 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xnhyacinth/iag officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

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

12 samples harvested; 6 ran; 0 honoured the contract we drafted; 6 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.

1ran · fixture could not drive it
5ran
6unverified

Licence: 0 of the 12 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 xnhyacinth/iag. “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.

att_mse_loss xnhyacinth/iag/model/losses.py official repository ran Apache-2.0 (permissive) · eb1bd9941fe77289 · report
best_subspan_em xnhyacinth/iag/src/metrics.py official repository ran Apache-2.0 (permissive) · 10af7cdbc53df7e5 · report
cross_attention_forward xnhyacinth/iag/ft_llama/model.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 6bef6bdd6eb44070 · report
find_number_sequences xnhyacinth/iag/pred.py official repository ran fingerprinted Apache-2.0 (permissive) · f6311afebc735eee · report
kd_ce_loss xnhyacinth/iag/model/losses.py official repository ran fingerprinted Apache-2.0 (permissive) · 40443594fb77d42a · report
kd_mse_loss xnhyacinth/iag/model/losses.py official repository ran fingerprinted Apache-2.0 (permissive) · a6de986aee092cb5 · report
calculate_matches xnhyacinth/iag/model/evaluation.py official repository unverified Apache-2.0 (permissive) · 7a4988952dd3a127 · report
check_answer xnhyacinth/iag/model/evaluation.py official repository unverified Apache-2.0 (permissive) · 637b51b8df78832a · report
download_model_retry xnhyacinth/iag/ft_llama/model_download.py official repository unverified Apache-2.0 (permissive) · 29e31466888b16c0 · report
has_answer xnhyacinth/iag/model/evaluation.py official repository unverified Apache-2.0 (permissive) · fa4ecbff4b9a354b · report
normalize_answer xnhyacinth/iag/src/metrics.py official repository unverified Apache-2.0 (permissive) · 9706a9a0b961096b · report
parse_args xnhyacinth/iag/pred.py official repository unverified Apache-2.0 (permissive) · 3cd7263c50c21a23 · report

Tasks

Open-Domain Question AnsweringOut-of-Distribution GeneralizationQuestion AnsweringRetrieval-augmented Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdapterHyperNetwork

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