Concept

The Neural e2e-coref Algorithm's Formal Model

Given a document DD with TT words, the model considers all of the T(T1)2\frac{T(T-1)}{2} text spans in DD. The task is to assign to each span ii an antecedent yiy_i, a random variable ranging over the values 1,...,i1,ϵ{1, ..., i - 1, \epsilon}; each previous span and a special dummy token ϵ\epsilon. When the dummy token is chosen, it means that the span does not have an antecedent.

For each pair of spans ii and jj, the system assigns a score for the coreference link between span ii and span jj: s(i,j)=m(i)+m(j)+c(i,j)s(i, j) = m(i) + m(j) + c(i, j) where mm is the mention score and cc is the antecedent score.

0

0

Updated 2022-04-17

Tags

Data (Information)

Data Science