Theory

Formal Model of the Neural e2e-coref Algorithm

Given a document DD with TT words, the formal model of the neural e2e-coref algorithm considers all of the T(T1)2\frac{T(T-1)}{2} possible text spans in DD. The task is to assign to each span ii an antecedent yiy_i, which is a random variable ranging over the values {1,...,i1,ϵ}\{1, ..., i - 1, \epsilon\} (representing each previous span and a special dummy token ϵ\epsilon). When the dummy token ϵ\epsilon is chosen, it indicates 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 2026-06-14

Tags

Data (Information)

Data Science