Papers › SLED: Self Logits Evolution Decoding for Improving Factuality in Large Language Models

SLED: Self Logits Evolution Decoding for Improving Factuality in Large Language Models

1 Nov 2024arXiv:2411.02433archive 2025-07-28

Jianyi Zhang, Da-Cheng Juan, Cyrus Rashtchian, Chun-Sung Ferng, Heinrich Jiang, Yiran Chen

Large language models (LLMs) have demonstrated remarkable capabilities, but their outputs can sometimes be unreliable or factually incorrect. To address this, we introduce Self Logits Evolution Decoding (SLED), a novel decoding framework that enhances the truthfulness of LLMs without relying on external knowledge bases or requiring further fine-tuning. From an optimization perspective, our SLED framework leverages the latent knowledge embedded within the LLM by contrasting the output logits from the final layer with those from early layers. It then utilizes an approximate gradient approach to enable latent knowledge to guide the self-refinement of outputs, thereby effectively improving factual accuracy. Extensive experiments have been conducted on established benchmarks across a diverse range of model families (LLaMA 2, LLaMA 3, Gemma) and scales (from 2B to 70B), including more advanced architectural configurations such as the mixture of experts (MoE). Our evaluation spans a wide variety of tasks, including multi-choice, open-generation, and adaptations to chain-of-thought reasoning tasks. The results demonstrate that SLED consistently improves factual accuracy by up to 20\% compared to existing decoding methods while maintaining natural language fluency and negligible latency overhead. Furthermore, it can be flexibly combined with other decoding methods to further enhance their performance.

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

Code

Syntology Ran 1 of 11 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

JayZhang42/SLED officialmentioned on GitHubjax 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

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 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 · our draft was wrong
10unverified

Licence: 11 of the 11 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 JayZhang42/SLED. “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.

load_csv JayZhang42/SLED/utils/utils_factor.py official repository ran · our draft was wrong no licence file found · pointer only · 78392b8414df821e · report
download_url JayZhang42/SLED/utils/utils_factor.py official repository unverified no licence file found · pointer only · 0ce848f1f5c6f4eb · report
download_url JayZhang42/SLED/utils/utils_gsm8k.py official repository unverified no licence file found · pointer only · d4bd3ab60e7a743a · report
get_architectures_from_config_class JayZhang42/SLED/transformers/utils/create_dummy_models.py official repository unverified no licence file found · pointer only · b176efb26f72e507 · report
get_config_class_from_processor_class JayZhang42/SLED/transformers/utils/create_dummy_models.py official repository unverified no licence file found · pointer only · 3d999b95009c7537 · report
get_processor_types_from_config_class JayZhang42/SLED/transformers/utils/create_dummy_models.py official repository unverified no licence file found · pointer only · 0c0b81b081919d8e · report
load_factor_dataset JayZhang42/SLED/utils/utils_factor.py official repository unverified no licence file found · pointer only · 110e15caf8969c54 · report
load_gsm8k_jsonl JayZhang42/SLED/utils/utils_gsm8k.py official repository unverified no licence file found · pointer only · 3ddd3043fb85f2c0 · report
load_jsonl JayZhang42/SLED/utils/utils_gsm8k.py official repository unverified no licence file found · pointer only · 999e06e03a65eb6d · report
load_jsonl JayZhang42/SLED/utils/utils_strqa.py official repository unverified no licence file found · pointer only · 21ebee30ce3d7085 · report
load_strqa_jsonl JayZhang42/SLED/utils/utils_strqa.py official repository unverified no licence file found · pointer only · 3fe04a95f9fa548a · report

Tasks

Mixture-of-Experts

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

LLaMA

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