Quick Overview

This question evaluates proficiency with autoregressive sequence generation, probabilistic sampling methods (greedy, top-k, top-p), softmax-based probability manipulation, and correct handling of end-of-sequence tokens.

Implement Autoregressive Decoding Strategies

Company: Cohere

Role: Machine Learning Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Onsite

Quick Answer: This question evaluates proficiency with autoregressive sequence generation, probabilistic sampling methods (greedy, top-k, top-p), softmax-based probability manipulation, and correct handling of end-of-sequence tokens.

Loading…