Results for "path generation"
Model execution path in production.
Predicts masked tokens in a sequence, enabling bidirectional context; often used for embeddings rather than generation.
Architecture that retrieves relevant documents (e.g., from a vector DB) and conditions generation on them to reduce hallucinations.
Rules and controls around generation (filters, validators, structured outputs) to reduce unsafe or invalid behavior.
Search algorithm for generation that keeps top-k partial sequences; can improve likelihood but reduce diversity.
Stochastic generation strategies that trade determinism for diversity; key knobs include temperature and nucleus sampling.
Identifying abrupt changes in data generation.
Finding routes from start to goal.
AI proposing scientific hypotheses.