Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ One side of the pair is the Wikipedia article that contains detailed description
|
|
17 |
The other side of the pair is the article that mentions the specific anchor text, which we defined as the mention article.
|
18 |
We composed an MRC-style training instance in which the anchor is the answer,
|
19 |
the surrounding passage of the anchor in the mention article is the context, and the definition of the anchor entity in the definition article is the query.
|
20 |
-
Based on the above data, we then introduced a novel
|
21 |
In this task, PMR determines whether the context and the query are relevant.
|
22 |
If so, PMR extracts the answer from the context that satisfies the query description.
|
23 |
|
|
|
17 |
The other side of the pair is the article that mentions the specific anchor text, which we defined as the mention article.
|
18 |
We composed an MRC-style training instance in which the anchor is the answer,
|
19 |
the surrounding passage of the anchor in the mention article is the context, and the definition of the anchor entity in the definition article is the query.
|
20 |
+
Based on the above data, we then introduced a novel WAE problem as the pre-training task of PMR.
|
21 |
In this task, PMR determines whether the context and the query are relevant.
|
22 |
If so, PMR extracts the answer from the context that satisfies the query description.
|
23 |
|