What is the best RNN architecture to capture the relationship of 2 sequences

Suppose you have a sequence, for example a question and another sequence as its answer. What is the best (or even the general) RNN architecture to feed with these 2 sequences to determine if the second sequence is a good answer to the first sequence?