Datasets:
Tasks:
Question Answering
Sub-tasks:
open-domain-qa
Languages:
English
Size:
1M<n<10M
ArXiv:
License:
Many answers are stored as literal string representations of arrays
#4
by
umarbutler
- opened
Many answer
values have, for whatever reason, been stored as literal string representations of arrays. Here are some random examples:
['Go to Firefox > Help > Troubleshooting Information.', 'Click the "Reset Firefox" button.', 'Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.', 'Firefox will open with all factory defaults applied.']
['Enroll with Blue Cross and Blue Shield of Texas (BCBSTX) You can buy a health insurance plan by calling us at 1-888-731-0406. ... ', 'Shop on the Health Insurance Marketplace. ... ', 'Contact a health insurance agent.']
['Select Insert > Page Number, and then choose the location and style you want.', "If you don't want a page number to appear on the first page, select Different First Page.", 'If you want numbering to start with 1 on the second page, go to Page Number > Format Page Numbers, and set Start at to 0.']
["Subtract the values. For example, let's say the mean of your data set is 10, and you have 5 values: 1, 5, 10, 15 and 19. The absolute deviations are: 10 β 1 = 9. 10 β 5 = 5. ... ", 'Take the absolute value of the numbers found. The absolute value of -5 is 5, and -9 is 9. The final list of values would be 9 ,5, 0, 5, and 9.']
['Open System Preferences.', 'Users & Groups.', 'Click unlock and enter your password.', 'Now Control-click or right-click the user that you want to rename.', 'Choose Advanced.', 'Change the name in the full name field.', 'Restart the computer for the changes to take effect.']
['The client sends a "client hello" message. ... ', 'The server responds with a "server hello" message. ... ', "The client verifies the server's SSL certificate from CA (Certificate Authority) and authenticates the server. ... ", "The client creates a session key, encrypts it with the server's public key and sends it to the server."]
["Travel solo. We cannot stress how valuable this is, even if you're in a relationship.", 'Take a class to learn a new skill. ... ', 'Master cooking at least three dishes. ... ', 'Run a half marathon. ... ', 'Go skinny dipping. ... ', 'Learn to speak another language. ... ', 'Learn how to read a wine list. ... ', 'Throw yourself a birthday party.']
Typically, you'd either store them as literal arrays (instead of strings) or you'd concatenate them.