What is 'offset mapping' in tokenizer output and what is it used for?
-
A
A lookup table mapping token IDs to their vector offsets in embedding matrices
-
B
A list of (start, end) character positions in the original text corresponding to each token, used for span extraction tasks
-
C
The byte offset of each token in the serialized vocabulary file
-
D
A mapping from subword tokens to their parent word indices only