google-research-datasets / natural-questions

Natural Questions (NQ) contains real user questions issued to Google search, and answers found from Wikipedia by annotators. NQ is designed for the training and evaluation of automatic question answering systems.
Apache License 2.0
938 stars 153 forks source link

why simplified test data just has token start and end, doesn' have byte start and byte end #13

Open xiongma opened 4 years ago

xiongma commented 4 years ago

if that, how to locat the answer with token start and token end, just use whitespace to split the text and the token index just as the list index?