|
|
|
|
|
by probably_wrong
3589 days ago
|
|
How does the model deal with dangling anaphora[1]? I wrote a summarizer for Spanish following a recent paper as a side project, and it looks as if I'll need a month of work to solve the issue. [1] That is, the problem of selecting a sentence such as "He approved the motion" and then realising that "he" is now undefined. |
|
As for how does the model deal with co-reference? There's no special logic for that.