Hints

MATH-C11-C-001

A certain event has no uncertainty.

MATH-C11-C-002

Use H(X, Y) = H(X) + H(Y | X).

MATH-C11-C-003

0.125 = 1/8 = 2^-3.

MATH-C11-C-004

Use 2 raised to the loss measured in bits.

MATH-C11-C-005

Use I(X;Y) = H(Y) - H(Y | X).

MATH-C11-C-006

For one-hot targets, the formula becomes -log q_correct.

MATH-C11-C-007

Symmetric would mean swapping the two distributions leaves the value unchanged.

MATH-C11-C-008

The unit of prediction depends on tokenization.

MATH-C11-C-009

Shared information and causal influence are different claims.

MATH-C11-C-010

At each position, the model predicts a distribution over possible next tokens.

MATH-C11-C-011

Confidence and correctness are different questions.

MATH-C11-C-012

Accuracy sees whether the top answer is right. Cross-entropy reads the target probability.

MATH-C11-C-013

Look at which distribution weights the expectation.

MATH-C11-C-014

The prediction unit depends on the tokenizer.

MATH-C11-C-015

Predicting text well is not the same as satisfying every downstream requirement.