Terence Au

Results 1 comments of Terence Au

以上这种情况,就是(4,4)会有0.8 的entity B,再加上epsilon/num_of_surrounding_spans 的entity A。 是这样吗? 这是我根据这段code的理解 ``` for label, start, end in self.chunks: label_id = config.label2idx[label] self.label_ids[start, end-1, label_id] += (1 - config.sb_epsilon) for dist in range(1, config.sb_size+1): eps_per_span...