2019.10.12 note

2019.10.12 note

Exploiting Explicit Paths for Multi-hop Reading Comprehension

The task and proposed method for 2 hops:

2019.10.12 note

(a) Find a passage p1p_1 that contains a head entity heh_e from the question QQ.

(b) Find all named entities and noun phrases that appear in the same sentence as heh_e or in the subsequent sentences as the potential intermediate entity e1e_1.

((c)) Find a passage p2p_2 that contains the potential intermediate entity identified above.

(d) Check whether p2p_2 contains any of the candidate answer choices.

For mm hops, kk passages and selecting ee entities at one hop and search step taking no more than ss steps. time complexity is O((ke)m1sm)O((ke)^{m-1}s^m).