sliding window
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-07-03.)
sliding window has 13 facts recorded in Dontopedia across 7 references, with 2 live disagreements.
Mostly:rdf:type(4), replaces full prefix(1), used for(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedOther facts (10)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Time Window Algorithm | [3] |
| Rdf:type | Algorithm | [4] |
| Rdf:type | Algorithm | [6] |
| Rdf:type | Technical Concept | [7] |
| Replaces Full Prefix | True | [1] |
| Used for | rate limiting enforcement | [2] |
| Window Size | 10 | [3] |
| Tracks | Recent Responses | [3] |
| Evaluation | good start | [5] |
| Implemented by | Context Window Script | [6] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (7)
ctx:discord/blah/watt-activation/part-635ctx:claims/beam/23bad49c-cbbb-49eb-9883-9c807d97edc3ctx:claims/beam/aabe2536-9195-4973-9045-1c61d08b95aa- full textbeam-chunktext/plain1 KB
doc:beam/aabe2536-9195-4973-9045-1c61d08b95aaShow excerpt
# Adjust rate limit based on average response time if len(response_times) > 10: avg_response_time = sum(response_times[-10:]) / 10 if avg_response_time > 0.1: # Threshold for high loa…
ctx:claims/beam/d78a3311-25e6-4b90-ac75-59c6dfa59f13- full textbeam-chunktext/plain1 KB
doc:beam/d78a3311-25e6-4b90-ac75-59c6dfa59f13Show excerpt
self.logger = logging.getLogger(__name__) self.logger.setLevel(logging.INFO) handler = logging.StreamHandler() formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') han…
ctx:claims/beam/a6b1e3e3-0d61-41e1-a607-8cd71b62717f- full textbeam-chunktext/plain1 KB
doc:beam/a6b1e3e3-0d61-41e1-a607-8cd71b62717fShow excerpt
[Turn 7923] Assistant: Certainly! To achieve a 20% relevance boost with segmented inputs for 5,000 test queries, you need to ensure that your segmentation strategy is both efficient and effective. The sliding window approach you're using is…
ctx:claims/beam/a7c1778b-c738-4750-8890-f115f9479040- full textbeam-chunktext/plain1 KB
doc:beam/a7c1778b-c738-4750-8890-f115f9479040Show excerpt
2. **Iterate Over Tokens**: We iterate over each token using a `for` loop. 3. **Calculate Context Window Indices**: For each token, we calculate the start and end indices for the context window, ensuring they stay within the bounds of the t…
ctx:claims/document/013ce683-54a9-49ec-a919-ea7a77edb6f6- full textmistral7b.txttext/plain24 KB
donto:blob/sha256/a1ee205dee010ebc8a172066f2792e57b67f168f495aed1deef4f7f99b144731Show excerpt
Mistral 7B arXiv:2310.06825v1 [cs.CL] 10 Oct 2023 Albert Q. Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, Léli…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.