query_reformulation
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
query_reformulation has 19 facts recorded in Dontopedia across 1 reference, with 1 live disagreement.
Mostly:uses(2), calls model generate(1), decodes with tokenizer(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
isUsedByIs Used by(2)
- Redis Client
ex:redis-client - Tokenizer
ex:tokenizer
explainsExplains(1)
- Cache Comment
ex:cache-comment
hasMethodHas Method(1)
- Reformulation Model Class
ex:reformulation-model-class
Other facts (18)
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 |
|---|---|---|
| Uses | Tokenizer | [1] |
| Uses | Redis Client | [1] |
| Calls Model Generate | Model Generate | [1] |
| Decodes With Tokenizer | Tokenizer Decode | [1] |
| Caches in Redis | Redis Client | [1] |
| Cache Expiration Seconds | 3600 | [1] |
| Cache Expiration Human Readable | 1 hour | [1] |
| Returns | Reformulated Query | [1] |
| Rdf:type | Instance Method | [1] |
| Member of | Reformulation Model Class | [1] |
| Called by | Reformulation Pipeline Class | [1] |
| Passes Output Index Zero | 0 | [1] |
| Stores in Cache | Redis Client | [1] |
| Uses Query As Key | Query | [1] |
| Uses Reformulated Query As Value | Reformulated Query | [1] |
| Has Self Receiver | true | [1] |
| Calls Tokenizer Decode | true | [1] |
| Passes Skip Special Tokens True | true | [1] |
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 (1)
ctx:claims/beam/02a78e85-75b8-44ad-845e-833d1a39bae2- full textbeam-chunktext/plain1 KB
doc:beam/02a78e85-75b8-44ad-845e-833d1a39bae2Show excerpt
outputs = self.model.generate(**inputs) reformulated_query = self.tokenizer.decode(outputs[0], skip_special_tokens=True) self.redis_client.set(query, reformulated_query, ex=3600) # Cache for 1 hour return re…
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.