Concept

Span Scoring

The span vector v is then passed through a span classifier, with two fully- connected layers and one ReLU activation function, whose output dimensionality is the number of possible non-terminal labels: s((i,j)=W2×ReLU(LayerNorm(W1×v(i,j)))s(\left ( i,j \right ) = {W2}\times ReLU\left ( LayerNorm\left ( W1\times {v(i, j)} \right )\right )

0

1

Updated 2022-01-01

Tags

Data Science

Related