diff --git a/tasks/README.md b/tasks/README.md index 182673c1b..b338fcacc 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -1585,6 +1585,10 @@ Name | Summary | Category | Domain | Input Language | Output Language `task1712_poki_classification` | Given a short poem, classify whether is written by an elementary kid or a high school kid. | Classification `task1713_convai3_sentence_generation` | Given a user's request, predict what the user is trying to do. | Sentence Generation `task1714_convai3_sentence_generation` | Given a user's intent and computer response, predict what will the user's response will be. | Sentence Generation +`task1715_acronym_output` | Acronym generation using acronym_identification dataset | Acronym Generation +`task1716_acronym_detection` | Binary classification using acronym_identification dataset | Classification task +`task1717_dialogue_generation` | Dialog generation using doc2dial dataset | Text Generation +`task1718_dialogue_arrangement` | Dialoag arrangement using doc2dial dataset | Sentences Arrangment task `task1719_civil_comments_url_extraction` | Extraction of Urls| Answer Generation `task1720_civil_comments_toxicity_classification` | Classify toxicity | Classification `task1721_civil_comments_obscenity_classification` | Classify Obscenity | Classification diff --git a/tasks/task1715_acronym_output.json b/tasks/task1715_acronym_output.json new file mode 100644 index 000000000..5c83726d6 --- /dev/null +++ b/tasks/task1715_acronym_output.json @@ -0,0 +1,3029 @@ +{ + "Contributors": [ + "Akshat Jain" + ], + "Source": [ + "acronym_identification (https://huggingface.co/datasets/acronym_identification)" + ], + "Categories": [ + "Acronym Identification" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "An acronym is an abbreviation formed from the initial letters of other words and pronounced as a word (e.g. ASCII, NASA). This task is about reading the given pre-tokenized setence and predicting which token is an acronym. It is possible that the pre-tokenized sentence may contain more than one token as an acronym, in which case you must output the first acronym that you identify. Please note that the output should be the acronym not the long form of the acronym.", + "Positive Examples": [ + { + "input": "['propose', 'a', 'region', 'growing', '-', 'based', 'segmentation', 'from', 'two', 'manually', 'annotated', 'seed', 'points', '(', 'one', 'in', 'the', 'LAA', 'and', 'the', 'other', 'in', 'the', 'LA', 'outside', 'the', 'appendage', ')', '.']", + "output": "LAA", + "explanation": "This is a positive example as the output is an acronym 'LAA'." + }, + { + "input": "['The', 'mean', 'squared', 'errors', 'for', 'each', 'distance', 'from', 'the', 'model', 'answer', 'for', 'MM', 'and', 'TM', 'for', 'the', 'third', 'question', '.']", + "output": "MM", + "explanation": "This is a positive example as the output is an acronym 'MM'." + } + ], + "Negative Examples": [ + { + "input": "['We', 'find', 'the', 'Google', 'Cloud', 'Messaging', '(', 'GCM', ')', 'system', 's', 'push', 'feature', 'a', 'useful', 'service', 'for', 'sending', 'the', 'alert', '.']", + "output": "s", + "explanation": "This is a negative example as the output is not an acronym but just one character 's'." + }, + { + "input": "['We', 'tackled', 'the', 'problem', 'using', 'a', 'number', 'of', 'approaches', ',', 'utilising', 'a', 'Support', 'Vector', 'Regression', '(', 'SVR', ')', 'and', 'a', 'Bidirectional', 'Long', 'Short', '-', 'Term', 'Memory', '(', 'BLSTM', ')', '.']", + "output": "tackled", + "explanation": "This is a negative example as the output is not an acronym but a common word 'tackled'." + } + ], + "Instances": [ + { + "input": "['What', 'is', 'here', 'called', 'controlled', 'natural', 'language', '(', 'CNL', ')', 'has', 'traditionally', 'been', 'given', 'many', 'different', 'names', '.']", + "output": [ + "CNL" + ] + }, + { + "input": "['In', 'this', 'paper', ',', 'we', 'introduce', 'CoQA', ',', 'a', 'Conversational', 'Question', 'Answering', 'dataset', 'for', 'measuring', 'the', 'ability', 'of', 'machines', 'to', 'participate', 'in', 'a', 'question', '-', 'answering', 'style', 'conversation', '.']", + "output": [ + "CoQA" + ] + }, + { + "input": "['in', ':', 'Proceedings', 'of', 'SODA', '98', ',', 'Ninth', 'Annual', 'ACM', '-', 'SIAM', 'Symposium', 'on', 'Discrete', 'Algorithms', ',', 'San', 'Francisco', ',', 'CA', ',', 'USA', ',', '1998', ',', 'pp', '.']", + "output": [ + "SODA" + ] + }, + { + "input": "['But', 'is', 'the', 'existing', 'HPC', 'I', '/', 'O', 'stack', 'still', 'suitable', 'for', 'new', 'NVM', 'devices', 'like', 'Intel', 'Optane', '?']", + "output": [ + "HPC" + ] + }, + { + "input": "['For', 'a', 'fixed', 'and', 'known', ',', 'we', 'apply', 'a', 'successive', 'convex', 'approximation', '(', 'SCA', ')', 'approach', 'to', 'transform', 'the', 'non', '-', 'convex', 'problem', 'into', 'a', 'sequence', 'of', 'relaxed', 'convex', 'subproblems', '.']", + "output": [ + "SCA" + ] + }, + { + "input": "['Section', 'II', 'introduces', 'issues', 'relevant', 'to', 'VMP', '.']", + "output": [ + "VMP" + ] + }, + { + "input": "['A', 'near', 'optimal', 'solution', 'is', 'proposed', 'using', 'Geometric', 'Programming', '(', 'GP', ')', 'to', 'optimally', 'solve', 'the', 'problem', 'in', 'a', 'time', '-', 'slotted', 'period', '.']", + "output": [ + "GP" + ] + }, + { + "input": "['b', ')', ',', 'this', 'regularization', 'induces', 'an', 'output', 'distribution', 'that', 'is', 'close', 'to', 'an', 'input', 'distribution', 'in', 'CT', 'values', ',', 'and', 'aims', 'to', 'ensure', 'that', 'the', 'generators', 'translate', 'the', 'sparse', 'artifacts', 'rather', 'than', 'dense', 'anatomical', 'structures', '.']", + "output": [ + "CT" + ] + }, + { + "input": "['The', 'Principal', 'Component', 'Analysis', '(', 'PCA', ')', 'is', 'used', 'for', 'dimension', 'reduction', '.']", + "output": [ + "PCA" + ] + }, + { + "input": "['This', 'should', 'certainly', 'be', 'true', 'of', 'the', 'New', 'Technology', 'File', 'System', '(', 'NTFS', ')', ',', 'since', 'NTFS', 'is', 'currently', 'the', 'most', 'common', 'file', 'system', 'in', 'use', '.']", + "output": [ + "NTFS" + ] + }, + { + "input": "['This', 'approach', ',', 'described', 'in', 'Subsection', ',', 'leads', 'to', 'a', 'conjunctive', 'normal', 'form', '(', 'CNF', ')', 'proposition', 'containing', 'clauses', 'of', 'various', 'sizes', '.']", + "output": [ + "CNF" + ] + }, + { + "input": "['In', 'this', 'context', ',', 'the', 'combination', 'of', 'Forward', 'Error', 'Correction', '(', 'FEC', ')', 'and', 'Unequal', 'Error', 'Protection', '(', 'UEP', ')', 'approaches', 'is', 'known', 'to', 'provide', 'the', 'distribution', 'of', 'video', 'applications', 'for', 'wireless', 'users', 'with', 'Quality', 'of', 'Experience', '(', 'QoE', ')', 'assurance', '.']", + "output": [ + "FEC" + ] + }, + { + "input": "['Inspired', 'by', 'recent', 'advances', 'in', 'Generative', 'Adversarial', 'Networks', '(', 'GANs', ')', ',', 'we', 'developed', 'an', 'algorithm', 'for', 'domain', 'adaptation', 'for', 'aerial', 'imagery', 'based', 'on', 'GANs', '.']", + "output": [ + "GANs" + ] + }, + { + "input": "['For', 'GT', ',', 'arrows', 'in', 'are', 'DPOs', 'with', 'being', 'the', 'projection', ',', 'but', 'we', 'need', 'to', 'show', 'that', 'DPOs', 'are', 'composable', '-', 'it', 'may', 'turn', 'out', 'a', 'hassle', 'as', 'we', 'will', 'face', 'interaction', 'between', 'PBs', 'and', 'POs', ',', 'but', 'I', 'hope', 'that', 'nice', 'features', 'of', 'adhesive', 'cats', 'would', 'make', 'it', 'more', 'or', 'less', 'doable', '.']", + "output": [ + "GT" + ] + }, + { + "input": "['We', 'first', 'show', 'through', 'simulation', 'that', 'the', 'channel', 'state', 'information', '(', 'CSI', ')', 'of', 'geographically', 'separated', 'base', 'stations', '(', 'BSs', ')', 'exhibits', 'strong', 'non', '-', 'linear', 'correlations', 'in', 'terms', 'of', 'mutual', 'information', '.']", + "output": [ + "CSI" + ] + }, + { + "input": "['Wrapper', 'Subset', 'Evaluator', '(', 'WSE', ')', 'looks', 'for', 'attributes', 'along', '-', 'with', 'the', 'given', 'classifier', '.']", + "output": [ + "WSE" + ] + }, + { + "input": "['Measurement', 'values', 'are', 'generated', 'using', 'the', 'AC', 'power', 'flow', 'analysis', ',', 'additionally', 'corrupted', 'by', 'Gaussian', 'white', 'noise', 'of', 'variance', '.']", + "output": [ + "AC" + ] + }, + { + "input": "['Given', 'an', 'FSP', 'model', ',', 'the', 'LTSA', 'tool', 'generates', 'an', 'executable', 'Labeled', 'Transition', 'System', '(', 'LTS', ')', 'suitable', 'for', 'automated', 'analysis', 'and', 'animation', '.']", + "output": [ + "FSP" + ] + }, + { + "input": "['In', 'an', 'efficient', 'method', 'called', 'Variable', 'Markov', 'Oracle', '(', 'VMO', ')', 'is', 'proposed', 'for', 'estimating', 'IR', '.']", + "output": [ + "VMO" + ] + }, + { + "input": "['The', 'MgNB', 'establishes', 'a', 'control', 'interface', 'to', 'the', 'core', 'network', '(', 'CN', ')', ',', 'while', 'both', 'the', 'MgNB', 'and', 'the', 'SgNB', 'manage', 'the', 'radio', 'resource', 'control', '(', 'RRC', ')', 'in', 'the', 'UE', '.']", + "output": [ + "MgNB" + ] + }, + { + "input": "['If', 'the', 'entity', 'pairs', 'of', 'two', 'triplets', 'are', 'identical', 'but', 'the', 'relations', 'are', 'different', ',', 'the', 'sentence', 'will', 'be', 'added', 'to', 'the', 'EPO', 'set', '.']", + "output": [ + "EPO" + ] + }, + { + "input": "['Various', 'metrics', 'like', 'Code', '-', 'Mixed', 'Index', '(', 'CMI', ')', ',', 'Code', '-', 'Mixed', 'Factor', '(', 'CF', ')', 'along', 'with', 'various', 'aspects', '(', 'language', 'and', 'emotion', ')', 'also', 'qualitatively', 'polled', 'the', 'code', '-', 'mixed', 'and', 'sentiment', 'properties', 'of', 'the', 'corpus', '.']", + "output": [ + "CMI" + ] + }, + { + "input": "['train', 'a', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'to', 'predict', 'the', 'camera', 'location', 'based', 'on', 'a', 'semantic', 'segmentation', 'of', 'the', 'building', 'facades', 'in', 'input', 'images', '.']", + "output": [ + "CNN" + ] + }, + { + "input": "['Another', 'algorithm', 'called', 'Classification', 'and', 'regression', 'trees', '(', 'CART', ')', 'proposed', 'by', 'Leo', 'Breiman', 'produces', 'either', 'classification', 'or', 'regression', 'binary', 'trees', ',', 'depending', 'on', 'whether', 'the', 'dependent', 'variable', 'is', 'categorical', 'or', 'numeric', ',', 'respectively', '.']", + "output": [ + "CART" + ] + }, + { + "input": "['In', 'our', 'present', 'study', ',', 'we', 'have', 'employed', 'the', 'classification', 'method', 'of', 'Functional', 'Link', 'Artificial', 'Neural', 'Network', '(', 'FLANN', ')', '.']", + "output": [ + "FLANN" + ] + }, + { + "input": "['Our', 'model', 'is', 'an', 'end', 'to', 'end', 'framework', 'which', 'consists', 'of', 'a', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'whose', 'output', 'is', 'fanned', 'out', 'into', 'two', 'separate', 'branches', ';', 'the', 'first', 'branch', 'predicts', 'facial', 'attributes', 'while', 'the', 'second', 'branch', 'identifies', 'face', 'images', '.']", + "output": [ + "CNN" + ] + }, + { + "input": "['Model', '2', ',', 'similar', 'to', 'model', '1', ',', 'has', 'a', 'multiple', 'input', 'single', 'output', '(', 'A', '-', 'MISO', ')', 'structure', '.']", + "output": [ + "MISO" + ] + }, + { + "input": "['Within', 'the', 'perspective', 'of', 'research', 'on', 'Intrinsically', 'Motivated', 'Goal', 'Exploration', 'started', 'a', 'decade', 'ago', ',', 'and', 'considering', 'the', 'fundamental', 'problem', 'of', 'how', 'AI', 'agents', 'can', 'autonomously', 'explore', 'environments', 'and', 'skills', 'by', 'setting', 'their', 'own', 'goals', ',', 'this', 'new', 'architecture', 'constitutes', 'a', 'milestone', 'as', 'it', 'is', 'to', 'our', 'knowledge', 'the', 'first', 'goal', 'exploration', 'architecture', 'where', 'the', 'goal', 'space', 'representation', 'is', 'learned', ',', 'as', 'opposed', 'to', 'hand', '-', 'crafted', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['The', 'bandwidth', 'of', 'this', 'low', '-', 'pass', 'analysis', 'is', 'chosen', 'in', 'such', 'a', 'way', 'that', 'it', 'covers', 'reasonable', 'sizes', 'of', 'rooms', 'and', 'removes', 'the', 'false', 'modes', 'that', 'can', 'appear', 'below', 'the', 'first', 'mode', 'in', 'RTF', '.']", + "output": [ + "RTF" + ] + }, + { + "input": "['We', 'use', 'the', 'Gramian', 'Angular', 'Field', '(', 'GAF', ')', 'to', 'encode', 'the', 'time', 'series', 'data', '.']", + "output": [ + "GAF" + ] + }, + { + "input": "['The', 'US', 'Support', 'plugin', 'communicates', 'with', 'the', 'USHardwareDiPhAS', 'sub', '-', 'module', 'through', 'an', 'instance', 'of', 'its', 'Device', 'subclass', ',', 'which', 'it', 'accesses', 'through', 'MITK', \"'s\", 'micro', 'service', 'functionality', ';', 'through', 'micro', 'services', ',', 'a', 'module', 'is', 'able', 'to', 'register', 'as', 'a', 'specific', 'service', ',', 'which', 'can', 'be', 'then', 'requested', 'by', 'other', 'modules', 'or', 'plugins', '.']", + "output": [ + "MITK" + ] + }, + { + "input": "['In', 'this', 'case', ',', 'the', 'average', 'running', 'time', 'for', 'RK', 'is', 'always', 'approximatively', '420', 'seconds', ',', 'while', 'for', 'IA', 'it', 'ranges', 'from', '0.02', 'seconds', '(', 'for', 'a', 'single', 'edge', 'update', ')', 'to', '6.2', 'seconds', '(', 'for', 'a', 'batch', 'of', '1024', 'edges', ')', '.']", + "output": [ + "RK" + ] + }, + { + "input": "['We', 'present', 'an', 'integer', 'linear', 'programming', '(', 'ILP', ')', 'formulation', 'for', 'optimal', 'data', 'placement', 'in', 'RMs', ',', 'and', 'revisit', 'existing', 'offset', 'assignment', 'heuristics', ',', 'originally', 'proposed', 'for', 'random', '-', 'access', 'memories', '.']", + "output": [ + "ILP" + ] + }, + { + "input": "['Consider', 'an', 'agent', 'embedding', 'a', 'Recurrent', 'Neural', 'Network', '(', 'RNN', ')', '-', 'with', 'internal', 'state', '-', 'modeling', 'a', 'policy', '.']", + "output": [ + "RNN" + ] + }, + { + "input": "['miao2016neural', 'proposed', 'the', 'Neural', 'Variational', 'Document', 'Model', '(', 'NVDM', ')', ',', 'which', 'extended', 'the', 'standard', 'VAE', 'with', 'multinomial', 'likelihood', 'for', 'document', 'modelling', 'and', 'further', 'built', 'a', 'VAE', 'to', 'generate', 'the', 'document', '-', 'topic', 'distributions', 'in', 'the', 'LDA', 'framework', '.']", + "output": [ + "NVDM" + ] + }, + { + "input": "['Consider', 'the', 'problem', 'of', 'automatically', 'identifying', 'patients', 'who', 'suffer', 'from', 'a', 'certain', 'ailment', ',', 'based', 'on', 'detection', 'of', 'certain', 'abnormalities', 'in', 'medical', 'images', 'acquired', 'through', 'any', 'appropriate', 'modality', '(', 'X', '-', 'ray', ',', 'CT', ',', 'MRI', ',', 'microscopy', 'etc', '.', ')', '.']", + "output": [ + "CT" + ] + }, + { + "input": "['China', 'Standard', 'Time', '(', 'CST', ')', 'is', 'UTC+08:00', '.']", + "output": [ + "CST" + ] + }, + { + "input": "['From', 'simulation', 'results', 'and', 'analysis', ',', 'the', 'four', 'TAS', 'schemes', 'have', 'an', 'decreasing', 'order', ':', 'Max', '-', 'SR', ',', 'leakage', '-', 'based', ',', 'generalized', 'EDAS', ',', 'and', 'random', '(', 'conventional', ')', ',', 'in', 'terms', 'of', 'SR', 'performance', '.']", + "output": [ + "TAS" + ] + }, + { + "input": "['Compatibility', ':', 'An', 'AANET', 'is', 'capable', 'of', 'supporting', 'direct', 'A2A', 'communication', 'among', 'aircraft', 'without', 'the', 'assistance', 'of', 'GS', '/', 'satellites', 'and', 'ATC', ',', 'which', 'reduces', 'the', 'tele', '-', 'traffic', 'pressure', 'imposed', 'on', 'them', 'and', 'significantly', 'reduces', 'the', 'latency', 'of', 'critical', '-', 'mission', 'communication', 'as', 'well', '.']", + "output": [ + "AANET" + ] + }, + { + "input": "['Note', 'that', 'RSSI', 'stands', 'for', 'Received', 'Signal', 'Strength', 'Indicator', 'and', 'is', 'used', 'as', 'a', 'link', 'quality', 'estimator', 'in', 'wireless', 'communication', 'and', 'also', 'used', 'to', 'estimate', 'the', 'distance', 'between', 'two', 'nodes', '.']", + "output": [ + "RSSI" + ] + }, + { + "input": "['Then', ',', 'we', 'make', 'comparisons', 'among', 'the', 'three', 'networks', ',', 'NN', ',', 'NN', 'and', 'NN', ',', 'by', 'examining', 'in', '-', 'campaign', 'and', 'cross', '-', 'campaign', 'performance', '.']", + "output": [ + "NN" + ] + }, + { + "input": "['exploited', 'Iterative', 'Straight', '-', 'line', 'Hough', 'Transform', '(', 'ISHT', ')', 'and', 'Modified', 'Randomized', 'Hough', 'Transform', '(', 'MRHT', ')', '.']", + "output": [ + "ISHT" + ] + }, + { + "input": "['So', 'far', ',', 'crime', 'prevention', 'through', 'environmental', 'design', '(', 'CPTED', ')', 'has', 'concentrated', 'mostly', 'on', 'the', 'attributes', 'of', 'the', 'built', 'environment', '(', 'e.g.', 'lightning', ',', 'visibility', ',', 'access', 'and', 'height', 'of', 'buildings', ')', 'and', 'less', 'so', 'on', 'the', 'the', 'human', 'activity', 'that', 'will', 'be', 'generated', 'within', 'the', 'new', 'created', 'space', '.']", + "output": [ + "CPTED" + ] + }, + { + "input": "['To', 'face', 'the', 'challenge', 'of', 'uncertainty', 'propagation', ',', 'the', 'interval', 'analysis', '(', 'IA', ')', 'method', 'was', 'proposed', 'and', 'can', 'obtain', 'the', 'worst', '-', 'case', 'lower', 'and', 'upper', 'bounds', 'of', 'variables', '.']", + "output": [ + "IA" + ] + }, + { + "input": "['Our', 'approach', 'is', 'successfully', 'applied', 'to', 'common', 'RS', 'images', 'with', 'two', 'representative', 'state', 'of', 'the', 'art', 'deep', 'nets', '.']", + "output": [ + "RS" + ] + }, + { + "input": "['A', 'particularly', 'relevant', 'recent', 'work', 'is', 'a', 'combination', 'of', 'Neural', 'Networks', '(', 'NN', ')', 'and', 'Rolling', 'Horizon', 'Evolutionary', 'Algorithms', '(', 'RHEA', ')', 'applied', 'to', 'a', 'series', 'of', 'MuJoCo', 'control', 'tasks', '.']", + "output": [ + "NN" + ] + }, + { + "input": "['From', 'the', 'results', 'in', 'Table', ',', 'we', 'can', 'see', 'that', 'our', 'conditional', 'invariant', 'domain', 'generalization', '(', 'CIDG', ')', 'performs', 'the', 'best', 'on', '9', 'of', 'the', '10', 'domain', 'generalization', 'tasks', '.']", + "output": [ + "CIDG" + ] + }, + { + "input": "['Our', 'proposed', 'approach', 'takes', 'an', 'innovative', 'formulation', 'with', 'respect', 'to', 'previous', 'work', 'relying', 'on', 'domain', 'adversarial', 'neural', 'network', '(', 'DANN', ')', '.']", + "output": [ + "DANN" + ] + }, + { + "input": "['In', 'this', 'line', 'of', 'research', ',', 'is', 'the', 'only', 'learning', '-', 'based', 'power', 'grid', 'synthesis', '(', 'PGS', ')', 'model', 'presented', 'in', 'recent', 'literature', 'that', 'applies', 'a', 'Gaussian', 'Mixture', 'Model', '(', 'GMM', ')', 'to', 'compute', 'the', 'distributions', 'of', 'bus', 'locations', 'in', 'the', 'Western', 'Interconnect', 'network', '.']", + "output": [ + "PGS" + ] + }, + { + "input": "['It', 'is', 'a', 'C', 'library', 'that', 'finds', 'the', 'minimum', 'values', 'of', 'large', 'quadratic', 'unconstrained', 'binary', 'optimization', '(', 'QUBO', ')', 'problems', '.']", + "output": [ + "QUBO" + ] + }, + { + "input": "['ICAO', 'Phraseology2132', ',', 'c', 's', 'd', 'g', 'is', 'controlled', 'language', 'for', 'air', 'traffic', 'control', 'defined', 'by', 'the', 'International', 'Civil', 'Aviation', 'Organisation', '(', 'ICAO', ')', 'in', 'the', '1980s', 'or', 'even', 'earlier', '.']", + "output": [ + "ICAO" + ] + }, + { + "input": "['Our', 'findings', 'report', 'that', 'CodeRank', 'is', 'a', 'more', 'effective', 'term', 'weighting', 'method', 'than', 'the', 'traditional', 'methods', '(', 'TF', ',', 'TF', '-', 'IDF', ')', 'for', 'search', 'query', 'reformulation', 'in', 'the', 'context', 'of', 'source', 'code', '.']", + "output": [ + "TF" + ] + }, + { + "input": "['In', 'this', 'paper', 'we', 'explore', 'the', 'parallel', 'capabilities', 'of', 'modern', 'General', 'Purpose', 'Graphics', 'Processing', 'Units', '(', 'GPGPU', ')', 'applications', 'for', 'high', 'speed', 'pattern', 'matching', '.']", + "output": [ + "GPGPU" + ] + }, + { + "input": "['Batch', 'normalization', '(', 'BN', ')', 'is', 'a', 'widely', 'used', 'technique', 'to', 'improve', 'neural', 'network', 'training', 'by', 'normalizing', 'activations', 'throughout', 'the', 'network', 'with', 'respect', 'to', 'each', 'mini', '-', 'batch', '.']", + "output": [ + "BN" + ] + }, + { + "input": "['schulman2015', 'propose', 'the', 'Trust', 'Region', 'Policy', 'Optimization', '(', 'TRPO', ')', ',', 'which', 'is', 'effective', 'for', 'optimizing', 'large', 'nonlinear', 'policies', 'and', 'demonstrates', 'robust', 'performance', 'on', 'a', 'wide', 'variety', 'of', 'robotic', 'tasks', '.']", + "output": [ + "TRPO" + ] + }, + { + "input": "['We', 'will', 'also', 'consider', 'deterministic', 'normalization', 'techniques', ',', 'that', 'do', 'not', 'depend', 'on', 'the', 'selection', 'of', 'random', 'batches', ':', 'weight', 'normalization', '(', 'WN', ')', 'and', 'analytic', 'normalization', '.']", + "output": [ + "WN" + ] + }, + { + "input": "['Finally', ',', 'in', 'Case', 'III', ',', 'while', 'the', 'same', 'CSI', 'assumption', 'as', 'in', 'Case', 'II', 'are', 'made', ',', 'an', 'optimal', 'relay', 'selection', 'scheme', 'is', 'implemented', ',', 'whereby', 'the', 'relay', 'that', 'achieves', 'the', 'maximum', 'secrecy', 'rate', 'is', 'chosen', 'for', 'retransmission', '.']", + "output": [ + "CSI" + ] + }, + { + "input": "['As', 'such', ',', 'it', 'may', 'be', 'useful', 'to', 'define', 'a', 'PMF', 'from', 'the', 'canon', 'of', 'discrete', 'probability', 'mass', 'functions', '.']", + "output": [ + "PMF" + ] + }, + { + "input": "['As', 'a', 'result', ',', 'BS', 'calculates', 'the', 'optimal', 'load', 'vector', 'and', 'power', 'vector', 'by', 'solving', 'Problem', '(', ')', '.']", + "output": [ + "BS" + ] + }, + { + "input": "['The', 'subjective', 'quality', 'index', 'used', 'in', 'the', 'LIVE', 'IQA', 'survey', 'is', 'the', 'Differential', 'Mean', 'Opinion', 'Scores', '(', 'DMOS', ')', 'with', 'values', 'between', '0', 'and', '100', ',', 'where', '0', 'values', 'indicates', 'the', 'highest', 'quality', '.']", + "output": [ + "LIVE" + ] + }, + { + "input": "['While', 'adversarial', 'training', 'requires', 'access', 'to', 'ground', 'truth', 'labels', 'to', 'perform', 'adversarial', 'perturbations', ',', 'the', 'Virtual', 'Adversarial', 'Training', '(', 'VAT', ')', 'mechanism', 'proposed', 'by', 'Miyato', 'et', 'al', '.', '(']", + "output": [ + "VAT" + ] + }, + { + "input": "['Both', 'UC2', 'and', 'UC3', 'can', 'also', 'be', 'considered', 'CB', 'recommenders', '.']", + "output": [ + "UC2" + ] + }, + { + "input": "['ID', 'refers', 'to', 'Item', 'Description', 'based', 'word2vec', 'embeddings', 'directly', 'used', 'to', 'generate', 'recommendations', '.']", + "output": [ + "ID" + ] + }, + { + "input": "['The', 'main', 'goal', 'of', 'this', 'project', 'is', 'to', 'anchor', 'and', 'compare', 'discourse', 'signals', 'across', 'genres', ',', 'which', 'makes', 'the', 'Georgetown', 'University', 'Multilayer', '(', 'GUM', ')', 'corpus', 'the', 'optimal', 'candidate', ',', 'in', 'that', 'it', 'consists', 'of', 'eight', 'genres', 'including', 'interviews', ',', 'news', 'stories', ',', 'travel', 'guides', ',', 'how', '-', 'to', 'guides', ',', 'academic', 'papers', ',', 'biographies', ',', 'fiction', ',', 'and', 'forum', 'discussions', '.']", + "output": [ + "GUM" + ] + }, + { + "input": "['Particularly', ',', 'radio', 'frequency', '(', 'RF', ')', 'signals', 'are', 'used', 'as', 'energy', 'sources', 'for', 'energy', 'harvesting', '(', 'EH', ')', '.']", + "output": [ + "RF" + ] + }, + { + "input": "['As', 'in', 'these', 'other', 'policy', 'domains', ',', 'we', 'expect', 'the', 'public', 'to', 'become', 'more', 'influential', 'over', 'time', 'in', 'impacting', 'AI', 'policy', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['This', 'idea', 'has', 'led', 'to', 'the', 'Relation', 'Based', 'Pattern', '(', 'RBP', ')', 'model', 'that', 'we', 'introduce', 'in', 'the', 'next', 'section', 'and', 'then', 'evaluate', 'with', 'respect', 'to', 'its', 'effect', 'on', 'both', 'abstract', 'and', 'concrete', 'pattern', 'learning', '.']", + "output": [ + "RBP" + ] + }, + { + "input": "['For', 'multimodal', 'classification', ',', 'we', 'included', 'a', 'simple', 'implementation', 'of', 'Multiple', 'Kernel', 'Learning', '(', 'MKL', ')', 'for', 'the', 'case', 'of', 'two', 'modalities', '.']", + "output": [ + "MKL" + ] + }, + { + "input": "['The', 'Minimum', 'Uncertainty', 'Error', '(', 'MUE', ')', 'at', 'IOU', 'is', 'used', 'to', 'determine', 'the', 'ability', 'of', 'the', 'detector', \"'s\", 'estimated', 'uncertainty', 'to', 'discriminate', 'true', 'positives', 'from', 'false', 'positives', '.']", + "output": [ + "MUE" + ] + }, + { + "input": "['Reinforcement', 'learning', 'metrics', 'reported', 'are', 'the', 'average', 'returned', 'rewards', 'over', '5', 'policies', ',', 'independently', 'trained', 'using', 'the', 'same', 'RL', 'algorithm', 'with', 'a', 'different', 'seed', '.']", + "output": [ + "RL" + ] + }, + { + "input": "['TABL', 'is', 'similar', 'to', 'the', 'InBlock', 'proposal', 'in', 'the', 'sense', 'that', 'they', 'both', 'propose', 'a', 'fee', 'based', 'mechanism', 'to', 'acquire', 'IP', 'address', 'allocations', 'and', 'in', 'the', 'analysis', 'of', 'how', 'the', 'resulting', 'mechanism', 'would', 'work', '.']", + "output": [ + "TABL" + ] + }, + { + "input": "['The', 'cost', 'function', 'they', 'optimized', 'comprised', 'a', 'Negative', 'Log', 'Likelihood', '(', 'NLL', ')', 'term', 'and', 'an', 'End', 'Point', 'Error', '(', 'EPE', ')', 'term', '.']", + "output": [ + "NLL" + ] + }, + { + "input": "['In', 'the', 'last', 'decade', ',', 'the', 'IoT', '(', 'Internet', 'of', 'Things', ')', 'area', 'has', 'gained', 'a', 'lot', 'of', 'space', 'in', 'several', 'industrial', 'branches', '.']", + "output": [ + "IoT" + ] + }, + { + "input": "['In', 'the', 'PON', 'RC', 'network', 'considered', 'here', ',', 'hubs', 'are', 'public', 'research', 'centres', ',', 'and', 'this', 'represents', 'a', 'strong', 'point', 'for', 'the', 'relationships', 'of', 'the', 'involved', 'productive', 'system', '.']", + "output": [ + "PON" + ] + }, + { + "input": "['She', 'is', 'currently', 'the', 'Professor', 'for', 'Signal', 'Processing', 'in', 'Earth', 'Observation', '(', 'www.sipeo.bgu.tum.de', ')', 'at', 'Technical', 'University', 'of', 'Munich', '(', 'TUM', ')', 'and', 'German', 'Aerospace', 'Center', '(', 'DLR', ')', ';', 'the', 'head', 'of', 'the', 'department', 'of', 'EO', 'Data', 'Science', 'at', 'DLR', ';', 'and', 'the', 'head', 'of', 'the', 'Helmholtz', 'Young', 'Investigator', 'Group', '\u201d', 'SiPEO', '\u201d', 'at', 'DLR', 'and', 'TUM', '.']", + "output": [ + "TUM" + ] + }, + { + "input": "['This', 'is', 'computed', 'using', 'a', 'singing', 'voice', 'detection', '(', 'SVD', ')', 'system', 'based', 'on', 'deep', 'convolutional', 'neural', 'network', '(', 'ConvNet', ')', '.']", + "output": [ + "SVD" + ] + }, + { + "input": "['MDS', 'codes', 'that', 'achieve', 'optimal', 'repair', 'bandwidth', 'and', 'load', 'balancing', 'are', 'called', 'Minimum', 'Storage', 'Regenerating', '(', 'MSR', ')', 'codes', 'in', 'literature', '.']", + "output": [ + "MDS" + ] + }, + { + "input": "['IFM', 'and', 'BFM', 'correspond', 'to', 'intermediate', 'and', 'bottleneck', 'feature', 'maps', '.']", + "output": [ + "IFM" + ] + }, + { + "input": "['To', 'decrease', 'pilot', 'overhead', ',', 'we', 'assume', 'pilot', 'reuse', '(', 'PR', ')', 'among', 'D2D', 'pairs', '.']", + "output": [ + "PR" + ] + }, + { + "input": "['We', 'show', 'that', 'stochastic', 'gradient', 'Markov', 'chain', 'Monte', 'Carlo', '(', 'SG', '-', 'MCMC', ')', '-', 'a', 'class', 'of', 'scalable', 'Bayesian', 'posterior', 'sampling', 'algorithms', 'proposed', 'recently', '-', 'satisfies', 'strong', 'differential', 'privacy', 'with', 'carefully', 'chosen', 'step', 'sizes', '.']", + "output": [ + "SG" + ] + }, + { + "input": "['Based', 'on', 'our', 'previous', 'work', 'on', 'spatial', 'resolution', '(', 'SR', ')', 'and', 'effective', 'bit', 'depth', '(', 'EBD', ')', 'adaptations', ',', 'and', 'perceptual', 'quality', 'assessment', ',', 'a', 'new', 'video', 'compression', 'framework', ',', 'ViSTRA2', ',', 'is', 'proposed', 'in', 'this', 'paper', '.']", + "output": [ + "SR" + ] + }, + { + "input": "['Could', 'the', 'similar', 'outcomes', 'have', 'been', 'accomplished', 'with', 'alternative', 'methods', 'such', 'as', 'Latent', 'Semantic', 'Analysis', '(', 'LSA', ';', ')', 'or', 'other', 'Natural', 'Language', 'Processing', '(', 'NLP', ')', 'methods', '?']", + "output": [ + "LSA" + ] + }, + { + "input": "['Task', '-', 'oriented', 'dialog', 'systems', 'have', 'been', 'an', 'important', 'branch', 'of', 'spoken', 'dialog', 'system', '(', 'SDS', ')', 'research', 'raux2005let', ',', 'young2006using', ',', 'bohus2003ravenclaw', '.']", + "output": [ + "SDS" + ] + }, + { + "input": "['AI', 'techniques', 'provide', 'similar', 'advantages', 'in', 'issues', 'related', 'to', 'the', 'control', 'and', 'design', 'of', 'optical', 'networks', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['For', 'comparison', ',', 'we', 'also', 'tested', 'the', 'performance', 'of', 'a', 'commercial', 'face', 'modelling', 'system', '(', 'CFM', ')', 'using', 'the', 'same', 'workflow', '.']", + "output": [ + "CFM" + ] + }, + { + "input": "['Exponential', '-', 'family', 'random', 'graph', 'models', '(', 'ERG', 'models', 'or', 'ERGMs', ',', 'also', 'known', 'as', '\"', 'p', '*', '\"', 'models', ')', 'are', 'probabilistic', 'network', 'models', 'that', 'are', 'parametrized', 'in', 'terms', 'of', 'sufficient', 'statistics', 'based', 'on', 'structural', '(', 'i.e.', ',', 'graph', '-', 'theoretic', ')', 'properties', '.']", + "output": [ + "ERG" + ] + }, + { + "input": "['This', 'operation', 'also', 'takes', 'into', 'consideration', 'the', 'frame', 'type', 'and', 'the', 'packet', 'loss', 'rate', ',', 'as', 'well', 'as', 'the', 'AC', 'queue', 'occupancy', 'to', 'avoid', 'congestion', '-', 'induced', 'packet', 'losses', '.']", + "output": [ + "AC" + ] + }, + { + "input": "['There', 'are', 'many', 'classification', 'models', 'that', 'have', 'been', 'used', ',', 'with', 'support', 'vector', 'machine', '(', 'SVM', ')', 'being', 'one', 'of', 'the', 'most', 'popular', 'choices', '.']", + "output": [ + "SVM" + ] + }, + { + "input": "['The', 'resulting', 'model', 'from', 'training', 'will', 'be', 'used', 'to', 'predict', 'electric', 'energy', 'consumption', 'for', 'future', 'years(Predictions', 'for', '2012', 'and', '2013', 'were', 'compared', 'with', 'actual', 'data', 'of', 'corresponding', 'years', 'in', 'Section', ')', ',', 'while', 'the', 'error', 'criteria', 'such', 'as', 'mean', 'squared', 'error', '(', 'MSE', ')', ',', 'root', 'mean', 'squared', 'error', '(', 'RMSE', ')', ',', 'mean', 'absolute', 'error', '(', 'MAE', ')', 'and', 'mean', 'absolute', 'percentage', 'error', '(', 'MAPE', ')', 'are', 'used', 'as', 'measures', 'to', 'justify', 'the', 'appropriate', 'model', '.']", + "output": [ + "MSE" + ] + }, + { + "input": "['Combining', 'SVM', 'with', 'extracted', 'FC1', 'and', 'FC2', 'features', 'can', 'lead', 'to', '1', 'improvement', 'over', 'using', 'softmax', 'classifier', 'via', 'DAP3D', '-', 'Net', 'but', 'cost', 'much', 'more', 'time', 'for', 'detection', ',', 'since', 'the', 'separated', 'pipeline', 'of', 'deep', 'feature', 'extraction', 'and', 'SVM', 'is', 'more', 'time', '-', 'consuming', 'than', 'directly', 'detecting', 'actions', 'via', 'DAP3D', '-', 'Net', 'with', 'softmax', 'classifier', '(', 'i.e.', ',', 'average', '52.34s', 'in', 'total', 'for', 'a', '600-frame', 'video', ')', '.']", + "output": [ + "SVM" + ] + }, + { + "input": "['To', 'quantify', 'the', 'performance', 'of', 'speaker', 'ID', 'for', 'normal', 'hearing', '(', 'NH', ')', 'subjects', 'versus', 'cochlear', 'implant', '(', 'CI', ')', 'subjects', ',', 'two', 'alternate', 'time', '-', 'frequency', 'acoustic', 'front', '-', 'ends', 'were', 'considered', 'to', 'represent', 'NH', 'versus', 'CI', 'based', 'human', 'SID', 'performance', '.']", + "output": [ + "NH" + ] + }, + { + "input": "['Labelled', 'Transition', 'Systems', '(', 'LTS', ')', 'or', 'State', 'transition', 'systems', 'are', 'finite', 'state', 'automata', ',', 'where', 'all', 'states', 'are', 'final', 'states', ',', 'or', 'semiautomata', '.']", + "output": [ + "LTS" + ] + }, + { + "input": "['The', 'authors', 'of', 'derived', 'a', 'closed', '-', 'form', 'expression', 'for', 'the', 'null', 'space', 'of', 'the', 'steering', 'vector', 'along', 'the', 'desired', 'direction', ',', 'and', 'a', 'robust', 'DM', 'synthesis', 'method', 'based', 'on', 'conditional', 'minimum', 'mean', 'square', 'error', '(', 'MMSE', ')', 'criterion', 'was', 'proposed', 'to', 'minimize', 'the', 'distortion', 'of', 'constellation', 'points', 'along', 'the', 'legitimated', 'users', '.']", + "output": [ + "DM" + ] + }, + { + "input": "['For', 'each', 'frame', ',', 'the', 'student', 'AI', 'system', 'decided', 'whether', 'it', 'contains', 'an', 'image', 'of', 'pedestrian', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['While', 'most', 'traditional', 'count', '-', 'based', 'vector', 'learning', 'techniques', 'such', 'as', 'raw', 'count', 'vectors', 'or', 'Point', '-', 'wise', 'Mutual', 'Information', '(', 'PPMI', ')', 'do', 'not', 'capture', 'second', '-', 'order', 'co', '-', 'occurrence', 'information', ',', 'truncated', 'Singular', 'Value', 'Decomposition', '(', 'SVD', ')', 'has', 'been', 'shown', 'to', 'do', 'so', '.']", + "output": [ + "PPMI" + ] + }, + { + "input": "['Speaking', 'of', 'time', 'or', 'sequence', 'modeling', 'in', 'NN', ',', 'everyone', 'would', 'come', 'up', 'with', 'Recurrent', 'Neural', 'Network', ',', 'typically', 'LSTMs', 'and', 'GRUs', '.']", + "output": [ + "NN" + ] + }, + { + "input": "['It', 'is', 'known', 'that', 'this', 'problem', 'is', 'NP', '-', 'complete', ',', 'therefore', 'researchers', 'have', 'proposed', 'an', 'Iterative', 'Hungarian', 'Method', '(', 'IHM', ')', 'to', 'obtain', 'a', 'near', '-', 'optimal', 'solution', 'for', 'this', 'problem', '.']", + "output": [ + "NP" + ] + }, + { + "input": "['However', ',', 'a', 'key', 'difference', 'between', 'WL', 'kernel', 'and', 'is', 'that', 'the', 'hashing', 'step(label', 'compression', ')', 'of', 'WL', 'kernel', 'do', 'not', 'necessarily', 'capture', 'the', 'local', 'similarities', ':', 'even', 'two', 'nodes', 'with', 'very', 'similar', 'neighborhood', 'could', 'be', 'mapped', 'to', 'totally', 'different', 'labels', ',', 'and', 'perturbing', 'the', 'edges', 'by', 'a', 'small', 'amount', 'will', 'lead', 'to', 'completely', 'different', 'hashing', 'features', '.']", + "output": [ + "WL" + ] + }, + { + "input": "['Among', 'RNNs', ',', 'Long', 'Short', '-', 'Term', 'Memory', '(', 'LSTM', ')', 'architecture', ',', 'originally', 'proposed', 'by', 'Hochreiter', 'and', 'Schmidhuber', ',', 'is', 'a', 'multi', '-', 'gated', 'Recurrent', 'Neural', 'Net', '(', 'RNN', ')', 'which', 'has', 'better', 'ability', 'of', 'exploiting', 'long', 'range', 'contexts', 'and', 'can', 'be', 'made', 'deep', 'structured', '.']", + "output": [ + "LSTM" + ] + }, + { + "input": "['Farshin', ',', 'A.', ',', 'Sharifian', ',', 'S.', ':', 'A', 'chaotic', 'grey', 'wolf', 'controller', 'allocator', 'for', 'Software', 'Defined', 'Mobile', 'Network', '(', 'SDMN', ')', 'for', '5th', 'generation', 'of', 'cloud', '-', 'based', 'cellular', 'systems', '(', '5', 'G', ')', \"'\", ',', 'Computer', 'Communications', ',', '2017,108', ',', 'pp', '.']", + "output": [ + "SDMN" + ] + }, + { + "input": "['The', 'last', 'one', 'is', 'assessed', 'via', 'Java', 'Native', 'Interface', '(', 'JNI', ')', 'same', 'as', 'in', 'usual', 'Java', '.']", + "output": [ + "JNI" + ] + }, + { + "input": "['Current', 'practice', 'often', 'uses', 'health', 'information', 'systems', '(', 'HIS', ')', 'and', 'electronic', 'health', 'record', '(', 'EHR', ')', 'in', 'an', 'informal', 'manner', 'with', 'adhoc', 'protocols', 'and', 'interoperability', 'solutions', 'in', 'order', 'to', 'develop', 'clinical', 'systems', '.']", + "output": [ + "HIS" + ] + }, + { + "input": "['In', 'order', 'to', 'use', 'the', 'additional', 'synthetic', 'data', ',', 'an', 'IB', 'approach', 'must', 'take', 'more', 'gradient', 'steps', 'with', 'imaginary', 'batches', '.']", + "output": [ + "IB" + ] + }, + { + "input": "['Besides', 'the', 'Privacy', 'by', 'Design', 'approach', 'mentioned', 'aboveVerhagen2016-sf', ',', 'the', 'Connected', 'Intelligence', 'Centre', 'at', 'the', 'University', 'of', 'Technology', 'Sydney', 'is', 'working', 'on', 'an', 'Ethical', 'Design', 'Critique', '(', 'EDC', ')', 'approach', 'to', 'involve', 'stakeholders', 'to', 'consider', 'ethical', 'and', 'risk', 'factors', 'involved', 'in', 'new', 'learning', 'analytics', 'tools', '.']", + "output": [ + "EDC" + ] + }, + { + "input": "['Computing', 'the', 'centroid', 'of', 'each', 'feature', 'cluster', 'yields', 'a', 'well', '-', 'defined', 'and', 'easily', 'georeferenced', 'region', 'of', 'interest', '(', 'ROI', ')', 'for', 'each', 'cluster', ',', 'resulting', 'in', 'a', 'catalog', 'of', 'geolocated', 'objects', 'scanned', 'by', 'the', 'sonar', '.']", + "output": [ + "ROI" + ] + }, + { + "input": "['For', 'DPPs', ',', 'the', 'maximum', 'a', 'posteriori', '(', 'MAP', ')', 'problem', ',', 'aiming', 'at', 'finding', 'the', 'subset', 'with', 'highest', 'probability', ',', 'has', 'attracted', 'much', 'attention', 'due', 'to', 'its', 'broad', 'range', 'for', 'potential', 'applications', '.']", + "output": [ + "DPPs" + ] + }, + { + "input": "['These', 'papers', 'presents', 'a', 'Generative', 'Adversarial', 'Network', '(', 'GAN', ')', 'for', 'color', 'normalization', '.']", + "output": [ + "GAN" + ] + }, + { + "input": "['In', 'the', 'course', 'of', 'our', 'investigation', ',', 'we', 'found', 'that', 'a', 'linear', 'Support', 'Vector', 'Machine', '(', 'SVM', ')', 'model', 'exhibits', 'a', 'favorable', 'trade', '-', 'off', 'between', 'classification', 'performance', 'and', 'training', 'time', '.']", + "output": [ + "SVM" + ] + }, + { + "input": "['Its', 'topology', 'and', 'network', 'resources', 'are', 'set', 'in', 'such', 'a', 'way', 'as', 'to', 'present', 'both', 'IoT', 'and', 'normal', 'traffic', 'competing', 'for', 'resources', '.']", + "output": [ + "IoT" + ] + }, + { + "input": "['The', 'simplest', 'VLC', 'relies', 'on', 'on', '-', 'off', 'keying', '(', 'OOK', ')', 'modulation', ',', 'which', 'is', 'realized', 'with', 'DC', '-', 'free', 'codes', 'to', 'generate', 'a', 'constant', 'dimming', 'level', 'of', '.']", + "output": [ + "VLC" + ] + }, + { + "input": "['We', 'use', 'Principal', 'Component', 'Analysis', '(', 'PCA', ')', 'to', 'reduce', 'the', '-dimensional', 'data', 'to', 'two', 'dimensions', 'for', 'visualization', '.']", + "output": [ + "PCA" + ] + }, + { + "input": "['RFE', 'ExtraTrees', 'is', 'an', 'iterative', 'approach', ',', 'recalculating', 'feature', 'importance', 'of', 'the', 'remaining', 'features', 'each', 'iteration', '.']", + "output": [ + "RFE" + ] + }, + { + "input": "['While', 'other', 'variations', 'of', 'LSTM', 'are', 'commonly', 'employed', ',', 'including', 'Gated', 'recurrent', 'unit', 'GRUgru', ',', 'No', 'Forget', 'Gate', '(', 'NFG', ')', ',', 'No', 'Peepholes', '(', 'NP', ')', ',', 'No', 'Input', 'Activation', 'Function', '(', 'NIAF', ')', ',', 'and', 'others', ',', 'a', 'comparison', 'between', 'different', 'variations', 'of', 'LSTMgreff2017lstm', 'showed', 'that', 'while', 'computationally', 'cheaper', ',', 'these', 'variations', 'did', 'not', 'improve', 'upon', 'the', 'standard', 'LSTM', 'architecture', 'significantly', '.']", + "output": [ + "LSTM" + ] + }, + { + "input": "['We', 'used', 'the', 'Stochastic', 'Gradient', 'Descent', '(', 'SGD', ')', 'optimization', 'of', 'batch', 'size', '10', ',', 'with', 'a', 'momentum', '0.9', 'to', 'update', 'the', 'model', 'parameters', ',', 'with', 'the', 'learning', 'rate', '0.01', ',', 'the', 'decay', 'rate', '0.05', ';', 'The', 'learning', 'rate', 'decays', 'over', 'epochs', 'by', ',', 'where', 'is', 'the', 'learning', 'rate', ',', 'is', 'the', 'epoch', 'number', ',', 'and', 'is', 'the', 'decay', 'rate', '.']", + "output": [ + "SGD" + ] + }, + { + "input": "['The', 'maximal', 'memory', 'expend', 'recorded', 'from', 'the', 'command', 'line', 'was', '226', 'MO', 'of', 'RAM', 'and', '395', 'MO', 'of', 'ROM', '.']", + "output": [ + "MO" + ] + }, + { + "input": "['The', 'physical', 'manifestation', 'of', 'these', 'features', '-', 'volumes', 'of', 'gray', 'and', 'white', 'matter', 'and', 'direction', 'of', 'neuronal', 'pathways', ',', 'are', 'often', 'dys', '-', 'regulated', 'in', 'subjects', 'with', 'neurological', 'disorders', 'such', 'as', 'Attention', 'Deficiency', 'Disorder', '(', 'ADD', ')', 'and', 'Attention', 'Deficiency', 'Hyperactive', 'Disorder', '(', 'ADHD', ')', ',', 'or', 'neurodenerative', 'diseases', 'such', 'as', 'Alzheimer', \"'s\", 'and', 'Parkinson', \"'s\", '.']", + "output": [ + "ADD" + ] + }, + { + "input": "['For', 'each', 'operation', '(', 'create', ',', 'update', ',', 'delete', ',', 'read', ')', 'from', 'IoT', 'devices', ',', 'the', 'data', 'can', 'be', 'treated', 'in', 'the', 'form', 'of', 'transaction', 'in', 'the', 'BC', '-', 'blocks', '.']", + "output": [ + "IoT" + ] + }, + { + "input": "['For', 'example', ',', 'graph', 'neural', 'network', '(', 'GNN', ')', 'based', 'approaches', 'are', 'flexible', ',', 'and', 'can', 'scale', 'to', 'large', 'datasets', '.']", + "output": [ + "GNN" + ] + }, + { + "input": "['Here', ',', 'we', 'propose', 'a', 'new', 'end', '-', 'to', '-', 'end', '3D', 'deep', 'convolutional', 'neural', 'net', '(', 'DCNN', ')', ',', 'called', 'NoduleNet', ',', 'to', 'solve', 'nodule', 'detection', ',', 'false', 'positive', 'reduction', 'and', 'nodule', 'segmentation', 'jointly', 'in', 'a', 'multi', '-', 'task', 'fashion', '.']", + "output": [ + "DCNN" + ] + }, + { + "input": "['A', 'Hidden', 'Markov', 'Random', 'Field', '(', 'HMRF', ')', 'is', 'used', 'to', 'perform', 'joint', 'community', 'analysis', 'for', 'both', 'nodes', 'and', 'edges', 'considering', 'node', 'data', ',', 'edge', 'data', 'and', 'the', 'linkage', 'structure', '.']", + "output": [ + "HMRF" + ] + }, + { + "input": "['Although', 'the', 'coupling', 'of', 'BEM', 'and', 'FEM', 'algorithms', 'can', 'be', 'accomplished', 'in', 'a', 'wide', 'majority', 'of', 'commercially', 'available', 'finite', 'element', 'codes', 'that', 'assimilate', 'user', 'element', 'subroutines', ',', 'e.g.', ',', ',', 'the', 'asymmetric', 'and', 'dense', 'character', 'of', 'the', 'HSSE', '-', 'coefficient', '-', 'matrix', 'still', 'restrains', 'the', 'advantages', 'of', 'the', 'finite', 'element', 'method', '.']", + "output": [ + "BEM" + ] + }, + { + "input": "['Suppose', 'that', 'at', 'a', 'time', 'instance', 'values', 'of', 'signals', 'from', 'inputs', ',', 'outputs', ',', 'and', 'internal', 'state', 'of', 'a', 'legacy', 'AI', 'system', 'could', 'be', 'combined', 'together', 'to', 'form', 'a', 'single', 'measurement', 'object', ',', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['Let', 'the', 'time', 'be', 'slotted', 'and', 'use', 'to', 'denote', 'the', 'index', 'of', 'slots', ',', 'the', 'update', 'of', 'source', 'appears', 'independently', 'and', 'identically', 'with', 'probability', 'in', 'each', 'time', 'slot.(When', 'new', 'update', 'packets', 'are', 'generated', 'in', 'every', 'slot', ',', 'AoS', 'and', 'AoI', 'are', 'the', 'same', '.']", + "output": [ + "AoS" + ] + }, + { + "input": "['The', 'proposed', 'SSAE', 'consists', 'of', 'an', 'encoder', 'RNN', '(', 'ER', ')', 'and', 'a', 'decoder', 'RNN', '(', 'DR', ')', 'just', 'like', 'the', 'conventional', 'autoencoder', '.']", + "output": [ + "SSAE" + ] + }, + { + "input": "['Furthermore', ',', 'constant', 'false', 'alarm', 'rate', '(', 'CFAR', ')', 'detectors', 'are', 'proposed', 'based', 'on', 'the', 'estimated', 'cyclic', 'autocorrelation', 'functions', '(', 'CAFs', ')', '.']", + "output": [ + "CFAR" + ] + }, + { + "input": "['The', 'Next', 'Generation', 'Mobile', 'Networks', '(', 'NGMN', ')', 'introduced', 'Network', 'Virtualization', 'Substrate', '(', 'NVS', ')', ',', 'which', 'allows', 'infrastructure', 'provider', 'to', 'control', 'resource', 'allocation', 'of', 'each', 'of', 'the', 'virtual', 'instance', 'of', 'an', 'enhanced', 'Node', 'B', '(', 'eNB', ')', 'before', 'customization', 'of', 'scheduling', 'of', 'each', 'virtual', 'operator', 'within', 'allocated', 'resource', '.']", + "output": [ + "NGMN" + ] + }, + { + "input": "['Distribution', 'matching', '(', 'DM', ')', 'encoders', 'are', 'typically', 'used', 'in', 'PS', 'and', 'they', 'offer', 'very', 'good', 'performance', 'for', 'long', 'block', 'lengths', '.']", + "output": [ + "DM" + ] + }, + { + "input": "['SD', 'diagrams', 'depict', 'the', 'strategic', 'dependencies', 'between', 'actors', ',', 'but', 'do', 'not', 'depict', 'the', 'internal', 'rational', 'behind', 'these', 'dependencies', '.']", + "output": [ + "SD" + ] + }, + { + "input": "['Although', 'such', 'platforms', 'offer', 'high', '-', 'quality', 'Automatic', 'Speech', 'Recognition', '(', 'ASR', ')', ',', 'Natural', 'Language', 'Understanding', '(', 'NLU', ')', 'and', 'audio', 'synthesis', 'modules', ',', 'Dialogue', 'Management', '(', 'DM', ')', 'modules', 'are', 'typically', 'handcrafted', 'and', 'require', 'many', 'non', '-', 'trivial', 'decisions', 'in', 'design', 'and', 'implementation', '.']", + "output": [ + "ASR" + ] + }, + { + "input": "['Prognostics', 'is', 'the', 'study', 'as', 'to', 'show', 'how', 'the', 'tool', 'condition', 'degrades', 'and', 'to', 'estimate', 'the', 'remaining', 'useful', 'life', '(', 'RUL', ')', 'of', 'the', 'tool', '.']", + "output": [ + "RUL" + ] + }, + { + "input": "['This', 'is', 'not', 'surprising', ',', 'since', 'SS', 'always', 'works', 'under', 'the', 'implicit', 'assumption', 'of', 'maximum', 'interconnection', 'among', 'component', 'replicas', ',', 'so', 'its', 'sensitivity', 'to', 'variation', 'of', 'is', 'minimal', ',', 'while', 'RO', 'is', 'influenced', 'by', ',', 'given', 'the', 'applied', 'principle', 'of', 'considering', 'only', 'real', 'replicas', 'interdependencies', '.']", + "output": [ + "SS" + ] + }, + { + "input": "['Scenario', '5', ':', 'ACPs', '+', 'GasIn', 'this', 'scenario', ',', 'the', 'oldest', 'oil', 'and', 'coal', 'generation', 'units', 'are', 'retired', 'by', '2030', 'and', 'these', 'units', 'are', 'replaced', 'by', 'new', 'NGCC', 'units', 'to', 'meet', 'the', 'net', 'Installed', 'Capacity', 'Requirement', '(', 'NICR', ')', '.']", + "output": [ + "ACPs" + ] + }, + { + "input": "['AI', 'on', 'cloud', 'is', 'running', 'AI', 'algorithms', 'on', 'cloud', 'side', ',', 'and', 'it', 'has', 'demonstrated', 'overwhelming', 'performance', 'in', 'image', 'recognition', ',', 'speech', 'recognition', ',', 'and', 'video', 'understanding', ',', 'etc', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['Since', 'the', 'regression', 'output', 'from', 'a', 'RF', 'model', 'is', 'predicted', 'by', 'averaging', 'results', 'from', 'all', 'trees', ',', 'and', 'the', 'prediction', 'of', 'each', 'tree', 'depends', 'on', 'the', 'samples', 'arrived', 'at', 'the', 'leaf', 'node', ',', 'only', 'a', 'finite', 'number', 'of', 'potential', 'prediction', 'outputs', 'are', 'possible', 'once', 'trained', '.']", + "output": [ + "RF" + ] + }, + { + "input": "['They', 'compare', 'an', 'Intel', 'Xeon', 'coupled', 'with', 'an', 'ARM', '-', 'based', 'Nvidia', 'Jetson', 'TX2', 'GPU', 'module', ',', 'and', 'find', 'that', 'the', 'Xeon', 'platform', 'performs', 'best', 'in', 'terms', 'of', 'computational', 'speed', ',', 'whilst', 'the', 'Jetson', 'platform', 'is', 'most', 'energy', 'efficient', '.']", + "output": [ + "ARM" + ] + }, + { + "input": "['Other', 'Independent', 'Component', 'Analysis', '(', 'ICA', ')', 'methods', 'for', 'this', 'problem', 'have', 'similar', 'statements', '.']", + "output": [ + "ICA" + ] + }, + { + "input": "['Both', 'techniques', 'are', 'based', 'on', 'bounded', 'model', 'checking', '(', 'BMC', ')', 'where', 'the', 'BMC', 'checks', 'for', 'the', 'property-\"does', 'critical', 'information', 'get', 'corrupted', '?', '\"']", + "output": [ + "BMC" + ] + }, + { + "input": "['Principal', 'component', 'analysis', '(', 'PCA', ')', 'based', 'method', 'has', 'been', 'used', 'to', 'classify', 'faults', '.']", + "output": [ + "PCA" + ] + }, + { + "input": "['The', 'goal', 'of', 'algorithms', 'used', 'by', 'platforms', ',', 'is', 'essentially', 'to', 'lead', 'the', 'decisions', 'made', 'by', 'users', ',', 'suggesting', 'them', 'a', 'certain', 'good', 'instead', 'of', 'another(Such', 'goods', 'could', 'be', 'perfect', 'substitutes', 'and', 'an', 'algorithm', 'could', 'decide', 'to', 'show', 'only', 'a', 'part', 'of', 'them', ',', 'proposing', 'to', 'the', 'consumer', 'the', 'only', 'goods', 'that', 'reflects', 'the', 'Willingness', 'To', 'Pay', '(', 'WTP', ')', 'identified', 'for', 'that', 'profiled', 'user', '.', ')']", + "output": [ + "WTP" + ] + }, + { + "input": "['We', 'acknowledge', 'the', 'financial', 'support', 'of', 'the', 'Future', 'and', 'Emerging', 'Technologies', '(', 'FET', ')', 'programme', 'within', 'the', 'Seventh', 'Framework', 'Programme', '(', 'FP7', ')', 'for', 'Research', 'of', 'the', 'European', 'Commission', ',', 'under', 'the', 'FP7', 'FET', '-', 'Proactive', 'Call', '8', '-', 'DyMCS', ',', 'Grant', 'Agreement', 'TOPDRIM', ',', 'number', 'FP7-ICT-318121', '.']", + "output": [ + "FET" + ] + }, + { + "input": "['The', 'posterior', 'integral', 'mean', 'and', 'variance', 'under', 'the', 'Bayes', '-', 'Sard', 'quadrature', 'are', 'straightforwardly', 'derived', 'by', 'plugging', 'the', 'Bayes', '-', 'Sard', 'GP', 'model', 'moments', 'from', 'eq', ':', 'bsgp_multi', '-', 'output_posterior_mean', ',', 'eq', ':', 'bsgp_multi', '-', 'output_multi_parameter_posterior_covariance', 'into', 'the', 'general', 'BQ', 'expressions', 'in', 'eq', ':', 'bq_integral_mean', ',', 'eq', ':', 'bq_integral_variance', '.']", + "output": [ + "GP" + ] + }, + { + "input": "['We', 'intend', 'to', 'use', 'the', 'wireless', 'sensor', 'network', '(', 'WSN', ')', 'to', 'collect', 'patients', \"'\", 'data', 'and', 'send', 'it', 'to', '.']", + "output": [ + "WSN" + ] + }, + { + "input": "['Furthermore', ',', 'social', 'media', 'platforms', 'provide', 'an', 'excellent', 'arena', 'for', 'analyzing', 'human', 'behavior', 'in', 'a', 'natural', 'setting', ',', 'and', 'some', 'recent', 'research', 'has', 'successfully', 'applied', 'natural', 'language', 'processing', '(', 'NLP', ')', 'to', 'social', 'media', 'data', 'to', 'quantify', 'people', \"'s\", 'moral', 'behaviors', '.']", + "output": [ + "NLP" + ] + }, + { + "input": "['Following', 'both', 'and', ',', 'we', 'use', 'the', 'mean', 'absolute', 'scaled', 'error', '(', 'MASE', ')', 'as', 'evaluation', 'metric', '.']", + "output": [ + "MASE" + ] + }, + { + "input": "['For', 'instance', ',', 'a', 'Random', 'Forest', '(', 'RF', ')', 'is', 'simply', 'an', 'addition', 'of', 'decision', 'trees', 'that', 'aggregate', 'tree', 'decisions', ',', 'usually', 'leading', 'to', 'improved', 'classification', 'performance', '.']", + "output": [ + "RF" + ] + }, + { + "input": "['To', 'reduce', 'the', 'amount', 'of', 'interactions', 'for', 'the', 'user', ',', 'a', 'phrase', 'dependency', 'graph', '(', 'PDG', ')', 'is', 'proposed', '.']", + "output": [ + "PDG" + ] + }, + { + "input": "['Furthermore', ',', 'the', 'first', 'attempts', 'on', 'combining', 'RISs', 'with', 'orthogonal', 'frequency', 'division', 'multiplexing', '(', 'OFDM', ')', 'and', 'SM', '/', 'space', 'shift', 'keying', '(', 'SSK', ')', 'schemes', 'have', 'been', 'reported', '.']", + "output": [ + "RISs" + ] + }, + { + "input": "['This', 'optimization', 'generally', 'requires', 'thousands', 'of', 'model', 'runs', ',', 'which', 'can', 'take', 'a', 'prohibitive', 'long', 'time', 'when', 'running', 'a', 'physically', 'detailed', 'simulator', 'of', 'the', 'sewer', 'network', ',', 'such', 'as', 'a', 'EPA', 'Storm', 'Water', 'Management', 'Model', '(', 'SWMM', ')', 'model', 'SWMM5', '.']", + "output": [ + "EPA" + ] + }, + { + "input": "['The', 'two', 'counter', '-', 'examples', 'and', 'mathematical', 'reasoning', 'were', 'provided', 'that', 'eigenvalue', '-', 'based', 'inconsistency', ',', 'used', 'in', 'some', 'customizations', 'of', 'pairwise', 'comparisons', ',', 'has', 'no', 'mathematical', 'validity', 'since', 'it', 'tolerates', 'arbitrarily', 'large', 'errors', 'when', 'the', 'size', 'of', 'a', 'PC', 'matrix', 'increases', 'to', 'the', 'infinity', '.']", + "output": [ + "PC" + ] + }, + { + "input": "['After', 'that', ',', 'AA', 'theory', 'was', 'developed', 'and', 'has', 'been', 'applied', 'to', 'OPF', 'problems', 'in', 'power', 'systems', ',', 'which', 'can', 'take', 'the', 'correlation', 'among', 'variables', 'into', 'account', 'and', 'yield', 'much', 'tighter', 'lower', 'and', 'upper', 'bounds', 'compared', 'to', 'IA', '.']", + "output": [ + "AA" + ] + }, + { + "input": "['The', 'algorithm', 'is', 'applied', 'to', 'each', 'of', 'the', 'three', 'domains', 'of', 'GO', ':', '(', 'i', ')', 'molecular', 'function', 'ontology', '(', 'MFO', ';', '10,789', 'terms', ')', '(', 'ii', ')', 'biological', 'process', 'ontology', '(', 'BPO', ';', '29,575', 'terms', ')', 'and', '(', 'iii', ')', 'cellular', 'component', 'ontology', '(', 'CCO', ';', '4,085', 'terms', ')', '.']", + "output": [ + "GO" + ] + }, + { + "input": "['The', 'Random', 'Walk', 'Theory', '(', 'RWT', ')', 'proposed', 'by', 'Osborne', 'also', 'suggested', 'same', 'conclusion', 'that', 'the', 'stock', 'prices', 'were', 'unpredictable', '.']", + "output": [ + "RWT" + ] + }, + { + "input": "['From', 'there', ',', 'the', 'remainder', 'of', 'the', 'section', 'describes', 'the', 'Electric', 'Power', 'Enterprise', 'Control', 'System', '(', 'EPECS', ')', 'simulator', 'as', 'customized', 'for', 'ISO', 'New', 'England', \"'s\", 'operation', '.']", + "output": [ + "EPECS" + ] + }, + { + "input": "['We', 'compare', 'with', 'robust', 'adversarial', 'reinforcement', 'learning', '(', 'RARL', ',', ')', 'which', 'is', 'considered', 'to', 'be', 'the', 'model', '-', 'free', 'robust', 'RL', 'baseline', '.']", + "output": [ + "RARL" + ] + }, + { + "input": "['As', 'mentioned', 'earlier', ',', 'the', 'electromagnetic', 'signal', 'transmitted', 'from', 'ETs', 'weakens', 'over', 'distance', ',', 'the', 'amount', 'of', 'energy', 'harvested', 'by', 'a', 'sensor', 'node', 'depends', 'on', 'its', 'position', 'relative', 'to', 'the', 'position', 'of', 'ETs', '.']", + "output": [ + "ETs" + ] + }, + { + "input": "['A', 'dialog', 'policy', 'is', 'formulated', 'as', 'a', 'Partially', 'Observable', 'Markov', 'Decision', 'Process', '(', 'POMDP', ')', 'which', 'models', 'the', 'uncertainty', 'existing', 'in', 'both', 'the', 'users', \"'\", 'goals', 'and', 'the', 'outputs', 'of', 'the', 'ASR', 'and', 'the', 'NLU', '.']", + "output": [ + "POMDP" + ] + }, + { + "input": "['Recently', ',', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'based', 'methods', 'have', 'achieved', 'very', 'good', 'performance', 'for', 'cardiac', 'image', 'segmentation', 'in', 'terms', 'of', 'both', 'speed', 'and', 'accuracy', '.']", + "output": [ + "CNN" + ] + }, + { + "input": "['The', 'input', 'SPARQL', 'query', 'is', 'first', 'parsed', 'using', 'the', 'Jena', 'ARQ', 'module', ',', 'thereby', ':', '(', 'i', ')', 'validating', 'the', 'query', 'and', '(', 'ii', ')', 'generating', 'its', 'abstract', 'syntax', 'tree', '(', 'AST', ')', 'representation', '.']", + "output": [ + "SPARQL" + ] + }, + { + "input": "['In', 'a', 'complementary', 'vein', ',', 'eyetracking', 'signal', 'has', 'been', 'used', 'for', 'linguistic', 'annotation', 'tasks', 'such', 'as', 'POS', 'tagging', 'and', 'prediction', 'of', 'syntactic', 'functions', '.']", + "output": [ + "POS" + ] + }, + { + "input": "['We', 'call', 'this', 'problem', 'Doubly', 'Distributed', 'Fourier', 'Sampling', '(', 'DDFS', ')', '.']", + "output": [ + "DDFS" + ] + }, + { + "input": "['Note', 'for', 'CNN', 'the', 'input', 'is', 'a', 'cropped', 'image', 'sample', 'of', 'size', 'and', 'the', 'last', 'two', 'layers', 'FC5', 'and', 'FC6(1', 'or', '2', ')', 'are', 'fully', 'connected', 'layers', '.']", + "output": [ + "CNN" + ] + }, + { + "input": "['Based', 'on', 'the', 'notion', 'of', 'graphlets', ',', 'the', 'graphlet', 'degree', 'vector', '(', 'GDV', ')', 'is', 'a', 'network', 'feature', 'that', 'summarizes', 'a', 'node', \"'s\", 'extended', 'network', 'neighborhood', '.']", + "output": [ + "GDV" + ] + }, + { + "input": "['AS', 'Reader', ':', 'We', 'implemented', 'Attention', 'Sum', 'Reader', '(', 'AS', 'Reader', ')', 'for', 'modeling', 'document', 'and', 'query', 'and', 'predicting', 'the', 'answer', 'with', 'the', 'Pointer', 'Network', ',', 'which', 'is', 'a', 'popular', 'framework', 'for', 'cloze', '-', 'style', 'reading', 'comprehension', '.']", + "output": [ + "AS" + ] + }, + { + "input": "['As', 'a', 'result', 'of', 'this', 'discussion', 'the', 'team', 'decide', 'to', 'drop', 'the', 'OT', 'data', 'from', 'this', 'journey', '.']", + "output": [ + "OT" + ] + }, + { + "input": "['Deep', 'learning', 'models', 'became', 'feasible', 'relatively', 'recently', ',', 'after', 'the', 'introduction', 'of', 'large', 'publicly', 'available', 'datasets', ',', 'of', 'graphics', 'processing', 'units', '(', 'GPUs', ')', ',', 'and', 'of', 'training', 'algorithms', 'that', 'exploit', 'GPUs', 'to', 'efficiently', 'handle', 'large', 'amounts', 'of', 'data', '.']", + "output": [ + "GPUs" + ] + }, + { + "input": "['Here', ',', 'to', 'better', 'understand', 'the', 'similarity', 'of', 'the', 'extracted', 'representation', 'from', 'TPN', 'and', 'the', 'supervised', 'network', ',', 'we', 'utilize', 'singular', 'vector', 'canonical', 'correlation', 'analysis', '(', 'SVCCA', ')', ',', 'saliency', 'maps', 'and', 't', '-', 'distributed', 'stochastic', 'neighbor', 'embedding', '(', 't', '-', 'SNE', ')', '.']", + "output": [ + "TPN" + ] + }, + { + "input": "['The', 'objective', 'quality', 'assessment', 'of', 'the', 'video', 'sequences', 'was', 'carried', 'out', 'with', 'EvalVid', 'and', 'MSU', 'Video', 'Quality', 'Measurement', 'Tool', '(', 'VQMT', ')', '.']", + "output": [ + "EvalVid" + ] + }, + { + "input": "['A', '-FA', 'on', 'an', 'object', 'is', 'said', 'to', 'have', 'enough', 'classical', 'states', 'if', 'its', 'classical', 'states', 'separate', 'morphisms', 'from', ',', 'i.e.', 'two', 'morphisms', 'are', 'equal', 'whenever', 'they', 'satisfy', 'for', 'all', 'classical', 'states', 'of', '.']", + "output": [ + "-FA" + ] + }, + { + "input": "['The', 'Root', 'Mean', 'Square', 'Residual', '(', 'RMSR', ')', 'and', 'the', 'person', 'separation', 'reliability', 'were', 'acceptable', '.']", + "output": [ + "RMSR" + ] + }, + { + "input": "['The', 'first', ',', 'we', 'use', 'the', 'geometric', 'Brownian', 'Motion', '(', 'GBM', ')', 'model', 'to', 'simulate', 'an', 'amount', 'of', 'prices', 'data', '.']", + "output": [ + "GBM" + ] + }, + { + "input": "['However', ',', 'this', 'type', 'of', 'interfaces', 'increase', 'the', 'operator', \"'s\", 'cognitive', 'burden', 'and', 'are', 'not', 'very', 'efficient', 'especially', 'for', 'complex', 'robots', 'with', 'high', 'degrees', 'of', 'freedom', '(', 'DOF', ')', '.']", + "output": [ + "DOF" + ] + }, + { + "input": "['Piecewise', 'Aggregation', 'Approximation', '(', 'PAA', ')', 'methods', 'is', 'proposed', 'by', 'Keogh', 'to', 'reduce', 'the', 'dimensionality', 'of', 'time', 'series', ',', 'which', 'is', 'then', 'upgraded', 'to', 'Symbolic', 'Aggregation', 'Approximation', '(', 'SAX', ')', '.']", + "output": [ + "PAA" + ] + }, + { + "input": "['For', 'tariff', 'design', ',', 'an', 'improved', 'weighted', 'fuzzy', 'average', '(', 'WFA', ')', 'K', '-', 'means', 'was', 'first', 'proposed', 'to', 'obtain', 'typical', 'load', 'profiles', 'in', '.']", + "output": [ + "WFA" + ] + }, + { + "input": "['7', ',', 'we', 'can', 'see', 'that', 'the', 'proposed', 'LAT', '-', 'RTV', 'can', 'remove', 'more', 'textures', 'and', 'retain', 'strong', 'edges', ',', 'compared', 'with', 'the', 'original', 'RTV', 'and', 'other', 'four', 'methods', ',', 'including', 'Weighted', 'Least', 'Squares', '(', 'WLS', ')', ',', 'Region', 'covariance', 'based', 'method', '(', 'RC', ')', ',', 'Rolling', 'Guidance', 'Filter', '(', 'RGF', ')', ',', 'Robust', 'Guided', 'Image', 'Filtering', '(', 'RGIF', ')', '.']", + "output": [ + "LAT" + ] + }, + { + "input": "['Typical', 'examples', 'include', 'kernel', '-', 'based', 'supervised', 'hashing', '(', 'KSH', ')', ',', 'semantic', 'correlation', 'maximization', '(', 'SCM', ')', ',', 'semantics', '-', 'preserving', 'hashing', '(', 'SePH', ')', ',', 'linear', 'subspace', 'ranking', 'hashing', '(', 'LSRH', ')', ',', 'and', 'deep', 'learning', 'hashing', '(', 'DLH', ')', '.']", + "output": [ + "KSH" + ] + }, + { + "input": "['We', 'deceived', 'the', 'audience', 'into', 'believing', 'that', 'an', 'AI', 'was', 'performing', ',', 'then', 'we', 'asked', 'them', 'to', 'compare', 'that', 'performance', 'with', 'a', 'performance', 'by', 'an', 'actual', 'AI', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['The', 'cost', '-', 'optimal', 'encoding', 'ladder', 'configuration', 'problem', 'is', 'then', 'solved', 'using', 'the', 'formulated', 'integer', 'linear', 'programming', '(', 'ILP', ')', 'algorithm', 'by', 'considering', 'practical', 'constraints', '.']", + "output": [ + "ILP" + ] + }, + { + "input": "['Software', 'Defined', 'Networking', '(', 'SDN', ')', 'is', 'a', 'pillar', 'technology', 'for', 'network', 'virtualization', ',', 'which', 'currently', 'attracts', 'a', 'lot', 'of', 'attention', 'due', 'to', 'the', 'provided', 'capabilities', '.']", + "output": [ + "SDN" + ] + }, + { + "input": "['Services', 'are', 'described', 'in', 'an', 'XML', '-', 'based', 'language', 'called', 'the', 'Web', 'Services', 'Description', 'Language', '(', 'WSDL', ')', '.']", + "output": [ + "XML" + ] + }, + { + "input": "['It', 'is', 'also', 'shown', 'that', 'energy', 'efficient', 'routing', 'protocols', 'in', 'the', 'conventional', 'approach', 'are', 'portable', 'to', 'the', 'network', 'coded', 'approach', 'as', 'the', 'minimum', 'hop', 'routing', 'heuristic', 'is', 'used', 'to', 'route', 'traffic', 'flows', 'in', 'network', 'coding', 'enabled', 'IP', 'over', 'WDM', 'networks', 'where', 'network', 'coding', 'is', 'performed', 'in', 'all', 'intermediate', 'nodes', 'traversed', 'by', 'bidirectional', 'traffic', 'flows', '.']", + "output": [ + "IP" + ] + }, + { + "input": "['However', ',', 'for', 'some', 'other', 'real', '-', 'world', 'tasks', 'including', 'some', 'Atari', '2600', 'games', ',', 'the', 'problem', 'is', 'really', 'a', 'partially', 'observable', 'Markov', 'decision', 'process', '(', 'POMDP', ')', 'where', 'the', 'state', 'of', 'the', 'environment', 'may', 'be', 'partially', 'observable', 'or', 'even', 'unobservable', ',', 'to', 'the', 'point', 'where', 'arbitrarily', 'long', 'histories', 'of', 'observations', 'are', 'needed', 'to', 'extract', 'sufficient', 'features', 'for', 'optimal', 'action', 'selection', '.']", + "output": [ + "POMDP" + ] + }, + { + "input": "['Then', ',', 'a', 'recurrent', 'neural', 'network', '(', 'RNN', ')', 'is', 'used', 'to', 'generate', 'the', 'target', 'characters', 'based', 'on', 'the', 'glimpse', 'vectors', 'and', 'the', 'history', 'of', 'target', 'characters', '.']", + "output": [ + "RNN" + ] + }, + { + "input": "['The', 'ECs', 'are', 'connected', 'to', 'the', 'CC', 'via', 'midhaul', 'using', 'various', 'technologies', ',', 'from', 'expensive', 'dark', 'fiber', 'solutions', ',', 'to', 'cost', '-', 'efficient', 'passive', 'optical', 'network', '(', 'PON', ')', 'families', 'or', 'other', 'Ethernet', 'based', 'technologies', '.']", + "output": [ + "ECs" + ] + }, + { + "input": "['New', 'York', ',', 'NY', ':', 'Collins', ',', '2007', '.']", + "output": [ + "NY" + ] + }, + { + "input": "['There', 'are', '03', 'basic', 'BAM', 'models', ':', '(', 'i', ')', 'Maximum', 'Allocation', 'Model', '(', 'MAM', ')', ',', '(', 'ii', ')', 'Russian', 'Dolls', 'Model', '(', 'RDM', ')', 'and', '(', 'iii', ')', 'AllocTC', '-', 'Sharing', '(', 'ATCS', ')', '.']", + "output": [ + "BAM" + ] + }, + { + "input": "['Five', 'TFs', 'are', 'considered', 'and', 'could', 'rotate', 'the', 'facial', 'patch', 'by', '90', 'and', '180', 'degrees', ',', 'translate', 'it', ',', 'shift', 'it', 'and', 'transformed', 'it', 'with', 'ZCA', 'whitening', '.']", + "output": [ + "TFs" + ] + }, + { + "input": "['As', 'per', 'results', 'reported', 'by', 'the', 'author', ',', 'they', 'have', 'three', 'top', 'accurate', 'classification', 'methods', 'for', 'the', 'prediction', 'of', 'binary', 'classes', ':', 'Random', 'Forest', '(', 'RF', ')', 'with', '99.7', ',', 'Artificial', 'Neural', 'Network', '(', 'ANN', ')', 'with', '99.1', 'and', 'Support', 'Vector', 'Machines', '(', 'SVM', ')', 'with', '98.9', 'accuracy', ',', 'and', 'in', 'the', 'case', 'of', 'four', 'classes', ':', 'SVM', 'with', '98.4', ',', 'BNC', 'with', '99.4', ',', 'and', 'RF', 'with', '99.6', '.']", + "output": [ + "RF" + ] + }, + { + "input": "['Mainly', 'there', 'are', 'two', 'types', 'of', 'modulated', 'FB', ',', 'Discrete', 'Fourier', 'Transform', '(', 'DFT', ')', 'FB', 'and', 'Cosine', 'modulated', 'filter', 'bank', '(', 'CMFB', ')', '.']", + "output": [ + "FB" + ] + }, + { + "input": "['to', 'reverse', 'engineer', 'the', 'confusion', 'matrix(A', 'confusion', 'matrix', 'is', 'a', 'contingency', 'table', 'where', 'the', 'cells', 'represent', 'true', 'positives', '(', 'TP', ')', ',', 'false', 'negatives', '(', 'FN', ')', ',', 'false', 'positives', '(', 'FP', ')', 'and', 'true', 'negatives', '(', 'TN', ')', 'respectively', '.']", + "output": [ + "TP" + ] + }, + { + "input": "['Since', 'AP', 'association', 'is', 'based', 'on', 'throughput', ',', 'load', 'balancing', 'is', 'implicitly', 'included', 'since', 'loaded', 'cells', 'will', 'provide', 'users', 'a', 'potentially', 'low', 'throughput', 'estimation', ',', 'discouraging', 'it', 'from', 'associating', 'with', 'it', '.']", + "output": [ + "AP" + ] + }, + { + "input": "['Structured', 'prediction', 'energy', 'networks', '(', 'SPENs', ')', 'define', 'energy', 'functions', 'for', 'scoring', 'structured', 'outputs', 'as', 'differentiable', 'deep', 'networks', '.']", + "output": [ + "SPENs" + ] + }, + { + "input": "['It', 'is', 'likely', 'the', 'case', 'that', 'sources', 'such', 'as', 'The', 'New', 'York', 'Times', ',', 'Vox', ',', 'NPR', ',', 'The', 'Huffington', 'Post', ',', 'and', 'The', 'Guardian', 'simply', 'have', 'a', 'larger', 'audience', '(', 'particularly', 'on', 'social', 'media', ')', 'than', 'AP', 'and', 'PBS', '.']", + "output": [ + "Vox" + ] + }, + { + "input": "['Zhou', 'et', 'al.zhou2014micro', 'developed', 'a', 'matrix', 'factorization', 'approach', 'for', 'predictive', 'modeling', 'of', 'the', 'disease', 'onset', 'risk', 'based', 'on', 'patients', \"'\", 'Electronic', 'Health', 'Records', '(', 'EHR', ')', 'data', '.']", + "output": [ + "EHR" + ] + }, + { + "input": "['Thus', ',', 'the', 'importance', 'in', 'discover', 'increases', ',', 'because', 'this', 'represents', 'the', 'cause', ';', 'and', 'when', 'calculated', ',', 'diagnostics', 'the', 'problem', 'described.russell2003', 'affirm', ',', 'that', 'simple', 'equation', 'is', 'the', 'base', 'for', 'the', 'all', 'modern', 'artificial', 'intelligence', '(', 'AI', ')', 'systems', 'which', 'uses', 'probabilistic', 'inference', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['By', 'combining', 'WGF', 'and', 'S', '-', 'WGF', 'in', 'the', 'iteration', 'framework', 'of', ',', 'we', 'propose', 'a', 'new', 'structure', '-', 'preserving', 'texture', '-', 'removing', 'filter', ',', 'termed', 'iterated', 'side', 'window', 'weighted', 'guided', 'filter', '(', 'IS', '-', 'WGF', ')', '.']", + "output": [ + "WGF" + ] + }, + { + "input": "['Although', 'these', 'MCMC', '-', 'based', 'methods', 'are', 'appealing', ',', 'RBMs', '(', 'and', 'their', 'deeper', 'form', ',', 'the', 'deep', 'Boltzmann', 'machine', ')', 'have', 'not', 'been', 'competitive', 'in', 'recent', 'years', 'compared', 'to', 'autoregressive', 'models', 'Oord', '-', 'et', '-', 'al-2016', ',', 'variational', 'auto', '-', 'encoders', 'Kingma+Welling', '-', 'ICLR2014', 'and', 'generative', 'adversarial', 'networks', 'or', 'GANs', 'Goodfellow', '-', 'et', '-', 'al', '-', 'NIPS2014', '.']", + "output": [ + "MCMC" + ] + }, + { + "input": "['The', 'latter', 'is', 'read', 'directly', 'by', 'the', 'backends', ',', 'which', 'is', 'an', 'intermediate', 'format', '(', 'IF', ')', 'by', 'the', 'hlpsl2if', 'compiler', '.']", + "output": [ + "IF" + ] + }, + { + "input": "['The', 'mean', 'squared', 'errors', 'for', 'each', 'distance', 'from', 'the', 'model', 'answer', 'for', 'MM', 'and', 'TM', 'for', 'the', 'fourth', 'question', '.']", + "output": [ + "MM" + ] + }, + { + "input": "['We', 'also', 'compared', 'our', 'model', 'with', 'a', 'simpler', 'context', 'vector', 'representation', 'called', 'averaged', 'word', 'embeddings', '(', 'AWE', ')', 'which', 'consists', 'in', 'representing', 'the', 'context', 'of', 'target', 'word', 'by', 'averaging', 'its', 'surrounding', 'words', 'in', 'a', 'given', 'window', 'size', '.']", + "output": [ + "AWE" + ] + }, + { + "input": "['According', 'to', 'the', 'statistics', 'from', 'the', 'Beijing', 'Municipal', 'Bureau', 'of', 'Statistics', '(', 'http://old.bjstats.gov.cn/esite/', ')', ',', 'this', 'eastern', 'district', '(', 'Chaoyang', 'district', ')', 'has', 'the', 'highest', 'Gross', 'Domestic', 'Product', '(', 'GDP', ')', 'among', 'all', 'districts', 'in', 'Beijing', '.']", + "output": [ + "GDP" + ] + }, + { + "input": "['proposed', 'the', 'weighted', 'minimum', 'mean', 'square', 'error', '(', 'WMMSE', ')', 'method', 'to', 'solve', 'the', 'rate', 'maximization', 'problem', 'for', 'MIMO', 'interfering', 'broadcast', 'channels', ',', 'where', 'the', 'rate', 'expression', 'is', 'in', 'the', 'objective', 'function', '.']", + "output": [ + "WMMSE" + ] + }, + { + "input": "['The', 'above', 'mentioned', 'methods', ',', 'in', 'general', ',', 'aim', 'at', 'minimizing', 'the', 'mean', 'squared', 'error', '(', 'MSE', ')', 'between', 'the', 'SR', 'and', 'HR', 'images', ',', 'which', 'might', 'not', 'always', 'be', 'consistent', 'with', 'the', 'human', 'evaluation', 'results', '(', 'i.e.', ',', 'perceptual', 'quality', ')', '.']", + "output": [ + "MSE" + ] + }, + { + "input": "['Such', 'an', 'SSI', 'can', 'be', 'applied', 'to', 'help', 'the', 'communication', 'of', 'the', 'speaking', 'impaired', '(', 'e.g.', 'patients', 'after', 'laryngectomy', ')', ',', 'and', 'in', 'situations', 'where', 'the', 'speech', 'signal', 'itself', 'can', 'not', 'be', 'recorded', '(', 'e.g.', 'extremely', 'noisy', 'environments', 'or', 'certain', 'military', 'applications', ')', '.']", + "output": [ + "SSI" + ] + }, + { + "input": "['The', 'results', 'show', 'good', 'performance', ',', 'especially', 'those', 'corresponding', 'to', 'ELM', 'and', 'GP', 'approaches', '.']", + "output": [ + "ELM" + ] + }, + { + "input": "['This', 'is', 'possibly', 'because', 'only', 'input', 'spikes', 'that', 'occur', 'shortly', 'before', 'the', 'postsynaptic', 'spike', 'induce', 'long', 'term', 'potentiation', '(', 'LTP', ')', 'in', 'a', 'time', 'based', 'STDP', 'regime', '(', 'Figure', ')', '.']", + "output": [ + "LTP" + ] + }, + { + "input": "['Both', 'are', 'Neural', 'Network', 'Language', 'Models', '(', 'NNLM', ')', '.']", + "output": [ + "NNLM" + ] + }, + { + "input": "['This', 'is', 'called', 'the', 'sign', 'of', 'innovations', 'Kalman', 'filter', '(', 'SOI', '-', 'KF', ')', 'and', 'the', 'algorithm', 'operates', 'at', 'both', 'the', 'transmitter', 'and', 'receiver', '.']", + "output": [ + "SOI" + ] + }, + { + "input": "['A', 'sequence', '-', 'level', 'pain', 'label', 'is', 'assigned', 'by', 'self', '-', 'reported', 'Visual', 'Analog', 'Scale', '(', 'VAS', ')', 'and', 'Observer', '-', 'rated', 'Pain', 'Intensity', '(', 'OPI', ')', '.']", + "output": [ + "VAS" + ] + }, + { + "input": "['The', 'work', 'of', 'analyzes', 'the', 'leaked', 'transaction', 'history', 'of', 'Mt.', 'Gox', 'Bitcoin', 'exchange', 'and', 'identify', 'a', 'number', 'of', 'market', 'manipulation', 'patterns', 'via', 'singular', 'value', 'decomposition', '(', 'SVD', ')', 'method', '.']", + "output": [ + "SVD" + ] + }, + { + "input": "['ITU', 'International', 'Telecommunication', 'Union', ',', 'August', '2015', '.']", + "output": [ + "ITU" + ] + }, + { + "input": "['Hence', ',', 'these', 'requirements', 'are', 'best', 'met', 'by', 'using', 'a', 'Unequal', 'Error', 'Protection', '(', 'UEP', ')', 'scheme', '.']", + "output": [ + "UEP" + ] + }, + { + "input": "['Time', '-', 'domain', '(', 'TD', ')', 'methods', 'for', 'studying', 'periodic', 'systems', 'include', 'FE', ',', ',', 'IE', ',', 'and', 'Finite', 'Difference', 'Time', 'Domain', '(', 'FDTD', ')', ',', 'while', 'DG', 'methods', 'remain', 'relatively', 'unexplored', '.']", + "output": [ + "TD" + ] + }, + { + "input": "['Specifically', ',', 'we', 'employed', 'linear', 'regression', '(', 'LR', ')', 'with', 'an', 'penalty', ',', 'k', '-', 'nearest', 'neighbors', '(', 'kNN', ')', 'with', ',', 'support', 'vector', 'machines', '(', 'SVM', ')', 'with', 'a', 'radial', 'basis', 'function', '(', 'RBF', ')', 'kernel', 'and', 'a', 'multilayer', 'perceptron', '(', 'MLP', ')', 'with', '100', 'hidden', 'neurons', '.']", + "output": [ + "LR" + ] + }, + { + "input": "['With', 'estimations', 'of', 'billions', 'of', 'sensors', 'and', 'devices', 'to', 'be', 'connected', 'in', 'the', 'coming', 'years', ',', 'the', 'IoT', 'has', 'been', 'advocated', 'as', 'having', 'a', 'great', 'potential', 'to', 'impact', 'the', 'way', 'we', 'live', ',', 'but', 'also', 'how', 'we', 'work', '.']", + "output": [ + "IoT" + ] + }, + { + "input": "['Different', 'services', 'use', 'also', 'low', ',', 'standard', ',', 'and', 'high', 'definition', '(', 'LD', ',', 'SD', ',', 'HD', ')', 'notations', 'but', 'the', 'resolutions', 'that', 'each', 'one', 'refers', 'to', 'varies', 'between', 'services', '.']", + "output": [ + "LD" + ] + }, + { + "input": "['If', 'the', 'TB', 'size', 'is', 'larger', 'than', 'the', 'maximum', 'code', 'block', '(', 'CB', ')', 'size', ',', 'the', 'input', 'data', 'bit', 'sequence', 'is', 'then', 'segmented', 'with', 'an', 'additional', 'CRC', 'sequence', 'attached', 'to', 'each', 'segmented', 'CB', '.']", + "output": [ + "TB" + ] + }, + { + "input": "['Instead', ',', 'we', 'use', '3D', 'region', 'of', 'interest', '(', 'ROI', ')', 'pooling', 'layer', 'to', 'pool', 'features', 'from', 'early', 'feature', 'map', 'that', 'has', 'a', 'small', 'receptive', 'field', '(', 'down4', ')', '.']", + "output": [ + "ROI" + ] + }, + { + "input": "['Adamic', 'Adar', '(', 'AA', ')', 'adamic2003friends', ':', 'AA', 'smoothes', 'the', 'common', 'neighbor', 'method', 'using', 'neighbors', \"'\", 'node', 'degree', '.']", + "output": [ + "AA" + ] + }, + { + "input": "['Comparing', 'with', 'truncated', 'signed', 'distance', 'function', '(', 'TSDF', ')', 'widely', 'used', 'in', 'computer', 'vision', 'community', ',', 'and', ',', 'point', 'cloud', 'management', 'in', 'MIS', '-', 'SLAM', 'notably', 'reduce', 'memory', 'as', 'well', 'as', 'boost', 'the', 'performance', '.', '(']", + "output": [ + "TSDF" + ] + }, + { + "input": "['We', 'demonstrate', 'that', 'these', 'measures', 'are', 'good', 'predictors', 'of', 'the', 'usefulness', 'of', 'pretrained', 'models', 'for', 'Named', 'Entity', 'Recognition', '(', 'NER', ')', 'over', '30', 'data', 'pairs', '.']", + "output": [ + "NER" + ] + }, + { + "input": "['Software', 'defined', 'networking', '(', 'SDN', ')', 'removes', 'the', 'need', 'for', 'bit', '-', 'wise', 'configuration', 'of', 'network', 'components', ',', 'and', 'instead', 'allows', 'a', 'central', 'policy', 'to', 'be', 'applied', 'system', '-', 'wide', '.']", + "output": [ + "SDN" + ] + }, + { + "input": "['On', 'the', 'other', 'hand', ',', 'NR', 'permits', 'the', 'use', 'of', 'different', 'numerologies', 'related', 'to', 'specific', 'carrier', 'spacing', '.']", + "output": [ + "NR" + ] + }, + { + "input": "['The', 'Hierarchical', 'Category', 'Embedding', 'model', '(', 'HCE', 'model', ')', 'extends', 'CE', 'model', 'to', 'integrate', 'the', 'hierarchical', 'structure', 'of', 'categories', '.']", + "output": [ + "HCE" + ] + }, + { + "input": "['We', 'utilize', 'Breadth', 'First', 'Search', '(', 'BFS', ')', 'algorithm', 'to', 'calculate', 'the', 'shortest', 'distance', 'between', 'the', 'protein', 'pair', '.']", + "output": [ + "BFS" + ] + }, + { + "input": "['developed', 'the', 'Deep', 'Cross', 'Network', '(', 'DCN', ')', 'to', 'learn', 'explicit', 'cross', 'features', 'of', 'bounded', 'degreewang2017deep', '.']", + "output": [ + "DCN" + ] + }, + { + "input": "['As', 'a', 'specific', 'instantiation', 'of', 'the', 'problem', ',', 'we', 'study', 'the', 'notion', 'of', 'generalized', 'differential', 'privacy', '(', 'GDP', ')', '(', 'see', 'Definition', 'def', ':', 'gdp', ')', '.']", + "output": [ + "GDP" + ] + }, + { + "input": "['Unfortunately', ',', 'although', 'CI', 'tools', 're', '-', 'execute', 'test', 'suites', 'after', 'every', 'new', 'change', '(', 'i.e.', ',', 'to', 'avoid', 'the', 'introduction', 'of', 'new', 'bugs', ')', ',', 'CI', 'tools', 'can', 'not', 'identify', 'whether', 'the', 'software', 'project', 'contains', 'a', 'comprehensive', 'test', 'suite', '.']", + "output": [ + "CI" + ] + }, + { + "input": "['Visualization', 'of', 'background', 'score', 'regularization', '(', 'BSR', ')', 'with', 'different', 'values', 'of', '.']", + "output": [ + "BSR" + ] + }, + { + "input": "['A', 'cropland', 'classification', 'based', 'on', 'EO', 'data', 'should', 'have', 'at', 'least', 'an', 'overall', 'accuracy', 'of', '83', 'to', 'provide', 'estimation', 'of', 'production', 'more', 'accurate', 'than', 'the', 'historical', 'average', 'and', 'trend', '(', ')', 'for', 'all', 'crops', '.']", + "output": [ + "EO" + ] + }, + { + "input": "['Latplan', 'connected', 'a', 'subsymbolic', 'neural', 'network', '(', 'NN', ')', 'system', 'and', 'a', 'symbolic', 'Classical', 'Planning', 'system', 'to', 'solve', 'various', 'visually', 'presented', 'puzzle', 'domains', '.']", + "output": [ + "NN" + ] + }, + { + "input": "['They', 'managed', 'to', 'identify', 'the', 'language', 'of', 'the', 'tweets', 'with', '96.2', 'accuracy', 'using', 'a', 'logistic', 'regression', '(', 'LR', ')', 'classifier', 'with', 'up', 'to', '4-grams', 'of', 'characters', '.']", + "output": [ + "LR" + ] + }, + { + "input": "['In', 'order', 'to', 'train', 'the', 'modified', 'network', 'for', 'grasp', 'type', 'detection', ',', 'this', 'paper', 'introduces', 'a', 'grasp', 'type', 'detection', '(', 'GTD', ')', 'dataset', ',', 'in', 'which', '12', 'household', 'objects', 'are', 'used', 'and', 'all', 'the', 'instances', 'are', 'annotated', 'following', 'the', 'proposed', '6', 'grasp', 'types', '.']", + "output": [ + "GTD" + ] + }, + { + "input": "['Channel', 'measurements', 'have', 'revealed', 'that', 'there', 'are', 'noticeable', 'differences', 'in', 'the', 'line', 'of', 'sight', '(', 'LOS', ')', 'and', 'non', '-', 'line', 'of', 'sight', '(', 'NLOS', ')', 'links', 'in', 'these', 'bands', '.']", + "output": [ + "LOS" + ] + }, + { + "input": "['To', 'this', 'end', ',', 'the', 'ASV', 'community', 'has', 'released', 'standard', 'spoofing', 'datasets', 'as', 'part', 'of', 'the', 'automatic', 'speaker', 'verification', 'spoofing', 'and', 'countermeasures', 'challenges', '(', 'ASVspoof', ')', ',', 'promoting', 'research', 'in', 'this', 'direction', '.']", + "output": [ + "ASV" + ] + }, + { + "input": "['[', 'SAR', ']', 'Search', 'and', 'Rescue', '.']", + "output": [ + "SAR" + ] + }, + { + "input": "['Specifically', ',', 'the', 'unmanned', 'ground', 'vehicle', '(', 'UGV', ')', 'network', 'should', 'coordinate', 'its', 'actions', 'with', 'the', 'unmanned', 'aerial', 'vehicle', '(', 'UAV', ')', 'network', 'and', 'the', 'soldier', 'network', 'to', 'achieve', 'a', 'highly', 'connected', 'global', 'network', '.']", + "output": [ + "UGV" + ] + }, + { + "input": "['Real', 'datasets', ':', 'Demonstration', 'of', 'FSS', 'with', 'a', 'user', 'given', 'threshold', 'and', 'comparison', 'to', 'RFECV', 'and', 'ReliefF', 'For', 'a', 'user', 'given', 'feature', 'size', ',', 'say', ',', 'with', 'due', 'justification', 'in', 'terms', 'of', 'SVEA', ',', 'our', 'scheme', 'can', 'identify', 'the', 'sized', 'feature', 'set', 'with', 'best', 'test', 'accuracy', 'based', 'on', 'the', 'ranking', 'of', 'the', 'SVEA', 'values', '.']", + "output": [ + "FSS" + ] + }, + { + "input": "['Additionally', ',', 'in', 'order', 'to', 'implement', 'dynamic', 'security', 'rules', 'that', 'can', 'evolve', 'based', 'on', 'context', ',', 'use', 'of', 'software', 'defined', 'networking', '(', 'SDN', ')', 'proposed', '.']", + "output": [ + "SDN" + ] + }, + { + "input": "['We', 'first', 'rank', 'the', 'fuzzy', 'number', 'payoffs', ',', 'and', 'then', 'introduce', 'a', 'fuzzy', 'preference', 'relation', '(', 'FPR', ')', 'to', 'make', 'a', 'soft', 'measurement', 'of', 'fuzzy', 'numbers', ',', 'with', 'which', 'the', 'stable', 'priority', 'vector', 'of', 'the', 'actions', 'can', 'be', 'derived', '.']", + "output": [ + "FPR" + ] + }, + { + "input": "['The', 'focus', 'of', 'PM', 'is', 'on', 'extracting', 'and', 'analyzing', 'process', 'models', 'from', 'event', 'logs', '.']", + "output": [ + "PM" + ] + }, + { + "input": "['It', 'is', 'the', 'adaptation', 'of', 'Random', 'Forest', '(', 'RF', ')', 'algorithm', 'to', 'work', 'with', 'streaming', 'data', '.']", + "output": [ + "RF" + ] + }, + { + "input": "['In', 'some', 'standards', '(', 'such', 'as', 'the', 'Digital', 'Video', 'Interface', 'or', 'DVI', ')', 'sync', 'signals', 'are', 'represented', 'as', 'physically', 'separate', 'wires', '.']", + "output": [ + "DVI" + ] + }, + { + "input": "['Mean', 'euclidean', 'distance', 'and', 'the', 'root', 'mean', 'square', '(', 'RMS', ')', 'of', 'the', 'distances', ',', 'after', 'normalized', 'by', 'the', 'eye', '-', 'to', '-', 'eye', 'distance', ',', 'are', 'reported', 'in', 'Table', '..', 'Visual', 'comparison', 'is', 'shown', 'in', 'Fig', '..', 'Our', 'results', 'demonstrate', 'promise', 'performance', '.']", + "output": [ + "RMS" + ] + }, + { + "input": "['This', 'paper', 'fully', 'develops', 'an', 'approach', 'based', 'on', 'a', 'general', 'idea', 'that', 'was', 'first', 'presented', 'in', 'an', 'invited', 'vision', 'paper', 'on', 'Safe', 'AI', 'for', 'CPS', 'by', 'the', 'authors', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['The', 'proposed', 'method', 'can', 'be', 'tested', 'and', 'verified', 'using', 'the', 'open', 'source', 'C++', 'Monte', 'Carlo', 'Machine', 'Learning', 'Library', '(', 'MCMLL', ')', ',', 'which', 'is', 'available', 'under', 'the', 'GNU', 'GPLv2', 'license', '.']", + "output": [ + "MCMLL" + ] + }, + { + "input": "['We', 'introduce', 'the', 'sparse', 'weighted', 'configuration', 'model', '(', 'WCM', ')', 'as', 'a', 'solution', 'here', ',', 'in', 'which', 'we', 'first', 'sample', 'an', 'adjacency', 'matrix', 'that', 'will', 'be', 'equivalently', 'sparse', 'to', 'the', 'data', 'network', 'on', 'average', ',', 'and', 'then', 'place', 'all', 'weights', 'only', 'on', 'links', 'in', '.']", + "output": [ + "WCM" + ] + }, + { + "input": "['Different', 'from', 'existing', 'approaches', ',', 'in', 'this', 'paper', 'we', 'first', 'extract', 'deep', 'feature', 'representations', 'of', 'images', 'by', 'using', 'an', 'arbitrary', 'orientation', 'network', '(', 'AON', ')', ',', 'then', 'use', 'a', 'filter', 'gate', '(', 'FG', ')', 'to', 'generate', 'the', 'integrated', 'sequence', 'of', 'features', ',', 'which', 'are', 'fed', 'to', 'an', 'attention', '-', 'based', 'decoder', 'for', 'generating', 'predicted', 'sequences', '.']", + "output": [ + "AON" + ] + }, + { + "input": "['They', 'test', 'their', 'method', 'on', 'the', 'Atari', 'suite', 'and', 'show', 'it', 'to', 'be', 'better', 'than', 'other', 'knowledge', 'preservation', 'methods', 'like', 'Elastic', 'Weight', 'Consolidation', '(', 'EWC', ')', 'on', 'several', 'games', '.']", + "output": [ + "EWC" + ] + }, + { + "input": "['In', 'addition', ',', 'as', 'a', 'second', 'reference', ',', 'we', 'propose', 'the', 'use', 'of', 'Statistical', 'Parameter', 'Mapping', '(', 'SPM', ')', 'to', 'verify', 'the', 'obtained', 'results', 'from', 'a', 'statistical', 'point', 'of', 'view', '.']", + "output": [ + "SPM" + ] + }, + { + "input": "['The', 'algorithm', 'can', 'be', 'implemented', 'at', 'the', 'Radio', 'Link', 'Control', '(', 'RLC', ')', 'or', 'the', 'network', 'layer', 'of', 'the', 'IFW', 'and', 'DBF', 'small', 'cell', 'base', 'stations', '.']", + "output": [ + "RLC" + ] + }, + { + "input": "['If', 'that', 'Distance', 'Neighbour', 'Mean', '(', 'DNM', ')', 'exceeds', 'certain', 'given', 'threshold', ',', 'the', 'sensor', 'node', 'will', 'be', 'considered', 'to', 'be', 'faulty', '.']", + "output": [ + "DNM" + ] + }, + { + "input": "['Once', 'they', '[', 'the', 'marked', 'models', ']', 'are', 'stolen', 'and', 'deployed', 'to', 'offer', 'AI', 'service', ',', 'owners', 'can', 'easily', 'verify', 'them', '[', 'the', 'watermarks', ']', 'by', 'sending', 'watermarks', 'as', 'inputs', 'and', 'checking', 'the', 'service', \"'s\", 'output', '.', '\"']", + "output": [ + "AI" + ] + }, + { + "input": "['These', 'features', 'are', 'then', 'used', 'to', 'learn', 'a', 'binary', 'or', 'discrete', 'classifier', ',', 'commonly', 'linear', 'support', 'vector', 'machines', '(', 'SVM', ')', 'and', 'random', 'forests', ',', 'to', 'differentiate', 'normal', 'from', 'abnormal', 'anatomy', '.']", + "output": [ + "SVM" + ] + }, + { + "input": "['The', 'RE', 'and', 'RE+RW', 'configurations', 'benefit', 'MorphSum', 'making', 'it', 'not', 'only', 'better', 'than', 'its', 'original', 'version', 'but', 'also', 'better', 'than', 'all', 'other', 'models', 'and', 'significantly', 'smaller', 'than', 'the', 'word', '-', 'level', 'model', 'with', 'reused', 'embeddings', '.']", + "output": [ + "RE" + ] + }, + { + "input": "['Jun', 'Zhao', 'is', 'also', 'supported', 'by', 'KOALA', '(', 'http://SOCIAM.org', '/', 'project', '/', 'koala', ')', ':', 'Kids', 'Online', 'Anonymity', 'Lifelong', 'Autonomy', ',', 'funded', 'by', 'EPSRC', 'Impact', 'Acceleration', 'Account', 'Award', ',', 'under', 'the', 'grant', 'number', 'of', 'EP', '/', 'R511742/1', '.']", + "output": [ + "KOALA" + ] + }, + { + "input": "['The', 'FAA', 'and', 'EASA', 'together', 'with', 'EUROCAE', ',', 'USICO', ',', 'JARUS', ',', 'ICAO', ',', 'and', 'UVS', 'International', 'have', 'defined', 'formal', 'policies', 'for', 'UAV', 'certification', 'and', 'a', 'clear', 'regulation', 'for', 'the', 'National', 'Air', 'Space', '(', 'NAS', ')', 'management', '.']", + "output": [ + "FAA" + ] + }, + { + "input": "['It', 'has', 'been', 'shown', 'that', 'the', 'majority', 'rule', 'model', 'can', 'be', 'described', 'by', 'the', 'classical', 'Ising', 'model', 'with', 'zero', 'external', 'magnetic', 'field', 'Krapivsky2003', 'and', 'that', 'the', 'general', 'TM', 'can', 'be', 'described', 'as', 'a', 'random', '-', 'field', 'Ising', 'model', '(', 'RFIM', ')', 'Barra2012', '.']", + "output": [ + "RFIM" + ] + }, + { + "input": "['The', 'topical', 'detection', 'is', 'given', 'by', 'a', 'Latent', 'Dirichlet', 'Allocation', '(', 'LDA', ')', 'algorithm', ',', 'and', 'the', 'topical', 'relevance', 'of', 'each', 'tweet', 'is', 'determined', 'by', 'a', 'Divergence', 'From', 'Randomness', 'retrieval', 'model', '.']", + "output": [ + "LDA" + ] + }, + { + "input": "['F.', 'Carcillo', ',', 'Y.', 'A.', 'L.', 'Borgne', ',', 'O.', 'Caelen', ',', 'and', 'G.', 'Bontempi', ',', '\"', 'An', 'Assessment', 'of', 'Streaming', 'Active', 'Learning', 'Strategies', 'for', 'Real', '-', 'Life', 'Credit', 'Card', 'Fraud', 'Detection', ',', '\"', 'in', '2017', 'IEEE', 'International', 'Conference', 'on', 'Data', 'Science', 'and', 'Advanced', 'Analytics', '(', 'DSAA', ')', ',', '2017', ',', 'pp', '.']", + "output": [ + "IEEE" + ] + }, + { + "input": "['The', 'Basel', 'Face', 'Model', '(', 'BFM', ')', 'is', 'the', 'most', 'widely', '-', 'used', 'and', 'well', '-', 'known', '3DMM', ',', 'which', 'was', 'built', 'by', 'Paysan', 'and', 'utilizes', 'a', 'better', 'registration', 'method', 'than', 'the', 'original', 'Blanz', '-', 'Vetter', '3DMM', '.']", + "output": [ + "BFM" + ] + }, + { + "input": "['AlphaD3', 'M', 'finds', 'patterns', 'in', 'the', 'components', 'of', 'the', 'pipelines', 'using', 'recurrent', 'neural', 'networks', ',', 'specifically', 'long', 'short', 'term', 'memory', '(', 'LSTM', ')', 'and', 'Monte', '-', 'Carlo', 'tree', 'search', 'in', 'an', 'iterative', 'process', 'which', 'is', 'computationally', 'efficient', 'in', 'large', 'search', 'space', '.']", + "output": [ + "LSTM" + ] + }, + { + "input": "['The', 'study', 'is', 'broader', 'than', 'what', 'we', 'are', 'talking', 'about', 'here', ',', 'but', 'one', 'take', '-', 'away', 'with', 'regards', 'to', 'IT', 'efficiency', 'in', 'hospitals', 'is', 'that', 'data', 'is', 'lacking', '.']", + "output": [ + "IT" + ] + }, + { + "input": "['In', ',', 'three', 'frequently', 'used', 'clustering', 'techniques', ',', 'namely', ',', 'k', '-', 'means', ',', 'hierarchical', 'algorithms', ',', 'and', 'the', 'Dirichlet', 'process', 'mixture', 'model', '(', 'DPMM', ')', 'algorithm', ',', 'were', 'performed', 'on', 'the', 'smart', 'meter', 'data', 'with', 'different', 'frequencies', 'varying', 'from', 'every', '1', 'minute', 'to', '2', 'hours', 'to', 'investigate', 'how', 'the', 'resolution', 'of', 'smart', 'meter', 'data', 'influences', 'the', 'clustering', 'results', '.']", + "output": [ + "DPMM" + ] + }, + { + "input": "['PolicySpace', 'is', 'an', 'open', 'AB', 'model', 'that', 'has', 'been', 'designed', 'and', 'customized', 'for', 'the', 'analysis', 'of', 'Brazilian', 'metropolitan', 'regions', ',', 'more', 'precisely', ',', 'Areas', 'of', 'Concentrated', 'Population', '(', 'ACPs', ')', '(', 'ACPs', 'are', 'called', 'Functional', 'Urban', 'Areas', 'by', 'the', 'OECD', '.', ')', '.']", + "output": [ + "AB" + ] + }, + { + "input": "['At', 'each', 'step', 'is', 'chosen', 'randomly', 'from', 'and', 'is', 'updated', 'using', 'the', 'following', 'Ordinary', 'Differential', 'Equation', '(', 'ODE', ')', 'for', 'a', 'some', 'fixed', 'time', 'interval', '.']", + "output": [ + "ODE" + ] + }, + { + "input": "['MC', 'is', 'an', 'extension', 'of', 'the', 'dual', 'connectivity', '(', 'DC', ')', 'feature', 'introduced', 'in', 'LTE', ',', 'which', 'allows', 'a', 'UE', 'to', 'simultaneously', 'send', '/', 'receive', 'data', 'from', 'two', 'different', 'base', 'stations', '.']", + "output": [ + "MC" + ] + }, + { + "input": "['It', 'provides', 'explanations', 'in', 'the', 'form', 'of', 'examples', 'drawn', 'from', 'the', 'training', 'set', ',', 'that', 'are', 'similar', 'to', 'the', 'test', 'sample', 'according', 'to', 'the', 'ML', 'model', 'logic', ',', 'and', 'shows', 'the', 'importance', 'of', 'each', 'feature', 'for', 'the', 'prediction', '.']", + "output": [ + "ML" + ] + }, + { + "input": "['On', 'false', 'negative', '(', 'FN', ')', 'side', ',', '3', 'authors', 'were', 'on', 'the', 'spotlight', ':', 'C.', 'Bront\u00eb', '(', '16', ')', ',', 'G.', 'Meredith', '(', '12', ')', 'and', 'M.', 'Corelli', '(', '8)', 'where', 'the', 'numbers', 'in', 'parenthesis', 'stand', 'for', 'quantity', 'of', 'FNs', 'associated', 'with', 'that', 'author', '.']", + "output": [ + "FN" + ] + }, + { + "input": "['The', 'CNN', 'architecture', 'consists', 'of', 'several', 'convolution', 'layers', ';', 'each', 'layer', 'applies', 'a', 'set', 'of', 'linear', 'finite', 'impulse', 'response', '(', 'FIR', ')', 'filters', '(', 'kernels', ')', 'to', 'extract', 'intermediate', 'features', ';', 'it', 'also', 'applies', 'an', 'activation', 'function', 'that', 'enables', 'the', 'network', 'to', 'provide', 'sophisticated', ',', 'non', '-', 'linear', 'functionality', '.']", + "output": [ + "CNN" + ] + }, + { + "input": "['To', 'address', 'this', 'issue', 'we', 'presented', 'a', 'new', 'method', 'for', 'motion', 'correction', 'of', 'multispectral', 'PA', 'image', 'sequences', 'using', 'optical', 'flow', 'in', 'seqence', '(', 'ofis', ')', 'on', 'corresponding', 'US', 'images', '.']", + "output": [ + "PA" + ] + }, + { + "input": "['This', 'had', 'been', 'sold', 'by', 'the', 'manufacturer', 'for', '\u00a3', '15', ',', 'and', 'after', 'having', 'passed', 'through', 'two', 'subsequent', 'sub', '-', 'contractors', ',', 'was', 'eventually', 'procured', 'by', 'Defence', 'Equipment', 'Support', '(', 'DES', ')', 'for', '\u00a3', '123.50', '[', 'p.', '101', '-', '102]HaddonCave2006', '.']", + "output": [ + "DES" + ] + }, + { + "input": "['Re', '-', 'training', 'of', 'large', 'legacy', 'AI', 'systems', 'requires', 'significant', 'computational', 'and', 'informational', 'resources', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['It', 'consists', 'of', 'a', 'suite', 'of', 'sensors', ',', 'namely', '3-axis', 'accelerometer', ',', '3-axis', 'gyroscope', ',', '3-axis', 'magnetometer', ',', 'a', 'GPS', 'receiver', 'and', 'a', 'barometer', 'which', 'together', 'constitute', 'the', 'attitude', 'heading', 'reference', 'system', '(', 'AHRS', ')', '.']", + "output": [ + "GPS" + ] + }, + { + "input": "['For', 'Multiscale', 'Laplacian', 'Graph', '(', 'MLG', ')', 'kernel', ',', 'we', 'chose', 'and', 'parameter', 'of', 'the', 'algorithm', 'from', ',', 'radius', 'size', 'from', ',', 'and', 'level', 'number', 'from', '.']", + "output": [ + "MLG" + ] + }, + { + "input": "['The', 'significant', 'manual', 'effort', 'associated', 'with', 'the', 'current', 'treatment', 'planning', 'paradigm', ',', 'along', 'with', 'the', 'fact', 'that', 'RT', 'plans', 'are', 'generally', 'quite', 'similar', 'for', 'patients', 'with', 'similar', 'geometries', ',', 'has', 'motivated', 'researchers', 'to', 'investigate', 'how', 'automation', 'can', 'be', 'used', 'in', 'the', 'planning', 'process', 'sharpe2014within', '.']", + "output": [ + "RT" + ] + }, + { + "input": "['The', 'hyperspectral', 'imaging', 'system', 'consisted', 'of', 'a', 'Pika', 'XC', 'hyperspectral', 'line', 'imaging', 'scanner', ',', 'including', 'the', 'imager', 'mounted', 'on', 'a', 'stand', ',', 'a', 'translational', 'stage', ',', 'a', 'laptop', 'with', 'SpectrononPro', 'software', 'for', 'operating', 'the', 'imager', 'and', 'translational', 'stage', 'during', 'image', 'collection', '(', 'Resonon', ',', 'Bozeman', ',', 'MT', ')', ',', 'and', 'two', '70-watt', 'quartz', '-', 'tungsten', '-', 'halogen', 'Illuminator', 'lamps', '(', 'ASD', 'Inc.', ',', 'Boulder', ',', 'CO', ')', 'to', 'provide', 'stable', 'illumination', 'over', 'a', '400', '\u2013', '1000', 'nm', 'range', '.']", + "output": [ + "XC" + ] + }, + { + "input": "['Exponential', 'Random', 'Graph', 'Models', '(', 'ERGMs', ')', 'take', 'into', 'consideration', 'the', 'local', 'substructures', 'of', 'a', 'given', 'graph', '.']", + "output": [ + "ERGMs" + ] + }, + { + "input": "['We', 'use', 'Stochastic', 'Gradient', 'Descent', '(', 'SGD', ')', 'for', 'training', ',', 'with', 'learning', 'rate', '0.1', ',', 'and', 'batch', 'size', '8', '.']", + "output": [ + "SGD" + ] + }, + { + "input": "['The', 'neighborhood', 'based', 'algorithms', ',', 'UserKNN', 'and', 'ItemKNN', ',', 'show', 'an', 'increased', 'output', 'preference', 'ratio', 'for', 'the', 'more', 'preferred', 'genre', '(', 'Sci', '-', 'Fi', ')', ',', 'and', 'a', 'decreased', 'PR', 'for', 'the', 'less', 'preferred', 'genre', '(', 'Crime', ')', '.']", + "output": [ + "PR" + ] + }, + { + "input": "['In', 'the', 'same', 'vein', ',', 'cope', 'with', 'the', 'variety', 'of', 'placement', 'restrictions', 'by', 'proposing', 'a', 'new', 'combinatorial', 'optimization', 'algorithm', 'capable', 'of', 'finding', 'the', 'optimal', 'solution', ',', 'this', 'problem', 'is', 'named', 'Elastic', 'Services', 'Placement', 'Problem', '(', 'ESPP', ')', 'and', 'allows', 'service', 'suppliers', 'to', 'augment', 'their', 'profit', 'through', 'SLA', 'conformity', 'placement', '.']", + "output": [ + "ESPP" + ] + }, + { + "input": "['Of', 'the', 'several', 'popular', 'techniques', 'for', 'color', 'normalization', ',', 'structure', 'preserving', 'color', 'normalization', '(', 'SPCN', ')', 'is', 'well', '-', 'motivated', ',', 'convincingly', 'tested', ',', 'and', 'published', 'with', 'its', 'code', 'base', '.']", + "output": [ + "SPCN" + ] + }, + { + "input": "['In', 'Project', 'Manager', ',', 'click', 'IP', 'catalog', ',', 'then', 'click', 'IP', 'Settings', '.']", + "output": [ + "IP" + ] + }, + { + "input": "['Then', 'based', 'on', 'the', 'tiling', ',', 'a', 'recursive', 'binary', 'space', 'partitioning', '(', 'BSP', ')', 'is', 'used', 'for', 'histogram', 'construction', '.']", + "output": [ + "BSP" + ] + }, + { + "input": "['Even', 'though', 'DA', 'recognition', 'is', 'a', 'well', '-', 'studied', 'problem', ',', 'most', 'contemporary', 'methods', 'concentrate', 'on', 'conversations', 'of', 'short', 'utterances', 'with', 'usually', 'a', 'single', 'DA', 'per', 'utterance', ',', 'the', 'case', 'of', 'the', 'Switchboard', 'Dialogue', 'Act', '(', 'SwDA', ')', 'corpuspjurafsky1997switchboard', '.']", + "output": [ + "DA" + ] + }, + { + "input": "['We', 'use', 'it', 'to', 'define', 'a', 'notion', 'of', 'a', 'topological', 'Turing', 'machine', '(', 'TTM', ')', 'as', 'a', 'universal', 'model', 'for', 'interactive', 'computation', 'and', 'possible', 'model', 'for', 'concurrent', 'computation', '.']", + "output": [ + "TTM" + ] + }, + { + "input": "['In', 'order', 'to', 'avoid', 'hidden', 'terminals', 'in', 'multi', '-', 'hop', 'and', 'overlapping', 'basic', 'service', 'set', '(', 'OBSS', ')', 'scenarios', ',', 'a', 'receiver', 'should', 'also', 'include', 'this', 'field', 'in', 'the', 'ACK', 'control', 'frame', 'to', 'also', 'play', 'the', 'role', 'of', 'CTS', 'control', 'frame', '.']", + "output": [ + "OBSS" + ] + }, + { + "input": "['In', 'high', '-', 'energy', 'physics', ',', 'all', 'analyses', 'at', 'the', 'Large', 'Hadron', 'Collider', '(', 'LHC', ')', 'rely', 'strongly', 'on', 'multipurpose', 'Monte', 'Carlo', 'event', 'generators', 'for', 'signal', 'or', 'background', 'prediction', '.']", + "output": [ + "LHC" + ] + }, + { + "input": "['Hence', ',', 'extensive', 'testing', 'and', 'validation', 'must', 'be', 'carried', 'out', 'to', 'understand', 'the', 'safety', 'limits', 'of', 'such', 'SoS', 'by', 'encompassing', 'communications', '.']", + "output": [ + "SoS" + ] + }, + { + "input": "['Uncertainty', 'in', 'maximum', 'entropy', 'can', 'be', 'defined', 'using', 'Token', 'Entropy', '(', 'TE', ')', 'as', 'described', 'in', '.']", + "output": [ + "TE" + ] + }, + { + "input": "['One', 'often', '-', 'mentioned', 'approach', 'to', 'facilitate', 'database', 'querying', 'even', 'for', 'casual', 'users', 'is', 'the', 'use', 'of', 'natural', 'language', 'interfaces', '(', 'NLI', ')', 'for', 'databases', '.']", + "output": [ + "NLI" + ] + }, + { + "input": "['Therefore', ',', 'the', 'adopted', 'Deviance', 'Information', 'Criterion', '(', 'DIC', ')', 'can', 'be', 'represented', 'as', '.']", + "output": [ + "DIC" + ] + }, + { + "input": "['On', 'the', 'other', 'hand', ',', 'when', 'we', 'initialize', 'belief', 'propagation', 'such', 'that', 'the', 'beliefs', 'are', 'at', 'a', 'vertex', ',', 'BP', 'moves', 'away', 'from', 'the', 'apparent', 'local', 'minimum', 'and', 'converges', 'to', 'the', 'same', 'solution', 'as', 'other', 'initializations', '.']", + "output": [ + "BP" + ] + }, + { + "input": "['While', ',', 'recently', ',', 'datasets', 'underlying', 'QA', 'systems', 'have', 'been', 'promoted', 'from', 'unstructured', 'datasets', 'to', 'structured', 'datasets', 'with', 'semantically', 'highly', 'enriched', 'metadata', ',', 'question', 'answering', 'systems', 'are', 'still', 'facing', 'serious', 'challenges', 'and', 'are', 'therefore', 'not', 'meeting', 'users', \"'\", 'expectations', '.']", + "output": [ + "QA" + ] + }, + { + "input": "['It', 'runs', 'on', 'all', 'major', 'operating', 'systems', ',', 'including', 'Linux', ',', 'UNIX', '(', 'AIX', ',', 'BSD', ',', 'HP', '-', 'UX', ',', 'SGI', 'IRIX', ',', 'Mac', 'OS', 'X', ',', 'Solaris', ',', 'Tru64', ')', ',', 'and', 'Windows', '.']", + "output": [ + "UNIX" + ] + }, + { + "input": "['For', 'the', 'entity', 'feature', 'vectors', ',', 'we', 'compared', 'three', 'different', 'settings', 'described', 'above', 'namely', ':', 'WEA', ',', 'FV', ',', 'and', 'FV+CCA', '.']", + "output": [ + "WEA" + ] + }, + { + "input": "['We', 'divide', 'the', 'entire', 'network', 'into', 'traffic', 'analysis', 'zones', '(', 'TAZs', ')', ',', 'and', 'attach', 'one', 'origin', 'and', 'one', 'destination', 'to', 'each', 'TAZ', '.']", + "output": [ + "TAZ" + ] + }, + { + "input": "['Focusing', 'on', 'evaluation', 'results', ',', 'our', 'method', 'and', 'the', 'baseline', 'obtain', 'similar', 'performance', 'in', 'SED', '(', 'ER', 'and', 'F', ')', '.']", + "output": [ + "SED" + ] + }, + { + "input": "['Alzheimer', \"'s\", 'Disease', '(', 'AD', ')', 'is', 'the', 'most', 'common', 'form', 'of', 'dementia', '.']", + "output": [ + "AD" + ] + }, + { + "input": "['Starting', 'from', 'the', 'LLF', ',', 'an', 'additional', 'set', 'of', '14', 'High', 'Level', 'Features', '(', 'HLF', ')', 'is', 'computed', '.']", + "output": [ + "LLF" + ] + }, + { + "input": "['The', 'Universal', 'Dependencies', '(', 'UD', ')', 'project', 'McDonald', ':', 'ACL2013', 'provides', 'a', 'rare', 'opportunity', 'to', 'overhaul', 'grammatical', 'treatments', 'of', 'Japanese', 'because', 'otherwise', 'the', 'research', 'area', 'is', 'considered', 'too', 'mature', 'to', 'change', '.']", + "output": [ + "UD" + ] + }, + { + "input": "['Mean', '-', 'centering', '(', 'MC', ')', 'and', 'collaborative', 'filtering', '(', 'CF', ')', 'PSL', 'model', ':', 'We', 'enrich', 'the', 'above', 'model', 'by', 'adding', 'user', 'and', 'item', 'similarity', 'rules', 'explained', 'in', 'Section', 'sec', ':', 'userbased', '.']", + "output": [ + "MC" + ] + }, + { + "input": "['BP', 'is', 'band', 'power', ',', 'TS', 'is', 'Tsallis', 'Entropy', '.']", + "output": [ + "BP" + ] + }, + { + "input": "['In', ',', 'they', 'also', 'found', 'that', 'Convolutional', 'Neural', 'Networks', '(', 'CNNs', ')', 'were', 'more', 'prevalent', 'in', 'the', 'medical', 'imaging', 'analysis', ',', 'with', 'end', '-', 'to', '-', 'end', 'trained', 'CNNs', 'becoming', 'the', 'preferred', 'approach', '.']", + "output": [ + "CNNs" + ] + }, + { + "input": "['Experimental', 'results', 'on', 'three', 'datasets', ',', 'including', 'PASCAL', 'VOC', '2007', ',', 'ImageNet', 'DET', ',', 'MS', 'COCO', ',', 'demonstrate', 'the', 'effectiveness', 'of', 'our', 'proposed', 'algorithm', 'over', 'other', 'state', '-', 'of', '-', 'the', '-', 'arts', ',', 'in', 'terms', 'of', 'average', 'recall', '(', 'AR', ')', 'for', 'region', 'proposal', 'and', 'average', 'precision', '(', 'AP', ')', 'for', 'object', 'detection', '.']", + "output": [ + "PASCAL" + ] + }, + { + "input": "['Recently', ',', 'some', 'efforts', 'are', 'devoted', 'to', 'Open', 'Relation', 'Extraction', '(', 'Open', 'RE', ')', ',', 'aiming', 'to', 'cluster', 'relation', 'patterns', 'into', 'several', 'relation', 'types', 'instead', 'of', 'redundant', 'relation', 'patterns', '.']", + "output": [ + "Open" + ] + }, + { + "input": "['Since', 'the', 'KITTI', 'Average', 'Orientation', 'Similarity', '(', 'AOS', ')', 'evaluation', 'is', 'also', 'dependent', 'on', '2D', 'detection', 'performance', ',', 'the', 'projection', 'of', 'each', '3D', 'box', 'is', 'replaced', 'with', 'its', 'corresponding', '2D', 'box', 'from', 'the', '2D', 'detector', ',', 'which', 'allows', 'AOS', 'to', 'be', 'evaluated', '.']", + "output": [ + "KITTI" + ] + }, + { + "input": "['The', 'Area', 'Under', 'Curve', '(', 'AUC', ')', 'can', 'be', 'used', 'as', 'the', 'overall', 'evaluation', 'of', 'the', 'PDJ', 'curve', '.']", + "output": [ + "AUC" + ] + }, + { + "input": "['Meanwhile', ',', 'we', 'collected', 'LFs', 'from', 'the', 'Stanford', 'LF', 'dataset', ',', 'the', 'Old', 'HCI', '4D', 'LF', 'dataset', ',', 'the', 'New', 'HCI', '4D', 'LF', 'benchmark', ',', 'and', 'the', 'MIT', 'Synthetic', 'LF', 'Archive', '.']", + "output": [ + "LFs" + ] + }, + { + "input": "['The', 'human', 'body', 'is', 'composed', 'of', 'multiple', 'tissues', 'such', 'as', 'skin', ',', 'fat', ',', 'or', 'blood', ',', 'each', 'with', 'their', 'own', 'response', 'to', 'THz', 'radiation', '.']", + "output": [ + "THz" + ] + }, + { + "input": "['Algorithm', 'SV', 'does', 'neither', 'minimum', 'nor', 'maximum', 'labeling', ':', 'the', 'first', 'update', 'in', 'a', 'round', 'connects', 'roots', 'to', 'smaller', 'vertices', ',', 'the', 'second', 'connects', 'roots', 'to', 'larger', 'vertices', '.']", + "output": [ + "SV" + ] + }, + { + "input": "['Other', 'alternative', 'artificial', '-', 'intelligence', 'techniques', ',', 'such', 'as', 'FL', 'or', 'Bayesian', 'decision', 'networks', ',', 'have', 'been', 'applied', 'to', 'forecast', 'low', '-', 'visibility', 'conditions', '.']", + "output": [ + "FL" + ] + }, + { + "input": "['More', 'recently', ',', 'Trust', 'Region', 'Policy', 'Optimization', '(', 'TRPO', ')', 'performs', 'an', 'optimization', 'for', 'each', 'step', 'of', 'the', 'policy', 'update', 'and', 'the', 'natural', 'gradient', 'policy', 'update', 'is', 'a', 'particular', 'case', 'of', 'TRPO', '.']", + "output": [ + "TRPO" + ] + }, + { + "input": "['We', 'propose', 'to', 'regularize', 'the', 'loss', 'by', 'enforcing', 'the', 'predictions', 'to', 'be', 'less', 'certain', 'when', 'dealing', 'with', 'uncertain', 'transferred', 'knowledge', 'by', 'the', 'use', 'of', 'maximum', 'entropy', 'regularizer', '(', 'MER', ')', 'DBLP', ':', 'journals', '/', 'corr', '/', 'PereyraTCKH17', '.']", + "output": [ + "MER" + ] + }, + { + "input": "['To', 'adapt', 'it', 'for', 'machine', 'learning', '(', 'ML', ')', 'problems', '(', 'following', 'the', 'recent', 'observations', 'by', 'Fong', 'et', 'al', ')', ',', 'the', 'paper', 'introduces', 'a', 'new', 'ingredient', 'of', 'the', 'lens', 'framework', '-', 'parameterization', 'and', 'learning', ',', 'defines', 'the', 'notion', 'of', 'an', 'asymmetric', 'learning', 'delta', 'lens', 'with', 'amendment', '(', ')', ',', 'and', 'shows', 'how', 'es', 'can', 'be', 'organized', 'into', 'a', 'symmetric', 'monoidal', 'category', '.']", + "output": [ + "ML" + ] + }, + { + "input": "['Despite', 'the', 'impressive', 'denoising', 'results', 'with', 'these', 'innovative', 'network', 'structures', ',', 'they', 'fall', 'into', 'a', 'category', 'of', 'an', 'end', '-', 'to', '-', 'end', 'network', 'that', 'typically', 'uses', 'the', 'mean', 'squared', 'error', '(', 'MSE', ')', 'between', 'the', 'network', 'output', 'and', 'the', 'ground', 'truth', 'as', 'the', 'loss', 'function', '.']", + "output": [ + "MSE" + ] + }, + { + "input": "['In', 'IEEE', '77th', 'Vehicular', 'Technology', 'Conference', '(', 'VTC', 'Spring', ')', ';', '2013', ';', 'Dresden', ',', 'Germany', '.']", + "output": [ + "IEEE" + ] + }, + { + "input": "['Relation', 'to', 'PPN', 'Guidance', 'Law', 'and', 'choice', 'of', 'gain', 'This', 'subsection', 'gives', 'the', 'relation', 'between', 'the', 'proposed', 'guidance', 'law', 'given', 'in', '(', ')', 'and', 'the', 'Pure', 'Proportional', 'Navigation', '(', 'PPN', ')', 'guidance', 'law', '.']", + "output": [ + "PPN" + ] + }, + { + "input": "['NER', 'denotes', 'the', 'features', 'of', 'named', 'entity', 'recognition', '.']", + "output": [ + "NER" + ] + }, + { + "input": "['The', 'columns', 'represent', 'the', 'CC', 'phase', 'length', 'in', 'SOC', ',', 'reference', 'C', '-', 'rates', 'derived', 'from', 'the', 'crowd', ',', 'the', 'C', '-', 'rates', 'computed', 'from', 'the', 'ratio', 'of', 'charging', 'current', '(', 'mA', ')', 'and', 'the', 'battery', 'capacity', '(', 'mAh', ')', ',', 'users', 'with', 'more', 'than', '25', 'samples', 'within', 'the', 'CC', '-', 'phase', ',', 'and', 'the', 'percentages', 'of', 'the', 'users', 'with', 'lower', 'FCCs', '.']", + "output": [ + "CC" + ] + }, + { + "input": "['RST', '-', 'DT', 'based', 'on', 'Rhetorical', 'Structure', 'Theory', '(', 'RST', ')', 'represents', 'a', 'text', 'into', 'a', 'hierarchical', 'discourse', 'tree', '.']", + "output": [ + "RST" + ] + }, + { + "input": "['2017', ',', 'pages', '148', '-', '167', ',', 'New', 'York', ',', 'NY', ',', 'USA', ',', '2017', '.']", + "output": [ + "NY" + ] + }, + { + "input": "['For', 'prerpocessing', 'of', 'the', 'ECG', 'signal', ',', 'we', 'apply', 'a', 'succession', 'of', 'high', 'and', 'low', 'pass', 'filters', ',', 'and', 'Discrete', 'Wavelet', 'Transform', '(', 'DWT', ')', 'to', 'minimize', 'the', 'signal', 'to', 'noise', 'ratio', '.']", + "output": [ + "ECG" + ] + }, + { + "input": "['This', 'improves', 'the', 'system', \"'s\", 'performance', 'on', 'unseen', 'relations', 'and', 'entities', '(', 'sec', ':', 'types', ')', ';', 'the', 'separation', 'of', 'planning', 'from', 'realizations', 'allows', 'the', 'incorporation', 'of', 'a', 'simple', 'output', 'verification', 'heuristic', 'that', 'drastically', 'improves', 'the', 'correctness', 'of', 'the', 'output', '(', 'sec', ':', 'rerank', ')', ';', 'and', 'finally', 'we', 'incorporate', 'a', 'post', '-', 'processing', 'referring', 'expression', 'generation', '(', 'REG', ')', 'component', ',', 'as', 'proposed', 'but', 'not', 'implemented', 'in', 'our', 'previous', 'work', ',', 'to', 'improve', 'the', 'naturalness', 'of', 'the', 'resulting', 'output', '(', 'sec', ':', 'reg', ')', '.']", + "output": [ + "REG" + ] + }, + { + "input": "['Because', 'of', 'the', 'variety', 'of', 'techniques', 'used', ',', 'the', 'structure', 'of', 'this', 'section', 'has', 'been', 'chosen', 'to', 'properly', 'cover', 'the', 'areas', 'included', 'in', 'AI', 'that', 'come', 'in', 'handy', 'in', 'this', 'work', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['The', 'th', 'pad', 'will', 'be', 'used', 'to', 'blind', 'the', 'th', 'message', 'of', 'the', 'sender', 'in', 'the', 'th', 'extended', 'OT', '.']", + "output": [ + "OT" + ] + }, + { + "input": "['The', 'model', 'predictions', 'might', 'also', 'be', 'incorporated', 'into', 'other', 'complex', 'calculations', 'such', 'as', 'inversions', 'or', 'probabilistic', 'seismic', 'hazard', 'analysis', '(', 'PSHA', ')', '.']", + "output": [ + "PSHA" + ] + }, + { + "input": "['Virtual', 'Reality', '(', 'VR', ')', 'is', 'one', 'of', 'the', 'most', 'promising', 'among', 'of', 'these', 'technologies', 'that', 'can', 'help', 'us', 'greatly', 'to', 'solve', 'many', 'of', 'these', 'problems', '.']", + "output": [ + "VR" + ] + }, + { + "input": "['Based', 'on', 'the', 'user', 'profile', ',', 'the', 'emerging', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'is', 'employed', 'for', 'user', 'classification', '.']", + "output": [ + "CNN" + ] + }, + { + "input": "['For', 'instance', ',', 'in', ',', 'the', 'authors', 'studied', 'the', 'achievable', 'EH', 'TS', 'throughput', 'using', 'AF', 'relay', 'without', 'optimizing', 'the', 'total', 'EH', 'output', 'for', 'TWR', 'system', '.']", + "output": [ + "TS" + ] + }, + { + "input": "['This', 'allow', 'us', 'to', 'build', 'a', 'hashtag', 'index', 'that', 'is', 'then', 'used', 'for', 'retrieval', 'purposes', 'where', 'documents', 'are', 're', '-', 'ranked', 'using', 'social', 'pseudo', 'relevance', 'feedback', '(', 'SPRF', ')', 'and', 'social', 'query', 'expansion', '(', 'SQE', ')', 'techniques', '.']", + "output": [ + "SPRF" + ] + }, + { + "input": "['Such', 'DPs', 'are', 'often', 'unions', 'of', 'disjoint', 'polyhedra', 'that', 'exclude', 'the', 'region', 'around', 'a', 'particular', 'solution', 'of', 'the', 'Linear', 'Program', '(', 'LP', ')', 'relaxation', '.']", + "output": [ + "LP" + ] + }, + { + "input": "['Noise', 'clinic', '(', 'NC', ')', 'estimates', 'the', 'noise', 'model', 'dependent', 'on', 'signal', 'and', 'frequency', 'followed', 'by', 'denoising', 'the', 'image', 'using', 'non', '-', 'local', 'Bayes', '(', 'NLB', ')', '.']", + "output": [ + "NC" + ] + }, + { + "input": "['The', 'implementations', 'are', 'based', 'on', 'Faster', 'RCNN', 'using', 'Caffe', ',', 'and', 'the', 'networks', 'are', 'optimized', 'via', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'with', 'base', 'learning', 'rate', 'as', '.']", + "output": [ + "RCNN" + ] + }, + { + "input": "['For', 'Russian', ',', 'we', 'use', 'a', 'composition', 'of', 'three', 'different', 'hypernymy', 'pair', 'datasets', 'summarized', 'in', ':', 'a', 'dataset', 'extracted', 'from', 'the', 'lib.rus.ec', 'electronic', 'library', 'using', 'the', 'Hearst:92', 'patterns', 'implemented', 'for', 'the', 'Russian', 'language', 'in', 'the', 'PatternSim(https://github.com', '/', 'cental', '/', 'patternsim', ')', 'toolkit', ',', 'a', 'dataset', 'extracted', 'from', 'the', 'Russian', 'Wiktionary', ',', 'and', 'a', 'dataset', 'extracted', 'from', 'the', 'sense', 'definitions', 'in', 'the', 'Small', 'Academic', 'Dictionary', '(', 'SAD', ')', 'of', 'the', 'Russian', 'language', '.']", + "output": [ + "SAD" + ] + }, + { + "input": "['The', 'score', 'proposed', 'above', 'strongly', 'depends', 'on', 'the', 'quality', 'of', '(', 'the', 'prediction', 'provided', 'by', 'the', 'Singing', 'Voice', 'Detection', '(', 'SVD', ')', 'system', ')', '.']", + "output": [ + "SVD" + ] + }, + { + "input": "['For', 'record', 'specific', 'search', ',', 'we', 'modify', 'the', 'weight', 'initialization', 'step', 'in', 'the', 'coordinate', 'ascent', '(', 'CA', ')', 'algorithm', '.']", + "output": [ + "CA" + ] + }, + { + "input": "['Regarding', 'the', 'mix', '-', 'discrete', 'nonlinear', 'characteristics', 'of', 'the', 'established', 'optimization', 'model', ',', 'an', 'enhanced', 'grey', 'wolf', 'optimizer', '(', 'GWO', ')', 'algorithm', 'is', 'developed', 'to', 'solve', 'the', 'proposed', 'model', '.']", + "output": [ + "GWO" + ] + }, + { + "input": "['For', 'example', ',', 'in', 'a', 'social', 'network', 'consisting', 'of', 'individuals', 'with', 'known', 'labels', 'being', 'smoker', 'or', 'non', '-', 'smoker', 'and', 'individuals', 'with', 'unknown', 'labels', ',', 'the', 'NC', 'method', 'predicts', 'the', 'latter', 'as', 'smokers', 'or', 'non', '-', 'smokers', 'based', 'on', 'their', 'network', 'features', ',', 'i.e.', ',', 'their', 'network', '\"', 'relationships', '\"', 'with', 'the', 'former', '.']", + "output": [ + "NC" + ] + }, + { + "input": "['In', 'this', 'paper', ',', 'we', 'combine', 'Reinforcement', 'Learning', '(', 'RL', ')', 'with', 'Agent', 'Based', 'Models', '(', 'ABM', ')', 'in', 'order', 'to', 'address', 'the', 'self', '-', 'organizing', 'dynamics', 'of', 'social', 'segregation', 'and', 'explore', 'the', 'space', 'of', 'possibilities', 'that', 'emerge', 'from', 'considering', 'different', 'types', 'of', 'incentives', '.']", + "output": [ + "RL" + ] + }, + { + "input": "['For', 'a', 'given', 'arrival', 'rate', 'at', 'the', 'first', 'queue', ',', ',', 'the', 'RA', 'with', 'priority', 'scheme', 'will', 'provide', 'a', 'better', 'service', 'rate', 'to', 'that', 'queue', 'if', 'compared', 'to', 'the', 'RA', 'scheme', 'and', 'this', 'means', 'that', 'queue', '1', 'will', 'be', 'empty', 'with', 'a', 'higher', 'probability', 'and', 'this', 'means', 'that', 'queue', '2', 'will', 'have', 'a', 'higher', 'service', 'rate', 'as', 'well', 'under', 'the', 'RA', 'with', 'priority', 'scheme', 'as', 'compared', 'to', 'the', 'RA', 'scheme', '.']", + "output": [ + "RA" + ] + }, + { + "input": "['We', 'welcome', 'this', 'trend', 'but', 'think', 'there', 'is', 'room', 'to', 'include', 'many', 'of', 'the', 'contributions', 'of', 'traditional', 'software', 'engineering', ',', 'especially', 'as', 'agile', 'projects', 'mature', 'and', 'enter', 'maintenance', 'mode', '(', 'thereby', 'becoming', 'much', 'more', 'like', 'traditional', 'SE', 'projects', 'and', 'requiring', 'more', 'careful', 'change', 'management', 'in', 'particular', ')', '.']", + "output": [ + "SE" + ] + }, + { + "input": "['An', 'additive', 'white', 'Gaussian', 'noise', '(', 'AWGN', ')', 'channel', 'is', 'assumed', ',', 'and', 'a', 'leakage', '-', 'based', 'precoding', 'scheme', 'is', 'utilized', 'to', 'cancel', 'interference', '.']", + "output": [ + "AWGN" + ] + }, + { + "input": "['Neural', 'Architecture', 'Search', '(', 'NAS', ')', 'was', 'proposed', 'to', 'automate', 'the', 'neural', 'architecture', 'design', 'without', 'requiring', 'extensive', 'domain', 'expertise', 'and', 'significant', 'manual', 'efforts', '.']", + "output": [ + "NAS" + ] + }, + { + "input": "['To', 'show', 'this', 'skip', '-', 'gram', 'with', 'negative', 'sampling', '(', 'SGNS', ')', 'is', 'compared', 'to', 'the', 'count', '-', 'based', 'Singular', 'Value', 'Decomposition', '(', 'SVD', ')', ',', 'Positive', 'Pointwise', 'Mutual', 'Information', '(', 'PPMI', ')', 'and', 'Global', 'Word', 'Vectors', '(', 'GloVe', ')', '.']", + "output": [ + "SGNS" + ] + }, + { + "input": "['[', '1]James', 'Thewlis', 'and', 'Iasonas', 'Kokkinos', 'were', 'with', 'Facebook', 'AI', 'Research', '(', 'FAIR', ')', 'during', 'this', 'work', '.']", + "output": [ + "FAIR" + ] + }, + { + "input": "['We', 'observed', 'three', 'different', 'situations', 'in', 'which', 'posing', 'a', 'task', 'as', 'question', 'answering', 'is', 'useful', ':', '(', '1', ')', 'when', 'filling', 'human', 'information', 'needs', ',', 'and', 'the', 'data', 'is', 'already', 'naturally', 'formatted', 'as', 'QA', ';', '(', '2', ')', 'when', 'the', 'flexibility', 'inherent', 'in', 'natural', 'language', 'annotations', 'is', 'desired', ',', 'either', 'because', 'the', 'task', 'does', 'not', 'fit', 'into', 'a', 'formalism', ',', 'or', 'training', 'people', 'in', 'the', 'formalism', 'is', 'too', 'expensive', ';', 'and', '(', '3', ')', 'to', 'transfer', 'learned', 'representations', 'or', 'model', 'architectures', 'from', 'a', 'QA', 'task', 'to', 'another', 'task', '.']", + "output": [ + "QA" + ] + }, + { + "input": "['To', 'apply', 'DA', 'in', 'the', 'unified', 'deep', 'architecture', ',', 'we', 'use', 'a', 'deep', 'neural', 'network', 'with', 'domain', '-', 'adversarial', 'training', ',', 'in', 'a', 'manner', 'proposed', 'in', '.']", + "output": [ + "DA" + ] + }, + { + "input": "['Coded', 'Modulation', 'with', 'Symbol', '-', 'Wise', 'Hard', 'Decision', 'DecodingWe', 'now', 'consider', 'a', 'CM', 'scheme', 'with', 'the', 'conventional', 'symbol', '-', 'wise', 'HDD', '(', 'HDD', '-', 'SW', ')', '.']", + "output": [ + "CM" + ] + }, + { + "input": "['HV', 'and', 'HUV', 'are', 'expressed', 'by', 'linking', 'the', 'property', 'to', 'the', 'object', '(', 'e.g.', 'by', 'saying', '\"', 'Date', 'of', 'Birth', '-', 'Has', 'Value', '-', 'Plato', '\"', ')', '.']", + "output": [ + "HV" + ] + }, + { + "input": "['By', 'placing', 'a', 'Gaussian', 'Process', '(', 'GP', ')', 'prior', 'on', 'the', 'transition', 'function', ',', 'we', 'can', 'obtain', 'the', 'Gaussian', 'process', 'state', '-', 'space', 'model', '(', 'GP', '-', 'SSM', ')', ',', 'which', 'is', 'a', 'fully', 'Bayesian', 'non', '-', 'parametric', 'treatment', 'on', 'modeling', 'problem', '.']", + "output": [ + "GP" + ] + }, + { + "input": "['applied', 'evidence', 'theory', '(', 'ET', ')', 'to', 'fuse', 'hybrid', 'uncertain', 'factors', 'on', 'the', 'solutions', 'of', 'uncertain', 'power', 'flow', 'and', 'optimal', 'power', 'flow', '.']", + "output": [ + "ET" + ] + }, + { + "input": "['One', 'of', 'the', 'most', 'popular', 'conditions', 'for', 'exact', 'sparse', 'recovery', 'via', 'or', 'minimization', 'is', 'related', 'to', 'the', 'Restricted', 'Isometry', 'Property', '(', 'RIP', ')', 'introduced', 'by', 'Cands', 'and', 'Tao', ',', 'which', 'was', 'recalled', 'as', 'follows', '.']", + "output": [ + "RIP" + ] + }, + { + "input": "['Second', ',', 'the', 'approach', 'is', 'efficient', ',', 'since', 'the', 'initial', 'DNN', 'model', 'does', 'not', 'need', 'to', 'be', 're', '-', 'trained', 'for', 're', '-', 'calibration', '.']", + "output": [ + "DNN" + ] + }, + { + "input": "['Specifically', ',', 'we', 'want', 'to', 'see', ':', 'the', 'impact', 'of', 'our', 'global', 'model', 'component', ',', 'and', 'the', 'impact', 'of', 'the', 'language', 'model', '(', 'LM', ')', 'loss', '.']", + "output": [ + "LM" + ] + }, + { + "input": "['In', 'this', 'paper', ',', 'we', 'propose', 'a', 'deep', 'Multiple', 'Instance', 'Learning', '(', 'MIL', ')', 'framework', 'that', 'operates', 'on', 'a', 'bag', 'of', 'instances', 'generated', 'from', 'each', 'image', '.']", + "output": [ + "MIL" + ] + }, + { + "input": "['The', 'user', 'data', 'to', 'be', 'transmitted', 'to', 'one', 'user', 'equipment', '(', 'UE', ')', 'is', 'available', 'in', 'multiple', 'BSs', 'of', 'the', 'network', ',', 'and', 'is', 'simultaneously', 'transmitted', 'from', 'multiple', 'BSs', '.']", + "output": [ + "UE" + ] + }, + { + "input": "['On', 'the', 'other', 'side', ',', 'the', 'radius', 'of', 'the', 'ST1', 'sphere', 'is', 'usually', 'bounded', 'away', 'from', 'zero', 'even', 'when', 'and', '.']", + "output": [ + "ST1" + ] + }, + { + "input": "['Different', 'from', 'Named', 'Entity', 'Recognition', '(', 'NER', ')', ',', 'ER', 'also', 'tag', 'nominal', 'objects', 'such', 'as', '\"', 'I', '\"', ',', '\"', 'you', '\"', 'and', 'referential', 'locations', 'like', '\"', 'di', 'sana', '(', 'over', 'there', ')', '\"', '.']", + "output": [ + "NER" + ] + }, + { + "input": "['The', 'input', 'is', 'the', 'Shortest', 'Dependency', 'Path', '(', 'SDP', ')', 'between', 'a', 'pair', 'of', 'protein', '.']", + "output": [ + "SDP" + ] + }, + { + "input": "['In', 'the', 'considered', 'model', ',', 'each', 'user', 'transmits', 'a', 'superposition', 'of', 'two', 'messages', 'to', 'a', 'base', 'station', '(', 'BS', ')', 'with', 'separate', 'transmit', 'power', 'and', 'the', 'BS', 'uses', 'a', 'successive', 'decoding', 'technique', 'to', 'decode', 'the', 'received', 'messages', '.']", + "output": [ + "BS" + ] + }, + { + "input": "['It', 'is', 'a', 'balance', 'between', 'the', 'efficiency', 'in', 'the', 'execution', 'of', 'computations', 'on', 'the', 'one', 'hand', 'and', 'security', 'in', 'the', 'implementation', 'of', 'the', 'features', 'of', 'the', 'signature', 'principle', 'that', 'depend', 'on', 'preimage', 'resistant', '(', 'PR', ')', ',', 'second', 'preimage', 'resistant', '(', 'SPR', ')', ',', 'collision', 'resistant', '(', 'CR', ')', 'and', 'mixing', '-', 'transformation', 'on', 'the', 'other', 'hand', '.']", + "output": [ + "PR" + ] + }, + { + "input": "['Finally', ',', 'with', 'a', 'bit', 'of', 'squinting', ',', 'our', 'problem', 'can', 'be', 'seen', 'to', 'be', 'related', 'to', 'a', 'flavor', 'of', 'policy', 'learning', 'in', 'Reinforcement', 'Learning', '(', 'RL', ')', 'called', 'Reward', 'Re', '-', 'weighted', 'Regression', '(', 'RWR', ')', '.']", + "output": [ + "RL" + ] + }, + { + "input": "['Consequently', ',', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'has', 'been', 'a', 'typical', 'alternation', '.']", + "output": [ + "SGD" + ] + }, + { + "input": "['The', 'Independent', 'component', 'analysis', '(', 'ICA', ')', 'will', 'capture', 'more', 'variations', 'in', 'the', 'images', 'than', 'the', 'current', 'approach', '.']", + "output": [ + "ICA" + ] + }, + { + "input": "['In', 'both', 'cases', 'the', 'upper', 'bound', 'calculation', 'reduces', 'to', 'a', 'convex', 'optimization', 'with', 'linear', 'matrix', 'inequality', '(', 'LMI', ')', 'constraints', '.']", + "output": [ + "LMI" + ] + }, + { + "input": "['After', 'making', 'a', 'trade', '-', 'off', 'between', 'model', 'performance', 'and', 'training', 'complexity', ',', 'we', 'choose', 'the', 'Gated', 'Recurrent', 'Unit', '(', 'GRU', ')', 'as', 'recurrent', 'unit', 'implementation', '.']", + "output": [ + "GRU" + ] + }, + { + "input": "['2', ')', 'image', 'to', 'image', 'domain', ':', 'the', 'fully', 'sampled', '(', 'FS', ')', 'image', 'is', 'obtained', 'from', 'the', 'zero', '-', 'filled', '(', 'ZF', ')', 'image', '.']", + "output": [ + "FS" + ] + }, + { + "input": "['A', 'different', 'mechanism', 'to', 'improve', 'the', 'video', 'quality', 'over', 'wireless', 'networks', 'compares', 'the', 'efficiency', 'of', 'Random', 'Linear', 'Coding', '(', 'RLC', ')', 'and', 'XOR', '-', 'based', 'coding', '.']", + "output": [ + "RLC" + ] + }, + { + "input": "['The', 'simplest', 'definition', 'of', 'the', \"'\", 'climate', \"'\", 'of', 'the', 'L96', 'system', 'is', 'the', 'probability', 'density', 'function', '(', 'PDF', ')', 'of', 'the', 'individual', 'values', '.']", + "output": [ + "PDF" + ] + }, + { + "input": "['In', 'the', 'frequency', 'domain', ',', 'Integral', 'Equation', '(', 'IE', ')', ',', ',', 'Finite', 'Element', '(', 'FE', ')', ',', ',', 'and', 'Discontinuous', 'Galerkin', '(', 'DG', ')', 'methods', 'have', 'been', 'successfully', 'applied', 'to', 'a', 'variety', 'of', 'periodic', 'electromagnetic', 'systems', '.']", + "output": [ + "IE" + ] + }, + { + "input": "['In', 'this', 'paper', ',', 'we', 'rigorously', 'compare', 'Araneum', 'Russicum', '(', 'arguably', 'the', 'largest', 'web', '-', 'harvested', 'corpus', 'for', 'Russian', ')', 'against', 'a', 'small', 'but', 'carefully', 'balanced', 'and', 'designed', 'Russian', 'National', 'Corpus', '(', 'further', 'RNC', ')', '.']", + "output": [ + "RNC" + ] + }, + { + "input": "['In', 'order', 'to', 'capture', 'the', 'effects', 'of', 'Doppler', 'and', 'multipath', 'fading', 'in', 'the', 'received', 'signal', 'with', 'respect', 'to', 'time', ',', 'we', 'assume', 'the', 'transmission', 'of', 'an', 'unmodulated', 'radio', 'frequency', '(', 'RF', ')', 'carrier', 'signal', ',', 'where', 'is', 'the', 'carrier', 'frequency', 'and', 'is', 'the', 'initial', 'phase', '.']", + "output": [ + "RF" + ] + }, + { + "input": "['After', 'the', 'channel', 'has', 'been', 'idle', 'for', 'an', 'Arbitration', 'Inter', 'Frame', 'Space', '(', 'AIFS', ')', ',', 'a', 'random', 'backoff', '(', 'BO', ')', 'drawn', 'from', 'CW', 'starts', 'to', 'count', 'down', 'and', 'is', 'frozen', 'as', 'soon', 'as', 'the', 'channel', 'is', 'detected', 'as', 'busy', '.']", + "output": [ + "AIFS" + ] + }, + { + "input": "['X', '-', 'ray', 'crystallography', 'and', 'nuclear', 'magnetic', 'resonance', '(', 'NMR', ')', 'are', 'the', 'mainly', 'used', 'experimental', 'determination', 'methods', 'for', 'protein', 'structure', '.']", + "output": [ + "NMR" + ] + }, + { + "input": "['In', 'the', 'second', 'set', 'of', 'charging', 'measurements', ',', 'we', 'used', 'USB2.0', 'and', 'AC', 'wall', 'charger', ',', 'and', 'kept', 'the', 'smartphones', 'idle', 'in', 'airplane', 'mode', 'in', 'order', 'to', 'maintain', 'a', 'constant', 'current', 'supply', 'to', 'the', 'battery', 'pack', '.']", + "output": [ + "USB2.0" + ] + }, + { + "input": "['From', 'this', 'point', 'of', 'view', ';', 'sensitivity', ',', 'precision', ',', 'specificity', ',', 'matthews', 'correlation', 'coefficient', '(', 'MCC', ')', 'performances', 'measurements', 'were', 'obtained', 'from', 'confusion', 'matrices', '.']", + "output": [ + "MCC" + ] + }, + { + "input": "['In', 'SA', 'tasks', ',', 'Pearson', 'correlation', 'coefficient', '(', 'PCC', ')', 'is', 'one', 'of', 'the', 'most', 'used', 'metrics', '.']", + "output": [ + "SA" + ] + }, + { + "input": "['In', 'SPINE', '-', 'XI', ',', 'they', 'applied', 'conditional', 'random', 'field', '(', 'CRF', ')', 'model', 'and', 'it', 'improved', 'both', 'angle', 'distribution', 'and', 'prediction', 'accuracy', '.']", + "output": [ + "SPINE" + ] + }, + { + "input": "['extends', 'RISC', '-', 'V', 'processor', 'cores', 'to', 'support', 'hardware', 'dynamic', 'information', 'flow', 'tracking', '(', 'DIFT', ')', '.']", + "output": [ + "RISC" + ] + }, + { + "input": "['This', 'is', 'achieved', 'either', 'by', 'reconstructing', 'the', 'output', '(', 'for', 'AE', 'and', 'VAE', ')', ',', 'or', 'by', 'using', 'a', 'nearest', 'neighbour', 'approach', 'for', 'the', 'models', 'lacking', 'a', 'reconstruction', '.']", + "output": [ + "AE" + ] + }, + { + "input": "['Bar', 'plot', 'of', 'the', 'average', 'improvement', 'in', 'the', 'total', 'score', 'per', 'minute', 'achieved', 'by', 'a', 'crowd', 'worker', 'or', 'a', 'simulated', 'annealing', 'run', 'in', 'the', 'SA', ',', 'Crowd', ',', 'and', 'Hybrid', 'approaches', '.']", + "output": [ + "SA" + ] + }, + { + "input": "['This', 'is', 'often', 'the', 'case', 'because', 'the', 'business', 'model', 'of', 'the', 'platform', 'providers', 'is', 'to', 'establish', 'themselves', 'as', 'the', 'IoT', 'hub', ',', 'paying', 'little', 'attention', 'to', 'platform', 'interoperability', 'issues', '.']", + "output": [ + "IoT" + ] + }, + { + "input": "['From', 'the', 'joint', 'problem', ',', 'we', 'derive', 'a', 'pure', 'scheduling', 'problem', '(', 'for', 'fixed', 'transmit', 'powers', ')', 'as', 'a', 'Boolean', 'linear', 'programming', '(', 'BLP', ')', 'problem', 'and', 'a', 'pure', 'power', 'control', 'problem', '(', 'for', 'a', 'fixed', 'schedule', ')', 'as', 'a', 'mixed', 'integer', 'linear', 'programming', '(', 'MILP', ')', 'problem', '.']", + "output": [ + "BLP" + ] + }, + { + "input": "['traditional', 'methods', 'of', 'feature', 'extraction', '(', 'e.g.', ',', 'HOG', 'and', 'SIFT', ')', 'and', 'classification', '(', 'e.g.', ',', 'Support', 'Vector', 'Machine', '(', 'SVM', ')', 'and', 'Neural', 'Network', '(', 'NN', ')', ')', 'are', 'not', 'sufficient', 'to', 'deal', 'with', 'this', 'complex', 'problem', 'of', 'food', 'places', 'recognition', '.']", + "output": [ + "HOG" + ] + }, + { + "input": "['G.', 'Caire', 'and', 'A.F.', 'Molisch', 'are', 'with', 'the', 'Department', 'of', 'Electrical', 'Engineering', ',', 'University', 'of', 'Southern', 'California', ',', 'Los', 'Angeles', ',', 'CA', '90089', ',', 'USA', 'e', '-', 'mails', ':', 'caire', ',', 'molisch@usc.edu', '.']", + "output": [ + "CA" + ] + }, + { + "input": "['We', 'show', 'the', 'effectiveness', 'of', 'our', 'proposed', 'approach', 'by', 'conducting', 'quantitative', 'comparisons', 'using', 'well', '-', 'known', 'QA', 'datasets', 'and', 'models', 'as', 'well', 'as', 'qualitative', 'analysis', 'of', 'our', 'model', '.']", + "output": [ + "QA" + ] + }, + { + "input": "['The', 'above', 'maximization', 'problem', 'is', 'subject', 'to', 'the', 'following', 'constraints', ':', 'a', ')', 'Power', 'supplied', 'by', 'an', 'ET', 'located', 'at', 'position', ',', 'must', 'be', 'at', 'least', 'equal', 'to', 'the', 'power', 'requirement', 'of', 'the', 'sensor', 'nodes', 'that', 'receive', 'power', 'from', 'that', 'ET', '(', 'Equation', '7', 'of', ')', ',', 'b', ')', 'A', 'sensor', 'node', 'is', 'associated', 'with', 'exactly', 'one', 'ET', 'and', 'no', 'sensor', 'node', '(', 'Equation', '8', 'of', ')', ',', 'c', ')', 'An', 'ET', 'located', 'at', 'is', 'able', 'to', 'transfer', 'power', 'to', 'at', 'least', 'one', 'sensor', 'node', '(', 'Equation', '9', 'and', '10', 'of', ')', ',', 'd', ')', 'the', 'number', 'of', 'landmarks', 'can', 'not', 'exceed', 'a', 'preset', 'maximum', 'number', 'of', 'landmarks', '(', 'Equation', '11', 'of', ')', 'e', ')', 'A', 'sensor', 'node', 'is', 'associated', 'with', 'at', 'most', 'one', 'mission', '(', 'Equation', '12', 'of', ')', ',', 'f', ')', 'A', 'set', 'of', 'sensor', 'nodes', 'participating', 'in', 'a', 'mission', ',', 'must', 'fulfil', 'the', 'sensing', 'requirement', 'of', '(', 'Equation', '13', 'of', ')', '.']", + "output": [ + "ET" + ] + }, + { + "input": "['Test', '-', 'retest', 'intraclass', 'correlation', 'coefficients', '(', 'ICC', '(', '1,1', ')', ')', 'and', 'their', '95', 'confidence', 'intervals', '(', 'CI', ')', 'are', 'calculated', 'on', 'both', 'test', '-', 'retest', 'cohorts', '.']", + "output": [ + "ICC" + ] + }, + { + "input": "['Tucker', 'and', 'its', 'special', 'case', 'Canonical', 'Polyadic', '(', 'CP', ')', 'decompositions', 'are', 'examples', 'that', 'factor', 'a', 'N', '-', 'dimensional', 'tensor', 'into', 'lower', 'dimensional', 'factors', '.']", + "output": [ + "CP" + ] + }, + { + "input": "['Though', 'route', 'choices', 'are', 'stochastic', ',', 'these', 'studies', 'did', 'not', 'work', 'directly', 'with', 'the', 'covariance', 'of', 'demand', 'among', 'all', 'O', '-', 'D', 'pairs', '.']", + "output": [ + "O" + ] + }, + { + "input": "['Recently', 'techniques', 'like', 'Class', 'Activation', 'Maps', '(', 'CAM', ')', 'and', 'Grad', '-', 'CAM', 'has', 'been', 'proposed', 'for', 'producing', 'visual', 'explanation', 'for', 'the', 'decisions', 'from', 'a', 'large', 'class', 'of', 'CNN', 'models', '.']", + "output": [ + "CAM" + ] + }, + { + "input": "['Recently', 'proposed', 'Permutation', 'Invariant', 'Training', '(', 'PIT', ')', 'trains', 'a', 'neural', 'network', 'that', 'separates', 'the', 'speaker', '-', 'specific', 'speech', 'signals', ',', 'and', 'then', 'determines', 'the', 'best', 'output', '-', 'label', 'assignment', 'which', 'minimizes', 'the', 'separation', 'error', '.']", + "output": [ + "PIT" + ] + }, + { + "input": "['Similarly', ',', 'principal', 'component', 'analysis', '(', 'PCA', ')', 'was', 'applied', 'to', 'the', 'same', 'segmentation', 'images', '(', 'containing', 'LV', 'blood', '-', 'pool', 'and', 'myocardium', 'labels', ')', 'to', 'generate', 'dimensional', 'linear', 'projection', 'of', 'the', 'labels', ',', 'which', 'requires', 'additional', 'spatial', '-', 'normalisation', 'prior', 'to', 'linear', 'mapping', '.']", + "output": [ + "PCA" + ] + }, + { + "input": "['Comparison', 'of', 'several', 'descriptors', 'such', 'as', 'Local', 'Binary', 'Patterns', '(', 'LBP', ')', 'and', 'Principal', 'Component', 'Analysis', 'was', 'carried', 'out', 'across', 'multiple', 'scales', '.']", + "output": [ + "LBP" + ] + }, + { + "input": "['The', 'linear', 'matrix', 'inequality', '(', 'LMI', ')', '(', ')', 'is', 'a', 'computational', 'tool', 'to', 'find', 'a', 'gain', 'for', 'a', 'given', 'network', 'and', 'graph', 'with', 'a', 'minimum', 'connectivity', 'threshold', 'at', 'most', 'equal', 'to', '(', 'see', 'Example', ')', '.']", + "output": [ + "LMI" + ] + }, + { + "input": "['Many', 'of', 'these', 'lists', 'included', 'additional', 'information', 'about', 'the', 'autonomous', 'system', 'number', '(', 'ASN', ')', 'and', 'partial', 'geolocation', 'information', '(', 'e.g.', ',', 'MDL', 'MDL', 'and', 'Malc0de', 'malc0de', ')', '.']", + "output": [ + "ASN" + ] + }, + { + "input": "['Names', 'are', 'anonymized', 'as', 'AA', 'and', 'BB', '.']", + "output": [ + "AA" + ] + }, + { + "input": "['A', 'popular', 'product', 'in', 'this', 'class', 'is', 'a', 'Field', 'Programmable', 'Gate', 'Array', '(', 'FPGA', ')', ',', 'an', 'integrated', 'circuit', 'designed', 'to', 'be', 'configured', 'by', 'the', 'customer', 'or', 'designer', 'after', 'manufacturing', '.']", + "output": [ + "FPGA" + ] + }, + { + "input": "['Independent', 'Component', 'Analysis', '(', 'ICA', ')', 'and', 'Genetic', 'Fuzzy', 'Support', 'Vector', 'Machine', '(', 'GFSVM', ')', 'classifier', 'were', 'chosen', 'for', 'recognition', '.']", + "output": [ + "ICA" + ] + }, + { + "input": "['Our', 'network', 'runs', 'at', '10', 'frames', 'per', 'second', '(', 'FPS', ')', 'on', 'a', 'i7', 'desktop', 'and', '50', 'FPS', 'on', 'a', 'GTX', '970', 'GPU', '.']", + "output": [ + "FPS" + ] + }, + { + "input": "['One', 'of', 'the', 'most', 'widely', 'used', 'frameworks', 'in', 'compressed', 'sensing', 'is', 'the', 'restrict', 'isometry', 'property', '(', 'RIP', ')', 'introduced', 'in', 'Candes', 'and', 'Tao', '.']", + "output": [ + "RIP" + ] + }, + { + "input": "['Vector', 'Bin', 'Packing', '(', 'VBP', ')', 'Problem', '.']", + "output": [ + "VBP" + ] + }, + { + "input": "['Recent', 'bug', 'localization', 'techniques', 'can', 'be', 'classified', 'into', 'two', 'broad', 'families', '-', 'spectra', 'based', 'and', 'information', 'retrieval', '(', 'IR', ')', 'based', '.']", + "output": [ + "IR" + ] + }, + { + "input": "['Specifically', ',', 'all', 'participants', 'considered', 'the', 'MA1', 'and', 'MA4', 'results', 'containing', 'moderate', 'artifacts', 'to', 'be', 'excellent', '.']", + "output": [ + "MA1" + ] + }, + { + "input": "['Recently', ',', 'proposed', 'simple', 'but', 'hard', '-', 'to', '-', 'beat', 'baselines', 'on', 'short', '-', 'term', 'motion', 'prediction', 'as', 'well', 'as', 'a', '1-layer', 'sequence', '-', 'to', '-', 'sequence', '(', 'seq2seq', ')', 'model', 'with', '1024', 'Gated', 'Recurrent', 'Unit', '(', 'GRU', ')', 'units', 'and', 'a', 'linear', 'output', 'decoder', 'for', 'short', '-', 'term', 'and', 'long', '-', 'term', 'motion', 'prediction', '.']", + "output": [ + "seq2seq" + ] + }, + { + "input": "['By', 'using', 'the', 'abundant', 'unlabeled', 'target', 'data', ',', 'we', 'gain', 'on', 'average', '27.3', 'relative', 'improvement', 'in', 'concordance', 'correlation', 'coefficient', '(', 'CCC', ')', 'compared', 'to', 'just', 'training', 'with', 'the', 'source', 'data', '.']", + "output": [ + "CCC" + ] + }, + { + "input": "['The', 'ever', 'changing', 'patterns', 'of', 'MTs', 'motion', 'make', 'this', 'characterization', 'even', 'more', 'challenging', '.']", + "output": [ + "MTs" + ] + }, + { + "input": "['The', 'FF', 'and', 'W', 'subsets', 'were', 'then', 'merged', 'into', 'the', 'FFW1', 'corpus', 'as', 'referred', 'to', 'in', 'Table', ',', 'in', 'order', 'to', 'optimize', 'several', 'hyperparameters', ':', 'the', 'number', 'of', 'convolution', 'layers', ',', 'residual', 'and', 'dense', 'blocks', ',', 'the', 'filter', 'sizes', 'and', 'number', 'of', 'feature', 'maps', ',', 'the', 'learning', 'rate', '(', 'LR', ')', 'and', 'its', 'decay', 'strategy', ',', 'the', 'mini', '-', 'batch', 'size', '(', '10', 'samples', ')', ',', 'the', 'number', 'of', 'training', 'epochs', '(', '30', 'epochs', ')', ',', 'the', 'data', 'augmentation', 'methods', '(', 'time', 'and', 'frequency', 'randoms', 'shifts', ',', 'described', 'in', 'the', 'next', 'Section', ')', ',', 'etc', '.']", + "output": [ + "FF" + ] + }, + { + "input": "['Concerning', 'Reed', '-', 'Solomon', ',', 'the', 'encoding', 'computational', 'complexity', 'is', 'comprised', 'of', 'two', 'steps', ',', 'namely', 'the', 'pre', '-', 'computing', 'of', 'the', 'Generator', 'Matrix', '(', 'GM', ')', 'of', 'the', 'code', ',', 'followed', 'by', 'the', 'multiplication', 'of', 'the', 'source', 'vector', 'by', 'the', 'GM', '.']", + "output": [ + "GM" + ] + }, + { + "input": "['We', 'use', 'a', 'fully', 'convolutional', 'network', '(', 'FCN', ')', 'similar', 'to', 'the', 'one', 'used', 'as', 'a', 'teacher', 'network', 'in', '.']", + "output": [ + "FCN" + ] + }, + { + "input": "['As', 'mentioned', 'in', 'Section', '2', ',', 'interpretation', 'and', 'explanatory', 'power', 'are', 'important', 'aspects', 'of', 'using', 'AI', 'for', 'data', 'mining', ',', 'and', 'therefore', 'GP', 'methods', 'that', 'produce', 'concise', 'models', ',', 'e.g.', 'by', 'local', 'search', 'or', 'Pareto', 'optimization', ',', 'are', 'important', 'options', 'to', 'include', '.']", + "output": [ + "AI" + ] + }, + { + "input": "['Adjusted', 'Rand', 'Index', '(', 'ARI', ')', 'is', 'the', 'corrected', '-', 'for', '-', 'chance', 'version', 'of', 'Rand', 'Index', ',', 'it', 'scores', '0', 'for', 'random', 'matches', '.']", + "output": [ + "ARI" + ] + }, + { + "input": "['We', 'use', 'the', 'CMU', 'Multimodal', 'Data', 'Software', 'Development', 'Kit', '(', 'SDK', ')', 'to', 'load', 'and', 'pre', '-', 'process', 'the', 'CMU', '-', 'MOSI', 'database', ',', 'which', 'splits', 'the', '2199', 'opinion', 'segments', 'into', 'training', '(', '1283', 'segments', ')', ',', 'validation', '(', '229', 'segments', ')', ',', 'and', 'test', '(', '686', 'segments', ')', 'sets.(Segment', '13', 'of', 'video', '8qrpnFRGt2A', 'is', 'partially', 'missing', 'and', 'thus', 'removed', 'for', 'the', 'experiments', '.', ')']", + "output": [ + "CMU" + ] + }, + { + "input": "['Structured', 'Deep', 'Learning', '(', 'SDL', ')', 'is', 'a', 'fast', ',', 'no', 'domain', 'knowledge', 'requiring', ',', 'and', 'high', 'performing', 'machine', 'learning', 'method', '.']", + "output": [ + "SDL" + ] + }, + { + "input": "['We', 'propose', 'a', 'variant', 'of', 'Projected', 'Gradient', 'Descent', '(', 'PGD', ')', 'that', 'uses', 'a', 'random', 'step', 'size', 'to', 'improve', 'performance', 'without', 'resorting', 'to', 'expensive', 'random', 'restarts', '.']", + "output": [ + "PGD" + ] + }, + { + "input": "['The', 'Internet', 'is', 'based', 'on', 'the', 'IP', 'to', 'deliver', 'information', ',', 'thus', 'the', 'potential', 'solutions', 'conceived', 'for', 'providing', 'Internet', 'connectivity', 'include', 'the', 'so', '-', 'called', 'network', 'mobility', 'basic', 'support', 'protocol', 'of', 'TCP', '/', 'IPv6', 'and', 'the', 'host', 'identity', 'protocol', '.']", + "output": [ + "IP" + ] + }, + { + "input": "['proposed', 'a', 'technique', 'for', 'stain', 'separation', 'and', 'color', 'normalization', 'called', 'structure', 'preserving', 'color', 'normalization', '(', 'SPCN', ')', ',', 'and', 'released', 'its', 'source', 'code', '.']", + "output": [ + "SPCN" + ] + }, + { + "input": "['The', 'VM', 'placement', 'approach', 'aim', 'to', 'reduce', 'the', 'total', 'data', 'access', 'latency', 'complying', 'with', 'the', 'condition', 'of', 'computing', 'the', 'available', 'capacity', 'whereas', 'the', 'VM', 'migration', 'approach', 'is', 'happened', 'when', 'the', 'operation', 'interval', 'surpass', 'the', 'SLA', 'limen', 'due', 'to', 'variable', 'network', 'condition', 'that', 'influences', 'the', 'users', \"'\", 'behavior', 'to', 'retrieve', 'data', 'and', 'damage', 'the', 'pertinence', 'achievement', '.']", + "output": [ + "VM" + ] + }, + { + "input": "['Few', 'shot', 'learning', '(', 'FSL', ')', ',', 'one', 'shot', 'learning', '(', 'OSL', ')', 'and', 'zero', 'shot', 'learning', '(', 'ZSL', ')', '.']", + "output": [ + "FSL" + ] + }, + { + "input": "[\"'s\", 'systematic', 'mapping', 'study', 'on', 'technical', 'debt', ',', 'only', 'four', 'primary', 'studies', 'on', 'the', 'topic', 'of', 'TD', 'were', 'identified', 'between', '1992', 'and', '2008', ',', 'while', 'at', 'least', '15', 'studies', 'have', 'been', 'published', 'each', 'year', 'since', '2010', 'li_systematic_2015', 'and', 'a', 'special', 'issue', 'on', 'technical', 'debt', 'was', 'published', 'in', 'the', 'Journal', 'of', 'Systems', 'and', 'Software', 'in', '2016', 'falessi_introduction_2016', '.']", + "output": [ + "TD" + ] + }, + { + "input": "['In', 'particularly', ',', 'conforming', 'mixed', 'finite', 'element', 'method', 'were', 'explored', 'in', 'as', 'well', 'as', 'Discontinuous', 'Galerkin', '(', 'DG', ')', 'method', 'employing', 'explicit', 'error', 'estimate', 'in', 'and', 'implicit', 'error', 'estimate', 'in', ',', 'goal', '-', 'oriented', 'Discontinuous', 'Petrov', '-', 'Galerkin(DPG', ')', 'with', 'applications', ',', 'for', 'nonconforming', 'FEM', 'in', 'such', 'as', 'Multiscale', 'Mortar', 'Mixed', 'FEM', 'in', '.']", + "output": [ + "DG" + ] + }, + { + "input": "['In', 'case', 'of', 'code', '-', 'switched', 'QA', ',', 'the', 'questions', 'are', 'typically', 'in', 'code', '-', 'switched', 'form', '.']", + "output": [ + "QA" + ] + }, + { + "input": "['We', 'also', 'propose', 'a', 'deterministic', 'distributed', 'shortest', 'path', 'forest', '(', 'SPF', ')', '(', 'the', 'definition', 'is', 'deferred', 'to', 'Section', ')', 'algorithm', 'in', 'the', 'CCM', '(', 'henceforth', 'it', 'will', 'be', 'denoted', 'by', 'SPF', '-', 'A', ')', 'that', 'computes', 'a', 'SPF', 'in', 'rounds', 'and', 'messages', 'which', 'will', 'be', 'used', 'as', 'a', 'subroutine', 'in', 'the', 'proposed', 'STCCM', '-', 'A', 'algorithm', '.']", + "output": [ + "SPF" + ] + }, + { + "input": "['The', 'recurrent', 'layer', 'is', 'followed', 'by', 'a', 'Fully', 'Connected', '(', 'FC', ')', 'layer', ',', 'and', 'finally', 'a', '11-way', 'softmax', 'classifier', 'layer', 'produces', 'the', 'event', '-', 'level', 'probabilities', '.']", + "output": [ + "FC" + ] + }, + { + "input": "['Hence', 'the', 'first', 'CR', 'is', 'also', 'referred', 'to', 'as', '\"', 'full', 'cognitive', 'radio', '\"', '.']", + "output": [ + "CR" + ] + }, + { + "input": "['In', 'Section', 'we', 'present', 'a', 'proof', 'of', 'concept', 'for', 'the', 'PSIoT', '-', 'SDN', 'with', 'a', 'SDN', 'network', 'controller', 'coupled', 'with', 'a', 'bandwidth', 'allocation', 'model', '(', 'BAM', ')', 'and', 'evaluate', 'how', 'it', 'affects', 'the', 'traffic', 'in', 'the', 'network', '.']", + "output": [ + "PSIoT" + ] + }, + { + "input": "['Given', 'two', 'input', 'states', ':', 'and', ',', 'four', 'pairs', 'of', 'dual', 'convolution', 'summation', '(', 'DCS', ')', 'units', 'fuse', 'these', 'inputs', 'together', 'by', 'the', 'convolutional', 'operation', 'to', 'permutate', 'and', 'combine', 'these', 'input', 'features', 'in', 'the', 'form', 'of', 'addition', '.']", + "output": [ + "DCS" + ] + }, + { + "input": "['To', 'enable', 'better', 'speaker', 'discrimination', ',', 'there', 'has', 'been', 'numerous', 'efforts', 'in', 'finding', 'the', 'deep', 'neural', 'network', '(', 'DNN', ')', 'based', 'speaker', 'discriminative', 'embeddings', '.']", + "output": [ + "DNN" + ] + }, + { + "input": "['MethodsOur', 'general', 'framework', 'comprises', 'of', 'the', 'data', 'harvesting', 'and', 'its', 'transformation', 'to', 'fit', 'a', 'Machine', 'Learning', 'task', 'and', 'the', 'induction', 'of', 'the', 'ML', 'models', '.']", + "output": [ + "ML" + ] + }, + { + "input": "['More', 'specifically', ',', 'we', 'recast', 'the', 'dose', 'prediction', 'problem', 'as', 'an', 'image', 'colorization', 'problem', ',', 'which', 'we', 'solve', 'using', 'a', 'generative', 'adversarial', 'network', '(', 'GAN', ')', 'Goodfellow:2014generative', '.']", + "output": [ + "GAN" + ] + }, + { + "input": "['Variation', 'of', 'Mutual', 'Information', 'Here', ',', 'we', 'introduce', 'a', 'general', 'expression', 'for', 'the', 'variation', 'of', 'MI', '.']", + "output": [ + "MI" + ] + }, + { + "input": "['A', 'generalized', 'Denoised', 'Auto', '-', 'encoder', 'extends', 'the', 'theoretical', 'framework', 'and', 'is', 'applied', 'to', 'Deep', 'Generative', 'Stochastic', 'Networks', '(', 'DGSN', ')', '.']", + "output": [ + "DGSN" + ] + }, + { + "input": "['To', 'better', 'support', 'traffic', 'differentiation', 'in', 'dense', 'WLANs', ',', 'in', 'this', 'paper', ',', 'we', 'propose', 'a', 'distributed', 'reservation', 'mechanism', 'for', 'the', 'Carrier', 'Sense', 'Multiple', 'Access', 'Extended', 'Collision', 'Avoidance', '(', 'CSMA', '/', 'ECA', ')', 'MAC', 'protocol', ',', 'termed', 'CSMA', '/', 'ECA', '-', 'DR', ',', 'based', 'on', 'which', 'stations', 'can', 'collaboratively', 'achieve', 'higher', 'network', 'performance', '.']", + "output": [ + "WLANs" + ] + }, + { + "input": "['Frequent', 'Pattern', 'Compression', '(', 'FPC', ')', 'realize', 'that', 'large', 'volumes', 'of', 'records', 'in', 'memory', 'are', 'occurring', 'frequently', '.']", + "output": [ + "FPC" + ] + }, + { + "input": "['In', 'this', 'work', ',', 'three', 'methods', 'leveraging', 'on', 'the', 'combination', 'of', 'one', '-', 'class', 'classifiers', 'based', 'on', 'non', '-', 'parametric', 'models', ',', 'N', '-', 'ary', 'Trees', 'and', 'Minimum', 'Spanning', 'Trees', 'class', 'descriptors', '(', 'MSTCD', ')', 'are', 'proposed', '.']", + "output": [ + "MSTCD" + ] + }, + { + "input": "['In', 'addition', ',', 'DNNs', 'can', 'efficiently', 'execute', 'in', 'parallel', 'and', 'be', 'implemented', 'with', 'low', '-', 'precision', 'data', 'types', 'on', 'a', 'graphical', 'processing', 'unit', '(', 'GPU', ')', ',', 'field', 'programmable', 'gate', 'array', '(', 'FPGA', ')', ',', 'or', 'application', 'specific', 'integrated', 'circuit', '(', 'ASIC', ')', '.']", + "output": [ + "DNNs" + ] + }, + { + "input": "['However', ',', 'for', 'large', '-', 'scale', 'unmanned', 'aerial', 'vehicles', '(', 'UAVs', ')', 'and', 'autonomous', 'underwater', 'vehicles', '(', 'AUVs', ')', ',', 'it', 'is', 'very', 'difficult', 'for', 'engineers', 'to', 'uninstall', 'significant', 'sensors', 'or', 'generate', 'distinctive', 'representative', 'motions', '.']", + "output": [ + "UAVs" + ] + }, + { + "input": "['The', 'average', 'Total', 'Fixation', 'on', 'high', 'scores', 'as', 'defined', 'previously', 'was', 'calculated', 'by', 'summing', 'the', 'fixations', 'on', 'high', 'scores', 'for', 'a', 'participant', 'and', 'dividing', 'by', 'the', 'number', 'of', 'interactions', 'the', 'participant', 'was', 'exposed', 'to', 'throughout', 'the', 'game', 'play', 'labelled', 'in', 'the', 'model', 'as', '\"', 'App', 'Fix', 'Lib', '\"', 'and', '\"', 'App', 'Fix', 'OH', '\"', 'in', 'Table', '.']", + "output": [ + "OH" + ] + }, + { + "input": "['Analyze', 'the', 'impact', 'of', 'CPU', 'usage', 'in', 'handling', 'the', 'IO', 'requests', 'in', 'heterogeneous', 'storage', 'systems', 'when', 'using', 'CAPIFlash', 'library', '.']", + "output": [ + "CPU" + ] + }, + { + "input": "['In', 'this', 'work', ',', 'we', 'use', 'the', 'discrete', 'Frechet', 'distance', 'substituted', 'in', 'a', 'radial', 'basis', 'function', '(', 'RBF', ')', 'kernel', '.']", + "output": [ + "RBF" + ] + }, + { + "input": "['This', 'work', 'proposes', 'a', 'Genetic', 'Algorithm', '(', 'GA', ')', 'based', 'heuristic', 'for', 'the', 'Correlated', 'Team', 'Orienteering', 'Problem', '(', 'CTOP', ')', 'that', 'is', 'used', 'for', 'planning', 'sensing', 'and', 'monitoring', 'missions', 'for', 'robotic', 'teams', 'that', 'operate', 'under', 'resource', 'constraints', '.']", + "output": [ + "GA" + ] + }, + { + "input": "['The', 'region', 'of', 'interest', '(', 'ROI', ')', 'is', 'provided', 'with', 'the', 'data', 'to', 'eliminate', 'irrelevant', 'objects', 'in', 'the', 'images', '.']", + "output": [ + "ROI" + ] + }, + { + "input": "['In', 'this', 'table', ',', 'VRB', 'and', 'PRB', 'represent', 'Virtual', 'Resource', 'Block', 'and', 'Physical', 'Resource', 'Block', ',', 'respectively', '.']", + "output": [ + "VRB" + ] + }, + { + "input": "['The', '-norm', 'is', 'used', 'in', 'eq', ':', 'genopt2', ',', 'which', 'gives', 'a', 'nonlinear', 'least', 'squares', '(', 'NLS', ')', 'problem', ',', 'which', 'often', 'allows', 'for', 'efficient', 'solvers', '.']", + "output": [ + "NLS" + ] + }, + { + "input": "['The', 'frame', 'error', 'rate', 'of', 'the', 'proposed', 'codes', 'for', ',', 'multi', '-', 'edge', 'type', '(', 'MET', ')', 'LDPC', 'code', 'of', 'rate', '1/2', 'and', '1/6', ',', 'and', 'accumulate', 'repeat', 'accumulate', '(', 'ARA', ')', 'code', 'of', 'rate', '1/6', '.']", + "output": [ + "MET" + ] + }, + { + "input": "['Average', 'Endpoint', 'Error', '(', 'AEE', ')', 'comparison', 'on', 'our', 'long', 'benchmark', 'sequences', '.']", + "output": [ + "AEE" + ] + }, + { + "input": "['In', 'our', 'architecture', ',', 'Key', 'Vault', 'substitutes', 'the', 'use', 'of', 'a', 'Public', 'Key', 'Infrastructure', '(', 'PKI', ')', 'and', ',', 'thanks', 'to', 'its', 'key', 'distribution', 'and', 'the', 'consequent', 'cryptography', 'used', ',', 'we', 'achieved', 'data', 'integrity', 'and', 'confidentiality', ',', 'enabling', 'the', 'development', 'of', 'privacy', '-', 'friendly', 'solutions', '.']", + "output": [ + "PKI" + ] + }, + { + "input": "['Our', 'model', 'is', 'trained', 'and', 'tested', 'with', 'both', 'real', '-', 'world', 'environments', 'from', 'the', 'Active', 'Vision', 'Dataset', '(', 'AVD', ')', 'and', 'synthetic', 'scenes', 'of', 'AI2-THOR', '.']", + "output": [ + "AVD" + ] + }, + { + "input": "['on', 'Principles', 'of', 'Database', 'Systems', '(', 'PODS', ')', ',', '2008', ',', 'pp', '.']", + "output": [ + "PODS" + ] + }, + { + "input": "['Typical', 'supervised', 'learning', 'algorithms', 'include', 'Support', 'Vector', 'Machines', '(', 'SVM', ')', ',', 'Random', 'Forest', '(', 'RF', ')', 'and', 'Naive', 'Bayes', '.']", + "output": [ + "SVM" + ] + }, + { + "input": "['Most', 'fingerprint', 'studies', 'use', 'magnetic', 'resonance', 'imaging', '(', 'MRI', ')', 'data', ',', 'which', 'provides', 'a', 'non', '-', 'invasive', 'way', 'to', 'probe', 'the', 'structure', ',', 'function', 'and', 'white', 'matter', 'connectivity', 'of', 'the', 'brain', '.']", + "output": [ + "MRI" + ] + }, + { + "input": "['We', 'denote', 'this', 'framework', 'for', 'the', 'analysis', 'of', 'collaborations', 'in', 'YouTube', 'videos', 'using', 'a', 'Deep', 'Neural', 'Network', '(', 'DNN', ')', 'based', 'approach', 'as', 'CATANA', '.']", + "output": [ + "DNN" + ] + }, + { + "input": "['Specifically', ',', 'we', 'use', 'the', 'Multi', '-', 'level', 'Hierarchical', 'Reinforcement', 'Learning', '(', 'MHRL', ')', 'framework', 'to', 'factorize', 'a', 'complex', 'arithmetic', 'operation', 'into', 'several', 'simpler', 'operations', '.']", + "output": [ + "MHRL" + ] + }, + { + "input": "['The', 'implementation', 'of', 'I', '/', 'O', 'interface', 'cores', 'is', 'often', 'highly', 'customized', 'for', 'a', 'particular', 'FPGA', 'architecture', 'and', 'hence', 'are', 'typically', 'provided', 'by', 'FPGA', 'vendors', 'as', 'reference', 'designs', 'or', 'off', '-', 'the', '-', 'shelf', 'components', ',', 'so', 'for', 'the', 'purposes', 'of', 'this', 'book', ',', 'we', 'can', 'ignore', 'the', 'detailed', 'implementation', 'of', 'these', 'blocks', '.']", + "output": [ + "FPGA" + ] + }, + { + "input": "['In', 'the', 'horizontal', 'model', ',', 'the', 'original', 'component', 'manufacturers', '(', 'OCM', ')', 'outsource', 'different', 'steps', 'of', 'the', 'chip', 'manufacturing', 'process', ',', 'like', 'intellectual', 'property', '(', 'IP', ')', 'design', ',', 'fabrication', ',', 'and', 'design', '-', 'for', '-', 'test', '(', 'DFT', ')', 'structure', 'insertion', ',', 'to', 'more', 'sophisticated', 'offshore', 'fabrication', 'facilities', '.']", + "output": [ + "OCM" + ] + }, + { + "input": "['All', 'IoT', 'traffic', 'is', 'in', 'the', 'TC0', 'class', '.']", + "output": [ + "IoT" + ] + }, + { + "input": "['We', 'name', 'this', 'special', 'case', 'as', 'swath', 'width', 'matched', 'pulse', '(', 'SWMP', ')', '.']", + "output": [ + "SWMP" + ] + }, + { + "input": "['First', 'of', 'all', ',', 'they', 'can', 'work', 'on', 'Multiple', 'Input', 'Multiple', 'Output', '(', 'MIMO', ')', 'systems', '.']", + "output": [ + "MIMO" + ] + }, + { + "input": "['We', 'introduce', 'differential', 'rectifier', '(', 'DR', ')', 'units', 'that', 'we', 'add', 'to', 'the', 'network', 'in', 'different', 'configurations', '.']", + "output": [ + "DR" + ] + }, + { + "input": "['From', 'Table', ',', 'we', 'see', 'that', 'CodeRank', 'performs', 'significantly', 'better', 'than', 'both', 'TF', '(', 'paired', 't', '-', 'test', ',', 'p', '-', 'value=0.0050.05', ')', 'and', 'TF', '-', 'IDF', '(', 'p', '-', 'value0.001', ')', 'in', 'identifying', 'important', 'search', 'terms', 'from', 'source', 'code', ',', 'especially', 'from', 'the', 'method', 'signatures', '.']", + "output": [ + "TF" + ] + }, + { + "input": "['In', 'our', 'implementation', ',', 'Alternating', 'Least', 'Squares', '(', 'ALS', ')', 'technique', 'is', 'adopted', 'to', 'minimize', 'its', 'objective', 'function', '.']", + "output": [ + "ALS" + ] + }, + { + "input": "['One', 'example', 'ontology', 'with', 'rich', 'non', '-', 'hierarchical', 'associations', 'is', 'the', 'Ontology', 'of', 'Drug', 'Neuropathy', 'Adverse', 'Events', '(', 'ODNAE', ')', 'guo2016ontology', '.']", + "output": [ + "ODNAE" + ] + }, + { + "input": "['proposed', 'to', 'add', 'a', 'conditional', 'random', 'fields', '(', 'CRF', ')', 'to', 'post', '-', 'process', 'the', 'CNN', 'segmentation', 'output', '.']", + "output": [ + "CRF" + ] + }, + { + "input": "['For', 'the', 'replay', '-', 'based', 'prediction', 'to', 'be', 'usable', ',', 'the', 'auction', 'distribution', 'of', 'each', 'AD', 'should', 'be', 'relatively', 'stationary', '.']", + "output": [ + "AD" + ] + }, + { + "input": "['For', 'large', 'dimensions', ',', 'tree', 'tensor', 'network', '(', 'TTN', ')', 'and', 'multi', '-', 'scale', 'entanglement', 'renormalization', 'ansatz', '(', 'MERA', ')', 'have', 'shown', 'to', 'be', 'equivalent', 'with', 'neural', 'networks', '.']", + "output": [ + "TTN" + ] + }, + { + "input": "['The', 'high', 'quantum', 'coding', 'rate', 'is', 'achieved', 'by', 'combining', 'the', 'quantum', '-', 'domain', 'version', 'of', 'short', '-', 'block', 'codes', '(', 'SBCs', ')', 'also', 'known', 'as', 'single', 'parity', 'check', '(', 'SPC', ')', 'codes', 'as', 'the', 'outer', 'codes', 'and', 'quantum', 'unity', '-', 'rate', 'codes', '(', 'QURCs', ')', 'as', 'the', 'inner', 'codes', '.']", + "output": [ + "SBCs" + ] + }, + { + "input": "['we', 'also', 'show', 'the', 'boundary', 'of', 'the', 'stability', 'region', 'for', 'the', 'time', 'division', '(', 'TD', ')', 'based', 'scheme', '(', 'genie', '-', 'aided', ')', ',', 'which', 'serves', 'as', 'the', 'stability', 'region', 'upper', 'bound', ',', 'given', 'by(Time', 'Division', '(', 'TD', ')', 'corresponds', 'to', 'full', 'coordination', 'between', 'the', 'two', 'queues', 'and', 'requires', 'knowledge', 'of', 'the', 'queues', 'arrival', 'rates', 'a', 'priori', 'before', 'dividing', 'the', 'resources', '(', 'time', 'slots', 'in', 'this', 'case', ')', '.', ')']", + "output": [ + "TD" + ] + }, + { + "input": "['Another', 'comparative', 'study', 'investigated', 'the', 'performance', 'of', 'methods', 'such', 'as', 'short', '-', 'time', 'Fourier', 'transform', '(', 'STFT', ')', ',', 'fast', 'Wavelet', 'transform', '(', 'FWT', ')', 'and', 'continuous', 'Wavelet', 'transform', '(', 'CWT', ')', 'against', 'stationary', 'features', 'like', 'the', 'aforementioned', 'MFCC', 'and', 'PLP', '.']", + "output": [ + "STFT" + ] + }, + { + "input": "['The', 'system', 'is', 'integrated', 'into', 'the', 'Robot', 'Operating', 'System', '(', 'ROS', ')', 'architecture', 'as', 'a', 'collection', 'of', 'nodes', 'for', 'motion', 'planning', ',', 'collision', 'detection', 'and', 'audio', 'synthesis', '.']", + "output": [ + "ROS" + ] + }, + { + "input": "['Fire', 'Emblem', '(', 'FE', ')', 'is', 'a', 'popular', 'turn', '-', 'based', 'tactical', 'role', '-', 'playing', 'game', '(', 'TRPG', ')', 'series', 'on', 'the', 'Nintendo', 'gaming', 'consoles', '.']", + "output": [ + "FE" + ] + }, + { + "input": "['As', 'our', 'aim', 'was', 'to', 'construct', 'social', 'signatures', 'and', 'study', 'their', 'persistence', 'in', 'time', ',', 'we', 'divided', 'both', 'data', 'sets', 'into', 'two', 'equal', '-', 'sized', 'consecutive', 'time', 'intervals', '(', '3.5', 'months', 'each', 'for', 'DS1', 'and', '9', 'months', 'for', 'DS2', ')', ';', 'this', 'was', 'for', 'being', 'able', 'to', 'compare', 'the', 'stability', 'of', 'the', 'shapes', 'of', 'the', 'signatures', 'for', 'the', 'first', 'and', 'second', 'halves', '.']", + "output": [ + "DS1" + ] + }, + { + "input": "['Multi', '-', 'modal', 'hashing', '(', 'MMH', ')', '(', 'e.g.', 'multiple', 'feature', 'hashing', '(', 'MFH', ')', 'and', 'multi', '-', 'view', 'latent', 'hashing', '(', 'MVLH', ')', ')', 'can', 'also', 'enrich', 'the', 'semantics', 'of', 'hash', 'codes', '.']", + "output": [ + "MMH" + ] + }, + { + "input": "['The', 'mechanism', 'behind', 'Gibbs', 'sampling', ',', 'and', 'other', 'Markov', 'Chain', 'Monte', 'Carlo', 'methods', ',', 'requires', 'sequential', 'sampling', 'steps', ',', 'and', 'execution', 'of', 'each', 'step', 'depends', 'on', 'the', 'results', 'of', 'the', 'previous', 'step', 'making', 'Gibbs', 'samplers', ',', 'and', 'MCMC', 'method', 'in', 'general', ',', 'difficult', 'to', 'parallelize', '.']", + "output": [ + "MCMC" + ] + }, + { + "input": "['In', 'this', 'section', 'we', 'consider', 'a', 'generic', 'constraint', 'theory', 'CT', 'which', 'allows', 'the', 'built', '-', 'in', 'predicate', 'and', 'we', 'assume', 'that', 'the', 'signature', 'contains', 'at', 'least', 'a', 'constant', 'and', 'a', 'function', '(', 'of', 'arity', '0', ')', 'symbol', '.']", + "output": [ + "CT" + ] + }, + { + "input": "['To', 'fulfil', 'these', 'practical', 'needs', ',', 'in', 'this', 'paper', ',', 'we', 'propose', 'a', 'new', 'replicator', 'dynamic', ',', 'called', 'path', 'following', 'replicator', 'dynamic', '(', 'PFRD', ')', '.']", + "output": [ + "PFRD" + ] + }, + { + "input": "['In', 'addition', ',', 'the', 'scalar', 'in', 'the', 'double', 'base', 'number', 'system', 'algorithm', '(', 'DBNS', ')', 'is', 'analysed', 'on', 'superlinear', 'EC', 'in', 'characteristic', '3', '.']", + "output": [ + "DBNS" + ] + }, + { + "input": "['Conventional', 'codebook', 'searching', 'based', 'CSI', 'quantization', 'method', 'feedback', 'a', 'binary', 'index', 'of', 'the', 'codeword', 'chosen', 'in', 'a', 'common', 'vector', 'quantized', '(', 'VQ', ')', 'codebook', 'with', 'the', 'number', 'of', 'codewords', 'exponential', 'to', 'the', 'number', 'of', 'antennas', ',', 'which', 'leads', 'to', 'a', 'exponential', 'complexity', 'of', 'CSI', 'quantization', '.']", + "output": [ + "CSI" + ] + }, + { + "input": "['Ideally', ',', 'the', 'interfaces', 'take', 'natural', 'language', '(', 'NL', ')', 'sentences', '(', 'e.g.', '\"', 'which', 'scientist', 'graduate', 'from', 'a', 'university', 'located', 'in', 'USA', '?', '\"', ')']", + "output": [ + "NL" + ] + }, + { + "input": "['Variants', 'of', 'chroma', 'features', 'such', 'as', 'Harmonic', 'Pitch', 'Class', 'Profile', '(', 'HPCP', ')', 'and', 'Chroma', 'Energy', 'Normalized', 'Statistics', '(', 'CENS', ')', 'were', 'commonly', 'used', 'by', 'existing', 'systems', 'since', 'it', 'gives', 'an', 'added', 'robustness', 'to', 'tuning', 'deviation', ',', 'noise', 'and', 'local', 'tempo', 'variations', 'compared', 'to', 'a', 'normal', 'chroma', 'feature', '.']", + "output": [ + "HPCP" + ] + }, + { + "input": "['A', 'Pregel', 'program', 'generated', 'from', 'Palgol', 'code', 'is', 'essentially', 'a', 'state', 'transition', 'machine', '(', 'STM', ')', 'combined', 'with', 'computation', 'code', 'for', 'each', 'state', '.']", + "output": [ + "STM" + ] + }, + { + "input": "['Clearly', ',', 'the', 'probabilistic', 'O', '-', 'D', 'estimation', 'without', 'considering', 'day', '-', 'to', '-', 'day', 'route', 'choice', 'variation', 'overestimates', 'the', 'variance', 'of', 'O', '-', 'D', 'demand', 'by', 'the', 'term', ',', 'namely', ',', 'a', 'fairly', 'substantial', 'quantity', '.']", + "output": [ + "O" + ] + }, + { + "input": "['By', 'properly', 'setting', 'the', 'aforementioned', 'parameters', ',', 'the', 'results', 'show', 'that', 'a', 'WLAN', 'implementing', 'Uni', '-', 'MUMAC', 'is', 'able', 'to', 'avoid', 'the', 'AP', 'bottle', '-', 'neck', 'problem', 'and', 'performs', 'very', 'well', 'in', 'both', 'the', 'traditional', 'downlink', '-', 'dominant', 'and', 'emerging', 'down', '/', 'up', '-', 'link', 'balanced', 'traffic', 'scenarios', '.']", + "output": [ + "WLAN" + ] + }, + { + "input": "['4', ')', 'Adversarial', 'Bayesian', 'Neural', 'Network', '(', 'AT', 'BNN', ')', '.']", + "output": [ + "AT" + ] + }, + { + "input": "['The', 'proposed', 'approach', 'relies', 'on', 'domain', 'adversarial', 'neural', 'network', '(', 'DANN', ')', ',', 'which', 'creates', 'a', 'flexible', 'and', 'discriminant', 'feature', 'representation', 'that', 'reduces', 'the', 'gap', 'in', 'the', 'feature', 'space', 'between', 'the', 'source', 'and', 'target', 'domains', '.']", + "output": [ + "DANN" + ] + }, + { + "input": "['European', 'Aviation', 'Network', ':', 'Inmarsat', 'and', 'Deutsche', 'Telekom', 'are', 'powering', 'Europe', \"'s\", 'aviation', 'connectivity', 'via', 'the', 'EAN', ',', 'which', 'consists', 'of', 'S', '-', 'band', 'satellite', 'and', 'LTE', '-', 'based', 'GS', '.']", + "output": [ + "EAN" + ] + }, + { + "input": "['Essentially', ',', 'virtual', 'TF', 'patches', 'are', 'created', 'on', 'the', 'fly', 'as', 'convex', 'combinations', 'of', 'the', 'input', 'training', 'patches', ',', 'with', 'a', 'hyper', '-', 'parameter', 'controlling', 'the', 'interpolation', 'strength', '.']", + "output": [ + "TF" + ] + }, + { + "input": "['The', 'initial', 'solution', 'is', 'denoted', 'as', 'peak', 'interference', 'constraint', '(', 'PIC', ')', 'in', 'a', 'single', '-', 'cell', '\"', 'PIC', '.']", + "output": [ + "PIC" + ] + }, + { + "input": "['Using', 'the', 'Hierarchical', 'Triangular', 'Mesh', '(', 'HTM', ')', 'scheme', 'for', 'practical', 'geographic', 'indexing', ',', 'we', 'assigned', 'a', 'US', 'county', 'to', 'each', 'tweet', '.']", + "output": [ + "HTM" + ] + }, + { + "input": "['Our', 'initial', 'results', 'suggest', 'that', 'lyrics', 'comprehension', '(', 'LC', ')', 'improves', 'agreement', 'for', 'emotions', 'in', 'quadrants', 'Q1-Q3', ',', 'and', 'decreases', 'it', 'for', 'quadrants', 'Q2-Q3', '.']", + "output": [ + "LC" + ] + }, + { + "input": "['2', ')', 'The', 'Worst', '-', 'Case', 'Analysis', '(', 'WCA', ')', 'model', ':', 'a', 'state', '-', 'of', '-', 'the', '-', 'art', 'optimal', 'mechanism', 'design', 'methodwhich', 'studies', 'the', 'revenue', 'in', 'symmetric', 'Nash', 'equilibria', 'and', 'selects', 'the', 'auction', 'mechanism', 'by', 'worst', 'case', 'analysis', '.']", + "output": [ + "WCA" + ] + }, + { + "input": "['Because', 'is', 'being', 'sensed', 'by', 'SUs', 'using', 'PDs', ',', 'they', 'will', 'exchange', 'information', 'about', 'the', 'correlation', 'level', '(', 'shown', 'in', 'the', 'top', 'plot', ')', ',', 'whereas', 'SUs', 'sensing', 'will', 'exchange', 'information', 'about', 'the', 'energy', 'level', 'because', 'this', 'channel', 'is', 'being', 'sensed', 'using', 'EDs', '(', 'shown', 'in', 'the', 'bottom', 'plot', ')', '.']", + "output": [ + "SUs" + ] + }, + { + "input": "['Recent', 'work', 'introduces', 'the', 'afterward', '-', 'confirm', '(', 'AC', ')', 'relation', 'and', 'an', 'approach', 'called', 'DigHR', 'for', 'computing', 'AC', 'dighr', '.']", + "output": [ + "AC" + ] + }, + { + "input": "['Since', 'in', 'the', 'SI', 'model', 'nodes', 'never', 'recover', ',', 'the', 'infection', 'will', 'eventually', 'spread', 'from', 'to', ',', 'but', 'only', 'if', 'was', 'Infectious', 'in', 'the', 'first', 'place', '.']", + "output": [ + "SI" + ] + }, + { + "input": "['Segmentation', 'of', 'pulmonary', 'lobe', 'based', 'on', 'Computed', 'Tomography', '(', 'CT', ')', 'is', 'an', 'important', 'task', 'for', 'Computer', 'Aided', 'Diagnosis', 'systems', '(', 'CADs', ')', '.']", + "output": [ + "CT" + ] + }, + { + "input": "['Following', 'the', 'same', 'methodology', ',', 'this', 'study', 'is', 'focused', 'on', 'BICM', 'spectral', 'efficiency', '(', 'SE', ')', 'that', 'is', 'considered', 'in', 'the', 'IMT-2020', 'KPI', 'set', '.']", + "output": [ + "BICM" + ] + }, + { + "input": "['The', 'voxels', 'are', 'isotropic', ',', 'with', 'side', ';', 'the', 'temporal', 'resolution', '(', 'TR', ')', 'is', '720', 'ms', '.']", + "output": [ + "TR" + ] + }, + { + "input": "['Left-', '2', 'dimensional', 'multi', '-', 'view', 'DM', 'of', 'the', '602', 'quarry', 'blasts', '.']", + "output": [ + "DM" + ] + } +] +} \ No newline at end of file diff --git a/tasks/task1716_acronym_detection.json b/tasks/task1716_acronym_detection.json new file mode 100644 index 000000000..f840c2b29 --- /dev/null +++ b/tasks/task1716_acronym_detection.json @@ -0,0 +1,2999 @@ +{ + "Contributors": [ + "Akshat Jain" + ], + "Source": [ + "acronym_identification (https://huggingface.co/datasets/acronym_identification)" + ], + "Categories": [ + "Binary Classification" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "An acronym is an abbreviation formed from the initial letters of other words and pronounced as a word (e.g. ASCII, NASA). This task is about reading the given pre-tokenized sentence which may contain a token as an acronym and output 'Yes' to indicate that the sentence contains an acronym or output 'No' to indicate that the sentence does not contain an acronym.", + "Positive Examples": [ + { + "input": "['Attribute', 'based', 'access', 'control', '(', 'ABAC', ')', 'approaches', '.']", + "output": "Yes.", + "explanation": "This is a positive example as the sentence contains an acronym 'ABAC' and the output is 'Yes.'" + }, + { + "input": "['Entire', 'distributions', '(', 'ED', ')', 'denote', 'the', 'assumption', 'that', 'the', 'union', 'of', 'observed', 'and', 'intervened', 'variables', 'is', 'always', 'the', 'set', 'of', 'all', 'variables', '.']", + "output": "Yes.", + "explanation": "This is a positive example as sentence contains an acronym 'ED' and the output is 'Yes'." + } + ], + "Negative Examples": [ + { + "input": "['where', 'both', 'the', 'receiver', 'operating', 'characteristic', '(', 'ROC', ')', 'curve', 'and', 'precision', '-', 'recall', 'curve', 'are', 'plotted', '.']", + "output": "No.", + "explanation": "This is a negative example as the sentence contains an acronym 'ROC' and the output should be 'Yes.' but the output is 'No.'" + }, + { + "input": "['Compression', 'algorithms', 'used', 'in', 'Xiaoyun', 'et', 'al', ',', 'can', 'reduce', 'noise', 'and', 'complexity', '.']", + "output": "Yes.", + "explanation": "This is a negative example as the sentence does not contain an acronym and the output should be 'No.' but the output is 'Yes.'" + } + ], + "Instances": [ + { + "input": "['The', 'second', 'case', 'in', 'which', 'it', 'helps', 'to', 'pose', 'a', 'non', '-', 'QA', 'task', 'as', 'QA', 'is', 'when', 'the', 'model', 'architectures', 'used', 'in', 'QA', 'are', 'helpful', 'for', 'the', 'task', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'created', 'such', 'datasets', 'for', 'each', 'kind', 'of', 'Question', 'Answering', 'task', ',', 'and', 'study', 'the', 'relation', 'between', 'the', 'quality', 'of', 'the', 'questions', 'and', 'performance', 'on', 'the', 'QA', 'system', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Related', 'Work', 'Currently', ',', 'several', 'researchers', 'show', 'interest', 'in', 'the', 'integration', 'of', 'blockchain', 'and', 'IoT', 'ecosystems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'we', 'observed', 'a', 'decrease', 'in', 'the', 'number', 'of', 'longer', 'length', '(', ')', 'capillaries', 'in', 'older', 'animals', 'as', 'compared', 'to', 'young', 'in', 'both', 'WT', 'and', 'AD', 'mice', 'shown', 'by', 'a', 'rightward', 'shift', 'in', 'the', 'cumulative', 'distribution', 'function', 'curve', '(', 'Fig', '.B', 'and', 'Table', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Here', ',', 'DA', '=', 'direct', 'assessment', ',', 'RR', '=', 'relative', 'ranking', ',', 'DS', '=', 'discrete', 'scale', ',', 'CS', '=', 'continuous', 'scale', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Once', 'the', 'professors', 'and', 'doctors', 'start', 'hiring', 'IT', 'people', 'in', 'their', 'department', ',', 'and', 'these', 'IT', 'people', ',', 'thanks', 'to', 'the', 'network', 'effect', ',', 'start', 'creating', 'new', 'and', 'better', 'technical', 'solutions', 'to', 'the', 'various', 'challenges', 'of', 'information', 'management', 'in', 'hospitals', ',', 'the', 'time', 'comes', 'to', 'take', 'a', 'more', 'formal', 'political', 'approach', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'see', 'that', ',', 'in', 'terms', 'of', 'membership', 'queries', ',', 'both', 'RS', 'and', 'MP', 'counterexample', 'handling', 'methods', 'improve', 'over', 'the', 'one', 'by', 'Angluin', 'in', 'this', 'setting', ',', 'and', 'MP', 'performs', 'best', 'in', 'terms', 'of', 'either', 'query', 'type', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'the', 'vast', 'range', 'of', 'text', 'variations', 'that', 'influence', 'style', ',', 'we', 'can', 'not', 'obtain', 'tags', 'using', 'rules', 'as', 'for', 'T', '-', 'V', 'pronoun', 'distinctions', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['When', 'the', 'transmit', 'power', 'of', 'the', 'BS', 'increases', ',', 'the', 'destination', 'user', \"'s\", 'SINR', 'increases', 'more', 'than', 'the', 'eavesdropper', \"'s\", 'SINR', ',', 'because', 'these', 'four', 'methods', 'all', 'try', 'to', 'provide', 'the', 'eavesdroppers', 'less', 'confidential', 'signal', 'and', 'more', 'AN', 'by', 'designing', 'the', 'best', 'signal', 'beamforming', 'matrix', 'and', 'AN', 'beamforming', 'matrix', ',', 'thus', 'limiting', 'the', 'eavesdropper', \"'s\", 'SINR', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Heuristic', 'Fog', '-', 'supported', 'Energy', '-', 'aware', 'SFC', 'rerouting', 'algorithm', '(', 'HFES', ')', 'Since', 'the', 'optimal', 'solution', 'is', 'very', 'challenging', 'and', 'complex', 'to', 'be', 'solved', 'even', 'for', 'instances', 'of', 'small', '-', 'size', 'real', '-', 'time', 'network', 'reconfigurations', ',', 'we', 'propose', 'the', 'Heuristic', 'fog', '-', 'supported', 'Energy', '-', 'aware', 'SFC', 'rerouting', 'algorithm', 'called', '(', 'HFES', ')', 'to', 'practically', 'tackle', 'it', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'authors', 'compared', 'the', 'performance', 'of', 'their', 'proposed', 'approach', 'to', 'honeybee', 'foraging', 'algorithm', '(', 'HFA', ')', 'and', 'round', 'robin', '(', 'RR', ')', 'approaches', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'case', 'of', 'using', 'the', 'kernel', 'estimator', ',', 'NB', 'will', 'apply', 'one', 'Gaussian', 'kernel', 'per', 'observed', 'data', 'value', '(', 'for', 'more', 'details', ',', 'see', 'Flexible', 'Naive', 'Bayes', \"'\", 'section', 'inJohn1995', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'work', ',', 'we', 'have', 'explored', 'the', 'hand', '-', 'crafted', 'HSI', 'features', 'in', 'V', '-', 'NIR', 'images', 'and', 'also', 'have', 'shown', 'improvement', 'in', 'the', 'classification', 'performance', 'by', 'a', 'significant', 'margin', 'for', 'a', 'face', 'recognition', 'task', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'particular', ',', 'Frequency', 'Domain', 'Adaptive', 'Filter', '(', 'FDAF', ')', 'approach', 'using', 'overlap', '-', 'save', 'method', 'has', 'been', 'utilized', 'for', 'computing', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Storage', 'Allocation', 'Problem', '(', 'SAP', ')', 'is', 'a', 'problem', 'that', 'arises', 'in', 'the', 'context', 'of', 'resource', 'allocation', ',', 'but', 'it', 'still', 'has', 'a', 'geometric', 'nature', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['corresponds', 'to', 'the', 'desired', 'energy', 'buffer', 'level', 'and', 'is', 'the', 'lowest', 'EB', 'level', 'that', 'the', 'MEC', 'server', 'should', 'ever', 'reach', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Support', 'Vector', 'Machine', '(', 'SVM)The', 'original', 'version', 'of', 'SVM', 'was', 'developed', 'by', 'Vapnik', 'and', 'Chervonenkis', 'in', '1963', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['First', ',', 'a', 'snapshot', 'proper', 'orthogonal', 'decomposition', '(', 'POD', ')', 'is', 'used', 'to', 'analyze', 'big', 'sets', 'of', 'random', 'microstructures', 'and', 'thereafter', 'compress', 'significant', 'characteristics', 'of', 'the', 'microstructure', 'into', 'a', 'low', '-', 'dimensional', 'feature', 'vector', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'IoT', 'domain', ',', 'capabilities', 'of', 'devices', 'are', 'extremely', 'heterogeneous', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Modifying', 'or', 'replacing', 'the', 'Erasable', 'Programmable', 'Read', 'Only', 'Memory', '(', 'EPROM', ')', 'in', 'a', 'phone', 'would', 'allow', 'the', 'configuration', 'of', 'any', 'ESN', 'and', 'MIN', 'via', 'software', 'for', 'cellular', 'devices', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Several', 'methods', 'based', 'on', '2D', 'and', '3D', 'Deep', 'Neural', 'Networks', '(', 'DNN', ')', 'have', 'been', 'developed', 'to', 'segment', 'brain', 'tumors', 'and', 'to', 'classify', 'different', 'categories', 'of', 'tumors', 'from', 'different', 'MRI', 'modalities', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'locations', 'of', 'SBSs', 'and', 'UEs', 'can', 'be', 'modeled', 'as', 'two', 'independent', 'homogeneous', 'Poisson', 'point', 'processes', '(', 'HPPP', ')', ',', 'denoted', 'by', 'and', ',', 'where', 'and', 'are', 'two', '-', 'dimensional', 'Cartesian', 'coordinates', ',', 'denoting', 'the', 'locations', 'of', 'the', '-th', 'SBS', 'and', 'the', '-th', 'UE', ',', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'observe', 'that', 'FM', 'is', 'not', 'significantly', 'better', 'than', 'LR', ',', 'which', 'means', '2-order', 'combination', 'features', 'might', 'not', 'be', 'good', 'enough', 'to', 'catch', 'the', 'underlying', 'data', 'patterns', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'addition', 'to', 'IGMM', ',', 'the', 'infinite', 'hidden', 'markov', 'random', 'field', 'model', '(', 'IHMRF', ')', 'has', 'also', 'been', 'applied', 'in', 'designing', 'fingerprinting', 'algorithms', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'preferences', 'for', 'WI', 'against', 'other', 'methods', 'are', 'very', 'significant', ',', 'with', 'p', '-', 'values', ',', 'which', 'is', 'the', 'limit', 'of', 'precision', 'in', 'the', 'computing', 'software', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'understand', 'better', 'whether', 'it', 'is', 'possible', 'to', 'perform', 'audio', 'stylization', 'in', 'the', 'time', 'domain', ',', 'we', 'investigate', 'a', 'variety', 'of', 'networks', 'which', 'take', 'a', 'time', 'domain', 'audio', 'signal', 'as', 'input', 'to', 'their', 'network', ':', 'using', 'the', 'real', 'and', 'imaginary', 'components', 'of', 'a', 'Discrete', 'Fourier', 'Transform', '(', 'DFT', ')', ';', 'using', 'the', 'magnitude', 'and', 'unwrapped', 'phase', 'differential', 'components', 'of', 'a', 'DFT', ';', 'using', 'combinations', 'of', 'real', ',', 'imaginary', ',', 'magnitude', ',', 'and', 'phase', 'components', ';', 'using', 'the', 'activations', 'of', 'a', 'pre', '-', 'trained', 'WaveNet', 'decoder', ';', 'and', 'using', 'the', 'activations', 'of', 'a', 'pre', '-', 'trained', 'NSynth', 'encoder', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['These', 'include', 'Continental', 'Margin', '(', 'CM', ')', 'and', 'Synthetic', '-', 'Mountain', 'landscape', 'evolution', 'problems', 'which', 'have', 'been', 'chosen', 'due', 'to', 'their', 'computational', 'time', 'required', 'for', 'running', 'a', 'single', 'model', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'generator', 'used', 'a', 'single', 'CT', 'image', 'slice', 'to', 'predict', 'the', 'dose', 'distribution', 'along', 'that', 'same', 'plane', 'without', 'considering', 'the', 'vertical', 'relationship', 'between', 'different', 'slices', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['the', 'predictions', 'are', 'relatively', 'accurate', 'with', '80', 'of', 'the', 'predictions', 'within', '3', 'of', 'Normalised', 'Mean', 'Absolute', 'Error', '(', 'NMAE', ')', 'and', 'the', 'maximum', 'NMAE', 'is', '7', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['developed', 'a', 'program', 'analysis', 'technique', 'that', 'decides', 'whether', 'an', 'app', 'witholds', 'hidden', 'sensitive', 'operations', '(', 'HSO', ')', '(', 'i.e.', ',', 'malicious', 'payloads', ')', ',', 'effectively', 'deeming', 'it', 'as', 'repackaged', 'malware', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['NN', 'have', 'also', 'been', 'applied', 'to', 'other', 'problems', 'of', 'and', 'prediction', ',', 'such', 'as', ',', 'where', 'and', 'are', 'predicted', 'from', 'observed', 'wave', 'records', 'using', 'time', 'series', 'NN', ',', ',', 'where', 'a', 'neural', 'network', 'is', 'applied', 'to', 'estimate', 'the', 'wave', 'energy', 'resource', 'in', 'the', 'northern', 'coast', 'of', 'Spain', ',', 'or', ',', 'where', 'a', 'hybrid', 'GA', '-', 'adaptive', 'network', '-', 'based', 'fuzzy', 'inference', 'system', 'model', 'was', 'developed', 'to', 'forecast', 'and', 'the', 'peak', 'spectral', 'period', 'at', 'Lake', 'Michigan', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'refer', 'to', 'this', 'problem', 'as', 'multifidelity', 'data', 'fusion', 'and', 'within', 'the', 'context', 'of', 'this', 'work', ',', 'we', 'consider', 'aerodynamic', 'pressure', 'fields', 'arriving', 'from', 'computational', 'fluid', 'dynamics', '(', 'CFD', ')', 'simulations', 'and', 'wind', '-', 'tunnel', 'measurements', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Theoretic', 'lower', 'bound', 'for', 'AoI', 'performance', 'is', 'derived', 'and', 'various', 'scheduling', 'policies', 'are', 'proposed', 'and', 'analyzed', 'in', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Those', 'technologies', 'will', 'become', 'an', 'important', 'component', 'of', 'any', 'retrieval', 'system', 'or', 'as', 'Information', 'Retrieval', '(', 'IR', ')', 'where', 'the', 'representations', 'of', 'documents', 'and', 'query', 'are', 'enriched', 'with', 'semantic', 'information', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'propose', 'a', 'technique', 'called', 'Aggressive', 'Stochastic', 'Weight', 'Averaging', '(', 'ASWA', ')', 'and', 'an', 'extension', 'called', 'Norm', '-', 'filtered', 'Aggressive', 'Stochastic', 'Weight', 'Averaging', '(', 'NASWA', ')', 'which', 'improves', 'the', 'stability', 'of', 'models', 'over', 'random', 'seeds', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Tracy', '-', 'Widom', 'Based', 'RIC', 'AnalysisAlthough', 'the', 'proposed', 'framework', 'based', 'on', 'the', 'exact', 'distribution', 'of', 'the', 'eigenvalues', 'eq.probrip.exact', 'provides', 'tight', 'bounds', 'on', 'the', 'ric', ',', 'it', 'could', 'be', 'computationally', 'expensive', 'for', 'large', 'matrices', ',', 'for', 'which', 'easier', 'approaches', 'are', 'preferred', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['It', 'is', 'interesting', 'to', 'observe', 'that', 'when', 'the', 'channel', 'coherence', 'bandwidth', 'is', 'sufficiently', 'large', ',', 'the', 'proposed', 'algorithms', 'can', 'only', 'achieve', 'negligible', 'performance', 'advantage', 'over', 'the', 'Equal', 'BU', 'Allocation', 'method', ',', 'which', 'implies', 'the', 'equal', 'bandwidth', 'unit', 'allocation', 'is', 'nearly', 'optimal', 'for', 'large', 'channel', 'coherence', 'bandwidth', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Note', 'that', ',', 'TTA', 'and', 'CA', 'means', 'tunable', 'transmitter', 'availability', 'and', 'channel', 'availability', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'a', 'potential', 'location', 'for', 'a', 'sensor', 'and', 'positions', 'of', 'energy', 'transmitters', ',', 'it', 'computes', '(', 'line', '2', '-', '7', ')', 'the', 'charge', 'received', 'at', 'from', 'each', 'of', 'the', 'ET', ',', 'located', 'at', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'RSSI', 'probability', 'density', 'function', '(', 'PDF', ')', 'is', 'assumed', 'to', 'have', 'empirical', 'parametric', 'distributions', '(', 'e.g.', ',', 'Gaussian', ',', 'double', '-', 'peak', 'Gaussian', ',', 'lognormal', ')', ',', 'which', 'may', 'not', 'be', 'necessarily', 'accurate', 'in', 'practical', 'situations', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Wrapper', '-', 'based', 'FS', 'is', 'a', 'special', 'kind', 'of', 'filter', '-', 'based', 'FS', 'such', 'that', 'wrapper', '-', 'based', 'FS', 'has', 'capability', 'of', 'using', 'some', 'hyper', '-', 'parameter', 'function', 'for', 'evaluation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Therefore', ',', 'more', 'complicated', 'neural', 'networks', ',', 'e.g.', ',', 'CNN', 'and', 'RNN', ',', 'were', 'adopted', 'for', 'indoor', 'WiFi', 'localization', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Similarly', ',', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'can', 'also', 'be', 'interpreted', 'as', 'a', 'regularized', 'gradient', 'descent', 'impaired', 'by', 'noisy', 'gradients', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Suppose', 'the', 'target', 'task', 'is', 'the', 'prediction', 'of', 'the', 'onset', 'risk', 'of', 'Alzheimer', \"'s\", 'Disease', 'where', 'we', 'do', 'not', 'have', 'enough', 'training', 'patient', 'samples', ',', 'and', 'we', 'want', 'to', 'transfer', 'knowledge', 'from', 'other', 'related', 'disease', 'domains', 'with', 'sufficient', 'labels', 'such', 'as', 'Mild', 'Cognitive', 'Impairment', '(', 'MCI', ')', 'or', 'Dementia', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'problem', 'of', 'separation', 'of', 'sets', 'of', 'data', 'points', '(', 'not', 'only', 'a', 'point', 'from', 'a', 'set', ')', 'is', 'important', 'for', 'applications', 'in', 'machine', 'learning', 'and', 'knowledge', 'transfer', 'between', 'AI', 'systems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Acknowledgements', 'This', 'work', 'was', 'supported', 'by', 'the', 'National', 'Research', 'Foundation', 'of', 'Korea', '(', 'NRF', ')', 'grant', 'funded', 'by', 'the', 'Korea', 'government', '(', 'MSIT', ')', '(', 'NRF-2018R1A5A7025409', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Using', 'these', 'techniques', 'allows', 'our', 'model', 'to', 'achieve', 'state', '-', 'of', '-', 'the', '-', 'art', 'performance', 'on', 'all', 'three', 'benchmark', 'datasets', 'for', 'environment', 'sound', 'classification', 'task', ',', 'namely', ',', 'ESC-10', ',', 'ESC-50', 'and', 'UrbanSound8K.', 'The', 'rest', 'of', 'the', 'paper', 'has', 'been', 'organized', 'in', 'the', 'following', 'manner', ':', 'Section', '2', 'briefly', 'enlists', 'previous', 'research', 'done', 'on', 'the', 'ESC', 'task', 'using', 'Deep', 'CNNs', 'and', 'other', 'previous', 'state', '-', 'of', '-', 'the', '-', 'art', 'methods', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Deterministic', 'policy', 'gradient', '(', 'DPG', ')', 'aims', 'to', 'directly', 'derive', 'a', 'deterministic', 'policy', ',', ',', 'that', 'maximizes', 'the', 'expected', 'return', ',', 'where', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'belief', ',', 'desire', ',', 'intention', '(', 'BDI', ')', 'agent', 'model', 'is', 'used', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Moreover', ',', 'in', 'recent', 'years', ',', 'Location', 'Based', 'Social', 'Networks', '(', 'LBSN', ')', ',', 'i.e.', 'Facebook', 'Places', ',', 'Googlemaps', 'etc', 'have', 'gained', 'popularity', ',', 'where', 'users', 'can', 'share', 'their', 'physical', 'locations', ',', 'experiences', ',', 'and', 'ratings', 'etc', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'the', 'best', 'of', 'our', 'knowledge', ',', 'this', 'is', 'the', 'first', 'work', 'towards', 'a', 'flexible', 'and', 'configurable', 'honeypot', 'framework', 'for', 'UPnP', '-', 'based', 'IoT', 'devices', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Their', 'limitation', 'is', 'that', 'they', 'only', 'contain', 'today', \"'s\", 'deep', 'learning', 'models', ',', 'which', 'may', 'become', 'obsolete', 'as', 'DL', 'models', 'evolve', 'rapidly', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Bu', 'bildiride', 'karaci\u011fer', 'MR', 'g\u00f6r\u00fcnt\u00fclerinin', 'otomatik', 'b\u00f6l\u00fctlemesi', 'i\u00e7in', 'Ko\u015fullu', '\u00c7eki\u015fmeli', 'A\u011f', '(', 'K\u00c7A', ')', 've', 'Evri\u015fimli', 'Sinir', 'A\u011f', '(', 'ESA', ')', 'tabanl\u0131', 'otomatik', 'yeni', 'bir', 'y\u00f6ntem', 'sunulmaktad\u0131r', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'other', 'words', ',', 'translating', 'from', 'NL', 'to', 'SQL', 'can', 'be', 'formulated', 'as', 'a', 'supervised', 'machine', 'learning', 'problem', 'on', 'pairs', 'of', 'natural', 'language', 'and', 'SQL', 'queries', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'second', 'proposed', 'mechanism', 'is', 'the', 'adaptive', 'Video', '-', 'aware', 'Random', 'Neural', 'Networks', '(', 'RNN', ')', 'based', 'mechanism', '(', 'neuralFEC', ')', ',', 'in', 'Section', 'sec', ':', 'neuralFEC', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'dynamical', 'system', 'technique', 'called', 'the', 'generalized', 'cell', '-', 'to', '-', 'cell', 'mapping', '(', 'GCM', ')', 'is', 'applied', 'for', 'finding', 'the', 'long', '-', 'term', 'behavior', 'of', 'the', 'water', 'flow', 'from', 'the', 'projected', 'motion', 'along', 'with', 'uncertainties', 'in', 'the', 'form', 'of', 'a', 'Markov', 'Chain', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Another', 'ES', 'with', 'disjunctive', 'causality', 'are', 'the', 'Stable', 'Event', 'Structures', '(', 'StESs', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'World', 'Health', 'Organization', 'estimates', 'that', 'age', '-', 'related', 'macular', 'degeneration', '(', 'AMD', ')', 'and', 'Diabetic', 'Retinopathy', ',', 'which', 'are', 'two', 'typical', 'retinal', 'diseases', ',', 'are', 'expected', 'to', 'affect', 'over', '500', 'million', 'people', 'worldwide', 'by', '2020', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'choice', 'of', 'the', 'encoder', 'and', 'decoder', 'modules', 'of', 'DNPG', 'can', 'be', 'quite', 'flexible', ',', 'for', 'instance', 'long', '-', 'short', 'term', 'memory', 'networks', '(', 'LSTM', ')', 'hochreiter1997long', 'or', 'convolutional', 'neural', 'network', '(', 'CNN', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Drug', '-', 'Drug', 'Interaction', '(', 'DDI', ')', 'Extraction', 'problem', 'is', 'described', 'as', 'the', 'application', 'of', 'Information', 'Extraction', '(', 'IE', ')', 'techniques', 'to', 'biomedical', 'literature', 'in', 'order', 'to', 'discover', 'embedded', 'interactions', 'between', 'drugs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['meanIS', ',', 'MRI', ':', 'T1', ',', 'RS:3', ':', 'intensity', 'statistical', 'mean', 'feature', ',', 'based', 'on', 'an', 'ROI', 'in', 'a', 'T1-weighted', 'MR', 'image', 'where', 'the', 'ROI', 'was', 're', '-', 'segmented', 'by', 'removing', 'voxels', 'with', 'an', 'intensity', 'outside', 'a', 'range', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'International', 'Semantic', 'Web', 'Conference', ',', '(', 'ISWC', ')', ',', '2013', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'we', 'showed', 'that', 'spurious', 'errors', 'of', 'a', 'legacy', 'Convolutional', 'Neural', 'Network', 'with', 'VGG-11', 'architecture', 'could', 'be', 'learned', 'away', 'in', 'a', 'one', '-', 'shot', 'manner', 'at', 'a', 'near', '-', 'zero', 'cost', 'to', 'exiting', 'skills', 'of', 'the', 'original', 'AI', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'this', 'problem', ',', 'we', 'use', 'feature', 'pyramid', 'network', '(', 'FPN', ')', 'to', 'implement', 'land', 'segmentation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Backdoor', 'poisoning', '(', 'BP', ')', 'attack', 'is', 'a', 'sophisticated', 'data', 'poisoning', 'attack', 'which', 'allows', 'an', 'adversary', 'to', 'control', 'a', 'victim', 'model', \"'s\", 'prediction', 'by', 'adding', 'a', 'poison', 'pattern', 'to', 'the', 'input', 'image', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Second', ',', 'grammatical', 'structure', 'in', 'queries', 'is', 'not', 'as', 'well', '-', 'understood', 'as', 'natural', 'language', 'sentences', 'where', 'human', 'annotations', 'have', 'proved', 'useful', 'for', 'training', 'and', 'testing', 'of', 'various', 'Natural', 'Language', 'Processing', '(', 'NLP', ')', 'tools', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'letter', ',', 'we', 'cast', 'PGS', 'into', 'a', 'graph', 'distribution', 'learning', '(', 'GDL', ')', 'problem', 'where', 'the', 'probability', 'distribution', 'functions', '(', 'PDFs', ')', 'of', 'the', 'nodes', '(', 'buses', ')', 'and', 'edges', '(', 'lines', ')', 'are', 'captured', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['First', ',', 'we', 'define', 'the', 'state', 'distance', 'vector', '(', 'SDV', ')', 'to', 'represent', 'the', 'hop', 'distances', ',', 'for', 'each', 'specific', 'page', ',', 'to', 'the', 'anchor', 'pages', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', ':', 'Proceedings', 'of', 'the', '25th', 'International', 'Conference', 'Companion', 'on', 'World', 'Wide', 'Web', '(', 'WWW', \"'\", '16', 'Companion', ')', ',', 'pp.273274', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['There', 'are', 'going', 'to', 'be', 'Long', 'Term', 'Support', '(', 'LTS', ')', 'snapshots', 'with', 'extended', 'lifetime', 'and', 'researchers', 'are', 'encouraged', 'to', 'focus', 'on', 'them', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'work', 'we', 'present', 'a', 'novel', 'User', '-', 'guided', 'Social', 'Media', 'Crawling', 'method', '(', 'USMC', ')', 'that', 'is', 'able', 'to', 'collect', 'data', 'from', 'social', 'media', ',', 'utilizing', 'the', 'wisdom', 'of', 'the', 'crowd', 'to', 'decide', 'the', 'order', 'in', 'which', 'user', 'generated', 'content', 'should', 'be', 'collected', 'to', 'cover', 'as', 'many', 'user', 'interactions', 'as', 'possible', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['2014', 'proposed', 'an', 'Open', 'RE', '(', 'Open', 'Relation', 'Extraction', ')', 'for', 'Chinese', 'that', 'employs', 'word', 'segmentation', ',', 'POS', 'tagging', 'and', 'dependency', 'parsing', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Based', 'on', 'the', 'discussion', 'and', 'development', 'of', 'a', 'useful', 'model', 'of', 'research', 'citation', 'graphs', 'that', 'integrate', 'software', 'in', 'this', 'section', ',', 'I', 'will', 'discuss', 'current', 'challenges', 'for', 'the', 'instantiation', 'of', 'RCGs', 'in', 'the', 'following', 'section', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'separate', 'cells', 'from', 'the', 'background', ',', 'it', 'employs', 'a', 'two', 'class', 'K', '-', 'medians', 'clustering', ',', 'where', 'it', 'uses', 'difference', 'of', 'gaussian', '(', 'DOG', ')', 'and', 'local', 'variance', 'as', 'features', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'standard', 'deviation', '(', 'SD', ')', 'is', 'given', 'in', 'percentage', 'points', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'integrate', 'GitHub', 'code', 'search', 'API', 'in', 'the', 'backend', 'for', 'collecting', 'the', 'relevant', 'source', 'code', 'files', 'from', 'which', 'the', 'most', 'relevant', 'method', 'body', 'is', 'extracted', 'using', 'Abstract', 'Syntax', 'Tree', '(', 'AST', ')', 'parsing', 'and', 'textual', 'similarity', 'analysis', 'with', 'the', 'query', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Also', ',', 'suggested', 'using', 'a', 'residual', 'number', 'system', '(', 'RNS', ')', 'and', 'leak', 'resistant', 'arithmetic', '(', 'LRA', ')', 'to', 'prevent', 'both', 'differential', 'faults', '(', 'comparing', 'the', 'difference', 'between', 'correct', 'and', 'fault', 'results', ')', 'and', 'm', 'safe', '-', 'error', '(', 'using', 'block', 'memory', 'errors', ')', 'that', 'are', 'intended', 'to', 'retrieve', 'bits', 'from', 'ephemeral', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Following', 'this', 'idea', ',', 'we', 'propose', 'a', 'lightweight', 'architecture', 'for', 'AR', 'which', 'can', 'run', 'in', 'real', '-', 'time', 'on', 'a', 'regular', 'CPU', ',', 'performing', 'on', 'par', 'with', 'heavy', 'methods', ',', 'such', 'as', '3D', 'CNN', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'addition', ',', 'UMLS', 'also', 'provides', 'a', 'semantic', 'network', 'where', 'each', 'entity', 'in', 'the', 'Metathesaurus', 'has', 'an', 'assigned', 'Concept', 'Unique', 'Identifier', '(', 'CUI', ')', 'and', 'it', 'is', 'semantically', 'typed', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['During', 'the', 'earliest', 'stage', 'evolution', 'the', 'nodes', 'were', 'mobile', 'users', ',', 'later', 'the', 'nodes', 'evolved', 'to', 'vehicles', 'and', 'then', 'the', 'nodes', 'evolved', 'to', 'unmanned', 'aerial', 'vehicles', '(', 'UAVs', ')', 'and', 'in', 'this', 'treatise', 'the', 'nodes', 'evolve', 'to', 'airplanes', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'the', 'CRTS', 'dataset', ',', 'we', 'find', 'that', 'the', 'Random', 'Forest', '(', 'RF', ')', 'classifier', 'performs', 'best', 'in', 'terms', 'of', 'balanced', '-', 'accuracy', 'and', 'geometric', 'means', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['True', 'positives', '(', 'TP', ')', 'denote', 'malicious', 'apps', 'correctly', 'classified', 'as', 'malicious', ',', 'false', 'positives', '(', 'FP', ')', 'denote', 'benign', 'apps', 'mistakenly', 'classified', 'as', 'malicious', ',', 'and', 'false', 'negatives', '(', 'FN', ')', 'denote', 'malicious', 'apps', 'mistakenly', 'classified', 'as', 'benign', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'CKA', 'and', 'CKB', 'represent', 'the', 'Cyclic', 'Redundancy', 'Check', '(', 'CRC', ')', 'calculated', 'with', 'seed', 'values', 'A', 'and', 'B', ',', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['As', 'it', 'was', 'intended', ',', 'for', 'small', ',', 'AIA', 'chooses', 'McLachlan', \"'s\", 'minimum', 'error', 'constant', 'method', ',', 'and', ',', 'as', 'increases', ',', 'approaches', ',', 'a', 'value', 'which', ',', 'as', 'discussed', 'in', 'section', ',', 'essentially', 'yields', 'the', 'Verlet', 'integrator', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Authors', 'in', 'this', 'cluster', 'exhibit', 'steady', 'research', 'interest', 'in', 'their', 'primary', 'AoI', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Cloud', 'IoT', 'data', 'processing', 'aims', 'to', 'cut', 'down', 'on', 'IoT', 'traffic', 'to', 'IoT', 'data', 'consumers', 'by', 'processing', 'device', 'data', 'into', 'aggregated', 'data', 'of', 'interest', 'to', 'many', 'consumers', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['compares', 'the', 'three', 'main', 'cost', 'sharing', 'schemes', 'discussed', 'in', 'this', 'paper', ',', 'that', 'is', ',', 'the', 'MC', ',', 'the', 'SV', ',', 'and', 'the', 'ES', 'the', 'in', 'terms', 'of', 'the', 'total', 'normalized', 'network', 'power', 'versus', 'the', 'number', 'of', 'nodes', 'in', 'the', 'network', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Despite', 'the', 'tremendous', 'success', 'of', 'DNNs', 'for', 'various', 'domains', 'such', 'as', 'image', 'and', 'text', 'processing', ',', 'it', 'is', 'known', 'that', 'for', 'tabular', 'data', ',', 'tree', '-', 'based', 'ensembles', 'such', 'as', 'Random', 'Forest', 'and', 'Gradient', 'Boosting', 'Decision', 'Tree', '(', 'GBDT', ')', 'often', 'perform', 'better', ',', 'and', 'are', 'more', 'widely', 'used', 'in', 'practice', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'illustrate', 'this', 'by', 'tackling', 'a', 'problem', 'that', 'has', 'confounded', 'conventional', 'normative', '-', 'rationality', '-', 'based', 'modeling', 'approaches', ':', 'Why', 'do', 'so', 'many', 'APT', 'attacks', 'follow', 'a', \"'\", 'stepping', '-', 'stone', \"'\", 'penetration', 'pattern', '?']", + "output": [ + "Yes." + ] + }, + { + "input": "['I', 'strongly', 'believe', 'that', 'providing', 'students', 'a', 'clear', 'mental', 'model', 'of', 'computational', 'concepts', 'should', 'be', 'a', 'core', 'mission', 'of', 'not', 'just', 'a', 'PL', 'course', ',', 'but', 'of', 'a', 'broader', 'CS', 'curriculum', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Deep', 'convolutional', 'neural', 'networks', '(', 'CNN', ')', '-', 'a', 'class', 'of', 'neural', 'networks', 'inspired', 'by', 'deeply', 'complex', 'hierarchical', 'structure', 'of', 'neurons', 'that', 'connect', 'in', 'multiple', 'layers', 'via', 'learnable', 'filters', '-', 'is', 'one', 'of', 'the', 'feasible', 'methods', 'for', 'automatically', 'analysing', 'global', 'datasets', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Ant', 'colony', 'optimization', 'attribute', 'reduction', '(', 'ACOAR', ')', 'is', 'another', 'feature', 'selection', 'algorithm', 'which', 'reduce', 'the', 'number', 'features', 'using', 'filtering', 'based', 'algorithm', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'example', ',', '14_yu2015empirical', 'applied', 'Neural', 'Machine', 'Translation', '(', 'NMT', ')', 'with', 'sophisticated', 'attention', 'mechanism', 'and', 'Neural', 'Turing', 'Machine', '(', 'NTM', ')', 'with', 'distributed', 'external', 'memory', 'to', 'solve', 'QA', 'tasks', ',', 'and', '5_sukhbaatar2015end', 'designed', 'end', '-', 'to', '-', 'end', 'memory', 'networks', 'and', 'introduced', 'multi', '-', 'hop', 'reasoning', 'component', 'to', 'solve', 'various', 'types', 'of', 'QA', 'task', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Shallow', 'RL', 'techniques', '(', 'e.g.', 'Q', '-', 'Learning', ')', 'are', 'still', 'important', 'algorithms', 'to', 'consider', ',', 'but', 'most', 'of', 'RL', 'libraries', 'ignore', 'them', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'finish', 'our', 'treatment', 'of', 'the', 'CL', 'surrogate', 'by', 'stating', 'the', 'convexity', 'of', 'the', 'logistic', 'CL', 'loss', ',', 'which', 'despite', 'being', 'a', 'fundamental', 'property', 'of', 'the', 'loss', ',', 'has', 'not', 'been', 'proven', 'before', 'to', 'the', 'best', 'of', 'our', 'knowledge', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'proposed', 'emotion', 'dependent', 'facial', 'shape', 'model', 'performs', 'better', 'in', 'terms', 'of', 'the', 'Mean', 'Squared', 'Error', '(', 'MSE', ')', 'loss', 'and', 'in', 'generating', 'the', 'landmark', 'animations', ',', 'as', 'compared', 'to', 'training', 'a', 'universal', 'model', 'regardless', 'of', 'the', 'emotion', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Algebraic', 'approaches', ',', 'such', 'as', 'Generalized', 'Principal', 'Component', 'Analysis', '(', 'GPCA', ')', ',', 'which', 'uses', 'the', 'polynomials', 'fitting', 'and', 'differentiation', 'to', 'obtain', 'the', 'clusters', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'article', ',', 'we', 'present', 'a', 'Bayesian', 'learning', '(', 'BL', ')', 'based', 'method', 'to', 'improve', 'the', 'DOA', 'measurement', 'precision', 'at', 'DM', 'transmitter', 'with', 'fully', '-', 'digital', '(', 'FD', ')', 'structure', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['By', 'using', 'the', 'probabilistic', 'approach', 'and', 'the', 'Finite', 'Element', '(', 'FE', ')', 'approximation', ',', 'field', 'estimation', 'of', 'spatially', 'distributed', 'system', 'with', 'noisy', 'binary', 'measurements', 'has', 'been', 'addressed', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'stability', 'of', 'the', 'system', '(', ')', 'employing', 'F', '-', 'TDC', 'is', 'derived', 'in', 'the', 'sense', 'of', 'Uniformly', 'Ultimately', 'Bounded', '(', 'UUB', ')', 'notion', 'as', 'stated', 'in', 'Theorem', '2', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'method', 'with', 'a', 'momentum', 'rate', 'of', '0.9', 'is', 'used', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['They', 'found', 'significant', 'improvement', 'of', 'CNNs', 'and', 'Convolutional', 'Recurrent', 'Neural', 'Networks', '(', 'CRNNs', ')', 'over', 'fully', 'connected', 'networks', 'and', 'proposed', 'a', 'method', 'for', 'visualizing', 'model', 'confusion', 'in', 'a', 'multi', '-', 'label', 'setting', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'off', '-', 'road', 'session', ',', 'speech', 'signals', 'from', 'the', 'TIMIT', 'database', 'were', 'combined', 'with', 'the', 'noise', 'generated', 'from', 'different', 'parts', 'of', 'a', 'car', 'including', 'engine', ',', 'wiper', 'blade', ',', 'right', 'turn', ',', 'left', 'turn', ',', 'AC', ',', 'honk', ',', 'etc', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'wide', 'deployment', 'of', 'Automated', 'Fare', 'Collection(AFC', ')', 'systems', 'opens', 'up', 'a', 'new', 'opportunity', 'for', 'metro', 'network', 'analysis', ':', 'the', 'transaction', 'records', 'from', 'AFC', 'can', 'reveal', 'the', 'Origin', '(', 'O', ')', 'and', 'the', 'Destination', '(', 'D', ')', 'of', 'every', 'passenger', \"'s\", 'trip', ',', 'as', 'passengers', 'are', 'required', 'to', 'tap', 'their', 'smart', 'cards', 'or', 'RFID', 'based', 'tickets', 'each', 'time', 'they', 'enter', 'the', 'O', 'station', 'or', 'exit', 'the', 'D', 'station', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Apart', 'from', 'providing', 'a', 'significant', 'AS', 'to', 'the', 'power', 'grid', ',', 'the', 'proposed', 'idea', 'also', 'helps', 'reduce', 'the', 'amplitude', 'of', 'power', 'system', 'oscillations', 'imparted', 'by', 'the', 'TCLs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Cisco', 'released', 'severe', 'security', 'patches', 'in', '2016', 'to', 'fix', 'a', 'buffer', 'overflow', 'vulnerability', 'in', 'the', 'Internet', 'Key', 'Exchange', '(', 'IKE', ')', 'from', 'Cisco', 'ASA', 'Software', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Functional', 'MRI', 'measures', 'local', 'changes', 'to', 'quantify', 'the', 'activity', 'of', 'different', 'regions', 'of', 'the', 'brain', '-', 'for', 'instance', ',', 'Blood', 'Oxygen', 'Level', 'Dependent', 'fMRI', '(', 'BOLD', 'fMRI', ')', 'measures', 'the', 'de', '-', 'oxygenation', 'of', 'blood', 'in', 'veins', 'to', 'measure', 'neuronal', 'activation', 'of', 'surrounding', 'regions', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'formula', 'in', 'counting', 'monadic', 'second', '-', 'order', 'logic', '(', 'CMS', 'formula', ')', 'is', 'a', 'formula', 'in', 'monadic', 'second', '-', 'order', 'logic', ',', 'extended', 'by', 'pradicates', 'for', ',', 'with', 'iff', ',', 'and', 'by', 'incidence', 'predicates', 'for', ',', 'with', 'iff', 'and', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Recent', 'research', 'suggests', 'that', 'video', '-', 'based', 'pain', 'detection', 'can', 'be', 'formulated', 'as', 'a', 'weakly', 'supervised', 'learning', 'problem', ',', 'and', 'multiple', 'instance', 'learning', '(', 'MIL', ')', 'is', 'an', 'effective', 'machine', 'learning', 'tool', 'to', 'handle', 'this', 'problem', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['proposed', 'fast', 'flow', 'table', 'aggregation', '(', 'FFTA', ')', 'and', 'its', 'incremental', 'FFTA', 'to', 'make', 'practical', 'flow', 'table', 'aggregation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Universal', 'Sentence', 'Encoder', '(', 'USE', ')', 'model', ',', 'with', 'the', 'Transformer', 'encoder', ',', 'also', 'achieved', 'good', 'results', 'on', 'the', 'product', 'review', '(', 'CR', ')', 'and', 'on', 'the', 'question', '-', 'type', '(', 'TREC', ')', 'tasks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['First', ',', 'most', 'schemes', 'rely', 'on', 'an', 'ideal', 'assumption', 'that', 'the', 'channel', 'state', 'information', '(', 'CSI', ')', 'is', 'static', 'and', 'can', 'be', 'perfectly', 'estimated', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'rest', 'of', 'this', 'paper', ',', 'we', 'discuss', 'only', 'the', 'subspace', '-', 'based', 'estimation', 'of', 'AoA', 'using', 'a', 'covariance', 'matrix', ',', 'and', 'how', 'to', 'accelerate', 'the', 'computation', 'using', 'randomized', 'approximate', 'algorithms', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'compare', 'the', 'proposed', 'algorithm', 'with', 'a', 'distributed', 'algorithm', 'commonly', 'used', 'for', 'DC', ',', 'where', 'a', 'user', 'with', 'RSRP', 'greater', 'than', 'a', 'threshold', '(', ')', 'for', 'the', 'secondary', 'link', 'is', 'dual', 'connected', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['hypothesized', 'that', 'search', 'indices', 'are', 'correlated', 'with', 'the', 'underlying', 'conditions', 'of', 'the', 'United', 'States', '(', 'US', ')', 'housing', 'market', ',', 'and', 'relied', 'on', 'search', 'data', 'obtained', 'from', 'Google', 'Trends', 'as', 'well', 'as', 'housing', 'market', 'indicators', 'for', 'testing', 'that', 'hypothesis', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Each', 'machine', 'is', 'connected', 'to', 'Network', 'File', 'System', '(', 'NFS', ')', 'storage', 'via', 'a', 'single', '10Gb', 'Ethernet', 'network', 'connection', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'features', 'on', 'the', 'left', 'hand', 'side', 'of', 'the', 'figure', 'that', 'were', 'used', 'for', 'classification', 'are', 'the', 'foveal', 'tilt', 'effect', '(', 'FTE', ')', 'in', 'degrees', 'and', 'the', 'persistence', 'of', 'mortar', 'cues', '(', 'PMC', ')', 'in', 'the', 'range', 'of', 'None', ',', 'ML', ',', 'M', ',', 'MH', ',', 'H', 'as', 'explained', 'in', 'Fig', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Moreover', ',', 'our', 'approach', 'directly', 'optimizes', 'for', 'non', '-', 'differentiable', 'IR', 'metrics', 'such', 'as', 'normalized', 'discounted', 'cumulative', 'gain', '(', 'NDCG', ')', ',', 'thereby', 'circumventing', 'the', 'problem', 'of', 'metric', 'divergence', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Previous', 'works', 'proposed', 'the', 'use', 'of', 'user', 'pairing', '[', '7', ']', ',', 'the', 'combination', 'of', 'OMA', 'and', 'NOMA', '[', '8', ']', ',', 'integration', 'of', 'generalized', 'space', 'shift', 'keying', '(', 'GSSK', ')', 'with', 'NOMA', '[', '9', ']', ',', 'and', 'the', 'use', 'of', 'coordinated', 'multiple', 'points', '(', 'CoMP', ')', 'and', 'NOMA', '[', '10].', 'All', 'of', 'these', 'previous', 'works', 'are', 'performed', 'to', 'improve', 'the', 'capacity', 'of', 'DL', 'transmission', 'of', 'NOMA', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'the', 'SD', 'detection', 'problem', 'is', 'defined', 'per', 'resource', 'elements', '(', 'RE', ')', 'and', 'not', 'on', 'the', 'entire', 'block', ',', 'and', 'thus', 'does', 'not', 'result', 'in', 'an', 'optimal', 'solution', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'paper', 'we', 'focus', 'on', 'a', 'popular', 'model', 'for', 'time', 'series', 'analysis', ':', 'the', 'Linear', 'Dynamical', 'System', '(', 'LDS', ')', 'and', 'its', 'application', 'to', 'clinical', 'time', 'series', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'a', 'merging', 'vertex', ',', 'the', 'hybrid', 'local', 'refinement', 'first', 'checks', 'whether', 'either', 'the', 'CW', 'or', 'CCW', 'fans', 'of', 'elements', 'aside', 'the', 'outgoing', 'edge', 'are', 'roughly', 'planar', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'present', 'GMC', ',', 'grid', '-', 'based', 'motion', 'clustering', 'approach', ',', 'a', 'lightweight', 'dynamic', 'object', 'filtering', 'method', 'that', 'is', 'free', 'from', 'high', '-', 'power', 'and', 'expensive', 'processors', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['By', 'the', 'Uniform', 'Limit', 'Theorem', 'ULT', ',', 'the', 'uniform', 'limit', 'of', 'a', 'sequence', 'of', 'continuous', 'functions', 'is', 'continuous', ',', 'that', 'is', ',', 'is', 'continuous', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['ROC', 'curve', 'is', 'a', 'representation', 'of', 'best', 'decision', 'boundaries', 'for', 'cost', 'between', 'true', 'positive', 'rate', '(', 'TPR', ')', 'and', 'false', 'positive', 'rate', '(', 'FPR', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'betweenness', 'centrality', '(', 'BC', ')', 'is', 'used', 'to', 'measure', 'the', 'extent', 'to', 'which', 'a', 'node', 'lies', 'on', 'shortest', 'paths', 'between', 'other', 'node', 'pairs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'dataset', 'is', 'available', 'by', 'request(Contact', ':', 'j.m.ede', ',', 'r.beanland@warwick.ac.uk', ')', 'and', 'will', 'be', 'published', 'as', 'part', 'of', 'the', '226862', 'labelled', 'micrograph', 'Warwick', 'Large', 'Electron', 'Microscopy', 'Dataset', '(', 'WLEMD', ')', 'in', 'a', 'following', 'publication', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'particular', ',', 'standard', 'RNNs', 'have', 'performed', 'poorly', 'at', 'natural', 'language', 'reasoning', '(', 'NLR', ')', 'where', 'systematic', 'generalisation', '(', 'such', 'as', 'rule', '-', 'like', 'extrapolation', ')', 'is', 'essential', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'paper', ',', 'there', 'have', 'been', 'two', 'algorithms', 'which', 'covering', 'these', 'methods', ':', 'Classifier', 'chains', '(', 'CC', ')', 'under', 'BR', 'category', 'and', 'LC', 'aka', 'LP', 'category', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Nonetheless', ',', 'we', 'will', 'outline', 'them', 'here', 'due', 'to', 'the', 'intrinsic', 'similarities', 'between', 'the', 'THz', 'and', 'mmWave', 'bands', 'in', 'the', 'context', 'on', 'on', '-', 'chip', 'nanocommunication', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['If', 'A', ',', 'D', 'are', 'combinator', 'molecules', 'which', 'are', 'multipliers', 'then', 'AD', 'is', 'a', 'multiplier', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'data', 'is', 'then', 'used', 'as', 'input', 'to', 'a', 'Naive', 'Bayes', 'classifier', 'which', 'learns', 'a', 'model', 'of', 'trustworthy', 'relations', 'using', 'unlexicalized', 'POS', 'and', 'noun', 'phrase', '(', 'NP', ')', 'chunk', 'features', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'order', 'to', 'showcase', 'the', 'fact', 'that', 'generates', 'instance', 'segmentation', 'results', 'for', 'datasets', 'that', 'contains', 'just', 'bounding', 'box', 'annotations', 'and', 'not', 'any', 'instance', 'segmentation', 'ground', 'truths', ',', 'we', 'choose', 'Stanford', 'Drone', 'Dataset', '(', 'SDD', ')', 'and', 'UAV123', 'Dataset', 'to', 'carry', 'out', 'our', 'experimentation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Indeed', ',', 'on', 'a', 'word', ',', 'the', 'set', 'of', 'runs', 'on', 'can', 'be', 'described', 'by', 'an', 'infinite', 'Direct', 'Acyclic', 'Graph', '(', 'DAG', ')', 'called', 'the', 'run', '-', 'DAG', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'makes', 'inferring', ',', 'equivalent', 'to', 'the', 'maximum', 'likelihood', 'problem', 'of', 'maximizing', '(', 'Fonteijn', \"'s\", 'EBM', 'uses', 'Markov', 'Chain', 'Monte', 'Carlo', '(', 'MCMC', ')', 'sampling', 'to', 'estimate', 'the', 'posterior', 'distribution', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'work', ',', 'we', 'propose', 'a', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'based', 'method', 'for', 'temporal', 'interpolation', 'via', 'motion', 'field', 'prediction', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['If', 'a', 'node', 'lies', 'in', 'the', 'shortest', 'path', 'with', 'high', 'BC', 'then', 'it', 'may', 'be', 'congested', 'early', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Convolutional', 'Neural', 'Networks', '(', 'CNN', ')', ',', 'a', 'special', 'case', 'of', 'recursive', 'NNs', 'are', 'well', '-', 'explored', 'for', 'computer', 'vision', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['At', 'each', 'epoch', ',', 'we', 'compute', 'the', 'CTC', 'loss', 'and', 'validation', 'error', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Conv', ':', 'Convolutional', 'layer', ',', 'FC', ':', 'fully', 'connected', 'layer', ',', 'MP', ':', 'max', 'pooling', 'layer', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Third', ',', 'logistic', 'regression', 'with', 'weight', 'sharing', 'over', 'different', 'patches', 'is', 'used', 'to', 'quantify', 'the', 'probability', 'of', 'malignancy', 'of', 'each', 'position', 'from', 'the', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'feature', 'maps', 'of', 'high', 'channel', 'dimensions', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'scalar', 'projection', 'of', 'the', 'first', '(', 'PC', '0', ')', 'and', 'second', '(', 'PC', '1', ')', 'principal', 'components', ',', 'along', 'the', 'axis', 'defined', 'by', 'each', 'of', 'the', 'original', 'variables', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['MovieLens', 'TV', 'has', 'several', 'views', '(', 'see', 'Figure', 'fig', ':', 'screenshots', 'for', 'two', 'examples', ')', ',', 'including', 'an', 'explore', 'view', 'for', 'displaying', 'movies', 'in', 'a', 'grid', ',', 'a', 'details', 'view', 'for', 'viewing', 'information', 'about', 'one', 'movie', ',', 'a', 'trailer', 'view', 'for', 'watching', 'movie', 'preview', 'videos', ',', 'and', 'a', 'home', '/', 'help', 'screen', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['After', 'the', 'th', 'epoch', ',', 'we', 'switch', 'to', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'and', 'continue', 'our', 'training', 'up', 'to', 'total', 'epochs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'two', 'chosen', 'series', 'of', 'temporal', 'interactions', 'are', 'labeled', 'as', 'TI', '1', 'and', 'TI', '2', 'with', 'frequency', ',', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Speed', '-', 'up', 'of', 'Instructions', 'Per', 'Cycle', '(', 'IPC', ')', 'with', 'varying', 'remote', 'L1', 'access', 'latencies', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'introduce', 'a', 'novel', 'web', '-', 'based', 'annotation', 'software', 'application', ',', 'Text', 'Annotation', 'Graphs', ',', 'or', 'TAG', ',', 'that', 'provides', 'a', 'rich', 'set', 'of', 'tools', 'for', 'viewing', 'and', 'editing', 'annotations', 'that', 'capture', 'complex', 'natural', 'language', 'phenomena', ',', 'such', 'as', 'deeply', 'nested', 'event', 'structures', '(', 'Figs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Train', '/', 'Valid', '/', 'Test', 'proportions', 'were', 'respectively', '0.8/0.05/0.15', 'for', 'FF', 'and', '0.85/0.0625/0.0875', 'for', 'W.', 'Preliminary', 'experiments', 'were', 'carried', 'out', 'on', 'each', 'dataset', 'separately', 'and', 'on', 'the', 'merge', 'subsets', 'FFW1', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'example', ',', 'MJ', 'is', 'the', 'alias', 'name', 'for', 'both', 'Michael', 'Jackson', '(', 'Pop', 'Singer', ')', 'and', 'Michael', 'Jordan', '(', 'Basketball', 'player', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'LDA', 'requires', 'researchers', 'to', 'manually', 'input', 'the', 'number', 'of', 'components', ',', 'requires', 'labeled', 'data', ',', 'and', 'produces', 'features', 'that', 'are', 'not', 'easily', 'interpretable', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'survey', '-', 'based', 'study', 'provides', 'all', 'the', 'progress', 'made', 'in', 'the', 'Sindhi', 'Natural', 'Language', 'Processing', '(', 'SNLP', ')', 'with', 'the', 'complete', 'gist', 'of', 'adopted', 'techniques', ',', 'developed', 'tools', 'and', 'available', 'resources', 'which', 'show', 'that', 'work', 'on', 'resource', 'development', 'on', 'Sindhi', 'needs', 'more', 'sophisticated', 'efforts', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Moreover', ',', 'they', 'had', 'combined', 'restricted', 'Boltzmann', 'machine', '(', 'RBM', ')', 'and', 'CNN', 'for', 'Arabic', 'HNC', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'was', 'followed', 'by', 'a', 'second', 'push', 'over', 'TV', 'during', 'a', 'major', 'Cricket', 'event', '(', 'on', 'DD', 'Sports', 'during', 'the', 'Indian', 'Premier', 'League', 'finals', ')', 'on', '27', 'May', '2018', 'to', 'the', 'whole', 'country', ',', 'which', 'reached', '1.37', 'million', 'viewers.(TV', 'data', 'was', 'collected', 'by', 'Eurodata', 'TV', 'via', 'BARC', 'in', 'India', '.', ')']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'output', 'units', 'of', 'the', 'acoustic', 'models', 'are', 'tied', 'triphone', 'states', 'obtained', 'using', 'a', 'Classification', 'and', 'Regression', 'Tree', '(', 'CART', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Each', 'figure', 'represents', 'the', 'Accuracy', '(', 'ACC', ')', '(', 'the', 'higher', 'the', 'better', ')', ';', 'and', 'the', 'Expected', 'Calibration', 'Error', '(', 'ECE', ')', '(', 'the', 'lower', 'the', 'better', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'is', 'because', 'a', 'small', 'number', 'of', 'devices', 'apply', 'the', 'CV', 'charging', 'to', 'charge', 'the', 'first', '10', 'and', 'then', 'the', 'CC', 'charging', 'begins', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['iii', ')', 'Training', 'Objective', ':', 'Most', 'existing', 'dialogue', 'models', 'are', 'trained', 'using', 'maximum', 'likelihood', 'estimation', '(', 'MLE', ')', 'with', 'teacher', 'forcing', 'because', 'autoregressive', 'sampling', 'leads', 'to', 'unstable', 'training', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'focus', 'on', 'a', 'simple', 'synthesis', 'algorithm', ',', 'where', 'we', 'explore', 'two', 'patch', 'match', 'heuristics', ';', 'the', 'well', 'known', 'Bidirectional', 'Similarity', '(', 'BS', ')', 'measure', 'and', 'a', 'heuristic', 'that', 'finds', 'near', 'permutations', 'using', 'the', 'solution', 'of', 'an', 'entropy', 'regularized', 'optimal', 'transport', '(', 'OT', ')', 'problem', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Response', 'Map', 'Generation', '(', 'RMG', ')', ':', 'In', 'order', 'to', 'detect', 'Interest', 'Points', '(', 'IPs)using', 'the', 'determinant', 'of', 'the', 'Hessian', 'Matrix', 'of', 'image', ',', 'the', 'RMG', 'Process', 'constructs', 'the', 'scale', '-', 'space', 'of', 'the', 'image', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Using', 'as', 'much', 'training', 'data', 'as', 'possible', 'proved', 'to', 'be', 'useful', ':', 'training', 'a', 'denseNet', 'on', 'FF', 'only', 'gave', 'a', '86.29', 'to', 'be', 'compared', 'to', 'a', '87.41', 'score', ',', 'when', 'using', 'FFW2', 'for', 'training', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['On', 'the', 'other', 'hand', ',', 'MM', 'outperforms', 'TM', 'model', 'for', 'big', 'differences', 'between', 'the', 'model', 'answer', 'and', 'student', 'answer', '(', 'with', 'distance', '5', 'and', '6', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Android', 'instrumentation', 'can', 'load', 'both', 'a', 'test', 'package', 'and', 'the', 'app', 'under', 'test', '(', 'AUT', ')', 'into', 'the', 'same', 'process', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['On', 'the', 'contrary', ',', 'as', 'depicted', 'on', 'the', 'left', 'panel', 'of', 'Fig', ',', 'our', 'PCD', '(', 'for', 'Pure', 'Census', 'Disagregation', ')', 'method', 'generates', 'maps', 'with', 'a', 'natural', 'distribution', 'aspect', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['WDR', '-', 'Weighted', 'Data', 'Rate', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Oxford', 'University', 'Press', ',', 'Inc.', ',', 'New', 'York', ',', 'NY', ',', 'USA', ',', '1994', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['ID3', 'is', 'a', 'popular', 'decision', 'tree', 'algorithm', 'proposed', 'by', 'Ross', 'Quinlan', ',', 'and', 'C4.5', 'is', 'an', 'extension', 'of', 'ID3', 'with', 'improved', 'computing', 'efficiency', ',', 'and', 'other', 'more', 'functions', ',', 'including', 'dealing', 'with', 'continuous', 'values', ',', 'handling', 'attributes', 'with', 'missing', 'values', ',', 'and', 'avoiding', 'over', 'fitting', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['T.E.', 'is', 'funded', 'by', 'Engineering', 'and', 'Physical', 'Sciences', 'Research', 'Council', '(', 'EPSRC', ')', 'National', 'Productivity', 'Investment', 'Fund', '(', 'NPIF', ')', ',', 'reference', '2089662', ',', 'and', 'Cantab', 'Capital', 'Institute', 'for', 'Mathematics', 'of', 'Information', '(', 'CCIMI', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['which', 'shows', 'the', 'cumulative', 'density', 'functions', '(', 'CDF', ')', 'of', 'the', 'basin', '-', 'specific', 'NSE', 'values', 'for', 'all', 'six', 'LSTM', 'models', '(', 'three', 'model', 'configurations', ',', 'and', 'two', 'loss', 'functions', ')', 'over', 'the', '531', 'basins', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Sergey', 'Salishev', ',', 'Andrey', 'Barabanov', ',', 'Daniil', 'Kocharov', ',', 'Pavel', 'Skrelin', ',', 'Mikhail', 'Moiseev', ',', 'Voice', 'Activity', 'Detector', '(', 'VAD', ')', 'Based', 'on', 'Long', '-', 'Term', 'Mel', 'Frequency', 'Band', 'Features', ',', 'Lecture', 'Notes', 'in', 'Computer', 'Science', ',', '2016', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Therefore', ',', 'we', 'can', 'use', 'the', 'character', 'gap', 'of', '1000', 'ms', 'for', 'Character', 'Transfer', 'Rate', '(', 'CTR', ')', 'calculations', 'as', 'the', 'sample', 'data', 'do', 'not', 'show', 'a', 'statistically', 'significant', 'difference', 'with', 'the', 'treatment', 'which', 'gives', 'the', 'highest', 'reading', 'accuracy', 'of', '90.1', '(', 'Character', 'Gap=1500', 'ms', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['As', 'a', 'result', ',', 'various', 'demand', 'response', '(', 'DR', ')', 'frameworks', 'are', 'gaining', 'popularity', 'because', 'of', 'their', 'ability', 'to', 'shape', 'electricity', 'demand', 'by', 'broadcasting', 'time', '-', 'varying', 'signals', 'to', 'customers', ';', 'however', ',', 'most', 'aggregators', 'have', 'not', 'implemented', 'complex', 'DR', 'programs', 'beyond', 'peak', 'shaving', 'and', 'emergency', 'load', 'reduction', 'initiatives', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['(', 'E', ')', 'Canalizing', 'Map', '(', 'CM', ')', 'of', 'automaton', 'TFL1', ',', 'with', 'its', 'two', 'possible', 'states', ',', 'TFL1', ',', 'shown', 'as', 'circles', 'with', 'red', 'contour', ';', 'white', '(', 'black', ')', 'fill', 'color', 'denotes', 'state', '0', '(', '1', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'further', 'prolong', 'the', 'lifetime', ',', 'EH', 'technology', 'is', 'adopted', 'for', 'MTCDs', 'to', 'harvest', 'energy', 'remotely', 'from', 'RF', 'signals', 'radiated', 'by', 'MTCGs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Intents', 'are', 'widely', 'employed', 'in', 'natural', 'language', 'processing', '(', 'NLP', ')', 'and', 'AI', '-', 'based', 'techniques', 'from', 'these', 'domains', 'can', 'be', 'used', 'to', 'integrate', 'user', 'interaction', 'platforms', 'such', 'as', 'chatbots', ',', 'voice', 'command', 'devices', ',', 'etc', '.', ',']", + "output": [ + "Yes." + ] + }, + { + "input": "['Deep', 'neural', 'network', '(', 'DNN', ')', 'with', 'rectified', 'linear', 'unit', '(', 'ReLU', ')', 'activation', 'function', 'is', 'mathematically', 'equivalent', 'to', 'a', 'set', 'of', 'local', 'linear', 'functions', 'corresponding', 'to', 'different', 'input', 'regions', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Between', 'two', 'methods', 'presented', 'in', 'Sections', 'III', 'and', 'IV', ',', 'the', 'continuous', 'profile', 'model', '(', 'CPM', ')', 'gives', 'an', 'advantage', 'over', 'the', 'DTW', 'distance', 'based', 'clustering', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['They', 'firstly', 'formulate', 'the', 'problem', 'as', 'a', '\"', 'Multi', '-', 'level', 'Generalized', 'Assignment', 'Problem', '\"', '(', 'MGAP', ')', 'to', 'accomplish', 'the', 'critical', 'requirement', 'of', 'increasing', 'the', 'ROI', 'under', 'the', 'various', 'constraints', 'of', 'power', 'budget', 'and', 'SLA', 'violation', ',', 'and', 'secondly', 'propose', 'a', 'first', 'fit', 'heuristic', 'algorithm', 'to', 'resolve', 'it', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'context', 'of', 'large', '-', 'scale', 'empirical', 'risk', 'minimization', 'problems', ',', 'the', 'gradient', 'can', 'not', 'be', 'calculated', 'at', 'every', 'iteration', ',', 'and', 'instead', 'stochastic', 'approximations', 'of', 'the', 'gradient', 'are', 'used', ',', 'as', 'in', 'the', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'method', 'and', 'its', 'variants', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Following', 'this', ',', 'the', 'FullConvNet', 'predicted', 'output', 'is', 'modeled', 'as', 'a', 'unary', 'term', 'for', 'Conditional', 'Random', 'Field', '(', 'CRF', ')', 'constructed', 'over', 'the', 'image', 'grid', 'at', 'its', 'original', 'resolution', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['PV', 'denotes', 'paragraph', 'vector', 'here', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Among', 'the', 'suppression', 'methods', 'for', 'SI', ',', 'MIMO', 'processing', ',', 'specialized', 'in', 'the', 'spatial', 'domain', ',', 'provides', 'an', 'exceptionally', 'effective', 'means', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Our', 'primary', 'evaluation', 'metric', 'is', 'Cumulative', 'Residual', 'Threat', '(', 'CRT', ')', 'defined', 'in', 'eq', ':', 'crt', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['New', 'York', ',', 'NY', ',', 'USA', ':', 'ACM', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'expect', 'that', 'the', 'future', 'development', 'of', 'the', 'paradigm', 'of', 'augmented', 'artificial', 'intelligence', 'based', 'on', 'the', 'hierarchy', ':', 'core', 'AI', 'systems', '-', 'clouds', 'of', 'simple', 'correctors', '-', 'networks', 'of', 'interacting', 'AI', 'systems', 'with', 'mutual', 'corrections', 'will', 'help', 'in', 'solution', 'of', 'the', 'real', 'life', 'problems', 'and', 'in', 'the', 'development', 'of', 'interdisciplinary', 'neuroscience', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Secondly', ',', 'a', 'scientific', 'contribution', 'since', 'it', 'will', 'enable', 'the', 'collaboration', 'among', 'experts', 'of', 'the', 'Modelling', 'Simulation', '(', 'MS', ')', 'field', 'with', 'the', 'agent', '-', 'directed', 'paradigm', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'investigate', 'this', 'effect', ',', 'we', 'consider', 'two', 'initialization', 'schemes', ':', '1', ')', 'SVD', '-', 'initial', ',', 'in', 'which', 'the', 'beam', 'directions', 'for', 'each', 'user', 'are', 'chosen', 'as', 'the', 'unitary', 'matrices', 'obtained', 'by', 'the', 'singular', 'value', 'decomposition', '(', 'SVD', ')', 'of', 'channel', 'matrices', 'and', 'the', 'total', 'power', 'at', 'each', 'RRH', 'is', 'equally', 'allocated', 'to', 'the', 'users', 'potentially', 'served', 'by', 'each', 'RRH', ';', '2', ')', 'Rand', '-', 'initial', ',', 'in', 'which', 'both', 'the', 'beam', 'directions', 'and', 'power', 'allocations', 'are', 'randomly', 'generated', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'column', 'contains', 'the', 'optimal', 'interpolation', 'weight', 'for', 'models', 'with', 'linear', 'interpolation', 'and', 'the', 'optimal', 'scale', 'for', 'the', 'IW', 'for', 'models', 'with', 'IW', 'interpolation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Since', 'the', 'update', \"'s\", 'authentication', 'code', 'and', 'verification', 'key', 'are', 'stored', 'in', 'the', 'contract', ',', 'AVs', ',', 'by', 'consulting', 'the', 'blockchain', ',', 'can', 'check', 'whether', 'a', 'received', 'firmware', 'update', 'is', 'the', 'same', 'one', 'that', 'was', 'originally', 'approved', 'by', 'the', 'AV', 'manufacturer', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['On', 'the', 'other', 'hand', ',', 'most', 'graph', 'databases', 'are', 'based', 'on', 'the', 'Property', 'Graph', '(', 'PG', ')', 'data', 'model', ',', 'there', 'is', 'no', 'standard', 'query', 'language', ',', 'and', 'there', 'is', 'no', 'standard', 'notion', 'of', 'property', 'graph', 'schema', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['More', 'precisely', ',', 'we', 'consider', 'a', 'set', 'of', 'agents', 'that', 'own', 'both', 'renewable', 'distributed', 'energy', 'resources', '(', 'DER', ')', 'and', 'electrical', 'loads', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'do', 'so', ',', 'adversaries', 'adopt', 'adversarial', 'machine', 'learning', 'algorithms', '(', 'AML', ')', 'to', 'design', 'an', 'example', 'set', 'called', 'poison', 'data', 'which', 'is', 'used', 'to', 'fool', 'machine', 'learning', 'models', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Diarization', 'error', 'rate', '(', 'DER', ')', 'is', 'the', 'sum', 'of', 'missed', 'speech', '(', 'MS', ')', ',', 'false', 'alarm', '(', 'FA', ')', 'and', 'speaker', 'error', 'rate', '(', 'SER', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['MCCs', 'can', 'be', 'set', 'up', 'in', 'two', 'possible', 'configurations', ':', 'static', 'camera', 'clusters', '(', 'SCCs', ')', 'or', 'dynamic', 'camera', 'clusters', '(', 'DCCs', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'architecture', 'of', 'our', 'combined', 'network', 'Binary', 'Weight', 'Hadamard', '-', 'Transformed', 'Image', 'Network', '(', 'BWHIN', ')', 'is', 'summarized', 'in', 'Figure', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Note', 'that', ',', 'for', 'Case', '4', 'and', 'WD', 'automatically', 'holds', 'but', 'after', 'interchanging', 'last', 'two', 'classifiers', ',', 'WD', 'does', 'not', 'hold', 'for', 'Case', '4', 'whereas', 'holds', 'for', 'Case', '5', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'imbalance', 'ratio', '(', 'IR', ')', 'between', '4', 'classes', 'is', '1.64:1.50:1.27:1.00', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Wide', 'supply', 'range', 'on', '-', 'chip', 'switched', 'capacitor', '(', 'SC', ')', 'converter', 'has', 'been', 'implemented', 'for', 'DVS', 'but', 'it', 'suffers', 'from', 'low', 'efficiency', 'and', 'on', '-', 'chip', 'area', 'overhead', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'higher', 'level', 'tasks', 'in', 'NLP', 'are', 'Machine', 'Translation', '(', 'MT', ')', ',', 'Information', 'Extraction', '(', 'IE', ')', ',', 'Information', 'Retrieval', '(', 'IR', ')', ',', 'Automatic', 'Text', 'Summarization', '(', 'ATS', ')', ',', 'Question', '-', 'Answering', 'System', ',', 'Parsing', ',', 'Sentiment', 'Analysis', ',', 'Natural', 'Language', 'Understanding', '(', 'NLU', ')', 'and', 'Natural', 'Language', 'Generation', '(', 'NLG', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'problem', 'of', 'designing', 'an', 'optimal', 'auction', 'in', 'terms', 'of', 'maximizing', 'the', 'revenue', 'for', 'the', 'ECSP', 'and', 'ensuring', 'Dominant', '-', 'Strategy', 'IC', '(', 'DSIC', ')', 'as', 'well', 'as', 'Individual', 'Rationality', '(', 'IR', ')', 'is', 'considerably', 'challenging', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Since', 'BO', 'is', 'not', 'modeling', 'the', 'dynamics', 'of', 'the', 'system', '/', 'robot', ',', 'it', 'can', 'be', 'effective', 'for', 'learning', 'policies', 'for', 'robots', 'with', 'complex', '(', 'e.g.', ',', 'locomotion', 'tasks', ',', 'because', 'of', 'the', 'non', '-', 'linearity', 'created', 'by', 'the', 'contacts', ')', 'or', 'high', '-', 'dimensional', 'dynamics', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Illustration', 'of', 'training', 'the', 'inner', '-', 'product', 'model', 'with', 'unified', 'distillation', '(', 'UD', ')', 'and', '(', 'b', ')', 'its', 'deployment', 'during', 'serving', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Cooperative', 'spectrum', 'sharing', 'with', 'energy', 'harvesting', 'best', 'secondary', 'user', 'selection', 'and', 'non\u2010orthogonal', 'multiple', 'access', '\"', ',', '2017', 'International', 'Conference', 'on', 'Computing', ',', 'Networking', 'and', 'Communications', '(', 'ICNC', ')', ';', 'Santa', 'Clara', ',', 'CA', ',', 'USA', ',', '(', '2017', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'their', 'subsequent', 'work', ',', 'demonstrated', 'the', 'improved', 'performance', 'using', 'Convolutional', 'neural', 'networks', '(', 'CNN', ')', 'and', 'Long', 'short', 'term', 'memory', '(', 'LSTM', ')', 'based', 'deep', 'learning', 'architectures', 'to', 'solve', 'this', 'problem', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'very', 'successful', 'method', 'called', 'Temporal', 'Ensembling', 'was', 'also', 'recently', 'introduced', ',', 'where', 'the', 'authors', 'explored', 'the', 'idea', 'of', 'a', 'temporal', 'ensembling', 'network', 'for', 'semi', '-', 'supervised', 'learning', 'where', 'the', 'predictions', 'of', 'multiple', 'previous', 'network', 'evaluations', 'were', 'aggregated', 'using', 'an', 'exponential', 'moving', 'average', '(', 'EMA', ')', 'with', 'a', 'penalization', 'term', 'for', 'the', 'predictions', 'that', 'were', 'inconsistent', 'with', 'this', 'target', ',', 'achieving', 'state', '-', 'of', '-', 'the', '-', 'art', 'results', 'in', 'several', 'semi', '-', 'supervised', 'learning', 'benchmarks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'line', 'with', 'the', 'above', '-', 'presented', 'studies', ',', 'the', 'goal', 'of', 'the', 'present', 'paper', 'is', 'i', ')', 'to', 'provide', 'an', 'extensive', 'comparison', 'of', 'several', 'autoencoder', 'architectures', 'including', 'shallow', ',', 'deep', ',', 'recurrent', 'and', 'variational', 'autoencoders', ',', 'with', 'a', 'systematic', 'comparison', 'to', 'a', 'linear', 'dimensionality', 'reduction', 'technique', ',', 'in', 'the', 'present', 'case', 'Principal', 'Component', 'Analysis', '(', 'PCA', ')', '(', 'to', 'the', 'best', 'of', 'our', 'knowledge', ',', 'such', 'comparison', 'of', 'non', '-', 'linear', 'approaches', 'with', 'a', 'linear', 'one', 'has', 'never', 'been', 'done', 'in', 'previous', 'studies', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'most', ',', 'the', 'Cloud', 'promises', 'immediate', ',', 'on', '-', 'demand', 'access', 'to', 'resources', ',', 'self', '-', 'service', 'management', 'of', 'infrastructure', ',', 'plus', 'the', 'ability', 'to', 'operate', 'with', 'a', 'level', 'of', 'agility', 'and', 'isolation', 'not', 'possible', 'on', 'traditional', 'high', 'performance', 'computing', '(', 'HPC', ')', 'systems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Hence', ',', 'an', 'ensemble', 'of', 'BLs', 'not', 'only', 'increases', 'the', 'detection', 'accuracy', 'but', 'also', 'provides', 'an', 'opportunity', 'to', 'increase', 'the', 'energy', 'saving', 'of', 'the', 'system', 'by', 'leveraging', 'the', 'proposed', 'ADEPOS', 'algorithm', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'International', 'Standard', 'Language', 'Resource', 'Number', '(', 'ISLRN', ')', 'of', 'the', 'Serbian', 'Simile', 'Corpus', 'is', '534', '-', '837', '-', '568', '-', '404', '-', '3', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['It', 'reported', 'Pearson', \"'s\", 'correlation', 'coefficient', '(', 'PCC', ')', 'of', 'angle', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'large', 'anatomical', 'variations', 'in', 'the', 'shape', 'and', 'motion', 'of', 'abdominal', 'organs', 'can', 'occur', 'when', 'treatment', 'lasts', 'several', 'weeks', ',', 'while', 'time', '-', 'series', 'three', '-', 'dimensional', '(', '3D', ')', 'computed', 'tomography', '(', 'CT', ')', 'images', 'can', 'only', 'be', 'obtained', 'for', 'initial', 'radiation', 'planning', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Reinforcement', 'learning', '(', 'RL', ')', 'is', 'often', 'applied', 'to', 'problems', 'involving', 'decision', 'making', 'and', 'maximizing', 'feedback', 'rewards', 'as', 'a', 'performance', 'signal', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'USS', 'setup', ',', 'the', 'structure', 'of', 'the', 'problem', 'is', 'exploited', ',', 'and', 'it', 'is', 'shown', 'that', 'under', 'certain', 'conditions', ',', 'namely', 'strong', 'dominance', '(', 'SD', ')', 'and', 'weak', 'dominance', '(', 'WD', ')', ',', 'learning', 'is', 'possible', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Live', 'attenuated', 'influenza', 'vaccines', '(', 'LAIV', ')', 'were', 'administered', 'to', 'school', 'age', 'children', 'in', 'various', 'pilot', 'locations', ',', 'recognising', 'that', 'children', 'are', 'key', 'factors', 'in', 'the', 'transmission', 'of', 'the', 'influenza', 'virus', 'in', 'the', 'general', 'population', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['developped', 'a', 'multivariate', 'test', 'that', 'applies', 'on', 'a', 'region', '-', 'to', '-', 'brain', 'connectivity', 'map', ',', 'called', 'multivariate', 'distance', 'matrix', 'regression', '(', 'MDMR', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Under', 'this', 'setting', ',', 'we', 'establish', 'in', 'this', 'paper', 'a', 'central', 'limit', 'theorem', '(', 'CLT', ')', 'of', 'the', 'SNR', 'under', 'two', 'different', 'regimes', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['RTB', 'Strategy', 'In', 'the', 'RTB', 'process', ',', 'the', 'advertiser', 'receives', 'the', 'bid', 'request', 'of', 'an', 'ad', 'impression', 'with', 'its', 'real', '-', 'time', 'information', 'and', 'the', 'very', 'first', 'thing', 'to', 'do', 'is', 'to', 'estimate', 'the', 'utility', ',', 'i.e.', ',', 'the', 'user', \"'s\", 'response', 'on', 'the', 'ad', 'if', 'winning', 'the', 'auction', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Apart', 'from', 'using', 'RF', 'for', 'quantile', 'regression', 'forest', ',', 'we', 'shall', 'use', 'RF', 'for', 'feature', 'importance', 'and', 'partial', 'dependence', 'plots', '(', 'PDP', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Instead', 'of', 'drawing', 'uniformly', 'as', 'in', 'the', 'Bernoulli', 'case', ',', 'a', 'softmax', 'is', 'used', 'to', 'draw', 'from', 'the', 'continuous', 'distribution', 'with', 'a', 'temperature', 'controlling', 'the', 'kurtosis', 'of', 'the', 'softmax', 'and', 'Stochastic', 'Gradient', 'Descent', '(', 'SGD', ')', 'can', 'be', 'used', 'for', 'optimization', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'expect', 'that', 'adding', 'more', 'dynamics', 'and', 'constraints', 'will', 'make', 'some', 'tasks', 'easier', 'for', 'reinforcement', 'learning', 'agents', '(', 'or', 'easier', 'for', 'them', 'to', 'learn', ')', 'even', 'when', 'that', 'is', 'not', 'obvious', 'in', 'human', 'play', ',', 'as', 'similar', 'patterns', 'of', 'emergent', 'difficulty', 'have', 'been', 'found', 'in', 'other', 'RL', 'settings', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Although', 'automatic', 'take', '-', 'off', 'and', 'landing', 'technology', 'has', 'been', 'tested', 'using', 'piloted', 'aircraft', 'such', 'as', 'F', '/', 'A-18E', '/', 'F', ',', 'the', 'full', 'potential', 'of', 'emerging', 'unmanned', 'air', 'vehicles', '(', 'UAVs', ')', 'has', 'not', 'yet', 'been', 'systematically', 'explored', 'and', 'thoroughly', 'investigated', 'for', 'aircraft', 'automated', 'carrier', 'landing', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Error', '-', 'rejection', 'curves', 'for', 'the', 'intent', 'analyst', '(', 'IA', ')', 'labeling', 'accuracy', 'on', 'Spanish', 'audio', ',', 'Spanish', 'ASR', 'and', 'human', 'transcripts', ',', 'and', 'their', 'machine', 'translations', 'into', 'English', '(', 'MT', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'cooling', 'data', 'for', 'thermal', 'power', 'plants', 'was', 'further', 'enhanced', 'by', 'data', 'from', 'the', 'Energy', 'Information', 'Agency', \"'s\", '(', 'EIA', ')', 'databases', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Together', 'with', 'iterative', 'reconstruction', 'capabilities', ',', 'these', 'two', 'methods', 'have', 'the', 'potential', 'to', 'allow', 'reconstruction', 'from', 'limited', 'numbers', 'of', 'projections', 'and', 'fault', 'detection', 'be', 'performed', 'fast', 'and', 'reliably', 'in', 'in', '-', 'process', 'CT', 'applications', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Use', 'the', 'tract', 'orientation', 'map', 'as', 'a', 'prior', 'by', 'taking', 'the', 'weighted', 'mean', 'between', 'the', 'predicted', 'orientation', 'from', 'the', 'TOM', 'and', 'the', 'original', 'orientation', 'normally', 'used', 'for', 'tracking', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'pivotal', 'source', ',', 'i.e.', 'Transport', 'Data', ',', 'can', 'additionally', 'be', 'found', 'across', 'different', 'urban', 'settings', 'also', 'through', 'open', 'data', 'standards', 'such', 'as', 'the', 'General', 'Transit', 'Feed', 'Specification', '(', 'GTFS', ')', ',', 'which', '\"', 'allows', 'public', 'transportation', 'agencies', 'to', 'provide', 'real', '-', 'time', 'updates', 'about', 'their', 'fleet', 'to', 'application', 'developers', '\"', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Those', 'tracts', 'overlap', ',', 'resulting', 'in', 'multiple', 'fiber', 'orientation', 'distribution', 'function', '(', 'FOD', ')', 'peaks', 'per', 'voxel', 'and', 'larger', 'bottleneck', 'situations', 'with', 'tracts', 'per', 'voxel', 'outnumbering', 'the', 'peaks', 'per', 'voxel', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'particular', ',', 'fully', 'convolutional', 'networks', '(', 'FCN', ')', 'such', 'as', 'U', '-', 'Net', ',', 'DeepMedic', 'and', 'holistically', 'nested', 'networks', 'have', 'been', 'shown', 'to', 'achieve', 'robust', 'and', 'accurate', 'performance', 'in', 'various', 'tasks', 'including', 'cardiac', 'MR', ',', 'brain', 'tumours', 'and', 'abdominal', 'CT', 'image', 'segmentation', 'tasks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'authors', 'achieved', 'computation', '69500', 'clock', 'cycles', 'through', 'the', 'single', 'core', 'with', 'HA', 'and', '47900', 'clock', 'cycles', 'through', 'the', 'multi', 'core', 'combining', 'Gallant', ',', 'Lambert', ',', 'and', 'Vanstone', ',', '(', 'GLV', ')', 'technique', ',', 'HA', 'and', 'DA', 'in', 'SM', 'unprotected', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Within', 'CDFNet', ',', 'we', 'propose', 'two', 'architectural', 'contributions', ',', 'namely', 'competitive', 'dense', 'block', '(', 'CDB', ')', 'and', 'competitive', 'unpooling', 'block', '(', 'CUB', ')', 'to', 'induce', 'competition', 'at', 'local', 'and', 'global', 'scales', 'for', 'short', 'and', 'long', '-', 'range', 'skip', 'connections', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'each', 'article', ',', 'we', 'calculate', 'the', 'subgraph', 'ratio', 'profile', '(', 'SRP', ')', 'as', 'defined', 'by', 'Milo', 'et', 'al', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'II', ',', 'we', 'start', 'with', 'a', 'brief', 'introduction', 'to', 'the', 'BATS', 'codes', 'and', 'the', 'related', 'works', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'work', 'we', 'are', 'mainly', 'interested', 'in', 'navigating', 'an', 'Unmanned', 'Aerial', 'Vehicle', '(', 'UAV', ')', 'in', 'cluttered', 'and', 'unstructured', 'environments', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Simulation', 'results', 'confirm', 'that', 'in', 'uncoded', 'scenarios', 'the', 'proposed', 'MSD', 'scheme', 'achieves', 'the', 'performance', 'of', 'the', 'optimal', 'maximum', 'likelihood', '(', 'ML', ')', 'detection', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'then', 'have', 'proposed', 'a', 'solution', 'based', 'on', 'the', 'Key', 'Vault', ':', 'a', 'new', 'Generic', 'Enabler', '(', 'GE', ')', 'responsible', 'for', 'key', 'management', 'and', 'distribution', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'base', 'our', 'model', 'in', 'the', 'Stochastic', 'Block', 'Model', '(', 'SBM', ')', 'ofNowicki-01', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'reduce', 'the', 'dimensionality', 'of', 'the', 'data', 'set', ',', 'Non', '-', 'negative', 'Matrix', 'Factorization', '(', 'NMF', ')', '(', 'with', 'a', 'rank', 'of', '2', ')', 'was', 'used', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['EBM', 'Embedding', 'based', 'method', 'mainly', 'utilizes', 'context', 'information', 'to', 'examine', 'the', 'similarity', 'between', 'expanded', 'concepts', 'and', 'seeds', 'like', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Recently', ',', 'there', 'has', 'been', 'an', 'increasing', 'interest', 'in', 'Neural', 'Machine', 'Translation', '(', 'NMT', ')', 'models', ',', 'which', 'are', 'also', 'statistical', 'based', ',', 'but', 'they', 'use', 'neural', 'networks', 'architectures', 'that', 'are', 'feed', 'with', 'very', 'big', 'amounts', 'of', 'parallel', 'corpora', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['p84', 'used', 'randomness', 'for', 'intermediate', 'values', 'and', 'special', 'points', 'through', 'using', 'randomized', 'linearly', '-', 'transformed', 'coordinates', '(', 'RLC', ')', 'to', 'prevent', 'refined', 'power', 'analysis', '(', 'RPA', ')', 'and', 'zero', '-', 'value', 'point', '(', 'ZPA', ')', 'attacks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'theoretically', 'analyze', 'the', 'Family', 'Wise', 'Error', 'Rate', '(', 'FWER', ')', 'and', 'bounds', 'on', 'Type', '1', 'and', 'Type', '2', 'error', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'is', 'because', 'the', 'great', 'practical', 'advantage', 'of', '1NN', 'classification', 'is', 'that', 'a', 'classifier', 'function', 'does', 'not', 'need', 'to', 'be', 'explicitly', 'evaluated', 'when', 'classifying', 'an', 'unlabelled', 'example', ';', 'the', 'new', 'point', 'is', 'simply', 'assigned', 'the', 'class', 'of', 'the', 'nearest', 'prototype', 'in', 'the', 'reference', 'set', ',', 'which', 'can', 'be', 'identified', 'efficiently', 'using', 'a', '-d', 'tree', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'order', 'to', 'maximize', 'the', 'discrimination', 'between', 'the', 'different', 'dialect', 'classes', 'in', 'the', 'i', '-', 'vector', 'space', ',', 'we', 'combine', 'Linear', 'Discriminant', 'Analysis', '(', 'LDA', ')', 'and', 'Within', 'Class', 'Co', '-', 'variance', 'Normalization', 'dehak2011language', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'will', 'now', 'prove', 'consistency', 'of', 'the', 'least', 'absolute', 'deviation', '(', 'LAD', ')', 'surrogate', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'our', 'previous', 'study', ',', 'the', 'MV', 'was', 'mounted', 'in', 'a', 'rigid', 'straight', 'tube', ',', 'the', 'peak', 'diastolic', 'filling', 'pressure', 'is', 'around', '10mmHg', ',', 'and', 'the', 'peak', 'flow', 'rate', 'across', 'the', 'MV', 'is', 'comparable', 'to', 'the', 'measured', 'value', '(', '600mL', '/', 's', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'semantic', 'resources', 'generated', 'by', 'open', 'budget', 'initiatives', 'can', 'be', 'instantly', 'ready', 'for', 'reuse', ',', 'when', 'resources', 'follow', 'Linked', 'Open', 'Data', '(', 'LOD', ')', 'principles', 'and', 'guidelines', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'analysis', 'of', 'mobile', 'phone', 'call', 'detail', 'records', '(', 'CDR', ')', 'has', 'been', 'proven', 'to', 'be', 'an', 'effective', 'and', 'valuable', 'way', 'of', 'studying', 'large', '-', 'scale', 'human', 'mobility', 'after', 'natural', 'disasters', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Similarly', 'for', 'the', 'cases', 'of', 'OO', ',', 'PP', ',', 'OP', ',', 'OS', ',', 'PS', ',', 'PO', ',', 'SP', ',', 'SO', ',', 'the', 'proper', 'terms', 'of', 'the', 'triples', 'for', 'each', 'result', 'from', 'any', 'subquery', ',', 'and', 'results', 'from', 'subquery', ',', 'are', 'copied', 'as', 'keys', 'for', 'merging', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', ',', 'authors', 'study', 'existing', 'solutions', 'regarding', 'access', 'control', 'systems', 'and', 'argue', 'that', 'these', 'systems', 'are', 'not', 'effective', 'in', 'the', 'domain', 'of', 'IoT', 'because', 'of', 'its', 'expected', 'growth', 'from', 'millions', 'to', 'billions', 'of', 'devices', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'a', 'QA', 'benchmark', '(', 'QALD7', ')', ',', 'we', 'evaluate', 'a', 'visual', 'method', 'which', 'is', 'based', 'on', 'iteratively', 'creating', 'diagrams', 'until', 'the', 'answer', 'is', 'found', ',', 'against', 'four', 'QA', 'systems', 'that', 'have', 'natural', 'language', 'queries', 'as', 'input', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Also', ',', 'version', '3', 'integrates', 'web', 'services', 'and', 'the', 'Web', 'Services', 'Description', 'Language', '(', 'WSDL', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'give', 'an', 'overview', 'of', 'the', 'system', 'and', 'software', 'engineering', 'processes', 'in', 'the', 'SKA1', 'development', ',', 'and', 'the', 'tension', 'between', 'classical', 'and', 'agile', 'SE', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Adiabatic', 'quantum', 'computation', '(', 'AQC', ')', 'considers', 'evolving', 'Hamiltonians', 'of', 'the', 'form', 'to', 'perform', 'quantum', 'computation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'fact', ',', 'these', 'one', '-', 'bit', 'decisions', 'are', 'reported', 'to', 'a', 'Fusion', 'Center', '(', 'FC', ')', 'which', 'is', 'located', 'in', 'the', 'AP', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['173', ']', 'proposed', 'an', 'adaptive', 'video', 'streaming', 'method', 'based', 'on', 'Q', '-', 'learning', 'approach', ',', 'in', 'which', 'Markov', 'decision', 'process', '(', 'MDP', ')', 'was', 'used', 'for', 'modelling', 'the', 'system', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'methods', 'for', 'crowd', 'counting', 'in', 'videos', 'fall', 'into', 'two', 'broad', 'categories', ':', '(', 'a', ')', 'Region', 'of', 'Interest', '(', 'ROI', ')', 'counting', ',', 'which', 'estimates', 'the', 'total', 'number', 'of', 'people', 'in', 'some', 'region', 'at', 'a', 'certain', 'time', ';', 'and', '(', 'b', ')', 'Line', 'of', 'Interest', '(', 'LOI', ')', 'counting', ',', 'which', 'counts', 'the', 'number', 'of', 'people', 'crossing', 'a', 'detecting', 'line', 'in', 'a', 'video', 'during', 'a', 'certain', 'period', 'of', 'time', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Since', 'only', 'pelvic', 'regions', 'are', 'concerned', ',', 'we', 'further', 'crop', 'the', 'aligned', 'CT', 'and', 'MR', 'images', 'to', 'reduce', 'the', 'computational', 'burden', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Recently', ',', 'reinforcement', 'learning', '(', 'RL', ')', 'combined', 'with', 'deep', 'neural', 'networks', 'has', 'achieved', 'human', '-', 'level', 'or', 'higher', 'performances', 'in', 'challenging', 'games', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Fink', '*', 'Fink2017', 'argues', 'the', 'European', 'Union', \"'s\", 'General', 'Data', 'Protection', 'Regulation', '(', 'GDPR', ')', ',', 'based', 'on', 'an', 'old', 'world', 'order', 'of', 'centralised', 'data', 'silos', ',', 'fundamentally', 'conflicts', 'with', 'DLT', ';', 'whilst', 'also', 'believing', 'DLT', 'might', 'contribute', 'to', 'data', 'protection', 'regulations', 'by', 'providing', 'citizens', 'cryptographic', 'control', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'work', 'proposes', 'a', 'new', 'adaptive', '-', 'robust', 'control', '(', 'ARC', ')', 'architecture', 'for', 'a', 'class', 'of', 'uncertain', 'Euler', '-', 'Lagrange', '(', 'EL', ')', 'systems', 'where', 'the', 'upper', 'bound', 'of', 'the', 'uncertainty', 'satisfies', 'linear', 'in', 'parameters', '(', 'LIP', ')', 'structure', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'second', 'stream', ',', 'we', 'use', 'a', 'CNN', 'for', 'optical', 'character', 'recognition', '(', 'OCR', ')', 'to', 'extract', 'textual', 'information', ',', 'confidence', 'scores', ',', 'and', 'string', 'similarities', 'from', 'a', 'pair', 'of', 'high', '-', 'resolution', 'license', 'plate', 'patches', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Suppose', 'the', 'current', 'event', 'step', 'in', 'the', 'sequence', 'is', ',', 'then', 'the', 'probability', 'mass', 'function', '(', 'PMF', ')', 'vector', 'of', 'the', 'next', 'potential', 'step', 'is', 'obtained', 'through', 'a', 'softmax', 'layer', 'that', 'is', 'divided', 'into', 'two', 'parts', ':', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'approach', 'allows', 'to', 'perform', 'Bayesian', 'Filtering', '(', 'BF', ')', '(', 'sequential', ',', 'update', ',', 'and', 'prediction', ')', 'to', 'solve', 'the', 'data', 'association', 'problem', '(', 'observation_equivalence', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'computation', 'step', 'is', 'completed', 'when', 'a', 'thread', 'actor', 'runs', 'a', 'time', 'slice', 'by', 'popping', 'its', 'semantic', 'stack', 'and', 'performing', 'a', 'semantic', 'operation', 'as', 'a', 'function', 'of', 'its', 'environment', 'and', 'the', 'single', '-', 'assignment', 'store', '(', 'dataflow', 'memory', ')', ',', 'thereby', 'satisfying', 'the', 'OCM', 'definition', 'of', 'a', 'full', 'computation', 'step', ':', '(', 'ST', 'MST', ',', ')', '(', 'ST', 'MST', ',', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Time', '-', 'Delayed', 'Control', '(', 'TDC', ')', 'is', 'utilized', 'in', 'to', 'implement', 'state', 'derivative', 'feedback', 'for', 'enhancing', 'stability', 'margin', 'of', 'SISO', 'linear', 'time', 'invariant', '(', 'LTI', ')', 'systems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Thus', ',', 'to', 'bridge', 'the', 'gap', 'between', 'ITP', 'and', 'the', 'architecture', 'domain', ',', 'we', 'developed', 'APML', ':', 'an', 'architecture', 'proof', 'modeling', 'language', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['AIRs', 'such', 'as', 'mutual', 'information', '(', 'MI', ')', 'and', 'generalized', 'mutual', 'information', '(', 'GMI', ')', 'have', 'emerged', 'as', 'practical', 'tools', 'to', 'design', 'optical', 'fiber', 'communication', 'systems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['As', 'a', 'part', 'of', 'the', 'characterization', ',', 'a', 'new', 'transmission', 'method', 'called', 'space', '-', 'time', 'interference', 'alignment', 'is', 'proposed', ',', 'which', 'exploits', 'both', 'the', 'current', 'and', 'past', 'CSI', 'jointly', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'light', 'of', 'the', 'challenge', 'in', 'dividing', 'the', 'neural', 'network', 'architecture', 'between', 'task', '-', 'shared', 'and', 'task', '-', 'specific', 'parts', 'among', 'different', 'tasks', ',', 'we', 'propose', 'an', 'efficient', 'deep', 'learning', 'architecture', 'called', 'Task', 'Adaptive', 'Activation', 'Network', '(', 'TAAN', ')', 'to', 'enable', 'flexible', 'and', 'low', '-', 'cost', 'multi', '-', 'task', 'learning', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Finally', ',', 'the', 'named', 'entity', 'recognition', '(', 'NER', ')', 'component', 'determines', 'the', 'semantic', 'type', 'of', 'the', 'head', 'and', 'tail', 'of', 'each', 'triple', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['CRNN', 'is', 'a', 'convolutional', 'recurrent', 'neural', 'network', 'where', 'the', 'convolutional', 'layers', 'are', 'followed', 'by', 'a', 'bidirectional', 'recurrent', 'layer', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Among', 'pairs', 'estimated', 'to', 'have', 'high', 'translation', 'quality', 'by', 'each', 'method', ',', 'there', 'were', '26', 'pairs', 'in', 'Blend', 'and', '42', 'pairs', 'in', 'the', 'proposed', 'method', 'with', 'a', 'low', 'word', 'surface', 'matching', 'rate', 'between', 'MT', 'hypotheses', 'and', 'reference', 'translations', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Adaptive', 'Radix', 'Tree', '(', 'ART', ')', 'index', 'was', 'first', 'proposed', 'in', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Remark', '6', ':', 'The', 'proposed', 'CSI', 'feedback', 'delay', '-', 'DoF', 'gain', 'trade', '-', 'off', 'shows', 'that', 'if', 'users', 'send', 'CSI', 'to', 'the', 'transmitter', 'within', '33', 'of', 'the', 'channel', 'coherence', 'time', ',', 'then', 'the', 'system', 'performance', 'is', 'not', 'degraded', 'from', 'a', 'DoF', 'perspective', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'paper', ',', 'we', 'applied', 'our', 'method', 'to', 'the', 'under', '-', 'sampled', 'computed', 'tomography', '(', 'CT', ')', 'projection', 'data', 'and', 'also', 'considered', 'a', 'case', 'of', 'reconstruction', 'in', 'emission', 'tomography', 'The', 'MATLAB', 'code', 'is', 'provided', 'to', 'support', 'obtained', 'results', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'handle', 'this', 'problem', ',', 'we', 'develop', 'an', 'efficient', 'iterative', 'algorithm', 'based', 'on', 'the', 'principles', 'of', 'block', 'coordinate', 'descent', '(', 'BCD', ')', 'along', 'with', 'the', 'successive', 'convex', 'approximation', '(', 'SCA', ')', 'method', 'to', 'solve', 'this', 'problem', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['It', 'is', 'defined', 'in', 'terms', 'of', 'True', 'Positives', '(', 'TP', ')', 'and', 'False', 'Positives', '(', 'FP', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['As', 'ground', 'truth', ',', 'we', 'use', 'the', 'results', 'of', 'the', 'Portuguese', 'translation', 'of', 'Beck', \"'s\", 'Depression', 'Inventory', '(', 'BDI', ')', 'collected', 'from', 'an', 'online', ',', 'voluntarily', 'answered', ',', 'questionnaire(We', 'conducted', 'the', 'research', 'under', 'the', 'approval', 'of', 'the', 'ethical', 'committee', 'of', 'the', 'Federal', 'Fluminense', 'University', '(', 'UFF', ')', ',', 'CAAE', ':', '89859418.1.0000.5243', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['PSNR', '[', 'dB', ']', 'of', 'reconstructed', 'spectra', 'from', 'the', 'CRBM', 'and', 'RBM', 'with', 'respect', 'to', 'magnitude', 'spectrum', '(', 'MS', ')', 'and', 'phase', 'difference', '(', 'PD', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Although', 'we', 'envisage', 'that', 'these', 'URLs', 'are', 'checked', 'for', 'liveness', 'before', 'complaints', 'are', 'generated', ',', 'we', 'note', 'that', 'mp3toys.xyz', 'dynamically', 'generates', '200', 'OK', 'HTTP', 'responses', 'for', 'any', 'URL', 'requested', ',', 'likely', 'disrupting', 'any', 'liveness', 'checks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Named', 'Data', 'Networking', '(', 'NDN', ')', 'is', 'an', 'emerging', 'internet', 'architecture', 'that', 'addresses', 'weaknesses', 'of', 'the', 'Internet', 'Protocol', '(', 'IP', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'resist', 'modeling', ',', 'a', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'that', 'predicts', 'slicing', 'thresholds', 'in', 'aerial', 'images', 'is', 'proposedRESIST_SPIE2017_Watanabe', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'current', 'state', 'of', 'the', 'art', 'are', 'recurrent', 'neural', 'network', '(', 'RNN', ')', 'based', 'LMs', ',', 'and', 'more', 'specifically', 'long', 'short', '-', 'term', 'memory', 'models', '(', 'LSTM', ')', 'LMs', 'and', 'their', 'variants', '(', 'e.g.', 'gated', 'recurrent', 'units', '(', 'GRU', ')', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'they', 'stated', 'that', '\"', 'the', 'biggest', 'issue', 'with', 'TD', 'communication', 'has', 'been', 'the', 'gap', 'between', 'technical', 'and', 'non', '-', 'technical', 'stakeholders', '\"', ',', 'which', 'emphasizes', 'the', 'need', 'for', 'tools', 'that', 'help', 'teams', 'communicate', 'about', 'the', 'state', 'of', 'a', 'project', \"'s\", 'technical', 'debt', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'model', 'Name', 'Entity', 'Recognition', '(', 'NER', ')', 'as', 'a', 'sequence', 'tagging', 'task', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'propose', 'herein', 'a', 'role', '-', 'based', 'approach', 'to', 'ECs', 'that', 'captures', 'a', 'key', 'missing', 'aspect', 'in', 'today', \"'s\", 'IoT', 'systems', ',', 'namely', ',', 'adaptability', 'to', 'dynamic', 'environments', ',', 'along', 'with', 'maintaining', 'a', 'coherent', 'user', 'perspective', 'of', 'the', 'systems', 'aligned', 'with', 'the', 'user', \"'s\", 'objectives', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['11-celikyilmaz', '-', 'hakkani', 'introduces', 'two', '-', 'tiered', 'topic', 'model', '(', 'TTM', ')', 'which', 'models', 'topics', 'as', 'two', 'levels', ':', 'low', '-', 'level', 'topics', 'which', 'are', 'distributions', 'over', 'words', ',', 'and', 'top', '-', 'level', 'topics', 'which', 'are', 'correlations', 'between', 'these', 'lower', 'level', 'topics', 'given', 'sentences', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'static', 'timing', 'analysis', '(', 'STA', ')', 'it', 'is', 'common', 'practice', 'that', 'two', 'dimensional', 'lookup', '-', 'tables', 'are', 'used', 'for', 'describing', 'the', 'delay', 'of', 'cells', 'dependent', 'from', 'slope', 'and', 'load', 'capacitance', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Although', 'far', 'from', 'trivial', ',', 'recognition', 'is', 'a', 'relatively', 'easy', 'task', 'nowadays', 'thanks', 'to', 'advances', 'in', 'Deep', 'Learning', '(', 'DL', ')', 'algorithms', ',', 'which', 'have', 'reached', 'human', 'level', 'recognition', 'or', 'above', 'at', 'several', 'object', 'detection', 'and', 'classification', 'problems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['first', 'uses', 'the', 'ResNet-', 'to', 'extract', 'the', 'features', 'of', 'the', 'current', 'full', 'observation', 'views', 'and', 'the', 'target', 'view', ',', 'followed', 'by', 'seven', 'fully', 'connected', '(', 'FC', ')', 'layers', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['is', 'the', 'reflected', 'signal', 'resulting', 'from', 'the', 'interaction', 'between', 'the', 'probing', 'function', 'and', 'the', 'SRF', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'novel', 'Prune', '-', 'based', 'Local', 'Outlier', 'Factor', '(', 'PLOF', ')', 'approach', 'is', 'proposed', ',', 'in', 'which', 'prior', 'to', 'employing', 'LOF', ',', 'outlierness', 'of', 'each', 'data', 'instance', 'is', 'measured', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'analysis', ',', 'low', '-', 'pass', 'Finite', 'Impulse', 'Response', '(', 'FIR', ')', 'filters', 'based', 'on', 'Hamming', 'window', 'are', 'used', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'provide', 'a', 'lower', 'bound', 'for', 'the', 'PoA', 'of', 'our', 'game', 'considering', 'the', 'circuitry', 'power', 'as', 'zero', 'and', 'assuming', 'the', 'channel', 'gains', 'modeled', 'by', 'path', '-', 'loss', 'with', 'path', '-', 'loss', 'exponent', 'equal', 'to', '2', 'so', 'that', 'in', 'which', 'is', 'the', 'distance', 'between', 'the', 'nodes', 'and', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['TE', 'methods', ':', 'We', 'perform', 'the', 'Transformation', 'Encoder', '(', 'TE', ')', 'on', 'a', 'problem', 'that', 'its', 'documents', 'are', 'represented', 'under', 'one', 'feature', 'set', 'with', 'one', 'feature', 'value', 'assignment', 'to', 'compute', 'the', 'transformation', 'error', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['New', 'York', ',', 'NY', ',', '2000', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['generalize', 'the', 'iterative', 'soft', 'thresholding', 'method', 'to', '-shrinkage', 'thresholding', 'for', 'solving', 'sparse', 'signal', 'recovery', '(', 'SSR', ')', 'problems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'example', ',', 'CF2', 'and', 'DeepSRDCF', 'employ', 'the', 'convolutional', 'features', 'extracted', 'from', 'VGGNet', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['While', 'the', 'first', 'data', 'set', 'contains', 'word', 'segmentation', ',', 'PoS', ',', 'chunking', ',', 'named', 'entity', '(', 'NE', ')', 'information', ',', 'the', 'second', 'dataset', 'contains', 'only', 'NE', 'information', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'each', 'one', 'of', 'these', 'categories', ',', 'it', 'is', 'possible', 'to', 'model', 'the', 'precedence', 'constraints', 'in', 'a', 'weak', 'or', 'strong', 'way', 'according', 'to', 'the', 'linear', 'programming', '(', 'LP', ')', 'relaxation', 'strength', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Does', 'any', 'FNN', 'outperform', 'conventional', 'feedforward', 'neural', 'network', 'with', 'the', 'logistic', 'sigmoid', 'activation', '?']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'language', 'is', 'a', 'visibly', 'pushdown', 'language', '(', 'VPL', ')', 'if', 'for', 'some', 'VPA', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'used', 'the', 'Truncated', 'Singular', 'Value', 'Decomposition', '(', 'TSVD', ',', 'similar', 'to', 'what', 'is', 'described', 'in', 'Appendix', ')', 'and', 'selected', 'a', 'subspace', 'of', 'dimensions', 'as', 'this', 'gave', 'the', 'largest', 'test', '-', 'set', 'ISC', '(', 'summed', 'over', 'the', 'first', '3', 'components', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['RU', ',', 'RM', ',', 'RL', ',', 'LU', ',', 'LL', 'and', 'AVG', 'represent', 'the', 'dice', 'coefficient', 'of', 'right', 'upper', 'lobe', ',', 'right', 'middle', 'lobe', ',', 'right', 'lower', 'lobe', ',', 'left', 'upper', 'lobe', ',', 'left', 'lower', 'lobe', 'and', 'their', 'average', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'first', 'phase', 'produces', 'a', 'low', 'degeneracy', 'partition', '(', 'LDP', ')', 'of', ':', 'it', 'partitions', 'into', 'a', '\"', 'small', '\"', 'number', 'of', 'parts', ',', 'each', 'of', 'which', 'induces', 'a', 'subgraph', 'that', 'has', '\"', 'low', '\"', 'degeneracy', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Facial', 'Action', 'Coding', 'System', '(', 'FACS', ')', 'is', 'widely', 'used', 'in', 'pain', 'analysis', 'because', 'it', 'provides', 'an', 'objective', 'assessment', 'to', 'score', 'and', 'recognize', 'Action', 'Units', '(', 'AUs', ')', ',', 'which', 'represent', 'the', 'muscular', 'activity', 'that', 'produces', 'momentary', 'changes', 'in', 'facial', 'appearance', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'particular', ',', 'convolutional', 'neural', 'networks', '(', 'CNN', ')', 'have', 'rapidly', 'become', 'a', 'methodology', 'of', 'choice', 'for', 'biomedical', 'image', 'analysis', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Among', 'them', ',', 'Differential', 'Evolution', '(', 'DE', ')', 'and', 'Particle', 'Swarm', 'Optimisation', '(', 'PSO', ')', 'were', 'identified', 'and', 'benchmarked', 'on', 'several', 'chemical', 'propulsion', 'problems', 'opening', 'the', 'way', 'to', 'further', 'independent', 'confirmations', 'of', 'their', 'performances', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Sparse', 'Networks', 'from', 'Scratch', '(', 'SNFS', ')', 'dettmers2019', 'introduces', 'the', 'idea', 'of', 'using', 'the', 'momentum', 'of', 'each', 'parameter', 'as', 'the', 'criterion', 'to', 'be', 'used', 'for', 'growing', 'weights', 'and', 'demonstrates', 'it', 'leads', 'to', 'an', 'improvement', 'in', 'test', 'accuracy', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['When', 'making', 'a', 'decision', ',', 'Fractal', 'Monte', 'Carlo', '(', 'FMC', ')', 'establishes', 'a', 'tree', 'that', 'describes', 'the', 'future', 'evolution', 'of', 'the', 'system', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Bus', '1', 'also', 'includes', '500', 'PV', 'generation', 'operated', 'with', 'the', 'MPPT', 'algorithm', ',', 'rated', 'for', '80', 'kW.', 'Based', 'on', 'the', 'analysis', 'of', 'conventional', 'wiring', 'configurations', 'of', 'the', 'DC', 'microgrids', 'shown', 'in', 'for', 'data', 'centers', ',', 'cables', 'are', 'selected', 'to', 'connect', 'the', 'load', 'buses', 'to', 'bus', '1', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Alternative', 'methods', 'approximate', 'the', 'mixture', 'magnitude', 'via', 'non', '-', 'negative', 'low', 'rank', 'modeling', ',', 'and/or', 'matrix', 'completion', 'via', 'robust', 'principal', 'component', 'analysis', '(', 'RPCA', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['When', ',', 'the', 'slope', 'is', 'less', 'than', 'the', 'other', 'cases', 'showing', 'that', 'the', 'higher', 'the', 'is', ',', 'the', 'less', 'capable', 'RS', 'is', 'of', 'mitigating', 'the', 'SI', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'use', 'the', 'Gramian', 'Angular', 'Field', '(', 'GAF', ')', 'to', 'encode', 'the', 'time', 'series', 'as', 'different', 'types', 'of', 'images', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['AY', 'and', 'AR', 'organized', 'and', 'reviewed', 'the', 'encoded', 'texts', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Device', 'Configuration', 'Manager', '(', 'DCM', ')', ':', 'Used', 'to', 'attest', 'to', 'the', 'Enrollment', 'CA', '(', 'ECA', ')', 'that', 'a', 'device', 'is', 'eligible', 'to', 'receive', 'enrollment', 'certificates', ',', 'and', 'used', 'as', 'a', 'buffer', 'to', 'provide', 'all', 'relevant', 'configuration', 'settings', 'and', 'certificates', 'during', 'bootstrapping', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'introduced', 'a', 'Data', 'Stream', 'Manager', '(', 'DSM', ')', 'to', 'perform', 'security', 'verification', 'just', 'before', 'stream', 'processing', 'engine', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Media', 'Access', 'Control', '(', 'MAC', ')', 'protocol', 'is', 'ideal', ',', 'that', 'is', ',', 'no', 'packet', 'collision', 'and', 'retransmission', 'is', 'experienced', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Some', 'applications', 'may', 'need', 'premium', 'treatment', 'from', 'the', 'network', 'and', 'Expedited', 'Forwarding', '(', 'EF', ')', 'is', 'defined', 'in', 'this', 'class', 'in', 'RFC', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'scatter', 'plot', 'shows', 'that', 'creatives', 'with', 'more', 'than', 'connected', 'coherent', 'components', 'in', 'data', 'set', 'ID', 'and', 'more', 'than', 'in', 'data', 'set', 'ID', 'are', 'unlikely', 'to', 'achieve', 'a', 'CTR', 'higher', 'than', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Considering', 'these', 'data', 'aggregation', 'methods', ',', 'and', 'the', 'ETSI', 'IoT', 'domain', 'model', ',', 'Figure', 'shows', 'how', 'the', 'different', 'IoT', 'data', 'aggregation', 'are', 'located', 'in', 'the', 'network', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Specific', 'concerns', 'have', 'been', 'expressed', 'regarding', 'social', 'issues', ',', 'such', 'as', 'AI', 'benefiting', 'the', 'wealthy', 'and', 'harming', 'the', 'poor', ',', 'fear', 'that', 'AI', '-', 'enabled', 'deepfakes', 'will', 'erode', 'trust', 'in', 'information', ',', 'and', 'AI', 'increasing', 'social', 'isolation', 'and', 'reducing', 'human', 'capability', 'edelman2019', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'example', ',', 'in', ',', 'the', 'authors', 'use', 'long', 'short', 'term', 'memory', '(', 'LSTM', ')', 'network', 'for', 'and', 'the', 'pooling', 'function', 'is', 'a', 'simple', 'concatenation', 'of', 'the', 'last', 'output', 'and', 'the', 'hidden', 'state', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'TAR', 'is', 'said', 'to', 'be', 'of', 'type', 'if', 'all', 'data', 'elements', 'in', 'are', 'mapped', 'to', 'a', 'role', 'in', 'or', ',', 'indicating', 'the', 'mandatory', 'and', 'optional', 'roles', 'of', 'a', 'type', ',', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['TR', '136', '942', '-', 'V13.0.0', '-', 'LTE', ';', 'Evolved', 'Universal', 'Terrestrial', 'Radio', 'Access', '(', 'E', '-', 'UTRA', ')', ';', 'Radio', 'Frequency', '(', 'RF', ')', 'system', 'scenarios', '(', '3GPP', 'TR', '36.942', 'version', '13.0.0', 'Release', '13', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Scenario', '6', ':', 'Renewable', 'Portfolio', 'Standards', '(', 'RPSs', ')', '+', 'Geodiverse', 'RenewablesThis', 'scenario', 'is', 'similar', 'to', 'Scenario', '5', 'but', 'instead', 'of', 'replacing', 'the', 'retired', 'units', 'with', 'NGCC', 'units', ',', 'additional', 'renewable', 'energy', 'generation', 'is', 'used', 'to', 'meet', 'the', 'RPSs', 'and', 'the', 'NICR', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Area', 'Under', 'Curve', '(', 'AUC', ')', 'scores', 'for', 'VAR', 'vs.', 'SVAR', 'time', '-', 'series', 'classification', 'using', 'ST', '-', 'DIM', 'and', 'autoencoder', 'based', 'pre', '-', 'training', 'methods', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'RS', 'code', 'was', 'adopted', 'because', 'it', 'offers', 'less', 'complexity', ',', 'and', 'consequently', 'achieves', 'a', 'better', 'performance', 'for', 'real', '-', 'time', 'services', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Time', 'series', 'and', 'Natural', 'Language', 'Processing', '(', 'NLP', ')', 'offer', 'many', 'applications', 'due', 'to', 'their', 'sequential', 'nature', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Indeed', ',', 'the', 'top', 'of', 'the', 'TOPSIS', 'list', 'exceeds', 'the', 'top', 'of', 'the', 'WS', 'list', 'with', 'a', 'Weight', 'Superiority', '(', ')', 'equal', 'to', '18', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['FE', 'techniques', 'are', 'intrinsically', 'classified', 'into', 'three', 'broad', 'groups', ':', 'one', 'auto', '-', 'encoder', ',', 'one', 'feature', 'selection', '(', 'FS', ')', 'and', 'feature', 'generation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'two', 'cases', '(', 'MSWeb', 'and', 'C20NG', ')', 'mRF', 'failed', 'to', 'provide', 'a', 'solution', 'in', 'less', 'than', '24', 'hours', ',', 'and', 'the', 'datasets', 'were', 'removed', 'from', 'the', 'comparison', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'continuous', 'inputs', ',', 'such', 'as', 'images', ',', 'the', 'tool', 'provides', 'a', 'Stochastic', 'Gradient', 'Ascent', '(', 'SGA', ')', 'engine', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['proposes', 'a', 'blockchain', '-', 'based', 'access', 'control', ',', 'implementing', 'ABAC', 'on', 'top', 'of', 'the', 'blockchain', 'technology', ',', 'following', 'the', 'XACML', 'reference', 'architecture', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['When', 'the', 'simulator', 'is', 'based', 'on', 'differential', 'equations', ',', 'the', 'link', 'between', 'Gaussian', 'Processes', '(', 'GP', ')', 'and', 'linear', 'stochastic', 'differential', 'equations', '(', 'SDE', ')', 'Poggio1990', ',', 'Steinke2008', ',', 'Albert2012', ',', 'Sarkka2013', ',', 'Gonzalez2014', ',', 'Solin2014', ',', 'permits', 'the', 'creation', 'of', 'GP', 'based', 'emulators', 'that', 'include', 'knowledge', 'about', 'the', 'simulator', 'dynamics', ';', 'these', 'are', 'called', 'mechanistic', 'emulators', '(', 'MEMs', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'addition', 'to', 'FA', ',', 'we', 'trained', 'models', 'with', 'direct', 'feedback', 'alignment', '(', 'DFA', ')', 'and', 'a', 'new', 'method', 'we', 'call', 'dense', 'feedback', 'alignment', '(', 'DenseFA', ')', ',', 'which', 'adds', 'residual', 'feedback', 'connections', 'from', 'every', 'downstream', 'layer', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'final', 'result', 'of', 'the', 'algorithm', 'is', 'a', 'dense', 'depth', 'map', 'that', 'can', 'be', 'used', 'as', 'input', 'for', '3D', 'object', 'detection', ',', 'occupancy', 'grid', 'generation', ',', 'and', 'even', 'simultaneous', 'localization', 'and', 'mapping', '(', 'SLAM', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'this', 'foundation', 'of', 'the', 'problem', ',', 'we', 'have', 'identified', 'a', 'number', 'of', 'possible', 'directions', 'for', 'future', 'work', 'with', 'respect', 'to', 'QoE', 'such', 'as', 'dynamic', 'QoS', 'user', 'allocation', 'in', 'resource', '-', 'scarce', 'or', 'time', '-', 'varying', 'situations', ',', 'user', \"'s\", 'mobility', ',', 'service', 'migration', ',', 'service', 'recommendation', ',', 'just', 'to', 'name', 'a', 'few', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['After', 'that', ',', 'the', 'articles', 'of', 'the', 'norms', 'are', 'represented', 'as', 'TF', '-', 'IDF', 'vectors', 'in', 'a', 'Vector', 'Space', 'Model', '(', 'VSM', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Progression', 'of', 'Mean', 'Absolute', 'Error', '(', 'MAE', ')', 'of', 'synthesised', 'CTs', 'after', 'each', 'step', 'of', 'the', 'Deep', 'Boosted', 'Regression', 'network', '(', 'zoomed', 'panel', ')', 'compared', 'to', 'a', 'current', 'state', '-', 'of', '-', 'the', '-', 'art', 'multi', '-', 'atlas', 'propagation', 'method', '(', 'MAP', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['As', 'the', 'ground', 'truth', 'of', 'test', 'set', 'is', 'not', 'publicly', 'available', ',', 'we', 'evaluate', 'related', 'models', '(', 'Table', '1', ')', 'on', 'validation', 'set', 'and', 'report', 'their', 'average', 'precision', '(', 'AP', ')', 'on', 'it', 'at', 'the', 'three', 'levels', 'of', 'difficulty', 'following', 'the', 'suggestion', 'in', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['every', 'node', 'will', 'have', 'access', 'control', 'header', '(', 'ACH', ')', 'which', 'defines', 'reading', 'and', 'writing', 'permissions', 'of', 'every', 'sensor', '/', 'output', 'connected', 'with', 'LP', 'nodes', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Conv', ':', 'convolutional', 'layer', ',', 'FC', ':', 'fully', 'connected', 'layer', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'system', \"'s\", 'first', 'goal', 'is', 'to', 'build', 'upon', 'an', 'IoT', 'infrastructure', 'that', '(', 'i', ')', 'spans', 'throughout', 'a', 'big', 'number', 'of', 'buildings', 'and', '(', 'b', ')', 'spreads', 'through', 'several', 'rooms', ',', 'incorporating', 'various', 'kinds', 'of', 'sensors', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Likewise', ',', 'LL', '(', 'generated', ')', 'for', 'C', '-', 'GAN', 'indicates', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Additionally', ',', 'we', 'demonstrate', 'the', 'applicability', 'of', 'the', 'technique', 'of', 'Virtual', 'Adversarial', 'Training', '(', 'VAT', ')', 'to', 'this', 'problem', 'domain', ',', 'functioning', 'as', 'a', 'powerful', 'regularizer', 'with', 'promising', 'potential', 'future', 'applications', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'utilise', 'a', '2-stage', 'communication', 'model', ',', 'with', 'random', 'channel', 'access', 'period', '(', 'RCAP', ')', 'followed', 'by', 'scheduled', 'data', 'transmission', 'period', '(', 'SDTP', ')', '(', 'see', 'Figure', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'ZCD', 'output', 'signal', 'goes', 'to', 'adaptive', 'on', 'time', '(', 'AOT', ')', 'block', 'for', 'further', 'processing', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'order', 'to', 'learn', 'a', 'model', 'with', 'both', 'less', 'forgetting', 'and', 'less', 'intransigence', ',', 'we', 'propose', 'a', 'DropOut', 'Sampling', 'that', 'is', 'performed', 'at', 'every', 'mini', '-', 'batch', 'of', 'the', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', 'process', ',', 'inspired', 'by', 'curriculum', 'learningBengio2009CL', 'and', 'self', '-', 'paced', 'learningKumar2010SelfPaced', 'literature', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'this', 'end', ',', 'we', 'propose', 'a', 'simple', 'but', 'effective', 'method', ':', 'a', 'bi', '-', 'directional', 'search', 'algorithm', 'with', 'Language', 'Model', '(', 'LM', ')', 'scoring', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Recently', ',', 'the', 'hierarchical', 'attention', 'network', '(', 'HAN', ')', 'model', 'was', 'proposed', 'to', 'select', 'relevant', 'encoder', 'hidden', 'states', 'with', 'two', 'layers', 'of', 'attention', 'mechanisms', ',', 'namely', 'relevant', 'words', 'and', 'relevant', 'sentences', ',', 'for', 'document', 'classification', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'specific', 'model', 'is', 'shown', 'in', 'Figure', ',', 'consisting', 'of', 'a', 'factorial', 'conditional', 'random', 'field', '(', 'FCRF', ';', 'sutton2007dynamic', ')', 'with', 'neural', 'network', 'potentials', 'calculated', 'by', 'long', 'short', '-', 'term', 'memory', '(', 'LSTM', ';', ')', 'at', 'every', 'variable', 'node', '(', 'sec', ':', 'model', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Second', 'order', 'total', 'generalized', 'variation', '(', 'TGV', ')', 'for', 'MRI', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Then', 'a', 'statistical', 'face', 'shape', 'model', 'is', 'generated', 'utilizing', 'Principal', 'Component', 'Analysis', '(', 'PCA', ')', 'algorithm', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Conditional', 'Generative', 'Models', ',', 'such', 'as', 'C', '-', 'VAEs', ',', 'Generative', 'Query', 'Network', '(', 'GQN', ')', ',', 'or', 'BRUNO', ',', 'generate', 'new', 'samples', 'based', 'on', 'a', 'predefined', 'condition', 'such', 'that', 'for', 'each', 'possible', 'value', 'of', 'there', 'exists', 'a', ';', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['One', 'contribution', 'of', 'this', 'work', 'is', 'the', 'inference', 'step', '(', 'line', '6', ')', ',', 'which', 'we', 'address', 'using', 'a', 'constrained', 'Integer', 'Linear', 'Program', '(', 'ILP', ')', 'and', 'describe', 'in', 'this', 'section', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Centrality', 'measures', 'such', 'as', 'BC', ',', 'closeness', 'centrality', '(', 'CC', ')', 'etc', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'chose', 'DT', ',', 'because', 'all', 'the', 'studied', 'techniques', 'performed', 'best', 'on', 'Decision', 'Trees', 'classifier', 'in', 'the', 'benchmarking', 'study', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Finally', ',', 'we', 'calculated', 'the', 'normalized', 'heart', 'rate', '(', 'HR', ')', 'based', 'on', 'peak', 'detection', 'of', 'photoplethysmography', 'signals', 'collected', 'from', 'an', 'optical', 'pulse', 'sensor', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Tagged', 'Acronyms', '(', 'TA', ')', '-', 'Commonly', 'used', 'abbreviations', 'on', 'social', 'networking', 'sites', 'were', 'collected', 'and', 'polarity', 'tagged', 'as', 'either', 'positive', 'or', 'negative', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'present', 'the', 'latest', 'results', 'from', 'our', 'ongoing', 'research', 'that', 'applies', 'Moving', 'Target', 'Defense', '(', 'MTD', ')', 'principles', 'on', 'cloud', 'runtime', 'environment', 'and', 'cloud', 'application', 'layer', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'consider', 'two', 'examples', ':', '1', ')', 'an', 'air', 'quality', 'monitoring', 'application', ',', 'with', 'low', 'data', 'rate', ',', 'running', 'on', 'a', 'Low', 'Power', 'Wide', 'Area', 'Network', '(', 'LPWAN', ')', ',', 'such', 'as', 'Lora', ',', 'that', 'generates', 'data', 'every', 'hour', ',', 'resulting', 'in', '24', 'measurements', 'per', 'day', ';', '2', ')', 'a', 'heart', 'rate', 'monitoring', 'application', '(', 'e.g.', ',', 'Fitbit', ')', ',', 'with', 'sampling', 'frequency', 'of', '1', 'second', 'and', '1', 'minute', 'corresponding', 'to', 'a', 'high', 'and', 'medium', 'data', 'rate', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['learns', 'some', 'transfer', 'components', 'across', 'domains', 'in', 'a', 'Reproducing', 'Kernel', 'Hilbert', 'Space', '(', 'RKHS', ')', 'using', 'Maximum', 'Mean', 'Discrepancy', '(', 'MMD', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'trained', 'LSTMs', 'on', 'both', 'positive', 'and', 'negative', 'examples', 'of', 'SL', 'and', 'SP', 'languages', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'method', 'is', 'based', 'on', 'the', 'fitting', 'of', 'a', 'generalized', 'linear', 'model', '(', 'GLM', ')', 'equipped', 'with', 'a', 'self', '-', 'excitation', 'mechanism', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['use', 'a', 'Word', 'Embedding', 'Correlation', '(', 'WEC', ')', 'model', 'to', 'score', 'co', '-', 'occurrence', 'probabilities', 'for', 'Question', '-', 'Answer', 'sentence', 'pairs', 'on', 'Yahoo', '!']", + "output": [ + "Yes." + ] + }, + { + "input": "['al', 'report', 'an', 'automated', 'assessment', 'of', 'the', 'TVD', 'measurement', 'using', 'contrast', 'score', 'thresholding', 'to', 'validate', 'the', 'vessel', 'detection', 'on', 'microcirculation', 'videos', 'collected', 'from', 'patients', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'bidirectional', 'language', 'model', '(', 'biLM', ')', 'constitutes', 'of', 'two', 'language', 'models', '(', 'LM', ')', '1', ')', 'forward', 'LM', 'and', '2', ')', 'backward', 'LM', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Looking', 'at', 'tab', ':', 'datasets', ',', 'the', 'well', '-', 'known', 'MagnaTagATune', 'and', 'the', 'Million', 'Song', 'Dataset', '(', 'MSD', ')', 'as', 'well', 'as', 'the', 'newer', 'AudioSet', 'and', 'AcousticBrainz', 'appear', 'as', 'contenders', 'for', 'a', 'large', '-', 'scale', 'reference', 'dataset', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Actually', ',', 'the', 'mean', 'average', 'precision', '(', 'MAP', ')', 'of', 'our', '48-bit', 'model', 'was', '0.617', 'in', 'comparison', 'with', 'the', 'previous', 'record', '0.532', 'created', 'by', 'CNNH+', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Emotional', 'Intelligence', '(', 'EI', ')', '(', ')', 'This', 'reward', 'is', 'incorporated', 'by', 'minimizing', 'affective', 'dissonance', 'between', 'the', 'prompts', 'and', 'the', 'responses', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['IST', ':', 'Initial', 'solution', 'time', '(', 's', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'example', ',', 'when', 'HIN', 'is', 'not', 'trained', ',', 'BWN', 'compensates', 'this', 'failure', 'and', 'BWN', '-', 'Normal', '/', 'BWN', '-', 'Random', 'gives', 'better', 'results', 'than', 'both', 'BWN', 'and', 'HIN', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['If', 'a', 'triangularly', 'embedded', 'edge', '-', 'overlapping', 'operation', '(', 'TEEoO', ')', 'based', 'on', 'maximal', 'planar', 'graphs', ',', 'that', 'is', ',', 'the', 'TEEoO', '-', 'factor', 'and', 'the', 'TEEoO', '-', 'object', 'are', 'maximal', 'planar', 'graphs', ',', 'then', 'we', 'say', 'TEEoO', 'will', 'close', 'many', 'properties', 'of', 'the', 'TEEoO', '-', 'factor', 'and', 'the', 'TEEoO', '-', 'object', ',', 'such', 'as', 'various', '4-colorings', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Part', 'of', 'these', 'advances', 'follow', 'from', 'the', 'sequence', 'of', 'studies', 'conducted', 'by', 'Barbara', 'Kitchenham', 'and', 'colleagues', ',', 'highly', 'influenced', 'by', 'the', 'medical', 'field', ',', 'who', 'advocated', 'in', 'favor', 'of', 'the', 'Evidence', 'Based', 'Software', 'Engineering', '(', 'EBSE', ')', 'paradigm', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Our', 'encoder', 'is', 'defined', 'as', 'a', 'Convolutional', 'Neural', 'Network', '(', 'CNN', ')', 'with', 'layers', 'of', 'processing', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Both', 'Isabelle', 'and', 'Coq', 'have', 'their', 'own', 'Integrated', 'Development', 'Environment', '(', 'IDE', ')', 'to', 'work', 'in', '(', 'gtk', '-', 'based', 'CoqIDE', 'and', 'jEdit', 'Prover', 'IDE', ',', 'respectively', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Prior', 'P2P', 'research', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Lastly', ',', 'we', 'have', 'presented', 'the', 'True', 'Positive', 'Rate', '(', 'TPR', ')', 'vs.', 'False', 'Positive', 'Rate', 'with', 'different', 'thresholds', 'by', 'capitalizing', 'the', 'Receiver', 'Operating', 'Characteristic', '(', 'ROC', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'the', 'legal', 'setting', 'surrounding', 'FI', 'limits', 'engagement', 'opportunities', 'that', 'interviewers', 'have', ',', 'and', 'is', 'more', 'focused', 'in', 'maximizing', 'information', 'elicitation', 'from', 'the', 'subject', 'without', 'coercion', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'have', 'allocated', 'a', 'block', 'containing', 'threads', 'and', 'a', 'grid', 'of', 'blocks', 'so', 'that', 'each', 'thread', 'computes', 'Fast', 'Explicit', 'Diffusion', 'Scheme', '(', 'FED', ')', 'using', 'diffusivity', 'factor', 'of', 'image', 'over', 'the', 'inner', 'steps', 'at', 'each', 'scale', 'to', 'build', 'nonlinear', 'scale', 'space', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Specifically', 'the', 'deep', 'deterministic', 'policy', 'gradient', '(', 'DDPG', ')', 'with', 'centralized', 'training', 'and', 'distributed', 'execution', 'process', 'is', 'implemented', 'to', 'obtain', 'the', 'flocking', 'control', 'policy', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Further', ',', 'we', 'compared', 'Lhuilier', 'and', 'Polic', 'approaches', ',', 'which', 'approximate', 'the', 'uncertainty', 'propagation', ',', 'with', 'our', 'algorithm', 'denoted', 'as', 'Nullspace', 'bounding', 'uncertainty', 'propagation', '(', 'NBUP', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'bridge', 'reinforcement', 'learning', 'with', 'surgical', 'robotics', ',', 'simulation', 'environments', 'need', 'to', 'be', 'provided', 'such', 'that', 'RL', 'algorithms', 'of', 'past', ',', 'present', ',', 'and', 'future', 'can', 'be', 'prototyped', 'and', 'tested', 'on', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'CPD', 'is', 'a', 'theoretical', 'lower', 'bound', 'on', 'the', 'earliest', 'finishing', 'time', '(', ')', 'of', 'project', ',', 'computed', 'by', 'the', 'Critical', 'Path', 'Method', '(', 'CPM', ')', 'and', 'disregarding', 'any', 'resource', 'constraints', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['proposed', 'scheduling', 'heuristics', 'and', 'to', 'present', 'application', 'experience', 'for', 'reducing', 'power', 'consumption', 'of', 'parallel', 'tasks', 'in', 'a', 'cluster', 'with', 'the', 'Dynamic', 'Voltage', 'Frequency', 'Scaling', '(', 'DVFS', ')', 'technique', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'output', 'may', 'serve', 'as', 'an', 'intermediate', 'representation', 'to', 'facilitate', 'and', 'improve', 'the', 'performance', 'of', 'a', 'wide', 'range', 'of', 'artificial', 'intelligence', '(', 'AI', ')', 'tasks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Architectural', 'optimizations', 'for', 'handover', 'procedures', 'and', 'mobility', 'based', 'on', 'the', 'synchronicity', 'of', 'the', 'cells', 'and', 'radio', 'access', 'network', '(', 'RAN', ')', 'layers', 'virtualization', 'are', 'presented', 'in', 'and', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Rocca2013', 'recorded', 'two', 'resting', 'state', 'EEGs', ',', 'in', 'both', 'the', 'eyes', 'open', '(', 'EO', ')', 'and', 'eyes', 'closed', '(', 'EC', ')', 'scenarios', ',', 'from', '9', 'subjects', 'over', '2', 'different', 'recording', 'days', ',', 'which', 'were', 'spanned', '1', 'to', '3', 'weeks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Remark', ':', 'While', 'both', 'the', 'centralized', 'and', 'the', 'decentralized', 'solution', 'solve', 'the', 'same', 'problem', '(', '-', ')', ',', 'the', 'centralized', 'solution', 'is', 'guaranteed', 'to', 'recommend', 'the', 'most', 'convenient', 'CS', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'in', 'Section', ',', 'we', 'present', 'the', 'extension', 'of', 'our', 'model', 'to', 'the', 'case', 'of', 'point', '-', 'to', '-', 'point', 'channel', 'where', 'the', 'transmitters', 'and', 'receivers', 'have', 'multiple', 'antennas', ',', 'i.e.', 'the', 'point', '-', 'to', '-', 'point', 'Multiple', 'Input', 'Multiple', 'Output', '(', 'MIMO', ')', 'channel', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'our', 'results', 'also', 'show', 'that', 'both', 'MP', 'and', 'CF', 'provide', 'poor', 'results', 'for', 'UC4', 'being', 'the', 'most', 'complex', 'use', 'case', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'Table', 'we', 'show', 'the', 'performance', 'of', 'the', 'algorithms', 'for', 'dataset', 'DB10C10F.', 'The', 'p', '-', 'value', 'for', 'the', 'EM', ',', 'clara', 'and', 'k', '-', 'means', 'indicates', 'that', 'the', 'random', 'selection', 'of', 'parameters', 'usually', 'improves', 'the', 'performance', 'of', 'these', 'algorithms', ',', 'although', 'only', 'the', 'EM', 'method', 'display', 'a', 'significant', 'improvement', 'in', 'performance', '(', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Accuracy', '(', 'Acc', ')', ',', 'Arithmetic', 'mean', '(', 'AM', ')', 'and', 'F', 'measure', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Once', 'artist', '-', 'level', 'BoW', 'feature', 'vectors', 'are', 'constructed', ',', 'standard', 'clustering', 'methods', 'such', 'as', 'K', '-', 'Means', ',', 'or', 'more', 'sophisticated', 'topic', 'modeling', 'algorithms', 'such', 'as', 'Latent', 'Dirichlet', 'Allocation', '(', 'LDA', ')', 'blei2003latent', 'can', 'be', 'applied', 'to', 'find', 'a', 'small', 'number', 'of', 'latent', 'groups', 'of', 'artists', ':', 'the', 'AGFs', 'for', 'this', 'particular', 'feature', 'set', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'addition', ',', 'random', 'vaccination', '(', 'RV', ')', 'method', 'is', 'also', 'examined', 'along', 'with', 'these', 'three', 'ranking', 'based', 'methods', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Secondly', ',', 'the', 'Contract', 'Development', 'Toolkit', '(', 'CDT', ')', 'of', 'EOSIO', 'has', 'been', 'evolving', 'ever', 'since', 'the', 'launch', 'of', 'the', 'mainnet', ',', 'and', 'we', 'have', 'to', 'cover', 'variants', 'because', 'of', 'the', 'changes', 'caused', 'by', 'CDT(s', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['HY', ',', 'IO', ',', 'SU', 'and', 'TS', 'designed', 'the', 'project', ',', 'wrote', 'the', 'paper', ',', 'and', 'approved', 'the', 'submission', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Communication', 'of', 'Movesense', 'sensors', 'uses', 'an', 'open', 'source', 'application', 'programming', 'interface', '(', 'API', ';', 'bitbucket.org/suunto/movesense-docs/wiki/Home', ')', ',', 'which', 'allows', 'streaming', 'the', 'raw', 'sensor', 'data', 'at', 'desired', 'frequencies', 'wirelessly', 'via', 'a', 'Bluetooth', '4.0', 'connection', 'to', 'an', 'external', 'data', 'logging', 'device', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'Receiver', 'Operating', 'Characteristic', '(', 'ROC', ')', 'curve', 'is', 'used', 'to', 'evaluate', 'all', 'the', 'methods', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'our', 'implementation', ',', 'we', 'use', 'the', 'bi', '-', 'directional', 'Gated', 'Recurrent', 'Unit', '(', 'GRU', ')', 'for', 'modeling', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'formulate', 'the', 'joint', 'sub', '-', 'channel', 'allocation', 'and', 'structure', 'optimization', 'as', 'a', 'sum', 'rate', 'maximization', 'of', 'SUs', 'in', 'OFDM', 'based', 'heterogeneous', 'CR', 'networks', 'by', 'using', 'RF', 'energy', 'harvesting', ',', 'where', 'interference', 'limits', 'are', 'imposed', 'to', 'protect', 'the', 'PUs', ',', 'rate', 'requirements', 'for', 'both', 'real', '-', 'time', 'and', 'non', '-', 'real', '-', 'time', 'SUs', 'are', 'considered', 'to', 'guarantee', 'fairness', 'for', 'SUs', 'in', 'each', 'CR', 'network', ',', 'and', 'cooperative', 'spectrum', 'sensing', 'is', 'employed', 'to', 'provide', 'more', 'reliable', 'results', 'of', 'channel', 'sensing', 'while', 'considering', 'imperfect', 'spectrum', 'sensing', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'propose', 'an', 'algorithm', 'for', 'joint', 'clock', '-', 'skew', 'and', 'range', 'estimation', 'based', 'on', 'weighted', 'least', 'squares', '(', 'WLS', ')', 'using', 'the', 'ideas', 'of', '2-D', 'frequency', 'estimation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['By', 'using', 'NOMA', ',', 'a', 'BS', 'serves', 'multiple', 'users', 'by', 'splitting', 'them', 'in', 'the', 'power', 'domain', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['If', 'it', 'is', 'known', 'that', 'a', 'point', 'is', 'linearly', 'separable', 'from', 'a', 'finite', 'set', 'then', 'the', 'definition', 'of', 'the', 'separating', 'functional', 'may', 'be', 'performed', 'by', 'linear', 'Support', 'Vector', 'Machine', '(', 'SVM', ')', 'algorithms', ',', 'the', 'Rosenblatt', 'perceptron', 'algorithm', 'or', 'other', 'methods', 'for', 'solving', 'of', 'linear', 'inequalities', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'gives', 'a', 'false', 'acceptance', 'rate', '(', 'FAR', ')', 'of', 'and', 'a', 'false', 'rejection', 'rate', '(', 'FRR', ')', 'of', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "[':', 'examples', 'incorrectly', 'classified', 'to', 'be', 'false', 'negatives', 'by', 'FN', 'Teacher', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['RIRs', 'may', 'also', 'perform', 'Provider', 'Independent', '(', 'PI', ')', 'assignments', 'directly', 'to', 'end', '-', 'users', ',', 'usually', 'smaller', ',', 'although', 'they', 'may', 'be', 'unreachable', 'due', 'to', 'network', 'operators', 'not', 'assuming', 'the', 'cost', 'of', 'routing', 'them', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Second', ':', 'using', 'Markov', 'Chain', 'Monte', 'Carlo', '(', 'MCMC', ')', 'algorithms', 'that', 'provide', 'exact', 'samples', 'from', 'the', 'posterior', 'without', 'requiring', 'access', 'to', 'it', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['[', 'CLP', ']', 'Convergence', 'Layer', 'Protocol', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'adversary', 'can', 'also', 'locate', 'any', 'specific', 'IP', 'from', 'the', 'design', 'and', 'learn', 'about', 'the', 'implementation', 'and', 'functionality', 'of', 'that', 'IP', 'for', 'hardware', 'Trojan', 'insertion', 'or', 'IP', 'piracy', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'gross', 'tumour', 'volume', '(', 'GTV', ')', 'was', 'delineated', 'and', 'is', 'used', 'as', 'the', 'region', 'of', 'interest', '(', 'ROI', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['LM', '\"', 'adds', 'an', 'external', 'trigram', 'language', 'model', 'estimated', 'on', 'the', 'target', 'side', 'of', 'BTEC', 'train', '.', '\"']", + "output": [ + "Yes." + ] + }, + { + "input": "['Mobile', 'edge', 'computing', '(', 'MEC', ')', 'and', 'wireless', 'power', 'transfer', 'are', 'promising', 'to', 'address', 'this', 'issue', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['I', '-', 'Vector', 'features', 'are', 'extracted', 'from', 'the', 'electrodograms', 'and', 'used', 'to', 'train', 'a', 'Gaussian', 'mixture', 'model-', 'universal', 'background', 'model', '(', 'GMM', '-', 'UBM', ')', 'and', 'probabilistic', 'linear', 'discriminant', 'analysis', '(', 'PLDA', ')', 'based', 'speaker', 'model', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'the', 'hardware', 'SATs', 'of', 'neural', 'signaling', 'and', 'the', 'system', 'SATs', 'in', 'sensorimotor', 'control', 'have', 'been', 'studied', 'separately', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'December', '1993', 'the', 'Global', 'Positioning', 'System', '(', 'GPS', ',', 'official', 'name', '\"', 'NAVSTAR', '-', 'GPS', '\"', ')', 'achieves', 'initial', 'operational', 'capability', '(', 'see', 'Fig', '.', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Various', 'network', 'augmentations', ',', 'post', '-', 'processing', 'steps', 'such', 'as', 'fully', '-', 'connected', 'conditional', 'random', 'field', '(', 'CRF', ')', ',', 'training', 'techniques', 'such', 'as', 'using', 'cyclic', 'learning', 'rate', 'schedulers', 'and', 'an', 'ensemble', 'of', 'various', 'models', 'can', 'improve', 'performance', 'of', 'deep', 'learning', 'models', 'on', 'RV', 'segmentation', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'this', 'way', ',', 'this', 'approach', 'could', 'be', 'transformed', 'into', 'an', 'API', 'to', 'be', 'used', 'with', 'any', 'language', ',', 'and', 'potentially', 'included', 'in', 'new', 'tools', 'to', 'complement', 'or', 'compete', 'with', 'those', 'discussed', 'in', 'the', 'related', 'work', 'section', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'straightforward', 'implementation', 'where', 'each', 'rank', 'of', 'a', 'parallel', 'computation', 'participates', 'in', 'an', 'equivalent', 'way', 'leads', 'to', 'a', '3D', 'Fast', 'Fourier', 'Transform', '(', 'FFT', ')', 'that', 'communicates', 'globally', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'argument', 'is', 'consistent', 'with', 'the', 'results', 'of', 't', '-', 'tests', '(', 'not', 'shown', ')', ':', 't', '-', 'tests', 'on', 'the', 'objective', 'fitness', 'show', 'no', 'significant', 'difference', 'between', 'pairs', 'among', 'AS', ',', 'WS', ',', 'and', 'AI', ',', 'while', 'those', 'on', 'OFC', 'show', 'the', 'same', 'preference', 'as', 'in', 'the', 'experiments', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'proposed', 'method', 'contains', 'three', 'network', 'modules', '-', 'detection', 'network', ',', 'prior', 'estimation', 'network', '(', 'PEN', ')', 'and', 'residual', 'feature', 'recovery', 'block', '(', 'RFRB', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Scores', 'are', 'reported', 'as', 'mean', 'squared', 'error', '(', 'MSE', ')', 'on', 'the', 'test', 'set', ',', 'so', 'lower', 'is', 'better', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Violet', 'color', 'represents', 'authors', 'working', 'in', 'Artificial', 'Intelligence', '(', 'AI', ')', 'and', 'the', 'green', 'color', 'cluster', 'indicates', 'the', 'interdisciplinary', 'authors', 'working', 'in', 'both', 'areas', 'AI', 'and', 'DB', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Most', 'importantly', ',', 'the', 'proposed', 'ACNN', 'model', 'allows', 'us', 'to', 'perform', 'HR', 'analysis', 'via', 'sub', '-', 'pixel', 'feature', 'maps', 'generated', 'from', 'low', 'resolution', '(', 'LR', ')', 'input', 'data', 'even', 'in', 'the', 'presence', 'of', 'motion', 'artefacts', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'another', 'instance', ',', 'Co', '-', 'Regularized', 'Hashing', '(', 'CRH', ')', 'and', 'Heterogeneous', 'Translated', 'Hashing', '(', 'HTH', ')', 'further', 'deal', 'with', 'the', 'cross', '-', 'modality', 'hashing', 'under', 'a', 'co', '-', 'regularized', 'boosting', 'framework', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Thanks', 'to', 'the', 'surge', 'of', 'deep', 'neural', 'networks', ',', 'various', 'convolutional', 'neural', 'network', '(', 'CNN', ')', 'based', 'methods', 'have', 'been', 'proposed', 'to', 'detect', 'scene', 'text', ',', 'continuously', 'refreshing', 'the', 'performance', 'records', 'on', 'standard', 'benchmarks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'do', 'this', ',', 'we', 'first', 'extracted', 'a', 'dataset', 'of', 'CT', 'studies', 'from', 'the', 'PACS', 'of', 'Anomymized', ',', 'corresponding', 'to', 'patients', 'who', 'had', 'pathological', 'diagnoses', 'of', 'liver', 'lesions', ',', 'with', 'the', 'hope', 'that', 'such', 'a', 'dataset', 'would', 'be', 'of', 'great', 'interest', 'for', 'later', 'downstream', 'analysis', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'as', 'astronomy', 'journals', 'tend', 'to', 'be', 'found', 'in', 'both', 'categories', ',', 'it', 'looks', 'like', 'the', 'AA', 'results', 'for', 'Denmark', 'are', 'lower', 'and', 'the', 'PSS', 'ones', 'higher', 'that', 'they', 'actually', 'are', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'the', 'above', 'structure', ',', 'it', 'is', 'relatively', 'easy', 'to', 'define', 'a', 'dynamic', 'program', '(', 'DP', ')', 'that', 'computes', 'an', 'optimal', 'L', '-', 'packing', 'in', 'pseudo', '-', 'polynomial', 'time', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Both', 'CP', 'and', 'Tucker', 'methods', 'are', 'higher', 'order', 'generalizations', 'of', 'the', 'widely', 'used', 'Singular', 'Value', 'Decomposition', '(', 'SVD', ')', 'and', 'Principal', 'Component', 'Analysis', '(', 'PCA', ')', ',', 'respectively', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['By', 'employing', 'maximal', 'ratio', 'combining', '(', 'MRC', ')', 'at', 'the', 'receiver', ',', 'we', 'first', 'derive', 'a', 'closed', '-', 'form', 'expression', 'for', 'the', 'average', 'uplink', 'rate', 'of', 'the', 'users', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Continuous', 'Profile', 'Model', '(', 'CPM', ')', 'is', 'a', 'generative', 'model', 'for', 'a', 'set', 'of', 'time', 'series', ',', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['iTLB', 'refers', 'to', 'the', 'instruction', 'cache', 'while', 'dTLB', 'is', 'about', 'data', 'cache', 'in', 'the', 'translation', 'lookaside', 'buffer', '(', 'TLB', ')', ',', 'ie', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['BARC', ',', 'Basic', 'Algorithms', 'Research', 'Copenhagen', ',', 'is', 'supported', 'by', 'the', 'barcVILLUM', 'Foundation', 'grant', 'barc16582', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Most', 'recently', ',', 'taji2017universal', 'converted', 'the', 'PATB', 'into', 'the', 'formalism', 'of', 'the', 'universal', 'dependency', '(', 'UD', ')', 'projectNIVRE16.348', 'via', 'an', 'intermediate', 'step', 'of', 'mapping', 'to', 'CATiB', 'dependencies', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Electricity', 'is', 'transmitted', 'through', 'the', 'power', 'grid', 'using', 'alternating', 'current', '(', 'AC', ')', 'to', 'reduce', 'power', 'loss', 'over', 'long', 'distances', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['SRL', 'task', 'used', 'Conditional', 'Random', 'Fields', '(', 'CRF', ')', 'for', 'sequence', 'labeling', 'output', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'radial', 'basis', 'function', '(', 'RBF', ')', 'is', 'used', 'as', 'the', 'kernel', 'function', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['RIDDLE', 'yielded', 'higher', 'accuracy', 'compared', 'to', 'logistic', 'regression', '(', ')', ',', 'random', 'forest', '(', ')', ',', 'support', 'vector', 'machine', '(', 'SVM', ')', 'with', 'linear', 'kernel', '(', ')', ',', 'SVM', 'with', 'polynomial', 'kernel', '(', ')', ',', 'and', 'SVM', 'with', 'Gaussian', 'kernel', '(', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Many', 'of', 'these', 'techniques', 'focus', 'on', 'the', 'magnitude', 'component', 'of', 'the', 'spectrogram', 'of', 'the', 'input', 'mixture', 'signal', 'and', 'use', 'the', 'neural', 'network', 'to', 'estimate', 'Time', 'Frequency', '(', 'TF', ')', 'masks', ',', 'which', 'are', 'applied', 'to', 'the', 'mixture', 'spectrogram', 'to', 'isolate', 'the', 'desired', 'signal', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'order', 'to', 'solve', 'this', 'problem', ',', 'we', 'propose', 'a', 'novel', 'energy', 'efficient', 'model', 'Binary', 'Weight', 'and', 'Hadamard', '-', 'transformed', 'Image', 'Network', '(', 'BWHIN', ')', ',', 'which', 'is', 'a', 'combination', 'of', 'Binary', 'Weight', 'Network', '(', 'BWN', ')', 'and', 'Hadamard', '-', 'transformed', 'Image', 'Network', '(', 'HIN', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'meta', '-', 'controller', 'and', 'sub', '-', 'controller', 'use', 'the', 'Deep', 'Recurrent', 'Q', 'Network', '(', 'DRQN', ')', ',', 'as', 'described', 'in', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Convolutional', 'neural', 'network', '(', 'CNN', ')', 'is', 'a', 'specific', 'deep', 'learning', 'architecture', 'for', 'processing', 'data', 'which', 'is', 'composed', 'of', 'multiple', 'arrays', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'World', 'Health', 'Organization', '(', 'WHO', ')', 'provides', 'a', 'set', 'of', 'age', 'groups', 'predominant', 'in', 'the', 'United', 'States', '[', '13].', 'Range', '-', 'based', 'classification', '(', 'range', 'is', 'analogous', 'to', 'age', 'groups', ')', 'of', 'Twitter', 'user', \"'s\", 'demographics', 'is', 'not', 'representative', 'of', 'one', \"'s\", 'age', 'and', 'fails', 'to', 'achieve', 'precision', 'in', 'determining', 'one', \"'s\", 'age', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Pugeault', 'Bowden', 'developed', 'a', 'pre', '-', 'attentive', 'model', 'using', 'gist', 'and', 'random', 'forests', ',', 'while', 'the', 'deep', 'network', 'models', 'are', 'CNN', 'or', 'CNN', 'LSTM', 'based', ',', 'Bojarski', 'et', 'al', 'used', 'a', 'convolutional', 'neural', 'network', 'to', 'map', 'images', 'to', 'steering', 'command', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Minimum', 'Dominating', 'Set', '(', 'MDS', ')', 'problem', 'is', 'to', 'find', 'a', 'minimum', 'cardinality', 'dominating', 'set', 'of', 'a', 'graph', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'minimize', 'the', 'probability', 'of', 'making', 'a', 'wrong', 'decision', 'on', 'a', 'given', 'bit', ',', 'its', 'a', 'posteriori', 'probability', '(', 'APP', ')', 'is', 'maximized', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Given', 'the', 'rising', 'interest', 'in', 'such', 'automatic', 'question', 'generation', '(', 'AQG', ')', 'systems', ',', 'it', 'is', 'important', 'to', 'objectively', 'examine', 'whether', 'these', 'metrics', 'are', 'suitable', 'for', 'this', 'task', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Our', 'models', 'employ', 'the', 'training', 'method', 'of', 'stochastic', 'gradient', 'descent', '(', 'SGD', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Early', 'adopters', 'of', 'face', 'recognition', '(', 'FR', ')', 'systems', 'have', 'historically', 'chosen', 'active', 'face', '-', 'PAD', 'approaches', 'in', 'order', 'to', 'preserve', 'their', 'security', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Writing', 'quality', 'with', 'topic', 'control', '(', 'WQTC', ')', '(', 'not', 'in', 'LL', ',', 'binary', 'classification', ')', 'is', 'similar', 'to', 'WQ', ',', 'but', 'controlled', 'for', 'topic', 'using', 'a', 'topic', 'similarity', 'list', 'included', 'with', 'the', 'WQ', 'source', 'corpus.(An', 'analysis', 'in', 'section', 'shows', 'the', 'WQ', '-', 'trained', 'model', 'focuses', 'on', 'lexical', 'items', 'strongly', 'related', 'to', 'the', 'article', 'topic', '.', ')']", + "output": [ + "Yes." + ] + }, + { + "input": "['Taking', 'these', 'issues', 'into', 'account', ',', 'this', 'section', 'proposes', 'the', 'adaptive', 'Video', '-', 'aware', 'Random', 'Neural', 'Networks', '(', 'RNN', ')', 'based', 'mechanism', '(', 'neuralFEC', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Bag', 'of', 'Words', '(', 'BOW', ')', 'model', 'works', 'by', 'computing', 'a', 'value', 'for', 'each', 'distinct', 'word', 'in', 'a', 'corpus', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'order', 'to', 'address', 'computation', 'issues', ',', 'this', 'paper', 'uses', 'a', 'Graphics', 'Processing', 'Unit', '(', 'GPU', ')', 'which', 'is', 'currently', 'attracting', 'tremendous', 'research', 'interests', 'from', 'various', 'fields', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['OT', 'metric', 'maps', 'the', 'comparison', 'of', 'two', 'distributions', 'on', 'high', '-', 'dimensional', 'feature', 'space', 'onto', 'a', 'lower', 'dimension', 'space', 'so', 'that', 'it', 'is', 'more', 'sensible', 'to', 'measure', 'the', 'similarity', 'between', 'two', 'distributions', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['OA', 'is', 'one', 'of', 'the', 'leading', 'causes', 'of', 'global', 'disability', 'in', 'people', 'aged', '65', 'and', 'older', ',', 'and', 'its', 'burden', 'is', 'likely', 'to', 'increase', 'in', 'the', 'future', 'with', 'the', 'ageing', 'of', 'the', 'population', 'and', 'rise', 'in', 'obesity', 'worldwide', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['They', 'compared', 'three', 'common', 'neural', 'network', 'models', ',', 'namely', ',', 'the', 'multi', '-', 'layer', 'perceptron', '(', 'MLP', ')', ',', 'CNNs', ',', 'and', 'LSTM', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Moreover', ',', 'we', 'discuss', 'some', 'decent', 'optimization', 'using', 'evolutionary', 'algorithms', 'including', 'butterfly', 'optimization', 'algorithm', '(', 'BOA', ')', ',', 'chicken', 'swarm', 'optimization', '(', 'CSO', ')', ',', 'coral', 'reefs', 'optimization', '(', 'CRO', ')', 'and', 'whale', 'optimization', 'algorithm', '(', 'WOA', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Reinforcement', 'Learning', '(', 'RL', ')', 'intends', 'for', 'a', 'principled', 'approach', 'to', 'temporal', 'decision', 'making', 'problems', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Aqua2', 'Autonomous', 'Underwater', 'Vehicle', '(', 'AUV', ')', 'over', 'a', 'coral', 'reef', '(', 'fig', ':', 'ds(e', ')', ')', 'and', 'an', 'underwater', 'structure', '(', 'Lake', 'Jocassee', ',', 'South', 'Carolina', ')', '(', 'fig', ':', 'ds(f', ')', ')', ',', 'with', 'the', 'same', 'setup', 'as', 'the', 'underwater', 'sensor', 'suite', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Following', ',', 'we', 'use', 'Average', 'Precision', '(', 'AP', ')', 'for', 'evaluation', ',', 'which', 'is', 'more', 'appropriate', 'for', 'unbalanced', 'data', 'than', 'accuracy', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['To', 'estimate', 'the', 'surface', 'displacement', ',', 'we', 'then', 'use', 'the', 'coherent', 'point', 'drift', '(', 'CPD', ')', 'algorithm', 'on', 'the', 'liver', 'surface', 'model', 'of', 'the', 'inhaled', 'state', 'to', 'register', 'it', 'onto', 'the', 'liver', 'model', 'in', 'exhaled', 'state', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['By', 'comparing', 'Row', '\"', 'MAT', '\"', 'to', 'Row', '\"', 'Tactile', 'Baseline', '\"', 'for', '2.5', 'cm', 'calibration', 'noise', 'in', 'Table', ',', 'we', 'observed', 'a', 'substantially', 'more', 'significant', 'improvement', 'of', 'MAT', \"'s\", 'performance', 'over', 'the', 'tactile', 'baseline', ',', 'mainly', 'due', 'to', 'MAT', \"'s\", 'ability', 'to', 'adjust', 'the', 'robot', \"'s\", 'end', '-', 'effector', 'pose', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'refer', 'to', 'diffusion', 'due', 'to', 'these', 'individual', 'to', 'individual', 'level', 'transmissions', 'as', 'same', 'place', 'same', 'time', 'transmission', '(', 'SPST', ')', 'based', 'diffusion', 'and', 'created', 'contact', 'graphs', 'as', 'SPST', 'interactions', 'graphs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Hidden', 'Markov', 'models', '(', 'HMM', ')', 'consists', 'of', 'four', 'elements', ':', '1', ')', 'an', 'exhaustive', 'set', 'of', 'different', 'states', ',', 'which', 'in', 'our', 'case', 'represent', 'the', 'different', 'of', 'segments', 'of', 'the', 'ECG', ';', '2', ')', 'baseline', 'probabilities', 'of', 'the', 'states', ',', 'reflecting', 'the', 'relative', 'duration', 'of', 'the', 'various', 'segments', ';', '3', ')', 'the', 'probability', 'of', 'moving', 'from', 'one', 'state', 'to', 'another', ',', 'which', 'is', 'captured', 'in', 'a', 'transition', 'probability', 'matrix', ';', 'and', '4', ')', 'an', 'emission', 'probability', 'matrix', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Among', 'the', 'different', 'imaging', 'modalities', 'based', 'on', 'electric', 'fields', ',', 'we', 'may', 'cite', 'Electrical', 'Impedance', 'Tomography', '(', 'EIT', ')', 'which', 'operates', 'at', 'frequencies', 'between', '10', 'and', '100', 'and', 'Microwave', 'Imaging', 'between', '300', 'and', '300', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Cars', 'Overhead', 'with', 'Context', '(', 'COWC', ')', 'dataset', 'by', 'the', 'Lawrence', 'Livermore', 'National', 'Laboratory', 'is', 'an', 'overhead', 'image', 'dataset', 'with', 'around', '32,700', 'labeled', 'cars', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'benchmark', 'the', 'speed', 'of', 'TPUs', 'and', 'compare', 'them', 'to', 'GPUs', 'which', 'constitute', 'the', 'main', 'source', 'of', 'acceleration', 'for', 'general', 'purpose', 'Monte', 'Carlo', 'methods', 'outside', 'of', 'Field', 'Programmable', 'Gate', 'Arrays', '(', 'FPGAs', ')', 'and', 'Application', '-', 'specific', 'Integrated', 'Circuits', '(', 'ASICs', ')', 'based', 'solutions', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Besides', ',', 'merging', 'the', 'Convolutional', 'Neural', 'Network', '(', 'CNN', ')', 'architectures', 'corresponding', 'to', 'various', 'modalities', ',', 'that', 'can', 'vary', 'in', 'depth', ',', 'width', ',', 'and', 'the', 'optimization', 'algorithm', 'can', 'become', 'very', 'complex', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'applicability', 'of', 'the', 'proposed', 'methodologies', 'is', 'illustrated', 'by', 'designing', 'voltage', 'controllers', 'for', 'DC', '-', 'DC', 'converters', 'and', 'DC', 'networks', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Although', 'CSI', 'is', 'a', 'more', 'detailed', 'fingerprint', 'to', 'improve', 'the', 'localization', 'accuracy', ',', 'it', 'is', 'only', 'available', 'with', 'the', 'specific', 'wireless', 'network', 'interface', 'cards', '(', 'NIC', ')', ',', 'e.g.', ',', 'Intel', 'WiFi', 'Link', '5300', 'MIMO', 'NIC', ',', 'Atheros', 'AR9390', 'or', 'Atheros', 'AR9580', 'chipset', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Field', 'of', 'View', '-', 'According', 'to', 'there', 'are', 'two', 'kinds', 'of', 'field', 'of', 'view', ':', 'The', 'Display', 'FOV', 'is', 'the', 'area', 'of', 'the', 'visual', 'field', 'composed', 'by', 'the', 'display', 'and', 'the', 'Camera', 'FOV', 'is', 'the', 'virtual', 'environment', 'area', 'where', 'engine', 'draws', 'to', 'the', 'display', '(', 'cFOV', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['However', ',', 'modern', 'methods', 'employ', 'the', 'enhanced', 'vasculature', 'as', 'a', 'preliminary', 'step', 'for', 'more', 'advanced', 'binarisation', 'algorithms', ',', 'such', 'as', 'machine', 'learning', '(', 'ML', ')', 'classifiers', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Dialog', 'State', 'Tracking', 'Challenge', '(', 'DSTC', ')', 'williams2013dialog', 'formalizes', 'the', 'problem', 'as', 'a', 'supervised', 'sequential', 'labelling', 'task', 'where', 'the', 'state', 'tracker', 'estimates', 'the', 'true', 'slot', 'values', 'based', 'on', 'a', 'sequence', 'of', 'NLU', 'outputs', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'this', ',', 'we', 'extend', 'CSI', 'availability', 'to', 'a', 'packet', 'data', 'convergence', 'protocol', '(', 'PDCP', ')', 'controller', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Toward', 'this', 'objective', ',', 'we', 'use', 'Support', 'Vector', 'Regression', '(', 'SVR', ')', 'due', 'to', 'non', '-', 'linearity', 'of', 'the', 'problem', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['For', 'three', 'ODE', 'settings', '(', 'no', 'route', 'choice', ',', 'Probit', 'and', 'Logit', ')', ',', 'the', 'KL', 'distance', 'from', 'the', 'estimated', 'O', '-', 'D', 'demand', 'to', 'the', '\"', 'true', '\"', 'O', '-', 'D', 'demand', 'are', 'shown', 'in', 'Figure', 'with', 'respect', 'to', 'the', 'quality', 'of', 'historical', 'O', '-', 'D', 'demand', 'data', ',', 'represented', 'by', 'how', 'far', 'the', 'historical', 'O', '-', 'D', 'demand', 'mean', 'provided', 'to', 'the', 'ODE', 'is', 'away', 'from', 'the', '\"', 'true', '\"', 'O', '-', 'D', 'demand', 'mean', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['A', 'notable', 'example', 'is', 'spatial', 'modulation', '(', 'SM', ')', ',', 'which', 'is', 'by', 'far', 'the', 'most', 'popular', 'member', 'of', 'the', 'index', 'modulation', '(', 'IM', ')', 'family', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'use', 'a', 'dataset', 'from', 'the', 'largest', 'multiplayer', 'online', 'battle', 'arena', '(', 'MOBA', ')', 'game', ',', ',', 'with', '96', 'million', 'matches', 'involving', '100', 'million', 'players', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'the', 'next', 'section', ',', 'we', 'show', 'how', 'our', 'implementation', 'of', 'the', 'BCD', 'with', 'vertically', 'partitioned', 'data', 'performs', 'in', 'comparison', 'to', 'full', '-', 'data', 'generalized', 'linear', 'modeling', '(', 'GLM', ')', 'in', 'simulated', 'data', 'as', 'well', 'as', 'three', 'real', '-', 'world', 'datasets', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Before', 'the', 'avent', 'of', 'neural', 'networks', ',', 'common', 'methods', 'involved', 'Gaussian', 'Mixture', 'Models', '(', 'GMM', ')', 'and', 'other', 'derivative', 'methods', 'such', 'as', 'Hidden', 'Markov', 'Models', '(', 'HMM', ')', 'that', 'produced', 'best', 'results', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['In', 'their', 'most', 'recent', 'paper', ',', 'Hamidian', 'and', 'Diab', 'hamidian2016rumor', 'introduce', 'the', 'Tweet', 'Latent', 'Vector', '(', 'TLV', ')', 'approach', 'that', 'is', 'obtained', 'by', 'applying', 'the', 'Semantic', 'Textual', 'Similarity', 'model', 'proposed', 'by', 'Guo', 'and', 'Diab', 'guo2012modeling', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'approach', 'is', 'called', 'symbolic', 'AI', 'because', 'the', 'computer', 'arrives', 'to', 'a', 'solution', 'by', 'following', 'predefined', 'rules', '(', 'commonly', 'called', 'symbolic', 'computation', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['We', 'applied', 'backward', 'feature', 'elimination', '(', 'BFE', ')', 'method', 'in', 'this', 'research', 'for', 'its', 'ability', 'to', 'examine', 'all', 'possible', 'combinations', 'of', 'feature', 'subsets', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Extrapolating', 'this', 'trend', ',', 'it', 'is', 'conceivable', 'that', 'the', 'NMT', 'models', 'would', 'simply', 'need', 'more', 'training', 'data', 'than', 'our', 'current', 'datasets', 'provide', 'in', 'order', 'to', 'consistently', 'outperform', 'the', 'SMT', 'approach', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', 'method', 'iteratively', 'runs', 'what', '-', 'if', 'scenarios', 'and', 'greedily', 'selects', 'the', 'next', 'best', 'feature', 'until', 'the', 'Akaike', 'information', 'criterion', '(', 'AIC', ')', 'does', 'not', 'improve', 'anymore', '(', 'see', 'steplm', 'in', 'Figure', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'hierarchical', 'Dirichlet', 'process', '(', 'HDP', ')', 'is', 'an', 'extension', 'of', 'the', 'Dirichlet', 'process', 'for', 'use', 'in', 'hierarchical', 'modeling', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['Another', 'flawed', 'argument', 'is', 'that', 'regulating', 'lethal', 'autonomous', 'weapons', 'could', 'threaten', 'the', 'innovation', 'in', 'AI', ',', 'whereas', 'in', 'fact', 'AI', 'has', 'been', 'developed', 'very', 'successfully', 'in', 'a', 'civilian', 'setting', '(', 'mostly', 'in', 'academia', 'and', 'major', 'technology', 'companies', ')', 'and', 'its', 'continued', 'development', 'does', 'not', 'require', 'neither', 'data', 'nor', 'engineering', 'which', 'would', 'come', 'from', 'AI', 'military', 'development', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'mean', 'square', 'error(MSE', ')', 'performance', 'of', 'different', 'structures', 'are', 'compared', ':', 'The', 'single', 'observation', '(', '2D', 'convolution', '+', 'MLP', ')', 'gives', 'MSE', '=', ';', 'Stacking', 'multiple', 'frames', '(', '3D', 'convolution', '+', 'MLP', ')', 'gives', 'MSE', '=', ';', 'Recurrent', 'networks', '(', '2D', 'convolution', '+', 'LSTM', ')', 'gives', 'MSE', '=', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['An', 'intersection', 'matrix', 'is', 'called', 'a', 'CA', '(', 'interval', ')', 'matrix', 'if', 'it', 'is', 'the', 'intersection', 'matrix', 'of', 'some', 'CA', '(', 'interval', ')', 'model', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['The', 'Public', 'Git', 'Archive', 'targets', 'large', '-', 'scale', 'quantitative', 'research', 'in', 'the', 'areas', 'of', 'source', 'code', 'analysis', '(', 'SCA', ')', 'and', 'machine', 'learning', 'on', 'source', 'code', '(', 'MLoSC', ')', '.']", + "output": [ + "Yes." + ] + }, + { + "input": "['This', ',', 'in', 'turn', ',', 'is', 'given', 'by', 'the', 'information', 'content', 'of', 'the', 'Most', 'Specific', 'Common', 'Abstraction', '(', 'MSCA', ')', 'that', 'subsumes', 'both', 'the', 'concepts', 'in', 'question', '.']", + "output": [ + "Yes." + ] + } +] +} \ No newline at end of file diff --git a/tasks/task1717_dialogue_generation.json b/tasks/task1717_dialogue_generation.json new file mode 100644 index 000000000..2a10443ff --- /dev/null +++ b/tasks/task1717_dialogue_generation.json @@ -0,0 +1,3047 @@ +{ + "Contributors": [ + "Akshat Jain" + ], + "Source": [ + "doc2dial (https://huggingface.co/datasets/doc2dial)" + ], + "Categories": [ + "Dialogue Prediction" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "This task is about reading the list of dialogues between a user and an agent. You are given the first 5 dialogue exchanges and you have to predict the 6th dialogue. Please note that even though the dialogue exchange mostly takes place in a serial manner (first dialogue is by the user and second dialogue is by the agent), there can be instances when two consecutive dialogues may be said by the user or the agent.", + "Positive Examples": [ + { + "input": "['Could my federal student loan possibly qualify for discharge if the school in which I am currently enrolled is closing? ', 'I can help you to learn about the eligibility requirements for discharge and how you can apply. \n', 'Ok what are the criteria for a possible discharge? ', 'You may be eligible for a 100 percent discharge if you were unable to complete your program because your school closed. ', 'I was enrolled when my school closed and did not complete my desired courses. ']", + "output": "In that even you may indeed be eligible for a 100% discharge of your William D. Ford Federal Direct Loan Direct Program loans, Federal Family Education Loan FFEL Program loans, or Federal Perkins Loans. ", + "explanation": "This is a positive example as the output is the reply by the agent in which he tells the user that he will be eligible for 100% discharge on some specific loan programs." + }, + { + "input": "['How would I pay for textbooks and other course materials if haven't receive financial aid?', 'Did your school that participates in the federal student aid program provide you a way to get textbooks and supplies you need?.', 'No, they have not provided that yet but it is not the 7th day of the term yet.', 'What if I purchased my textbooks?', 'You could sell them back if allowed and get money for it.']", + "output": "What if my course uses paid online content?", + "explanation": "This is a positive example as the output is the next dialogue by the user in which he is asking about online paid content since he already got the answer about the books he purchased." + } + ], + "Negative Examples": [ + { + "input": "['How will I receive my federal student aid?', 'Your college not the U.S. Department of Education will distribute your federal student aid.', 'When should I receive financial aid?', 'It all depends on what type of aid you have accepted.', 'What happens with the disbursements of grants and student loans?']", + "output": "What is a disbursement?", + "explanation": "This is a negative example as the output should be the dialogue 'Ultimately your school will disburse your grant or loan money in at least two payments and must give you your grant or loan money at least once per semester, trimester, or quarter.', however the output was another question when an answer by the agent was expected." + }, + { + "input": "['I need help on how to pay for my course materials, I haven't received my financial aid yet.', 'Of course. Does your school participate in a federal student aid program?', 'No, unfortunately not.', 'What can you tell me about grants and student loans in general?', 'Typically, the school first applies your grant or loan money toward your tuition, fees, and if you live on campus room and board. Any money left over is paid to you directly for other education expenses.']", + "output": "Yes, you may have several lower-cost options to obtain your books.", + "explanation": "This is a negative example as the output should be another question like 'What if I have a credit balance?' however the output was an answer by the agent to a question which was never asked by the user." + } + ], + "Instances": [ + { + "input": "['Hello, I forgot o update my address, can you help me with that?', 'hi, you have to report any change of address to DMV within 10 days after moving. You should do this both for the address associated with your license and all the addresses associated with all your vehicles.', 'Can I do my DMV transactions online?', 'Yes, you can sign up for MyDMV for all the online transactions needed.', 'Thanks, and in case I forget to bring all of the documentation needed to the DMV office, what can I do?']", + "output": [ + "This happens often with our customers so that's why our website and MyDMV are so useful for our customers. Just check if you can make your transaction online so you don't have to go to the DMV Office." + ] + }, + { + "input": "['Will you keep me informed about when my insurance is about to lapse?', 'Yes. The New York State requires every motorist to maintain their insurance up to date so we at DMV make sure to inform you if you have any problem with your insurance.', 'Is it needed that my address is always up to date with you guys?', \"Yes, It is required. If not we won't be able to keep you informed about your insurance and we'll suspend your registration and license. You should make sure to turn in your vehicle's license plate before canceling your insurance policy\", 'Can you tell me more about the traffic points and its cost?']", + "output": [ + "Yes. This is the system DM uses to keep a record of dangerous drivers. The cost of the DMV charge, that it's a separate charge from the DRA, depends on the total points you accumulate." + ] + }, + { + "input": "['I moved recently and forgot to update my address. Could this be a problem?', 'Yes, by statute, you have to report a change of address to DMV before ten days after moving.', 'Is it common to delay a transaction due to forgetting any prerequisite when going to the DMV office? what could be the alternative?', 'Yes. Around 10% of our customers forget some of the pre-requisites when going to a DMV office. To avoid this, you could check on the DMV website to see if you can do your transaction online.', \"What if the inquiry letter you send to me doesn't resolve the problem with my insurance?\"]", + "output": [ + "In that case, we must suspend the vehicle registration and if the problem persists, your driver's license. This happens quite often a year due to failing to maintain insurance." + ] + }, + { + "input": "[\"Can you keep me up to date with my insurance so it doesn't lapse?\", 'The New York State requires every motorist to maintain auto insurance always that a vehicle is registered, due to that, DMV works with insurance companies to monitor your insurance coverage and keep you informed.', 'How would you contact me about any insurance problem?', 'After knowing about the problem we will send you a mail with an insurance inquiry letter to allow you to solve the problem.', 'tell me about the cost of traffic points.']", + "output": [ + "the charge you get from DMV is based on how many points you have accumulated." + ] + }, + { + "input": "['Tell me about what can I do to not let my insurance lapse.', 'Since we work with the insurance company to make sure that all the vehicles maintain their insurances properly and according to the New York State requirements, we sill inform you of any problems with your insurance coverage. ', 'What if I cancel my insurance policy?', \"you have to turn in your vehicle's license plates at DMV.\", 'I more often than not tend to forget one or some of the documents needed for my transaction at the DMV Office, please tell me, is there another way to do my DMV transactions?']", + "output": [ + "Yes, before going to the DMV office you should check our website to see if you can do your transaction online." + ] + }, + { + "input": "['Can you help me with how to avoid the lapse of my insurance?', 'DMV is always in contact with insurance companies to electronically monitor your insurance coverage and comply with the New York State requirements.', 'Can I just notify the United States Postal Service about a change of address or do I have to update this info with the DMV too?', 'You have to keep your address up to date in the DMV. It is not enough to inform the US Postal Service.', 'Tell me about the mistake of not bringing the proper documentation to a DMV office.']", + "output": [ + "Around 10% of our customers that visit a DMV office, forget to bring all of the requirements for their transactions. Before going to a DMV Office you should see if your transaction can be performed online, like an address change, registration renewal, and more. This way you can avoid going to a DMV Office." + ] + }, + { + "input": "['Is it that important to update my address at the DMV?', 'By statute, you must always report any change of address to the DMV within 10 days of moving. This applies for the address associated with your license and all addresses associated with your registered vehicles.', 'Do I have only 10 days to report a change of address?', 'Yes, this is required by law. You have to report your new address within ten days of moving.', 'How often do you send inquiry letters?']", + "output": [ + "We send about 500.000 inquiry letters per year." + ] + }, + { + "input": "[\"Hello, I recently moved with my family and I forgot to Update my address. I read an article about the Top 5 DMV mistakes people do, and figured out it'd be a problem if I don't update it. What can I do?\", 'Hello. First, you have to report a change of address to DMV within ten days of having moved, for both the address associated with your license and all the addresses associated with each vehicle you have. ', \"It's been 2 weeks since I moved. What are the consequences of not having updated my address within those ten days?\", 'You will be charged with operating an unregistered vehicle and/or aggravated unlicensed operation.', \"Ok. I'll pay the charges.I have another question: I'm planning on leaving the state next month, what are the steps I should take? I don't want to leave the state without notifying DMV\"]", + "output": [ + "Well, you need to know that States communicate with each other, so if you leave the state without notifying DMV will be aware of that. Before leaving the state, make sure to resolve any unaswered tickets, suspensions or revocations. \nYou also have to surrender your license(s) plate(s) to NYS when you get to the new state. " + ] + }, + { + "input": "['Hi , I forget to update my adress. And What will happen now.?', 'You must inform your adrees change to DMV in ten days. If you are in ten days, please hurry.', \"If I don't, is there any serious problem for me?\", 'Yes , in th\u015fs case you can miss a suspensin order, and so you can continue to drive an unregistered vehicle', 'Is it useless to inform the police officer about the situation?']", + "output": [ + "No it is not sufficient. You must do more." + ] + }, + { + "input": "['What happens if my insurance lapses?', 'Because we all pay indirectly for crashes involving uninsured motorists, New York State requires every motorist to maintain auto insurance every single day a vehicle is registered. DMV works with insurance companies to electronically monitor your insurance coverage', 'When did your insurance lapse?', 'Does it matter?', 'Yes. we mail you an insurance inquiry letter to allow you to clear up the problem']", + "output": [ + "What happens if I change address?" + ] + }, + { + "input": "['What happens if I forget to update my address?', 'You must report a change of address to DMV within ten days of moving. That is the case for the address associated with your license , as well as all the addresses associated with each registered vehicle , which may differ', 'What happens if I forget to update my current address?', 'You will miss a suspension order and may be charged with operating an unregistered vehicle and/or aggravated unlicensed operation , both misdemeanors.', 'What happens if I have more questions after receiving the inquiry letter?']", + "output": [ + "We will suspend the vehicle registration" + ] + }, + { + "input": "['I just moved. How long do I have to update my address?', 'You have 10 days to update your address.', 'You have not updated to your current address?', \"Not yet, but it's only been 5 days.\", 'Are there costs associated with traffic points?']", + "output": [ + "Yes, the DRA charge is based on the number of points you have accumulated." + ] + }, + { + "input": "['Can I know if anybody asked for my records?', \"Yes, since the records of searches are public we'll inform any motorist if his records were searched.\", 'it looks like my browser is not compatible with your website.', 'You should visit https://encryption.ny.gov/ to check the compatibility of your website and if it says that is not compatible, please update your browser.', 'I need to contact DMV about my dial-in search account']", + "output": [ + "Our contact address for that is NYSDMV DIAL - IN AccountsRoom 2316 Empire State PlazaAlbany , NY 12228 473 - 2137e - mail" + ] + }, + { + "input": "['I need to know if DMV could contact me regarding my dial-in searches I do with my dial-in search account.', 'Yes, DMV can ask you about your dial-in searches. We do this to monitor compliance with the DIAL-IN Terms of Service.', \"What about if I didn't perform the search I'm asked about?\", 'If you or any of the known users performed the search, you should contact us immediately. You have to respond to our inquiry about the dial-in search or your search privileges will be suspended until you respond.', 'What kind of documents or business records can I use to document my searches']", + "output": [ + "Some examples are invoices, retainer agreements, consent forms, and surveillance reports, among other types of records. You should maintain these records to comply with our terms of service." + ] + }, + { + "input": "['I want to know about dial-in search accounts.', 'I need to do searches for DMV records for driver licenses and other info. Can I use it for this?', 'Yes, with the Dial-in service you can actually search for records of driver licenses, registrations and other similar information at the DMV. This service is typically used by attorneys, insurance and private investigators, process servers and security personnel.', 'Are the records given by this service public records?', 'Yes, al the records of searches are public records']", + "output": [ + "Will I get an account to check my application?" + ] + }, + { + "input": "['Can a motorist know if I searched his records using the dial-in search account?', 'Yes, we will if asked. All the records of searches are public.', 'What info would the motorist get when asking if his records were searched?', 'As I mentioned before, all the search records are public records.', 'Are your security protocols strong enough to protect the data?']", + "output": [ + "Our security protocols are being upgraded to ensure the protection of your data." + ] + }, + { + "input": "['Can you tell me about browser compatibility?', 'You should know that we are improving our security protocols to better protect your data.', 'Can you give me an address for dial-in search account consultations?', 'You can mail DMV at NYSDMV DIAL - IN AccountsRoom 2316 Empire State PlazaAlbany , NY 12228 473 - 2137', 'how many digits is the account number?']", + "output": [ + "You'll be sent a seven-digit account number that will never change." + ] + }, + { + "input": "['tell me about the dial-in search account website and browser compatibility', 'About the website, we can assure you that your data is safe thanks to our upgraded security protocols.', 'Can you give me a mailing address to contact the DMV about my dial-in search account?', 'the DMV contact address is NYSDMV DIAL - IN AccountsRoom 2316 Empire State PlazaAlbany , NY 12228 473 - 2137', 'where should I send the form for applying for an account?']", + "output": [ + "you should send the form to Data Services - New Search AccountNYS Department of Motor Vehicles6 Empire State PlazaAlbany , NY 12228" + ] + }, + { + "input": "[\"Hi, I'm constantly searching DMV records for driver license, registration and insurance information. So I thought I'd get a DIAL-IN search account, but I need to fill the form MV-15D. I've been trying to get the form on the website but it's seems the website is down, or maybe my browser is not compatible. Could you assist me with that? \", 'We are currently upgrading our security protocols to better protect your data, so the platform has been down recently, but right now the website if available. If you want to check whether your browser is compatible, visit https://encryption.ny.gov/.', \"Thanks, I checked and my browser it's not compatible, what should I do now?\", 'Upgrade your browser to the latest version. ', 'Done, so now to re-verify whether is compatible should I go to the same link?']", + "output": [ + "Absolutely, visit https://encryption.ny.govc to verify again. " + ] + }, + { + "input": "[\"I've searched a motorist's records, will he know I did it?\", 'Yes, he will be informed as search records are public records.', 'I had to pay a fee for using DIAL-IN search account, why?', 'According to the NYS Vehicle and Traffic Law, we must charge a fee to search DMV records. It is a legal step that must be met by private persons, commercial organizations and not-for-profit organizations.', 'I have filled out and submitted the Motor Vehicle Record Search Account Application MV-15D form, how do I know if it was accepted?']", + "output": [ + "If your application is complete, we will create an account and send you the number and password. The account is made up of a 7-digit number that will never change." + ] + }, + { + "input": "[\"Hey, i'm having some issues with your site not opening in my browser?\", 'We are currently going through upgrade for our security protocols in order to offer you a better data protection.', 'Oh, i see. Yeah, tought you could be doing any of that, but wanted to be sure. Anyway, i wanted to go on some records searching, there is any fee involved if i use a Dial-In search?', 'Indeed, you have to pay a fee for search DMV records. Whether you are a private person, an commercial organization or an NGO, there is a fee for using that service, according to law.', 'Thanks. Can i pay that fee with my credit card?']", + "output": [ + "No, sorry, but at the moment DMV isn't accepting any payments with credit cards." + ] + }, + { + "input": "['I would like to know about DIAL-IN search account and can i get one?', 'DIAL-IN is a service provided to search regularly records that DMV has on driver license, registration, vehicle title or insurance information. If you need this service, then you can get one.', 'So that is all about the service?', 'Is that all i need to know about DIAL-IN service?Do i need to pay any fees to use this service?', 'Yes but you need to know about the permissible uses of DMV records. There are some limitations which you can view in more details at Drivers Privacy Protection Act DPPA [ 2 ] . The fee applied to private persons, commercial organizations and not - for - profit organizations. This is according to the NYS Vehicle and Traffic Law. ']", + "output": [ + "Do i need to prepare or keep any documents for the searches I perform?" + ] + }, + { + "input": "['Do I need to check browser compability for DMV Dial-in Search Account?', \"Yes. Since our security protocols are currently updating, You need to make sure that your browser is compatible to use any of the state's government websites.\", 'To do this, you can visit https://encryption.ny.gov/ [ 6 ] .', \"So, as long as my browser is compatible to use any of the state 's government websites, it should be compatible with the Dial-in Search Account?\", 'Yes. Therefore, if it is not compatible, you just need to update it to the latest version.']", + "output": [ + "Okay. So i do not need to switch to different kinds of browser?I just need to update to the latest version?" + ] + }, + { + "input": "['will you tell a motorist if i search their records?', 'yes. records of searches are public records', 'did you ask the dmv if your records were searched?', 'Yes', 'the dmv supplies the name and business address of the DIAL - IN account holder']", + "output": [ + "what about browser compatibility?" + ] + }, + { + "input": "['Can you tell me how I will know if my application has been accepted?', 'Sure, we will have to review your application first.', 'We will let you know if it is not complete.', 'I believe it has all been filled out.', 'We will send your application back with what is wrong and give more instructions on what to do if something else is needed.']", + "output": [ + "How do I pay for the DIAL-IN Search account fees?" + ] + }, + { + "input": "['Can I use insurance documents from other states?', \"We can't accept any out-of-state vehicle insurance coverage of any kind.\", 'My vehicle was registered in New York. what insurance should I use?', 'All vehicles registered in New York must have New York State auto liability insurance coverage.', 'I own a motorcycle, do I need to get insurance for it?']", + "output": [ + "If you're going to use your motorcycle on any public road or highway you must have insurance coverage. Motorcycle registrations are only valid for one year and expire on April 30." + ] + }, + { + "input": "['What out of state insurance documents can I give to DMV?', \"We can't accept any out of state insurance documents of any type.\", 'What can I do to get an acceptable insurance if my vehicle is registered in New York?', 'Since we will not accept any out of state insurance documents, your vehicle must have New York State auto liability insurance coverage.', 'So, since my vehicle is registered in New York, does that mean that I have to get a New York-based insurance?']", + "output": [ + "Yes, your vehicle must have New York State auto liability insurance coverage." + ] + }, + { + "input": "['Do I need to get insurance to register a vehicle in New York State?', 'Yes. In order to register your vehicle in New York State, you need to have New York State issued automobile liability insurance coverage.', 'for how long should the liability insurance coverage remain in effect?', 'As long as the registration of your vehicle remains valid.', 'Does this apply for motorcycles too?']", + "output": [ + "There are some exceptions for motorcycles." + ] + }, + { + "input": "['Do I have to get insurance to register my vehicle?', 'Yes, you have to. DMV requires auto liability insurance to be able to register a vehicle in New York.', 'I have a vehicle registered in New York, where should I get the insurance.', 'for vehicles registered in New York, you have to get a New York State auto liability insurance coverage.', 'Should the copy of my Insurance Identification Card be perfectly legible?']", + "output": [ + "Yes. The DMV will not accept a card if our barcode reader can't read the barcode." + ] + }, + { + "input": "['I need to know if I have to get insurance to register my vehicle.', 'Yes, this is a requirement to register a vehicle in New York, you have to have auto liability insurance.', 'Will the DMV accept a fax of my Insurance identification card?', \"Yes, but make sure it's clearly legible. If the DMV barcode reader can't scan the barcode your card will be rejected.\", 'How much last the registration for a motorcycle?']", + "output": [ + "It lasts for 1 year." + ] + }, + { + "input": "['In order for me to register my vehicle, do I have to have an insurance policy in place on that vehicle', 'For you to register a vehicle in New York, it is a requirement of the DMV that you have auto liability insuranc ', 'I have a question in relation to my vehicle registration application. Does my name on that application form have to match my Insurance Identification Card', 'Yes, your name as it appears on your insurance card must match the name that appears on your vehicle registration application', 'Are there any restrictions in place regarding out-of-state insurance and what are the implications of not having these in order']", + "output": [ + "You cannot drive your motorcycle on public highways without having insurance in place. If your name differs from your insurance to your registration, your insurance coverage may lapse and become invalid, which could result in the DMV suspending your driver license and registration " + ] + }, + { + "input": "['Do I need insurance to register my car?', 'Yes. New York law requires that you have auto liability insurance coverage.', 'What happens if I forget to maintain my insurance?', \"Unfortunately you will be without registration and without a driver's license because the DMV will suspend both.\", 'Can I submit a copy of my Insurance Identification Card to DMV or should it only be the original document?']", + "output": [ + "You can submit a copy or even a fax as long as the DMV barcode reader can read and scan the barcode, otherwise, the DMV will not accept your card." + ] + }, + { + "input": "['Hey, do I need an insurance to register a vehicle? If so, what are the New York State Insurance requirements.', 'Yes, the DMV requires auto liability insurance to register a vehicle in New York .\\n', \"Okey, I have a bit of a problem: I have a different name on both my vehicle registration application and my Insurance Identification Card, do they have to be the same or that woudn't be a problem?\", \"Yes, that's a problem. Your insurance cards and vehicles must have the same name.\", \"I'll sort that out then. I want to know what sort of proof will I receive after getting the insurance?\"]", + "output": [ + "Your insurance company will issue a proof of insurance in two ways: \n1) They will either give you to original NY state Insurance Cards or provide you with acces to your digital electronic NY State Insurance.\n2) They will send an electronic notice of insurance coverage to the DMV." + ] + }, + { + "input": "['Hello, good morning. I recently moved here to New York and I want to get an Insurance for my new car. I was hoping you could help me with the requirements, and also telling me if my out of state insurance document would work?', 'For the requirements you just need your ID, your car, and the minimum wave coverage which is $10000, go to a DMV and you can begin your process. \\nRegarding out of states documents: No. We will NEVER accept out of states insurance documents/coverages', 'But what can I do with my insurance from another state?', \"If your coverage time haven't lapse you can still use it there. Whenever you go to a different state, that you have an insurance in, DMV will cover you there. So, if you ever go back to that state your insurance will still work. \", 'If my vehicle is registered here in new york, would that be a problem when I visit another state I have a insurance in? ']", + "output": [ + "If your vehicle is registered in New York, it MUST have a New York insurance. If you go to texas (where you have a Insurance coverage) you'll have to first register the vehicle there, in order to be able to use their insurance. " + ] + }, + { + "input": "['or can i register without one?', 'yes', 'no', 'Could i use other than New York State issued automobile liability insurance coverage?', 'No you could not and you need to maintain the coverage to avoid suspension of your vehicle registration and driver license by the DMV.']", + "output": [ + "Is it compulsory that the name on the insurance card and vehicle registration application must be similar?" + ] + }, + { + "input": "['I was just wondering if i need insurance to register my vehicle?\\n', 'yes, the DMV requires you to have insurance in order to register your vehicle.', 'would you like me to tell you some more information?', 'Yes, please', 'sure. When you get insurance there are 2 ways that your insurance company will provide you with in order to provide you with proof that your insurance has been accepted.\\nIt will either give you 2 original NY State Insurance ID Cards or provide you with access to an electronic version of your NY State Insurance ID Card']", + "output": [ + "Will the DMV accept a copy of my insurance ID card?" + ] + }, + { + "input": "['Tell me about county taxes and supplemental fees', 'This are taxes that all residents of New York City and several counties in New York must pay for the registration of a commercial vehicle or the renewal of any commercial vehicle registration. These taxes are collected by the DMV for the city and the counties.', 'What about the supplemental MCTD fee for taxis?', 'In the case of a passenger vehicle like a taxi, the supplemental MCTD fee is $50 for two years. All registrants for TC vehicles must pay the tax,', 'How much is the vehicle use tax?']", + "output": [ + "It's $80 for 2 years for all passenger vehicle registrations and renewals. For Livery and for-hire vehicles, the tax is $400 for one year." + ] + }, + { + "input": "['I need help to determine the fees of my commercial vehicle.', 'To determine the correct fee you have to use both the registration fee and county use tax charts.', 'What fees apply if my vehicle is registered in Manhattan, New York.', 'For the renewal or original registration of all passenger vehicles, the vehicle use tax is 80$ for 2 years and for livery and for-hire vehicles in these registration classes, the fee is 400$ for 1 year.', 'What about the supplemental MCTD fee?']", + "output": [ + "The supplemental MCTD fee is 50$ for 2 years." + ] + }, + { + "input": "['I need help on how to calculate the fees of a commercial vehicle.', 'For that, you have to use the charts for the registration fee and the county use tax.', 'Please tell me more about the county use tax chart for counties outside New York City,', 'You can use the chart to determine the use taxes and supplemental fees for all original registrations and renewals. For example, the amount of sales tax depends on your locality and what was the purchase price. You can know more about the current rates by jurisdiction at the Department of Taxation and Finance website.', 'When does the county use tax applies to me?']", + "output": [ + "This tax is for all the residents of New York City and several counties in New York, and it applies to all the registrations and renewals of commercial vehicles." + ] + }, + { + "input": "['Can you please tell me more about the county use taxes?', 'This is the tax that applies to all residents of New York City and several counties in New York for the registration or renewals of a commercial vehicle', 'Can you tell me how to determine the fees for a commercial vehicle?', 'For that, you can use the registration fee and the county use tax charts.', 'How should I calculate the correct fee?']", + "output": [ + "You have to add 3.25% to the fee listed in the chart and then change the result you get to the nearest 0.25$." + ] + }, + { + "input": "['I want to know about the fees for commercial vehicles.', 'You can use the registration fee and county use tax charts to know your registration fee and county use fee.', 'Where can I get the UT-11 form?', 'You can get the form from a local DMV office or from a DMV call center.', 'So what is the chart for county use tax?']", + "output": [ + "The chart have the same name, county use tax chart." + ] + }, + { + "input": "['I need to know the fees for my car, please.', 'You must use both the registration fee and the county use tax charts to determine your registration fee and the county use tax', 'How much is the Supplemental MCTD fee and who is responsible for regulating the \"TC\" plates?', 'The Supplemental MCTD fee is $50 for two years and $25 per year. The New York City Taxi and Limousine Commission regulates all \"TC\" vehicle plates', \"I live outside of New York and I'm exempt from the vehicle use tax in my county, How do I pay my fees?\"]", + "output": [ + "You must complete the form UT-11C if you are living outside New Yor City." + ] + }, + { + "input": "['Morning, I would like to have some information regarding my taxes and fees. I got a car today, do I have to pay an use tax or fees?.', 'If you are a resident of New York, you MUST pay a vehicle use tax when you register your car. ', \"I'm in a county outside of NY, could you tell me the use tax and fee that I have to pay?\", 'To determine the use tax you should be paying in counties outside of NY state please use this chart: www.chartfortaxesoutsidenewyorkstate.com, find your location in the chart and then add 3.25% to the fee listed in the chart. ', \"Ok, I have the chart. But I don't know understand it. Could you help me out with that? \"]", + "output": [ + "The chart shows you a list of counties: find the one you are living in and see the amount of the use tax.\nYou also have one chart for the registration fee depending on how much your vehicle weights. " + ] + }, + { + "input": "['I need to know how much is the fee for my vehicle.', 'You must check your county use tax charts to determine your registration fee and county use tax.', 'What kind of vehicles can I see in the registration fee chart?', 'Commercial vehicles that weigh less than 18,000 lbs, Diesel-powered commercial vehicles that weigh 8,501 pounds or more require an additional fee.', 'I live in New York and I am exempt from the NYC vehicle use tax, what should I do?']", + "output": [ + "You need to fill the form UT-11 at DMV office or a DMV Call Center." + ] + }, + { + "input": "['Hello, I want to know about county use taxes and supplemental fees.', 'these are taxes that all commercial vehicles must pay as residents of New York City and other counties in New York. This is a vehicle use tax that the DMV collects for the city and the counties.', 'Do you have more questions about these taxes?', 'Yes, please, where can I get more info about it.', 'You can ask the city or county in which you reside or have your business.']", + "output": [ + "Does this tax apply for the renewable of commercial vehicles?" + ] + }, + { + "input": "['\\nI would like to know the cost of the registration fee of a commercial vehicle', 'debe pagar un impuesto sobre el uso del veh\u00edculo', 'If you have questions about these taxes, I will help you solve it.', '\\nI might have some questions about it.', 'What would be the final cost on a rental vehicle?']", + "output": [ + "\n$ 400 for 1 year" + ] + }, + { + "input": "['Can you help me determine my total registration fees for my commercial vehicle?', 'I will be happy to assist you with that. Does your vehicle weigh more than 18,000 lbs? 9', 'And is this the original registration of your vehicle?', 'Yes my vehicle is less than 18,000 lbs.', 'And this is the original registration of my vehicle.\\n']", + "output": [ + "Also, are you transferring vehicle plates from another vehicle?" + ] + }, + { + "input": "['Can you tell me when do I need to surrender my plate\u00a1', \"You should surrender your vehicle's plate before you end the vehicle's liability insurance coverage.\", 'I lost my plate, what should I do?', 'You have to report your lost plate and surrender the registration to the DMV. The DMV will issue you a new registration and plate.', 'Can another person surrender the plate for me and what would I need after?']", + "output": [ + "you just have to make sure that the other person gives you the FS-6 T receipt for your records." + ] + }, + { + "input": "['I need to surrender my New York State plates.', \"And in case my vehicle's plates are from another state, can I surrender them to the New York State DMV?\", 'No, for that, you have to surrender the plates to its state DMV.', \"Will I get my driver license suspended if I can't surrender my trailer's plates?\", \"Usually, trailers don't need liability insurance, so the DMV will not suspend your driver's license if you can't surrender the trailer's plates.\"]", + "output": [ + "If I have a trailer, do I have to surrender its plates?" + ] + }, + { + "input": "['Can you tell me what to do to surrender New York State plates?', 'Can I do it by mail?', 'Yes, to do it by mail you first need to remove plates and stickers,', 'What do I have to do if my plates were destroyed?', 'You have to report your destroyed plates to the DMV and surrender the registration. The DMV can issue you a new registration and plates.']", + "output": [ + "What else do I need to do after removing the plates?" + ] + }, + { + "input": "['I want to know about motorcycles and trailer plates.', \"Do I have to surrender my motorcycle's plates?\", \"It's not needed to surrender motorcycle's plates, you only should make sure to have it insured if you ride it.\", 'So, I have to get insurance for my motorcycle?', 'yes, you should keep your motorcycle insured if you ride it.']", + "output": [ + "And what about trailer's plates, do I need to surrender trailer plates?" + ] + }, + { + "input": "['I went to a mall and stole my car plates in the parking lot, what should I do?', \"I'm sorry for that. Did you surrender your registration?\", 'Yes, I did it.', 'You must report the theft of your plates and surrender the registration in order to obtain new plates and registration from the DMV.', 'If the plates were stolen from a trailer without liability insurance, would I have problems requesting new plates? Will I have problems with my license if fail to surrender a stolen plates?']", + "output": [ + "Normally a trailer does not need liability insurance, and no, the DMV will not suspend your driver license if you fail to surrender the plates." + ] + }, + { + "input": "[\"Hello, I'm going to another state for a month. So I'd like to temporary surrender them. Could you assist me with this?\", \"The thing is I'm going on holidays to another state for about 3 weeks so I need to register my vehicle if a different state and that's why I'm surrendering my plate; but as I'll be back in less than a month I'd like to have my same plate and I also think the process would be easier than getting a new plate... so can I surrender my plates temporarily?\", 'Yes, you can. See special procedures to surrender plates temporarily here: www.dmvtemporal.com', 'Okey, thanks. Btw, last week we got a plate stolen from one of our vehicles. Do I need to surrender the registration?', 'Yes, you have to surrender the registration. Please report the plate as stolen, and then surrender the registration.']", + "output": [ + "What if is a motorcycle? Do I need to surrender the plate?" + ] + }, + { + "input": "['Hi, good morning, please i need help on temporary surrender.', 'Need to know if my plates can be surrendered temporarily?', 'Sure you can. In any case, you need to go and check under special procedures to surrender your plates temporarily for a season.', \"Thanks, i'll sure do that. Um, when i surrender my plates, i just turn them in as they are and no problem?\", 'No. You need to remove some things from the plates first before surrender. You have to remove any plate frames and fasteners, as well as any sticker you may have attached on it. Besides, you need destroy the registration and inspection stickers you have attached into your windshield.']", + "output": [ + "Got it. There is something else i need to do along with the removal?" + ] + }, + { + "input": "[\"Morning! I need some information about surrendering plates. I'd like to know, when do I have to surrender them?\", \"Morning, Mr. You have to surrender your plates before you end the vehicle's liability insurance coverage, or when you will not use the registration. \", 'I have a trailer, and my plate got stolen on a trip to the beach. I found out yesterday I had no plate, what should I do? ', 'Don\\'t worry, as you may already know: \"normally\" a trailer does not need liability insurance, so DMV will not suspend your driver license or registration because your plate got stolen, and therefore you will fail to surrender it.', 'So, just to make sure: do I need yo surrender trailer plates? ']", + "output": [ + "You must surrender your plate if your trailer doesn't have a valid registration, it's ok if you \"lost\" it as long as your registration is valid. " + ] + }, + { + "input": "['I would like to ask about motorcycle and trailer plates.', 'What do you want to know?', 'Do i need to surrender my motorcycle plates if it is not insured?', 'No. It is not compulsory but if you ride the motorcyle, you need to insured it.', 'What if i lost it?or if it is stolen?']", + "output": [ + "If that happens, then you need to surrender the registration and report the lost, stolen or destroyed plates. New registration and plates will be issued by the DMV." + ] + }, + { + "input": "['How can I get a refund?', 'Do you want a refund after surrendering your plates?', 'Yes', 'See registrations refunds for surrendered plates for more information', 'Do I need to surrender motorcycle plates?']", + "output": [ + "It s not necessary to surrender motorcycle plates but your motorcycle must be insured if you ride it" + ] + }, + { + "input": "['Hello my vehicle plates were stolen, what do I do? Please help me.', 'You will need to surrender your registration if the plates have been stolen.', \"No someone might have taken them but I'm going to go look for them later.\", 'If I do determine that they have been stolen, how do I get new plates?', 'You will need to report that the plates have been stolen and surrender their registration. The DMV can then issue a new registration and plates.']", + "output": [ + "If I find the plates can my brother-in-law bring them in to prove that I got them back?" + ] + }, + { + "input": "['will i get a refund when i surrender my plates?', 'will i receive a refund when i surrender my plates. does this apply to you?', 'no', 'how can i find a dmv office near me', 'at the dmv office']", + "output": [ + "do i need to surrender the registration if the plates are lost, destroyed or stolen?" + ] + }, + { + "input": "['I need help to renew my non-driver ID card', 'Ok. You can renew your non-driver ID card only 1 year before and up to 2 years after your card expires.', 'My ID card is an Enhanced non-driver ID, is the cost the same?', 'the additional 30$ still applies to the renewal.', \"In case I'm overseas what can I do to renew my non-driver ID card?\"]", + "output": [ + "When overseas you can renew your non-driver ID card via mail." + ] + }, + { + "input": "['Can you give me any additional information about renewing my non-driver ID card?', 'Like, in the case of overseas renewal.', 'When you are out of the country you can renew your non-driver ID card via mail.', 'What are the time limits to renew the non-driver ID card?', 'The limits are: 1 year before and 2 years after your non-driver ID card expires.']", + "output": [ + "What documents can I submit as proof of SSI?" + ] + }, + { + "input": "['can you give me more information about renewing the non-driver ID card?', 'My status is Temporary Visitor.', \"You'll be able to renew your non-driver ID card only if your Temporary Visitor status is not expired at the DMV.\", 'So how can I renew my non-driver ID card?', 'You can do it online, via mail or at a DMV office.']", + "output": [ + "I got my non-driver ID on February 12, 2917. It's not enhanced. What kind of ID do I have?" + ] + }, + { + "input": "['Yes, I need to know more about how to renew my non-driver ID card', \"You must know that you can only renew your non-driver ID card if it's between the time limits of 1 year prior and 2-year post its expiration date.\", \"What if it's expired for more than 2 years?\", \"Then you can't renew it, no exceptions.\", 'Who can opt for the reduced fee or \"No Fee\" non-driver IDs?']", + "output": [ + "In case you receive Supplemental Security Income and are under 62 years old, your fee would be 6.50$" + ] + }, + { + "input": "['I need all possible information about renew my non-driver ID card, please.', 'Are you under 21 years old?', \"No, I'm already 21 years old\", 'How do I renew if I am out of the country?', 'No problem if you are out of the country, you can renew by mail.']", + "output": [ + "I have completed the steps to renew by mail but I have not received a renewal notice, what should i do?" + ] + }, + { + "input": "['I want to renew my non-driver ID card, please, help me with info about it.', 'You can renew 1 year before and up to 2 years after your non-driver ID expires.', 'Can I renew my non-driver ID card if it expired 3 years ago?', 'No, just 1 year before and up to 2 years after your non - driver ID expires.', 'I am going out of the country for a while and would like information regarding the renewal of my non-driver ID, can you help me with this, please?']", + "output": [ + "Before your trip I recommend that you go through a DMV office and get an Enhanced or REAL ID , and avoid a second office visit later." + ] + }, + { + "input": "[\"Hello, I'm looking for some information on renewing my non-driver ID card #1 please.\", 'I will be turning 21 soon, so I need to know what additional requirements there are for me to renew my non-driver ID card#1?', 'In order to renew your non-driver ID card #1, it is our requirement that you wait until you are within 40 days of your 21st birthday to renew.', \"Will I be subject to a fine if I attempt to renew my non-driver ID card#1 41 days or more before my 21st birthday, or will it be allowed through as I'm so close to the date?\", 'If you attempt to renew your card within 40 of your 21st birthday, we will process it and your ID will actually have the words UNDER 21 on it on or near the date of your birthday.']", + "output": [ + "I will be living overseas for the next two years at least. Will I need to pay the regular fees for a non-driver ID card renewal under these circumstances?" + ] + }, + { + "input": "['Good morning, i wanted to know if there is any kind of additional information about renewing a non-driver ID card?', 'More exactly, if i need to renew it in case i go overseas?', 'Yes, you must renew your non-driver ID card if you are planning to go overseas. You can do it through mail.', \"Ok. I'm turning 21 soon, so i was wondering if i won't have any problems renewing my ID before that date or if must wait until i turn 21?\", \"Well, in case you go through renewal for at least forty days before your birthday, you'll be issued a non-driver ID card with the words UNDER 21 on it, near of your birthday date.\"]", + "output": [ + "Right, i'll keep that in mind. Now please, i'm willing to go to an office and renew my ID there, but i would like to keep my standard document. What should i do in that case?" + ] + }, + { + "input": "['I want to know more about transfer credit.', 'Like, what if I transfer my remaining registration to another vehicle?.', 'In that case, your new registration will expire the same date as your old one, and you can only do this for an new original registration. You can not use it to renew a registration.', \"If I'm eligible for a refund, how can I get one?\", 'I also wants to request a transfer receipt.']", + "output": [ + "When not eligible for a refund or wanting a transfer receipt, the DMV office can give you a Receipt FS-6 T for you to use to transfer the registration to another vehicle." + ] + }, + { + "input": "['I want to know more about the refunds-', 'I can give you some examples of how the refunds are determined.', 'yes please, tell me how are the refunds determined.', \"for example, you paid 137.50$ to register your vehicle for two years. In the amount of money you paid is included 62.50$ for the two years registration, that is 31.25$ per year, there's also included 50$ for the tittle certification and the final 25$ is for the vehicle registration.\", 'So, what do I need to do to get a refund.']", + "output": [ + "After surrendering your plates, the receipt FS-6T indicates if you are eligible for a refund. If you are eligible and you do not request a transfer receipt, we'll process your refund immediately and you'll receive it in your mail after several weeks." + ] + }, + { + "input": "['I need to know more about refunds', 'Do you want an example to show how the refund amount is determined?', 'Yes, please show me the example.', \"Let's say you paid 137.50$ to register your vehicle for a period of 2 years. In the amount paid, there is included a 62.50$ for the two years or the registration, 32.25$ per year, 50$ for the title certificate and 25$ for the vehicle's plates. In this case, the amount to refund would be of 30.25$\", 'And if I changed my name, can I still get a refund?']", + "output": [ + "yes, you can. First, you have to surrender the vehicle plates at a DMV office and then request a transfer receipt, not a refund receipt. Secondly, you have to send some items to the address on the Request for Refund MV-215 form." + ] + }, + { + "input": "['I want to know how the refunds are determined and the period in which I should surrender my plates.', 'I can give you an example of how a refund is determined.', 'Can I get a refund for the first year of my registration after receiving a refund for the second year?', 'Yes, but only if you have the unused registration sticker and stub. If so, then you are eligible for the refund of the first year of the registration. You have a maximum of 60 days after the date the registration was made to apply for a refund for the first year of the registration fee.', 'In case the registrant passed away, can I get a refund?']", + "output": [ + "Yes. The refund will be issued to the name of the state. You need to surrender the vehicle plates at DMV office and request a transfer receipt, not a refund receipt." + ] + }, + { + "input": "['Tell me about rounds and transfer credit.', 'I want to transfer my remaining registration to another vehicle.', \"When transferring your remaining registration to another vehicle, take into consideration that the new registration will expire the same day as the old one, and you can only use the transfer credit for a new original registration, you can't use it for a renewal.\", 'How can I know if am eligible for a refund?', \"After you surrender your plates, your Receipt FS-6 T indicates if you are eligible for a refund. If you are and you do not request a transfer receipt, your refund will be processed automatically and you'll get it in your mail after some weeks.\"]", + "output": [ + "Can I still apply for a refund if the registration sticker was attached to the plate?" + ] + }, + { + "input": "['How would I go about getting a refund for my surrendered vehicle plates?', 'I can give you an example to explain how your refund amount is determined', 'What happens if my name has changed since I registered the plates, can I still get a refund?', \"If your name had changed and you are looking for a refund, bring the plates with you to the DMV office when surrendering. Yu must request a transfer receipt and not a refund receipt. You then send these to the address that you'll find on the Request for Refund MV-215 form\", 'How is my refund actually determined?']", + "output": [ + "When you registered your plates, you paid $137.50, which was for two years. This amount included $62.50, which was the registration fee for two years, that is $31.25 per year. Also included was $50.00 for the title certificate and then $25.00 for the vehicle plates. The registration fee for one year is refunded to you, as you surrendered the plates during the first year of registration " + ] + }, + { + "input": "['What amounts are refundable if I return my plates to the DMV? ', 'Are you wanting to transfer the remaining registration credit to another vehicle that you need to register? ', \"I wasn't wanting to transfer the credit that way. I was not aware that I could, but, since you said that it is possible to transfer the remaining registration credit to another vehicle, I might wait as I am about to purchase my husband a new car. \", 'When you surrender your vehicle plates to the DMV, you may be eligible to transfer the remaining registration credit to another vehicle you want to register, or get a refund for the registration fee. You get a refund or registration transfer credit for your vehicle plate fee, title certificate fee and any other fee or tax that you paid when you registered the vehicle. ', 'Will I get this refund immediately when I surrender my plates? ']", + "output": [ + "When you surrender your plates, your Receipt FS-6 T indicates if you are eligible to receive a refund. If you are eligible and you do not request a transfer receipt, the refund will be processed automatically and you will receive it in the mail in several weeks. " + ] + }, + { + "input": "['I was wondering if you could give me some more information about whether i can transfer credit from my old vehicle plate?', 'null', 'am i able to transfer my remaining registration to another vehicle?', 'yes, however, there are a few conditions, you can only transfer credit for a new original registration, the new registration will expire the same day as your old registration, and you can not use it for a registration renewal', 'how do i apply for a refund?']", + "output": [ + "To apply for a refund for the first year-registration fee, you must send the original registration document, and you must complete and sign the request for a refund form and send it to the address on the page." + ] + }, + { + "input": "['how do i transfer credit?', 'if you transfer your remaining registration to another vehicle your new registration will espire the same day', 'doesnt apply to me', 'how can i get a refund?', 'the dmv office issues a receipt that you can use to transfer the registration to another vehicle.']", + "output": [ + "can i get a refund if i changed my name?" + ] + }, + { + "input": "['I need help with transferring a credit.', 'Do you need to transfer your remaining registration to another vehicle?', \"No, I don't need that.\", 'How can I get my refund ? ', 'The DMV issues a receipt FS-6 that you can use to transfer the registration to different vehicles.']", + "output": [ + "How do I apply for a full 2-year refund if the registration was never used?" + ] + }, + { + "input": "['I want to know about the pre-licensing course.', 'This is a DMV-approved and standardized classroom course that teaches you all you need to know as a new driver, such as: driving within the highway transportation system.', 'What should I do in case I encounter stop lines or crosswalks?', 'You should stop before crossing them.', 'What should I take into consideration for my road test?']", + "output": [ + "Remember to steer smoothly in all circumstances, accelerate in a controlled and smooth way and don't force the engine or cause it to stall." + ] + }, + { + "input": "['What are the things that I need to organise before I am eligible to take my road test?\\n', 'Firstly, you will need a learner permit, and please remember that you must obey all rules and conditions that are applicable to being a learner driver. You must also have completed a Pre-Licensing Course OR a high school/college Driver Education Course', 'Are there age restrictions involved regarding the amount of supervised practice driving that I should have', 'In order for you to be eligible to take the road test, you must have a minimum of 50 hours of supervised driving practice completed', 'Are there particular rules regarding proceeding in a vehicle when stopped or when selecting a position in a lane on the highway']", + "output": [ + "When the vehicle is stopped, you must not proceed until you can clearly see in both directions, you must also be very vigilant when choosing a lane on the highway" + ] + }, + { + "input": "['Anything I need to do before taking the road test?', 'Once you get your learner permit, you have to obey the restrictions on where and when you are allowed to drive. You should also complete a 5-hour pre-licensing course or a high school or college driver education course.', 'How long it lasts the pre-licensing course certificate?', 'The pre-licensing course certificate lasts for 1 year from the date it is issued, and the student certificate of completion lasts for two years.', 'anything else I need to do before the road test?']", + "output": [ + "apart from obeying the learner permits restrictions and completing a 5-hour pre-licensing course, you should get a good amount of supervised driving practice." + ] + }, + { + "input": "['I have 6 months with my Pre-licensing Course Certificate, how much longer is it valid?', 'It is valid for 1 year since the certificate is issued, while a Student Certificate of Completion is valid for 2 years.', 'What should I know about speed and following distance when practicing for my road test?', 'Always respect the posted speed limit and adjust your speed taking into account factors such as weather, road, visibility and traffic conditions. Maintain adequate \"cushion\" space between your vehicle and the ones you are following. Always keep in mind the \"two second rule\" described in the Driver\\'s Manual.', 'Is it okay to cross a crosswalk during my road test?']", + "output": [ + "No, you must stop before crossing the crosswalk." + ] + }, + { + "input": "[\"Good morning. I'm preparing for my road test, I'ld like to know how much supervised practice driving I must get before taking my road test. \", \"I'm 17 years old, can you help me with that please?\", 'Morning! Before taking your road test (as you are 16) you must have a minimum of 50 hours of supervised practice driving. ', \"I am currently practicing some stopping positions for my test... but I'm not quite sure what to do when my view is blocked after stopping behind the crosswalk, do you know?\", \"You have to move up until you can clearly see your way, remember to stop again if it's necessary\"]", + "output": [ + "I am aiming for a MJ license because I'm into motorcyles, does the 50 hours of supervised practice applies to MJ as well? " + ] + }, + { + "input": "['Yeah, hi, i went through pre-licensing course and got my certificate, but i wanted to know how much time is it valid before expiring?', 'Sure, no problem. Your certificate will be valid for one year period, starting on the date it was issued to you. In case you have a certificate of completion, that will be valid for a two years period.', 'Great, thanks. Another question, please. What do i need to know for doing the road test? Need to practice something specific?', \"Certainly. It's a road test, so you'll need to practice some basics moves, so they know you are ready, for example you must focus on steering and acceleration, basic stuff.\", 'Oh, i see, thanks. Sorry, but again about the certificate, did you mention a different one from pre-licensing, and that being valid for a greater period?']", + "output": [ + "That would be Student Completion Certificate, and that will be valid for a two years period, unlike your Pre-licensing that only is valid for one year." + ] + }, + { + "input": "[\"Hi, i need to do some pre-licensing course but don't know what's that, can you help me\u00b4?\", 'No problem. Pre-licensing course is a DMV-approved, standardized classroom course that will fill you in on many topics that are important to you as a new driver.', 'Ah, i see. So you need that before i get my license. Um, by the way, right now a friend of mine wants to change its license class, does he needs pre-licensing?', \"If he is in possession of a valid NYS driver license, he doesn't need to have a pre-licensing course certificate o a student certificate of completion in order to change license's class. The same will apply to you.\", \"Great, good to know that. Another question, i'm a high school student and there's indeed driving lessons being offered. If a itake that course, it will help me in any way with licensing?\"]", + "output": [ + "Sure it will. Once you complete that course, you'll get an Student Certificate of Completion, and won't need to pass through the other course. With that certificate you can schedule your road test. Remember to bring it so you can turn it in to your license examiner." + ] + }, + { + "input": "[\"Hello, I'm getting prepared for my road test and I'd like to know how much supervised practice driving must I get before I take my road test\", 'Are you under age 18?', \"Yes, I'm 16\", 'You must have a minimum of 50 hours of supervised practice driving with: \\na) at least 15 hour at night after sunset \\nb) at least 10 hours in moderate to heavy traffic', 'Thank you! What should I be practicing for my test? ']", + "output": [ + "You should be practicing \"everything\": steering, acceleration, braking, speed, clutch... etc. But if you ask what are the most important things, I can tell you Steering, and Acceleration.Make sure to steer smoothly whether you are driving straight ahead, turning or backing up, and moderate and smoothly acceleration are key!" + ] + }, + { + "input": "['Is there a minimum amount of proven supervised practice driving that I must have before I can take the raod test?', 'What age are you? The reason I ask is because there are different rules that relate to applicants that are aged under 18 and those that are aged over 18', 'I am under 18', 'As you are under 18 years of age, you must have a minimum of 50 hours supervised driving practice before you are eligible to take the road test ', 'What happens if I lose my Certificate of Supervised Driving before taking the road test?']", + "output": [ + "If you have lost your Certificate of Supervised Driving, you should contact the office that issued this certificate to you, who will be able to replace it for you" + ] + }, + { + "input": "['How can I prepare for my road test?\\n', 'First you need to obtain a learner permit and follow the restrictions on when and where you are allowed to drive.', 'I see. Anything else I need to do?', 'No, that should cover the preparations.', 'Okay, so I have one more question. Before I reach an intersecting street, do I need to completely stop the vehicle?']", + "output": [ + "Yes, your vehicle needs to come to a full halt." + ] + }, + { + "input": "['How do i find the pre-licensing course?\\n', 'This is a course from the DMV,', 'How can i find providers in my area?', 'Look online or in the telephone directory.', 'Tell me how many hours of supervised driving i need before taking the road test?\\n']", + "output": [ + "have a minimum of 50 hours of supervised practice driving with\n [41] at least 15 hours at night after sunset\n [42] at least 10 hours in moderate to heavy traffic\n" + ] + }, + { + "input": "['What do I need to do before I take my road test?', 'Once you have a learner permit you must obey the learner permit restrictions on where and when you may drive.', 'What should I do if my view is blocked after stopping at a crosswalk?', 'Move up until you can clearly see your way, then stop again if necessary.', 'Are there restrictions on a learner permit?']", + "output": [ + "Yes, there are restrictions on where and when you may drive." + ] + }, + { + "input": "['Can I file an appeal by mail?', \"You don't want to file the appeal online?\", \"I don't\", 'Ok, in case you want to file the appeal online, remember that the traffic ticket must display the words \"Traffic Violations Bureau\" at the bottom of the ticket.', 'Yes, the traffic ticket must have the words \"Traffic Violations Bureau\" at the bottom.']", + "output": [ + "Do I have to submit all the exhibits and documents to the hearing officer?" + ] + }, + { + "input": "['Can I send an appeal by mail?', 'Yes, you can. You should use the Traffic Violations Bureau Appeal AA-33 form and mail your appeal plus a 10$ appeal fee.', \"Can I mail the DMV exhibits that can't be submitted online?\", \"Yes, you can mail any exhibits that you can't submit online. Take into consideration that any exhibits or documents not submitted to the hearing officer may not be filed with the appeal.\", 'What info do I need to submit for an Additional Argument?']", + "output": [ + "You can submit your name, date of birth and the 3-digit appeal access number." + ] + }, + { + "input": "['I want to know how to check the status of my appeal online', 'you the Appeals Board will acknowledge the receipt of your appeal form and fee by sending you a letter.', 'What is the time limit to submit an additional argument?', 'you have to submit the additional argument before 30 days has passed since the transcript you ordered has been sent to you.', \"What's next after ordering a transcription for my appeal?\"]", + "output": [ + "You have to mail the additional arguments to the Appeals Board before 30 days have passed since the transcript you ordered was sent to you." + ] + }, + { + "input": "['I need to know how to appeal a TVB ticket, please.', 'How can I appeal a TVB ticket?', 'You must file your appeal within 30 days of the date of conviction and pay a $10 non refundable appeal fee for each conviction appealed. This is the way you can appeal.', 'What are the deadlines to submit an additional Appeal Argument?', 'The Additional Argument must be submitted within 30 days after the transcript you ordered has been sent to you from the Transcriber. To send an additional argument after receiving your transcript, you must access the transaction again and enter the ticket number.']", + "output": [ + "Is it possible to order a transcript of my appeal?" + ] + }, + { + "input": "['Hi, please i need info about appealing a TBV ticket conviction. Can you help me on this?', 'Sure, no problem. To appeal a TVB, you have two options to do that. You can go online or you can make use of mail service.', \"Ok. But i don't have access to a computer and sincerely i don't like using mail service.\", 'Well, i suppose i can go online. Can you tell me what i need to do or if there is any condition to appeal in that way?', 'Sure. First, can you tell me when and where you received the conviction, please?']", + "output": [ + "Um, well, that was like a week ago and ocurred here in NYS." + ] + }, + { + "input": "['Hi, i wanna know something about appealing a TVB ticket conviction.', 'Sure, i can help you on that. Please, can you tell me if you are going to appeal via online or by mail?', \"No, i'm not planning to use any of those.\", \"But if i'm needed to choose one, i may just go for the online option.\", 'I understand you need info about appealing via online, then?']", + "output": [ + "Yes, please. guide me through the online option." + ] + }, + { + "input": "['I would like to ask about a TVB ticket conviction.', 'Do you want to appeal for a TVB ticket conviction?It can be done through online or by mail.', 'Yes. That means, i could not go to a physical address to appeal?The only available options is through online or by mail?', 'Yes and your appeal must be done within 30 days from the conviction date.', 'Do i need to pay any fee to appeal?']", + "output": [ + "Yes. A $ 10 non refundable appeal fee is applied for each appeal within 30 days from the date of conviction." + ] + }, + { + "input": "['I want to appeal a TVB ticket conviction.', 'You can appeal online or via mail.', 'I want to appeal a different way.', 'Has the ticket conviction been issued in the last 30 days?', 'No']", + "output": [ + "You can appeal via mail." + ] + }, + { + "input": "[\"I'm looking to appeal a conviction.\", 'Ok, Please use form AA-33 with a $10 fee.', 'If you have other convictions, please use form AA-33A', 'What convictions are those?', 'Anything not covered by Form 33-AA']", + "output": [ + "You can do this via mail as well as in person." + ] + }, + { + "input": "['My vehicle is already registered in New York', 'What transactions can I do online?', 'Some of the transactions you can do online are: Change your address, change the name or other information and check the status of your registration.', 'Tell me about registering a vehicle in New York', 'You have to register any vehicle owned by you or your business at a New York DMV office']", + "output": [ + "Would there be any problem if a don't answer a parking ticket?" + ] + }, + { + "input": "['What resources do I count with?', 'Some of the resources available to you are: Business regulated by the DMV (inspection stations, transporters, repair shops, etc), be able to determine if a car was flooded or stolen, to know if a family member died.', 'What if I fail to answer a parking ticket?', \"In cases like that, the locality can inform the DMV and this can prevent the renewal of your vehicle's certification and even suspend your vehicle registration.\", 'Tell me some transactions I can do online.']", + "output": [ + "Some of the transactions available online are: Change your address, change the name or other information, check the status of your registration, etc." + ] + }, + { + "input": "['Hello, need some help on DMV resources', 'Well, about that, you have some options. You have Businesses regulated by DMV such as Inspections Stations, Dealers and Transporters, Repair Shops, etc. Plus, the determination about if car was flooded or stolen, and the case of an deceased family member.', 'What about parking violations? Or parking regulation? Does DMV have resources for those?', 'Sorry, no. For those cases, you must get in touch with local authority. DMV has nothing to do about it', 'I see, thanks. Is online registration renew an option for my registered vehicle, please?']", + "output": [ + "Sure, you have that option available to you." + ] + }, + { + "input": "['Good afternoon, was wondering if you can give me some related info on vehicles already registered in NY?', 'On what kind of suspensions exist, to be exact.', 'Sure, you have available information about suspension for parking tickets or for toll violations.', 'Understood. Now, Do i need to register any vehicle i own in NY?', 'Yes. Any vehicle you own need to be registered at DMV office. These apply for any vehicle you have, regardless if it is personal or for your business. You can consult the requirements for specific vehicle types.']", + "output": [ + "Good, and can you tell me what i need for register?" + ] + }, + { + "input": "['I am considering opening up a small used car lot in my town. Can I register and title the vehicles on my lot myself and then charge my customers for that? ', 'Auto dealers can indeed register and title vehicles, and issue plates and charge a fee for this. ', 'If I am the owner of a used car lot and I choose to register and title the vehicles on my lot myself, to they all have to be in my name or can I have one of my employees do this for me on occasion? ', 'I do not intend to register every vehicle myself. I want this to be something my employees can do and to be able to charge my customers a fee for this. ', 'Are you intending to become a full-time auto dealer? ']", + "output": [ + "I am indeed, yes. " + ] + }, + { + "input": "[\"Do I need to register my car in New York if it's registered in a different state?\", 'Yes, you need to register any vehicle you own at the DMV.', 'What do I need to bring to get it registered?', \"Complete the DMV's Document Guide to make sure you bring everything you need.\", 'Can I renew my registration online?']", + "output": [ + "In most cases, but some vehicles can not be renewed online." + ] + }, + { + "input": "[\"Hi, I'd like to know how can I get a motorcycle license?\", \"I mean, I already have ONE, but it's an out-of-state license, I came here last week and since I'm here in New York I want to change my out-of-state license for a New York license, is that possible?\", 'Do you want to become a resident of New York, or are you going to spend just a few days here?', \"No, I don't want to become a resident of New York state. \", \"I just wan't to know whether or not that is possible, since I don't want to go through the whole motorcycle road test again. I read something about a course, but that's basically like doing the whole test again.\"]", + "output": [ + "Don't worry. If you have a valid motorcycle license issued by another state where you are resident, you can drive motorycles in New York without any problem. But if you are into getting a New York license, visit the New York State Motorcycle Safety Program website, or call toll - free at 1 - 800 - 446 - 9227.You can get extra information on how to get a New York license without going to the whole process of a road test" + ] + }, + { + "input": "['Hello, I recently moved from Texas, and I already read a few stuff about how to change my license. But I need additional information regarding my road test , could you help me out?', 'You need to know if you can get the road test waived?', \"Yes. I don't want to go through a motorcycle road test again. I already own a motorcycle license. \", 'We can waive the test if you are qualified and you complete an approved course.', 'Do you want more information? ']", + "output": [ + "Yes, I'd like to get more information." + ] + }, + { + "input": "['I would like to know how to get motorcycle license,please.', \"If you reside in New York, you must have a Class M or Class MJ driver's license or a learner's license to ride a motorcycle.\", 'How can I get a motorcycle license?', 'Have you applied for a motorcycle permit at a DMV office?', 'I have not done it.']", + "output": [ + "Can you give me some tip that can be useful in my motorcycle road test?" + ] + }, + { + "input": "['I want to get a motorcycle license, give me some info about it, please.', 'If you are a New York State resident, you must have a Class M or Class MJ driver license or learner permit to drive a motorcycle.', 'Just to confirm... do you need a motorcycle license?', 'Yes, I need to get it.', 'First of all, you must first get a motorcycle learner permit. The DMV will offer you 3 types of documents. for more information, see \"Enhanced , REAL ID and Standard documents\".']", + "output": [ + "I already have a New York State learner permit, Does this permit help me?" + ] + }, + { + "input": "['How do I get a motorcycle license?', 'In order to drive a motorcycle, every New York resident must have a Class M or Class MJ driver license or learner permit which entitles them to drive a motorcycle', 'What are the steps involved in getting a motorcycle license?', 'Your first step is to apply for the motorcycle permit at a DMV office', 'How do I apply for my motorcycle permit at a DMV office?']", + "output": [ + "You must first study the NY State Motorcycle Operator's Manual and prepare yourself for the written test that is involved" + ] + }, + { + "input": "['I have to attend my local DMV centre and am wondering what exactly I have to bring with me?', 'What documentation do you currently have in relation to your vehicle?', 'null', 'If you have a copy of the posted notice of sale of the vehicle, as this is one of the documents that will cover off what you need to bring with you to the centre', 'What documentation do I need if I am registering for business or organization?']", + "output": [ + "You must bring proof of incorporation of the business or organization with you" + ] + }, + { + "input": "['Good morning, need some help with a vehicle bought on a auction.', \"I'm needing to know some more info about that topic, please.\", 'For that kind of issues, you should use the form MV-82.1, also known as Vehicle Registration / Titling Application.', 'Do you need a specific information for registering? ', \"Yes, i would like something more specific, as i'm interested on various types of vehicle.\"]", + "output": [ + "If that's the case,you can find that specific information referring to the web pages listed on DMv's page." + ] + }, + { + "input": "['Where can I get additional information regarding the process of registering a vehicle I bought at a sheriff or marshal auction? ', 'Do you need more help regarding this topic?', \"Not at the moment, I'm only querying this currently\", 'Are you a resident of the United States?', \"If I wasn't a resident of the US, would I be able to register a vehicle in New York that I bought at a sheriff or marshal auction?\"]", + "output": [ + "If you are not a resident of the US, you can register a vehicle in this example so long as you meet the registration requirements" + ] + }, + { + "input": "[\"I'm looking for additional information regarding registering a vehicle I bought at a sheriff auction\", 'Do you need more help with this particular process?', 'Not at the moment thanks', 'Are you a resident of the United States?', 'Yes I am']", + "output": [ + "You can still register a vehicle in New York, provided you meet the registration requirements" + ] + }, + { + "input": "['Hi, I bought a car from marshal auction. How can I register it?', 'So you you must bring some things to DMV, so can you bring?', 'No I have no time for that nowadays.', 'But do you know that to register you must bring some document to DMV?', 'Yes you are right. But no time. I want to find another way.']", + "output": [ + "How can I learn more information about that?" + ] + }, + { + "input": "['Hi, I recently bought a vehicle at a marshal auction. Could you tell me about any fees I will have to pay?', \"Fees are determined by the vehicle's weight and your place of residence. If it's a first time registration, then there will be additional costs like sales tax.\", 'Is this the first time that you are registering this vehicle?', \"Oh I have a special registration, so I don't need another.\", 'Most counties require a 1 or 2 year registration fee as a vehicle use tax. Does this apply to you?']", + "output": [ + "Yes it does." + ] + }, + { + "input": "['What items should I bring to the DMV if I want to register my vehicle?', 'You will need to bring at least one of the following: a copy of the sale, the make, year, and VIN number of the vehicle, or a copy of the newspaper ad containing the aformentioned items.', 'Can I bring a copy of the newspaper ad or does it have to be the actual newspaper?', \"You may bring in a copy of the newspaper ad if you don't have the original.\", 'Where can I find additional information?']", + "output": [ + "You can find additional information on all of the websites that are listed on this page." + ] + }, + { + "input": "['I have a vehicle from an auction and I wanted to know what I need to bring to the DMV when I register it', 'did you buy it within New york city?', 'yes', \"we need a copy of the posted notice of sales or\\n a copy of the newspaper ad containing\\n the vehicle year , make and VIN\\n [11] the name of the newspaper and the date the ad was published\\nor\\n [12] a statement from the Marshal or Sheriff that they complied with the law in regard to public notification or sale\\n[13] All of these documents\\n [14] a completed Vehicle Registration / Title Application PDF [ 2 ] MV-82\\n [15] the Marshal 's or Sheriff 's Bill of Sale , [16] which must contain the following\\n [17] a description of the vehicle year , make and VIN\\n [18] the place , [19] date , [20] reason and circumstances of seizure\\n [21] the name and address of the purchaser and the price paid\\n \\n [26] if the vehicle was sold within New York City , [27] a copy of the judgement or execution order giving the Marshal or Sheriff authority to sell the vehicle\\n [28] if the vehicle was sold within New York City , [29] a statement by the Marshal or Sheriff that they had notified or attempted to notify the owner and lienholder that the vehicle was being auctioned\\n [30] the current NY State Insurance ID card auto liability insurance 1\\n [31] your NY State driver license , [32] permit , [33] non - [34] driver ID , [35] or other proof of identity 2\\n [36] Payment for fees and taxes or proof of an exemption [ 3 ]\\n [37] If you register for a business or organization , [38] also bring proof of incorporation .3\", \"queens is NYC right, it counts as within NYC? just asking since i'm not from around here\"]", + "output": [ + "yes it is, so bring the documents and don't forget a statement by the Marshal or Sheriff that they had notified or attempted to notify the owner and lienholder that the vehicle was being auctioned" + ] + }, + { + "input": "['If I was looking to replace my license or permit, what address and mailing information is used?', 'How do I update my address with the relevant department if I want to replace my license or permit?', 'If you have requested a replacement license or permit, we send documents to the address on our records when the order is made. If your address has changed since then, you must first change your address and then order your replacement license or permit', 'Have you changed address and wish to have your replacement license or permit sent to a new address?', 'What if I have changed address since my original license or permit, what do I do then?']", + "output": [ + "null" + ] + }, + { + "input": "[\"Hello, I'm looking to replace my license, but needed to know if i need to do an eye exam for that?\", \"No, there's no necessity for an eye exam for you in order to replace your document.\", \"Ok, thanks, Now. i'm a army veteran, this condition has anything to do with my license? It is applicable to it?\", \"I mean, i'm honorably discharged and wanted to know if there is any benefit from that with my license.\", 'Sure, no problem. If you have your U.S military veteran condition already established, then you can have the word \"veteran\" printed on your NYS driver license or non-driver ID card.']", + "output": [ + "That would be great. Something else, it's allowed for me to request my license delivered to an alternate address?" + ] + }, + { + "input": "[\"Hi, i'm about to start the process to replace my license. I was wondering if there is a fee involved?\", 'Sure, there is one. For replacing, the fee is $17.50.', \"Ok, i understand. Which payment options do i have when i apply both mail and going to DMV's office?\", 'Well, DMV puts a wide array of payment options when you apply via mail or in person. For those, you can use credit / debit card, check or money order made out to Commissioner of Motor Vehicles. On the contrary, only debit / credit card will be available for payment if you apply online.', 'Wow, is good to know that. Oh, what about if i get robbed my license, can i get a replacement?']", + "output": [ + "Well, in fact you can get a free replacement. You must go to a police agency, and ask for the form MV-78B. I must remark that you will only get that form from police, not from DMV." + ] + }, + { + "input": "['If I wanted to amend my address and mailing information when seeking a replacement license, what do I do?', 'In order for me to replace my license, is there a form that is mailed to me?', 'We mail the necessary documentation to the mailing address that we have on our records, or an alternative address that must be provided by you. If you want to amend an address, see the Address Change section on the website', 'Ii ordered a replacement license over 2 weeks ago and have still not received it, what do I do?', 'If this is the case, you will need to contact us ']", + "output": [ + "Are there specific rules surrounding temporary visitors and international students regarding replacement of licenses?" + ] + }, + { + "input": "['I am looking for information regarding a replacement license', 'Your license or permit can be replaced if it is lost, stolen or destroyed. It cannot be replaced if it has expired', 'Are you turning 21 soon?', 'Yes I am', 'In this instance, if you are looking for a replacement of your license or permit, you should order the replacement within 40 days of your birthday']", + "output": [ + "Is there a way that I can have my replacement license sent to an alternative address rather than the address on my file?" + ] + }, + { + "input": "['Where can I get a REAL ID? ', 'Are you planning on using air travel in October of this year or beyond? ', 'I will be flying both internationally and domestically quite often. Will I be required to have the REAL ID? ', 'Yes. If you have a standard license you will not be allowed to board domestic flights beginning in October unless you have a passport. ', 'If I had a REAL ID, but it has been misplaced, can I replace it by mail? ']", + "output": [ + "Yes, indeed, you can. If you already have an Enhanced or REAL ID you can replace by mail and your document type will stay the same. " + ] + }, + { + "input": "['How can i replace my license or permit?', 'Before you decide to have a replacement of your license or permit, you first need to satisfy the conditions for replacement. Did you just update your address? or did your license or permit were stolen, destroyed or lost?', 'No. I am turning 21 soon.', 'If you are turning 21 soon, you can order within 40 days of your birthday date.', 'However, i am currently abroad. Can i mail my application?']", + "output": [ + "Yes. You can mail it with a completed Application for Permit, driver license and payment of $ 17.50. Remember to send also pre - addressed priority mail return envelope to help ensure we send your license to the correct address." + ] + }, + { + "input": "['I need the address for mailing', 'Do you need to update your own address?', 'No', 'Do you need to provide a temporary address?', 'Yes']", + "output": [ + "You can provide a temporary addresss when you order by mail or at a DMV office." + ] + }, + { + "input": "['What exactly does Self-Certification mean in relation to driving?', 'Is there any way that I can change my self-certification driving type online?', 'Unfortunately, you must go to a DMV office to change your self-certification driving type', \"Is there any way for me to know that the DMV received my self-certification/Medical Examiner's Certificate Information?\", 'What action do I follow if I am self-certified to driving types NI & NA?']", + "output": [ + "To confirm that you are self-certified to driving types NI & NA, you should have a medical certification status of either \"Certified\" or \"Not Certified\"" + ] + }, + { + "input": "[\"Hi, i'm need to know how i can do self- certify?\", 'Sure. Are you a commercial driver or you are trying to self-certify to a non-excepted driving type NA or NI?', \"No, i'm not any of those.\", 'Ok. Please, can you tell me from the following, which are you trying to self-certify: Non-Excepted Interstate, Non-Excepted Intrastate, Excepted Interstate or Excepted Intrastate?', \"I'm going to apply for the NI certify. Can you tell me what i need to know about it?\"]", + "output": [ + "Well, if you are going for Non-Excepted Interstate, that would mean that you are in for commercial driving operations, being able to go across state lines. Also, you are required to meet the requirements from Federal Medical." + ] + }, + { + "input": "[\"Good morning, i'm in need of some info about self-certification.\", \"I sent a Medical Examiner's certificate a few weeks ago, and now i got it back by mail, Why it was rejected?\", 'That information can be found on the content of the letter itself.', 'Um, it says something about doctor not being listed on some registry?', 'Yes, that would be the National Registry of Certified Medical Examiners Search. If your doctor is not listed there, then you must get a new exam practiced by a doctor listed on that registry.']", + "output": [ + "Um, ok. It also says something about wrong information?. I was pretty sure to check that info." + ] + }, + { + "input": "[\"Yeah, hi, i'm looking for some info on self- certification.\", 'Are you going to self-certify?', 'Yes, i want to do that.', \"That's ok. You'll be complying with the new federal regulations that require from all commercial drivers to certify to DMV the type of drive they are performing.\", 'Ok, thanks. In that regard, my CDL was recently downgraded because that lack of certification in my medical situation, can i have it back as it was before?']", + "output": [ + "Yes, you can. You'll need to visit a local DMV office in order to upgrade back." + ] + }, + { + "input": "['Yes, good afternoon. I need some guidance in self-certification, please.', 'No problem. Are you aware why you have to self-certify?', 'Yes, i think i know what is it about.', \"Just in case you don't have all the information, let me fill in for you. New federal regulations require from all commercial drivers to certify to DMV the type of driving they perform or expect to perform. From there the necessity of self certify.\", \"Yeah, i know. I tried to do it already but i receive my medical examiner certificate back in my mail some days ago. That's why i wanted to ask here what happened.\"]", + "output": [ + "You can find rejection's cause by reading the letter throughly." + ] + }, + { + "input": "['I need more info on self-certification', 'Do you need to self-certify?', 'No', 'Do you want to know the self-certification driving types?', 'No']", + "output": [ + "Do you want to know what happens if your driving type changes?" + ] + }, + { + "input": "[\"i'd like to learn more about self-certification\\n\", 'sure, what would you like to know?\\n', 'why do i have to self-certify?', 'there are many different types of reasons you need to self certify. what would you like to know?', 'I just want to know why i have to self certify. could you explain it a little bit more']", + "output": [ + "there are many different types of self-certification driving. would you like to know the types?" + ] + }, + { + "input": "['I want more info on self-certification?', 'Do you want to self-certify?', 'Yes', 'New federal regulations require all commercial drivers to certify to the Department of Motor Vehicles DMV the type of driving they perform or expect to perform. Drivers that self - certify to a non - excepted driving type NA or NI are also required to submit a copy of their USDOT Medical Examiner s Certificate', 'Do I need to provide a Medical Examiner s Certificate if I work for the school system?']", + "output": [ + "Do you operate in an excepted operation such as a school for a private service?" + ] + }, + { + "input": "['I would not want to commit a driver Violation Point System, so I would like to know what it is.', 'This system is for the state of New York to identify high-risk drivers. The DMV assigns points to these drivers each time they commit certain infractions.', 'Do you have 11 or more points in an 18-month period?', \"No, I don't have that many points.\", \"I'm not sure how many points I have, how are those points calculated?\"]", + "output": [ + "You must be convicted of the traffic violation before points are added to your driving record. Your point total is calculated based on the date of the violation , not the date of the conviction. The points for violations that all occurred within the last 18 months are added to calculate your point total." + ] + }, + { + "input": "['Good morning. I heard about some driver points the other day, do you have any info about it?', \"Good morning. You are talking about the Driver Violation Point System. It's a system that allows the NYS DMV to identify high risk drivers and take pertinent actions against them. Works on an assigned points basis for certain traffic violations.\", 'Do you know how many points do you have in your license?', \"No, i don't know.\", \"How i don't get points, by the way?\"]", + "output": [ + "Well, you won't get any points in case of any of the following: any bicycle violation, any pedestrian violation or any parking violation." + ] + }, + { + "input": "['Hi, i got a ticket the other day and i was said i was going to get some points assigned to my license. What can you tell me about that?', 'No problem. Those points are representative for the Driver Violation Point System, a way for the DMV to identify high risk drivers and take pertinent actions against them.', 'Have you commited any traffic violations in the last 18 months period?', \"No, i haven't been in any traffic violations in that time.\", 'I heard about a Point Reduction Program thing, is that a real thing?']", + "output": [ + "Yes, sure is. It's a DMV feature, which allows you to take a DMV- approved Point and Insurance Reduction Program that will help to prevent you lose your license in case you have already 11 or more points on your driving record." + ] + }, + { + "input": "[\"Hi, i was told something about a Driver Responsability fee, what's that?\", 'The Driver Responsability Assessment fee is a special fee that you must pay if you receive 6 or more points on your NYS driving record in the last 18 months.', \"Yeah, that's my case, i have 8 points in my license.\", 'Then you definitely must pay the fee.', \"I was wondering, about a month ago i was convicted for a violation but it wasn't me, what can i do about it? Is there any resource i can use?\"]", + "output": [ + "You can use the hearing resource for case revision. But if you're looking for a non-guilty outcome, i'm afraid DMV hearing isn't for that." + ] + }, + { + "input": "['I have a query in relation to the Driver Violation Point System, what exactly is it and how does it operate?', 'The Driver Violation Point System is a way for the DMV to highlight high risk drivers and allocate points for certain traffic violations that may occur', 'Do you have any points from this Driver Violation Point System?', 'Yes I do, what is the maximum number of points that I am allowed accrue?', 'If you receive 11 points in any 18-month period, you r driver license can be suspended. This is not the only was that your license can be suspended, consult the Suspensions and Revocations section of the website']", + "output": [ + "Could you tell me some more about the Point and Insurance Reduction Program?" + ] + }, + { + "input": "['Hello, I need some information about surrendering my IRP registration.', 'Do you know how I can surrender my IRP reg at the customer service counter in Albany?', 'To surrender your IRP registration you have to complete and sign form Schedule A & C pdf', \"Ok, and what if I want to renew my IRP later and didn't surrender my plates?\", \"You can do that, but you'll be charged a registration fee for an entire year. \"]", + "output": [ + "I ask you because my apportioned plates got lost. Is there a way to sort that out so I don't get charged that fee? " + ] + }, + { + "input": "['I would like to know how I can surrender IRP registration and plates.', 'Specifically, what should I do to surrender IRP registration and plates?', 'You must complete and sign form Schedule A&C.', 'One of my plates was stolen, what should I do?', 'You must complete the MV-78B form from a police agency and send it with form IRP-6, surrender the apportioned plates only if no vehicle will replace the current vehicle.']", + "output": [ + "And what if one of my plates is lost?" + ] + }, + { + "input": "['Hello, i was told to use this for getting info IRP registration and plates?', 'Are you looking to surrender an IRP registration to avoid renewing the registration?', 'Yes, i want to do that.', 'In that case, you must send your apportioned plates and the cab card to the address we give you.', \"And if i'm located in Albany?\"]", + "output": [ + "Then you must surrender the IRP registration and delete the vehicle from your fleet along with the completion of form Schedule A&C." + ] + }, + { + "input": "['I want information about how to surrender a an IRP registration please.', 'The reason for surrender is because you do not want to renew your registration?', 'No, that is not the reason.', \"I just don't have time to do it right now, can I to renew at another time?\", 'Yes but if you do not surrender your apportioned plates, you will be charged a registration fee for the entire year.']", + "output": [ + "Where should I sendthe surrendered items?" + ] + }, + { + "input": "[\"Hello, I need to replace my title certificate. But I'm busy at work almost every day so I can't go to DMV, so I want to do that by mail, I already tried but I think I messed up. Could you help me with that?\", 'Did you aready send any documents to DMV?', 'Yes, I sent two documents but It seems that either, those were wrong documents, or I missed some documents when I sent them. ', \"Ok, no problem. I'll tell you what documents you need to send; if you already sent one of the documents on the list, simply send the ones you didn't send. DMV save all of that, so when you submit the ones you missed DMV will start your process.\\n1) A completed Application for Duplicate Title PDF MV-902s\\n2) Proof of Identity: this can be a photocopy of your NY State driver license, driver permit, or non-driver ID. You can see the Title PDF ID-82 for more acceptable proofs. \\n3 A personal check or money order for $20, paytable to Commissioner of Motor Vehicles\\n\", \"Thanks. I want my son to apply for a title certificate, but I'm lost and I don't know how to apply for it. I did mine, ages ago so It's out of my memory. \"]", + "output": [ + "You have to use the Application for Title Only PDF MV-82TON, and follow the instructions carefully. " + ] + }, + { + "input": "['I want to know how I can replace my title certificate.', 'What is the express mail?', \"It's about sending you a replacement by express mail. This will cost extra and you will need to sign for the delivery.\", 'Where should I deliver the requirements?', 'You must bring to a DMV office a completed Application for Duplicate Title MV-902.']", + "output": [ + "How do I request a title certificate?" + ] + }, + { + "input": "['Hey, i was looking for information to replace a title certificate using mail.', 'Are you sending any items to the DMV?', \"Yes, i'll do it.\", 'Perfect. Then make sure you send a completed form MV-902 also know as Application for Duplicate Title.', 'Ok. And what about if i apply for a title certificate, instead?']", + "output": [ + "For that scenario, You'll need to complete form MV-82TON or Application for Title Only. Make sure you read instructions carefully and follow them with accuracy." + ] + }, + { + "input": "['I would like to get a replacement title certificate, can I do this by mail?', 'Have you already received documentation regarding the replacement of your title certificate?', \"I don't have any documentation at the moment\", 'Can I receive the replacement title certificate through the mail or do I need to be present in a DMV office?', 'Do you want to receive your replacement title certificate by way of standard mail?']", + "output": [ + "No, I don't want to receive it by way of standard mail, I would fear that it may get lost in the mail" + ] + }, + { + "input": "[\"Hi, I'm looking for information regarding replacement of a title certificate\", 'Can I replace a title certificate online?', 'Can I order the replacement certificate online?', 'To order a replacement title certificate online, you must be the owner of the vehicle, you must have a current UD address on file with the DMV and the vehicle in question must be registered and titled in New York State', 'What happens if I apply for a replacement title certificate at a DMV office?']", + "output": [ + "You won't receive your replacement title certificate at the DMV office, they are printed at an off-site facility and are mailed to the owner" + ] + }, + { + "input": "['Please, tell me about replacing a title certificate.', 'will you apply for a replacement title at a DMV office?', 'yes, I need to apply for a replacement of a title certificate.', \"In that case, the DMV office won't hand you the new title while you are there. The DMV prints the title certificates in Albany and then mails them to the vehicle owner.\", 'what items do I need to bring to the DMV office?']", + "output": [ + "first, you need a completed Application for Duplicate Title form (PDF MV-902)" + ] + }, + { + "input": "['Can I mail the paperwork?', 'Did you complete the form?', \"I don't have the application.\", 'Do you have the mailing address?', 'No, can you give it to me?']", + "output": [ + "What is your location?" + ] + }, + { + "input": "['How to replace a title certificate?', 'There are few ways to do this but if you choose to do this by mail, you need to send the completed Application for Duplicate Title PDF [ 4 ] MV-902, proof of identity and a personal check or money order of $ 20.00 payable to Commissioner of Motor Vehicles.', 'Where should I mail all those documents?', 'All of those documents including the Application for Duplicate Title PDF [ 4 ] MV-902 should be mail to Title Bureau NYS DMV PO Box 2750 Albany , NY 12220 - 0750.', 'If i choose to apply for a replacement title at a DMV office, will i get the new ones directly there?']", + "output": [ + "You will not. The certificates will only be printed at Albany in a secure facility and mailed to the owner afterwards. Therefore, doing the application online saves your time and it is the easiest way to do it." + ] + }, + { + "input": "['How do I replace a title?', 'You can apply at a DMV office.', 'Will I get a new one while there.', 'No, we mail them to you.', 'Where will you mail them to.']", + "output": [ + "To the address on file. You can replace them online." + ] + }, + { + "input": "['Hi, good afternoon. Need some info about the escort driver certification.', 'Sure. Are you currently an escort driver?', \"Wel, no. Currently, i'm not, but i'm interested.\", 'What should i meet for that?', 'What do i need to go through to be certified as such driver?']", + "output": [ + "You need to be 21 years old or be older, in first place. Second, need to have a valid NYS driver license, or at least to have a valid license in the state or jurisdiction in which you are a resident. Last, but not least, you must pass the Escort Driver's Certification Test." + ] + }, + { + "input": "[\"Yeah, i'm looking to know more about escort driver certification.\", 'Are you looking for requirements for that certification?', \"Yes, that's correct. I want to know when i need one?\", 'No problem. That certification is mandatory if you escort dimensional loads through highways in NYS or if you act as a flag person for that type of load.', 'Ok, thanks. And, what kind of penalties do i have with one of those certifications?']", + "output": [ + "Could be ranging from fines up to a variety of penalties. that would depend on your's violation nature." + ] + }, + { + "input": "['Please, i wanted to know something related to some escort driver certification.', \"I'm looking to replace my current certificate, so what should i know in that regard?\", 'Oh, and i forgot to tell that i want to replace it because i lost it.', 'In your particular case, you can get a replacement by writing to DMV. Basic information such as name, address, DMV ID Number and Client ID Number, if available, must accompany the writing. Besides, you must send $5 in the form of a check or money order payable to the Commissioner of Motor Vehicles.', \"I see. A little process, huh?. Ok, i'll check that out. Now, what happens if i have a license, but such license was issued by another state?\"]", + "output": [ + "If you have a license under that condition, you must notify the DMV's Bus Driver Unit by writing in a 10 days period in order to change your address shown in your license. You must include your name, DMV ID Number, Client and ID Number, aside your old address and the new." + ] + }, + { + "input": "['Can you tell me what is involved with getting an Escort driver Certification?', 'Do you have a need for an escort driver certification?', 'Not at the moment, no', 'Are you looking to find out what the qualifications are for providing escort driver services?', \"Yes, that's exactly what I'm looking for\"]", + "output": [ + "Do you want to qualify as a certified escort driver?" + ] + }, + { + "input": "['I would like to know more about escort driver certification.', 'There is two situation for this. The first is mandatory and the second is not mandatory. Which one you would like to know?', 'I would like to know the madatory part.', 'It is mandatory to have an escort driver certification when you are using the highways of New York State to escort over-dimensional loads and when you become a flag person for over dimensional loads.', 'How do i qualify to provide escort services?']", + "output": [ + "To qualify, you need to be 21 years old or older, have a valid driver license and pass the Escort Driver's Certification Test." + ] + }, + { + "input": "['Can I get an escort driver certification at the DMV?', 'Yes, you can apply for escort driver certification at a DMV office.', 'Do you know how to tell if an office offers the certification test?', \"I don't.\", 'What could happen if I get a violation of my escort vehicle certification?']", + "output": [ + "You could be subject to fines and penalties depending on the nature of the violation." + ] + }, + { + "input": "['is an escort driver certification mandatory?', 'when do i need to have escort driver certification. does this apply to you?', 'No.', 'what are the qualifications for providing escort services. does this apply to you?\\n', 'No']", + "output": [ + "how do i get certified as an escort vehicle driver. does this apply to you?" + ] + }, + { + "input": "['I need help with an escort driver cert', 'Are you based in NY state or another state of the USA?', 'Does your local office offer the certification test?', 'Yes', 'OK, it will be indicated in \" Office Hours \" area for the office']", + "output": [ + "How will I receive the renewal notice?" + ] + }, + { + "input": "['Hello, I have some questions about vehicle recovering.', 'Has your vehicle been recently recovered?', 'Yes. I was notified about it some days ago.', \"If that's so. You have to be sure to verify the police has canceled the stolen vehicle alarm in order for the recovery being listed on your title record. Make sure you don't use the vehicle or do any vehicle-related activities until you are sure the alarm has been called off.\", 'Sure will do. They told me that was recovered with its plates, do i need to do something, besides calling the alarm off?']", + "output": [ + "That's good news. In that case, you need to bring your plates and a copy of the form MV-78B properly filled to a DMV office in order to surrender them and apply for new plates, along with re-instating your registration." + ] + }, + { + "input": "['Hello, i want know something about stolen vehicles.', 'No problem. Have your vehicle been stolen?', 'Yeah, it was stolen about a week ago.', \"Sorry about that. In first, and in case you hasn't done it yet, you must report the stolen vehicle to the police and your insurance company asap. With your report, the police will enter your car's information on the national and state auto theft records. Besides, a theft status will be added on your vehicle title record, for preventing any sale or title application.\", \"Well, i'm kinda doing something related. By the way, my insurance company has requested me to transfer a insurance transfer only title. Is it okay to do that?\"]", + "output": [ + "There shouldn't be any problem with that, unless your vehicle is in fact recovered before you do that transfer. In that occurs, you should continue, but make sure the police cancel the stolen vehicle alarm first. Then, send your title to the Title Bureau with a letter explaining your car has been recovered. You'll get a regular title then." + ] + }, + { + "input": "[\"Good afternoon, i'm in need of information about stolen vehicles, please.\", 'No problem. Have your vehicle been stolen?', 'Yeah, unfortanely it was two days ago.', 'Then you must act quickly. Report the robbery both to police and insurance company. This will allow that police can place a alarm over your vehicle in their auto theft records. That also will prevent someone could attempt to sell the vehicle or applying for a title.', \"Oh, i see, thanks. I'll put into in asap.What about my car's plates, that is included in that report too?\"]", + "output": [ + "No. That's something completely different. For plates, you must go to police and ask them to complete a form MV-78B for Report of Lost or Stolen Motor Vehicle Items. That form is just available in police agencies." + ] + }, + { + "input": "['Hey, how you doing?. Please i need help with some information about stolen vehicles.', 'the plates on my car was stolen lat week, can i put report on them?', 'Yes, you can and you should. Go to a police agency and ask them to complete the MV-78B form for Report of Lost or Stolen Motor Vehicle Items, for your stolen plates. That form is a police exclusive.', 'Do you require more information on that matter?', 'Yes, i would like to receive more information about it, please.']", + "output": [ + "No problem. To get more information on that subject, you can see the Report or Replace Lost or Stolen Plates section." + ] + }, + { + "input": "['I am looking for information regarding recovered vehicles', 'Has your vehicle been recently recovered?', 'Yes it has', 'You must ensure that the police cancel your stolen vehicle alarm, this will ensure that the recovery is listed on your record. Until this alarm has been cancelled, do not use the vehicle or apply for any plates/registration for the vehicle ', 'What happens after I have filed form MV-78B and the plates were recovered with my vehicle?']", + "output": [ + "You must bring the plates and your copy of the MV-78B to the DMV office to surrender them. You must then apply for new plates to get your registration re-instated" + ] + }, + { + "input": "['My vehicle was stolen. What should i do?', 'You should first lodge a report to the police and your insurance company.', 'What should i do after that?', 'After you lodge the report, you should wait for the police to take action. The report will also prevent your vehicle from being sold.', 'Does stolen plates follow the same procedure?']", + "output": [ + "Stolen plates have a different form and it is only available at police agencies and not at DMV. " + ] + }, + { + "input": "['Hello, I need to know what to do in case my vehicle is stolen.', 'Was your vehicle stolen?', 'Yes, what should I do?', 'you have to report it to the police inmediately. The police will input the records of your vehicle in the national and state auto theft computer records to prevent the selling of the vehicle and that someone applies for a title.', 'And what to do if my vehicle suffers any damage?']", + "output": [ + "You would have to contact your insurance company and not apply for plates or registrations until the insurance company solves the matter." + ] + }, + { + "input": "['If my vehicle is recovered and is damaged, what should I do?', 'If there is any damage, you will need to contact your insurance company.', 'What if my plates are still missing?', 'Bring a copy of form MV-78B to the DMV office to apply for new ones.', 'Will the recovery be listed on my title record?']", + "output": [ + "When the stolen vehicle alarm is cancelled, it will show recovered on your title." + ] + }, + { + "input": "['I would like to know what the hearing process is like, please', 'You have the right to hire a lawyer and take him to the hearing. The DMV is the petitioner in this case and the plaintiff can witness the case.', 'What can the ALJ do at the hearing?', 'The ALJ may sustain some, all, or none of the charges. There may be no action, a warning, the imposition of a suspension, revocation, and/or civil penalties.', 'Can I appeal?']", + "output": [ + "Yes, you have 60 days from the date of the ALJs decision to file the Appeal From DMV Hearing Determination AA-33A, which must be accompanied by the appropriate filing fee." + ] + }, + { + "input": "['Hi, i was told i was in for a investigation process, could you give me some info about it?', 'For complaints received about you, an investigation is due to be set. That so, the AFI will file a formal investigation. After is done, you could end with a no action notification or a warning letter Notice of Investigation placed in your file.', 'Is the investigation been initiated by Vehicle Safety?', 'No, is not.', 'I was told i could accept the charges so no hearing would be held, but what if i reject the offer instead?']", + "output": [ + "If you take that action, then inevitably a hearing will take place." + ] + }, + { + "input": "['What is involved in a hearing process in relation to complaints and charges for repair and body shops?', 'You are entitled to bring your own attorney to the hearing. The petitioner at this hearing is the DMV and the complainant may be a witness for the case', 'Are you going through a hearing at the moment regarding complaints and charges for repair and body shops?', 'No. not at the moment', 'NULL']", + "output": [ + "I'm not relying on any ALJ decision as I'm not going through any hearing at the moment" + ] + }, + { + "input": "['What is involved in the hearing process surrounding complaints and charges regarding repair and body shops?', 'You are entitled to bring an attorney of your choice to the hearing. In cases like this, the DMV is the petitioner and the complainant may be called as a witness', 'What happens as a result of one of these hearings?', 'The results vary, in some instances, the ALJ are ordered to pay all, some or none of the charges. There may also be no action, or a warning, or a suspension handed out, or a revocation applied and/or civil penalties issued', 'What is I want to appeal a decision made at a hearing?']", + "output": [ + "In order to appeal the decision made at a hearing, you have 60 days from the date of decision to file an Appeal From DMV Hearing Determination, and this must be filed along with the appropriate fee" + ] + }, + { + "input": "['What is the investigation process included when dealing with complaints and charges for repair and body shops?', 'During this process, a formal investigation is undertaken, which results in no action, a warning letter being placed on your file, or a formal administrative hearing before an ALJ', 'What happens if, during the investigation process, my offer is rejected?', 'If your offer is rejected, a hearing must be held', 'What happens if, during the investigation process, the waiver is accepted?']", + "output": [ + "In this instance, no hearing will be required" + ] + }, + { + "input": "['What are hearing process for complaints and charges for repair and body shops?', 'In the hearing process, the DMV is the petitioner in the case and the complainant may or may not be the witness depending on the situation. You are entitled to hire an attorney to represent you in the hearing.', 'The Administrative Law Judge (ALJ) may sustain any of the charges related and may also dismiss all of it.', 'Does the result of the hearing always ended with any action?', 'No. There may be no action at all. However, if the ALJ imposes civil penalties, you may need to pay all fines and penalties to avoid the loss of your operating privilege.']", + "output": [ + "So i may loss my operating privileges if i ignore the civil penalties imposed on me?" + ] + }, + { + "input": "['i was wondering if i could get some more information about the hearing process?', 'sure, the DMV is the petitioner and the complainant may be a witness and the complainant may be a witness. you are entitled to an attorney and to bring that attorney to the hearing. `', 'would you like me to explain more about the hearing process?', 'yes please, what happens at the end of the hearing?', 'at the end of the hearing there may differences in terms of results. wou;d you like to hear more?']", + "output": [ + "yes please, what do you mean by differences in terms of results?" + ] + }, + { + "input": "['How do I go about looking for complaints against my business or shop?', 'If there is a complaint against you or your business, a consumer Services Representative from the DMV will contact you to resolve the complaint', 'ok yes this applies to me, thank you for the information', 'Have you had a complaint filed against you?', 'Not that I am aware of']", + "output": [ + "What if it is not resolved? " + ] + }, + { + "input": "['How do I report a body shop?', 'Was there a claim filed against you?', 'yes there was.', 'There a Consumer Services Representative from the DMV will contact you in an attempt to resolve this complaint .', 'Will I be able to talk to a person?']", + "output": [ + "a Consumer Services Representative from the DMV will contact you in an attempt to resolve this complaint ." + ] + }, + { + "input": "['Hi, good afternoon. I want to file a FOIL request, but i wanted to know if there is any fee involved?', \"There is, indeed. By law, we're authorized to charge $10 fee for searching. You must know that fee is only to determine if the requested information is available. It doesn't guarantee a information delivering. Plus, search fee isn't refundable. \", 'Can you tell me if you also have requested copies for that information, in case being available?', \"No, i haven't.\", 'Anyway, in case i get the notification on my records being available for me to inspect them, what should i do then?']", + "output": [ + "Just come to the Customer Service Counter Room in 136 Swan Street, Building Empire State Plaza, on any day from Monday through Friday. The service will be open from 8.30 am to 3:45 pm, except for state holidays." + ] + }, + { + "input": "[\"I'm looking for some FOIL info about how to file a request, please.\", 'It is necessary that i use FOIL to search for DMV records?', 'Not necessarily. You could try to submit a form MV-15. That would be a Request for DMV Records.', 'I see. Is there any difference using one instead the other?', \"Certainly, there is. As many documents are available in that way, you'll have more possibilities to receive records sooner using MV-15 than filing a FOIL request.\"]", + "output": [ + "So, you encourage me to always go for this MV-15 first?" + ] + }, + { + "input": "[\"Yeah, hi. I filed a FOIL request some days ago and would like to know how long i'll have to wait before be able to inspect the documents and where it will be?\", 'It certainly takes a while. Yo must be patient, because is not custom that records are produced the same day they are requested. The standard time frame is at least 20 business days after receiving written acknowledgement from the FOIL office.', 'Did you provided a phone number along your request?', \"No, i didn't do that.\", 'My FOIL request has been rejected, can i file a appeal?']", + "output": [ + "That rejection has been for a whole or only for a part of your request?" + ] + }, + { + "input": "['Is there anywhere that I can view copies of DMV records and if so, when can I do this?', \"After 20 business days of the receipt of the FOIL Office's written acknowledgement of your request, most DMV records are available for viewing, these records can rarely be produced on the day that they are requested\", 'Can I be contacted by phone if I provided a number with my request?', 'When the requested records are ready to be viewed, the FOIL office will call you. Otherwise, you will be notified by mail', \"In the event that I am unhappy with the DMV's response to my FIOL request, can I appeal this?\"]", + "output": [ + "Yes, if the DMV has denied your request completely or partially" + ] + }, + { + "input": "['Hello, I need some help registering my moped. Could you help me out?', \"I know there are some documents I have to take to DMV in order to register my moped, but I don't know all of them, can you tell me what should I take to DMV?\", 'Before you go to DMV you have to complete the Document Guide to make sure you take the correct documents with you. ', 'Okey, thanks. Just to be sure I own a moped and not a normal motorcycle, what is exactly what DMV consider a moped?', 'New York law (not DMV specifically), defines a moped/motor scooter as \"limited use vehicles with two or three wheels\". But generally speaking a moped is a small motorcycle with bicycle pedals. ']", + "output": [ + "Great! Hey, I just read the Document Guide and realised I don't have any of the documents to proof my age and identity. What can I do in that scenario?" + ] + }, + { + "input": "[\"Good morning, i'm just looking to know how i do to register a moped, please.\", 'Ok,That would refer to a limited use motorcycle, did you know that?', \"No , i think i didn't know that fully.\", 'Are you aware of the special requirements to operate a moped in NY?', \"No, i'm not. That's why i'm looking for info in general.\"]", + "output": [ + "In any case, please. What i need to bring to DMV for register a moped?" + ] + }, + { + "input": "['I would like to register a moped and I have a few questions.', 'Just to make sure, you are certain your motorcycle is classified as a moped, correct?', 'Not quite, what is the legal definition of a moped?', 'New York law defines a \"moped\" or a\"motor scooter\" as a limited use vehicle with two or three wheels', \"What should I do if the county I'm in doesn't have online reservation?\"]", + "output": [ + "You would need to make a reservation through one of our office locations, you can check the locations and hours." + ] + }, + { + "input": "['I would like to register a moped, what is the procedure?', 'Will you be using a moped as a permanent vehicle?', \"No, this isn't the case for me at the moment\", 'Do I need to satisfy certain requirements to use a moped in New York?', 'In order to operate a moped, you must have a driver license and register the moped, there are some exceptions which are listed in a table on the website']", + "output": [ + "Could you give me a summary of what I need to bring to the DMV to register a moped?" + ] + }, + { + "input": "['Hello, I would like to register my moped. How do I proceed?', 'Is your vehicle a moped or a motorcycle?', 'It is a moped not a motorcycle.', \"Do you have a driver's license and is your moped registered?\", \"I'm about to receive my driver's license but my moped is not registered.\"]", + "output": [ + "Once you get your driver's license, you need to come register your moped at the DMV." + ] + }, + { + "input": "['What do I need to register a moped?', 'Do you know what is considered a motorcycle of limited use (also known as a moped)?', 'That does not apply to me, I need another...', 'Ok, did you know that there are special requirements to operate a limited-use motorcycle (moped) in New York?', 'That does not apply to me.']", + "output": [ + "Ok, come on again I would like to know what you need to take to the DMV..." + ] + }, + { + "input": "['How do I go about registering a moped?', 'Does yourmode of transportation have more than two or three wheels?', 'no ', 'They are the same requirements as motocrycles', 'ok then that does not apply to me. Thank you ']", + "output": [ + "Did you complete the document guide?" + ] + }, + { + "input": "['id like to register a moped', 'is it a limited used moped?', 'no a regular moped, it has 2 wheels and moves around 50mph', 'does it have 3 wheels?', 'i have a document i can bring to an office']", + "output": [ + "i have a manual and a license" + ] + }, + { + "input": "['I just passed my test and I want to know what is next.', 'You will receive an interim license that will allow you to drive and that you must to keep it with your photo learner permit. You will receive your photo driver license in the mail in about 2 weeks.', 'What should I do after passing my road test if I am 16 years old and I have a Class DJ driver license?', 'You must obey the restrictions for junior drivers. For more information, I invite you to see the Graduated Driver License GDL Law and restrictions on drivers under age 18.', 'What happens if I fail my test?']", + "output": [ + "No problem if you fail your test." + ] + }, + { + "input": "[\"Hi, i'm going to take my road test soon, and i know is getting way ahead, but i wanted to know what happens once i pass the test?\", 'Once you pass your test, the license examiner will give you an interim license. Until you receive your photo drive license by mail in a period of two weeks, the interim license will allow you to drive, so keep it along you photo learner permit all the time.', \"Wow, that's cool, and what if i'm still under 18? Is there any advice you could give me?\", 'If you still underage, then you must know you have to obey any restrictions for those junior drivers. For more information, please check the Graduated Driver License law and restrictions.', \"Um, ok, i'll check that out. Listen, i went for that myself, but i wanted to know for a friend. Where she can find more information about pre-licensing certificate?\"]", + "output": [ + "Very simple. Just need to tell her to check the Prepare for your Road Test document. There she'll find out all the info she wants to know, as the fee she must pay, for example." + ] + }, + { + "input": "['I have passed my road test, now what?', 'You will receive an interim license that allows you to drive. Keep the interim license with your photo learner permit. You will receive your photo driver license in the mail in about 2 weeks.', \"What should I do if I am 17 years old and I have a DJ Class driver's license?\", 'You must obey the restrictions for junior drivers. Please, see \"Graduated Driver License GDL Law and restrictions on drivers under age 18\" for more information.', 'I would like to pay for additional tests, how can I do it?']", + "output": [ + "Did you fail your road test?" + ] + }, + { + "input": "['What happens if I fail my road test?', \"The main thing is not to worry, it's not the end of the world\", 'Is it a non-commercial license road test that you have failed?', 'Yes, it is', 'In this instance, your learner permit remains in place until the normal expiration date']", + "output": [ + "What ways are there for me to pay for any additional road tests that I have to undertake?" + ] + }, + { + "input": "['I would like to know what happens after passing my road test.', 'You will receive from our license examiner an interim license that allows you to drive. Please, keep the interim license with your photo learner permit. You will receive your photo driver license in the mail in about 2 weeks.', 'What are the steps if I am 17 years old?', 'If you are 17 years old and you have a Class DJ, MJ or DJMJ driver license, you must obey the restrictions for junior drivers. For more information you can see \"Graduated Driver License GDL Law and restrictions on drivers under age 18\".', 'How can I get a Pre-Licensing Course Certificate MV-278?']", + "output": [ + "For more information about it, see \"Prepare for your road test\". The fee for up to two road tests for a non-commercial license is included in your $10 driver license application fee. The earliest date is within three to five weeks." + ] + }, + { + "input": "['Can I use the DMV Road Test System to obtain my CDL?', 'Yes, you are able to schedule a CDL test online or by phone.', 'How long will it take to receive my driver license in the mail?', 'It will take about 2 weeks for you to receive your photo driver license in the mail.', 'How do you pay for additional tests if you fail?']", + "output": [ + "You can for additional tests either online or by phone. " + ] + }, + { + "input": "['I would like to schedule a road test please.', 'Please use the road test system to schedule confirm, cancel or schedule a driving skills road test including CDL and motorcycle online or by phone', 'Did you already take a test?', 'No I have yet to sign up and take one', 'Is your learner permit up to date?']", + "output": [ + "It is, yes" + ] + }, + { + "input": "['how do i pay for addtional tests?', 'you can pay additional tests online or by phone.', 'doesnt apply', 'to pay. does this apply to you?', 'no']", + "output": [ + "have a valid learner permit?" + ] + }, + { + "input": "['I want to taje a road test, can you help me schedule it?', 'The DMV road test system can help you schedule or reschedule ', 'You need to bring your learner permit that has your photo on it', 'Please bring your photo learners permit', 'I am under 18, does that make a difference ?']", + "output": [ + "Just to verify, Are you under 18 years old?" + ] + }, + { + "input": "['Yeah, i need some additional info about registering a vehicle.', 'I want to register a vehicle, but i need to be a U.S resident to do that?', \"Don't need to. Do yo have the other requirements?\", 'Yes, i do have the other requirements for registration.', 'In that case, you are free to register a vehicle here without any problem.']", + "output": [ + "Glad to know that. Um, and in case i want to register more than one vehicle type?" + ] + }, + { + "input": "['Hi, please, can you tell me which documents i need to ask from DMV related to registering a vehicle?', \"No problem. You'll need to ask for 1 or 2 vehicle plates. That is, unless you have ones from another vehicle and you want to transfer them to be registered in NY. The thing you need to ask is your registration window sticker.\", 'Have you already registered in NY DMV?', 'Yeah, i already did that.', \"Good. Then, additional to the documents i told you before, you'll receive a new title certificate. That will be in a period of 90 days.\"]", + "output": [ + "Ok, i'll look for it. Something else i want to ask, Is there anything who avoids me for register a vehicle in NY?" + ] + }, + { + "input": "[\"Hello, i'm need for additional information about vehicle registering.\", 'Wanted to know about the so-called VIN numbers please?', 'Sure. VIN stands for Vehicle Identification Number, and there is some laws applicable to them.', 'I recently bought a car in a private sale, Is there anything i need to do with that?', \"You need to get the car's taxes calculated. For that, you and the seller need both to fill a form DTF-802, so the DMV can do the taxes maths.\"]", + "output": [ + "And in any case i need to register more than one vehicle?" + ] + }, + { + "input": "['What additional information is there in relation to registering a vehicle?', 'Are there any safeguards in place if I share my registration information online?', 'You can read more about sharing your registration information on the website', 'Where can I get more help regarding specific information when registering various types of vehicles', 'To get the information you are looking for, you must refer to the webpages that are listed on this page']", + "output": [ + "Where can I fond more information on Vehicle Identification Numbers (VINS) on vehicles and motorcycles?" + ] + }, + { + "input": "[\"Morning! I just read about the PBS license on an article but I don't know what's that, and I couldn't found any information about that. Could you help me out a bit? I'm interested because I'm not sure if I should get a PBS license.\", 'A Private Service Bureau PSB license is required of any person, firm , association or corporation engaged in the business of assisting for hire in securing licenses to drive motor vehicles , registrations , or titles of motor vehicles.', 'Are you engaged in that!? So I can tell you how you can Apply. ', \"Yes, I'm engaged in that business.\", 'What are the requirements?']", + "output": [ + "You want to apply to operate a PSB license? ." + ] + }, + { + "input": "['Hi, can you tell me something about the private service bureau licenses?', 'Sure. A PSB is a type of license that is required for any person, firm, association or corporation that gets engaged in the business of assisting for hire in securing licenses in order to drive motor vehicles, registration or titles of motor vehicles.', 'Do you want to apply for a PSB?', \"No, i don't want to, i was being curious.\", 'Just in case, what should i expect if i apply for PSB?']", + "output": [ + "You should expect for your application to be reviewed in Albany's DMV. After that, it will be sent to your local DMV office and you'll be scheduled for an inspection." + ] + }, + { + "input": "['Hi, I just wanna know when i need to own a private bureau service license?', 'Sure. You need a PSB if you are a person, firm, association or corporation which is engaged assisting for hire securing licenses to drive motor vehicles, registration or titles of motor vehicles.', 'And how do i apply for it??', 'Before that, are willing to go through a name approval?', \"No, i don't want to do that now.\"]", + "output": [ + "I just want to know what application requirements are, please?" + ] + }, + { + "input": "[\"Hi, i wanted to know if i'm required a PSB license?\", \"Well, if you're in the business of assisting for hire in securing licenses to drive motor vehicles, registrations or titles of motor vehicles, regardless you are a person, firm, association or corporation, certainly you are required a PSB license.\", 'Can you tell me something about application for it?', 'In first place, it requires for you to request a name approval, would you do that?', \"If that's what is needed, yeah, i'll do it.\"]", + "output": [ + "Peferct. Then, before you can apply for a PSB, you must submit a Name Selection Form for PSB applicants or PSB-3 form, and then receive approval from the DMv for that name." + ] + }, + { + "input": "[\"Hello, I need some help with PBS licenses. I don't know if I need one, I'm engaged in the business of assisting for hire in securing licenses, should I get one?. I'd love if you can help me sort that out.\", 'Yes, you certainly need one as you are a person engaged in the\\xa0business of assisting for hire in securing licenses to drive motor vehicles.. .etc.', 'Do you need help on know how to apply?', \"Yes, I need help. I don't know how to apply. \", 'Did you request a name approval?']", + "output": [ + "No I haven't requested a name approval. I don't know what to do" + ] + }, + { + "input": "['Hi, i need information about traffic violation tickets?', 'Have you been involved in any traffic violation lately?', \"No, i haven't.\", 'Have you been issued a ticket?', 'No, neither.']", + "output": [ + "Have you attended any hearing?" + ] + }, + { + "input": "['Hi, i received a traffic ticket a little while ago and need info about t?', 'Sure. Do you have an specific question on that matter?', \"Well. i don't know exactly where to start, but i think didn't deserved that ticket.\", 'Anyway, I received, so what to do about it, please?', 'Just follow the instructions printed on the ticket for he plea you need to make. Be careful to do it ASAP to avoid further complications.']", + "output": [ + "What happens if i left the ticket unanswered?" + ] + }, + { + "input": "[\"Afternoon. I'm reaching out because I received a Traffic Ticket from the Traffic Violations Bureau and I don't know what to do. \", \"I mean I'm pretty sure the decision was incorrect, so I believe I can appeal that..\", \"My violation points from a 18 month period does not add up 11. What's the consequence if they add up 11 or more?.\", 'In that case your license may be revoked or suspended following a hearing.', \"Yes that's what they did. But I was also issued a ticket before that, but I don't know what to do with that.\"]", + "output": [ + "Follow the instructions on the ticket for the plea you wish to make , and act promptly." + ] + }, + { + "input": "[\"Good afternoon, I got a traffic ticket yesterday and i don't know what to do?\", 'The tickes was issued for a criminal traffic violation?', 'No, not at all.', \"Ok.But you don't know what to do, right?\", \"No, i don't.\"]", + "output": [ + "I mean, is there any place i have to go or any process i need to go through?" + ] + }, + { + "input": "['I have received a traffic ticket and would like to know what that implies.', 'How do I attend my hearing?', ' Hearings are open to the public. If you want to know what the hearings are like, you can go to any hearing in any TVB office so you have an idea of how yours will be.', 'What would happen if the evidence against me is not clear?', 'You will be declared innocent.']", + "output": [ + "I don't speak English very well and I don't understand it much either, what can I do?" + ] + }, + { + "input": "['I feel terrible, I got a traffic ticket. What do I do?', 'To confirm, you have received the ticket yourself?', 'Yes I did.', 'Was the ticket for a non-criminal moving violation in one of the five boroughs of New York?', 'No, not in New York.']", + "output": [ + "Can someone come with me to the hearing? My English isn't great." + ] + }, + { + "input": "['What do I do if I get a traffic ticket?', 'It will be handled by a New York State Department of Motor Vehicles DMV', 'This doesnt apply to me', 'This doesnt apply to you, so what else can I help you with?', 'Thank you, this applies to me. Tell me mroe']", + "output": [ + "Please just follow the instructions on the ticket for the plea you wish to make" + ] + }, + { + "input": "['what to do if i receive a traffic ticket?', 'if you are issued a ticket for a non criminal moving traffic violation in the five buroughs of new york city. does this apply to you?', 'Yes', 'Did you get a non criminal traffic violation in the five boroughs of new york city?', 'Yes']", + "output": [ + "it will be handled by a new york state department of motor vehicles dmv traffic violations bureau" + ] + }, + { + "input": "['I need to change my license from Class D to Class E.', 'Have you completed the necessary requirements?', \"No, I haven't done it yet.\", 'Do you know what identification you need to bring to the DMV?', 'Yes, I know which one.']", + "output": [ + "Find your proofs of identity to bring to an office." + ] + }, + { + "input": "[\"Hello, i'm interested in changing my license from Class D to Class E, please.\", 'Have you completed any procedures or applications yet?', \"No, i haven't.\", 'Ok, have you at least verified what kind of identification you need to bring to the DMV?', 'Do i need to verify that before hand?']", + "output": [ + "Yeah, that's the correct thing to do. Besides, you need to find your proofs also." + ] + }, + { + "input": "['Ii am looking to change from a Class D license to a Class E license. What procedure do I follow?', 'What is the first step that is needed if I want to change from a Class D license to a Class E license?', 'The first step is to complete the Application for Standard Permit, Driver License for Non-Driver ID Card PDF (2) MV-44 ', 'What happens if I do not have a New York State driver license?', 'Do you have any driver license?']", + "output": [ + "I will need help with getting a driver license" + ] + }, + { + "input": "['I am looking to change my license from Class D to Class E. What do I do?', 'Are you at the start of this process?', 'No, I am just enquiring', 'Do you know what form of identification you need to bring with you to the DMV?', 'I know that I need to bring identification with me but can you clarify the different forms of ID that are needed?']", + "output": [ + "null" + ] + }, + { + "input": "['Hello I need to know how to change my license from Class D to Class E', 'have you completed the application for Standard Permit?', 'I have, yes. I completed the application for Standard Permit.', 'Ok, besides the Application for Standard Permit you need to complete the Driver Licenses for Non-Driver ID Card PDF MV-44', \"I'm planning a trip soon, any recommendation about my ID?\"]", + "output": [ + "A good recommendation would be to go to the DMV first and ask for an Enhanced or REAL ID so you can avoid going to the office again later." + ] + }, + { + "input": "['I want to change to Class E license from a Class D.', 'There are 4 steps for that. The first is to complete the application.', 'What is the application name?', 'The application is called a Standard Permit , Driver License for Non - Driver ID Card PDF [ 2 ] MV-44.', 'What is the second step?']", + "output": [ + "Determine what you need for identification at the DMV. You would need to complete this guide to know what you need for identification if you wan a REAL ID or an Enhanced ones." + ] + }, + { + "input": "[\"If I want to get a license to drive a taxi or livery vehicle, what can I do if I don't have a New York State driver license?\", \"Do you have a current valid driver's license?\", \"No, I don't\", \"What did I do if I plan to drive a taxi or livery vehicle in New York City and don't have a New York State driver license?\", 'You must contact the Taxi and Limousine Commission. ']", + "output": [ + "What do I need to do to apply for a valid driver license in New York State?" + ] + }, + { + "input": "['Good afternoon, I need help with something. I got a driving restriction a while ago and need to know how long it could be last or if there is any way it can be reduced?', 'Is your restriction alcohol - related?', 'Yes, it was.', 'For alcohol-related revocations, it will have a validity period of 5 years from the date you received you driver license or permit.', \"And what about if it that restriction wasn't alcohol-related, instead?\"]", + "output": [ + "In that case, the restriction will only remain in effect for a period of two years from the date you received your driver license or permit." + ] + }, + { + "input": "['Hi, i`ve been under driving restrictions for quite a time now, How long it will go?', 'That restriction was alcohol- related?', \"No it wasn't.\", 'It was for something completely different, no alcohol.Honest.', \"If the restriction wasn't alcohol- related, then it will be a two years period from the date you received your driver license.\"]", + "output": [ + "If the restriction would be alcohol-related, that would mean i could be forced to use a Interlock device?" + ] + }, + { + "input": "['I have a query regarding problem driver restrictions. How long is the restriction in effect for and is there any way to remove the restriction earlier?', 'Was the license revoked due to an alcohol-related incident?', 'Yes, it was', 'If this is the case, the restriction is in effect for five years from the date you receive your driver license', 'Where can I find more information regarding a problem driver restriction with the DMV mandated ignition interlock device?']", + "output": [ + "You can visit the Ignition Interlock page at the NYS Division of Criminal Justice Services website, these device must be fitted in all vehicles you own or operate" + ] + }, + { + "input": "['If I have a problem driver restriction on my license, how long does this restriction last and is there anything I can do to remove this restriction early?', 'Was your license revoked due to an alcohol-related incident?', 'Yes it was', 'In this instance, the restriction is in place for five years from the date that you received your permit or license', 'If there are alcohol-related violations associated with my driver history, does this affect problem driver restrictions with a DMV Mandated Ignition Interlock Device?']", + "output": [ + "If this is the case, you may have to install an ignition interlock device. You will be subject to problem driving restrictions, and these restrictions will indicate that you are required to have an ignition interlock device" + ] + }, + { + "input": "['Hello, I have a driver restriction, can the restriction be removed early?', 'Did you got the revocation due to a DUI or any alcohol-related incident?', 'No, the revocation was not due to any alcohol-related incident.', 'So, just for confirmation, the revocation was not due to a DUI or something similar.', \"yes, that's correct. Not for a DUI or anything like that.\"]", + "output": [ + "Can you give me any info about installation fees?" + ] + }, + { + "input": "['Are there any restrictions for drivers with not so good records or problems?', 'Does your driving history include alcohol related violations?', 'No not at all', 'Do you have to put an ignition lock device on the car?', 'It may be a requirement, yes']", + "output": [ + "Are there any other restrictions to be put on if that is the case?" + ] + }, + { + "input": "['I have been placed on a problem driver restriction, how long will this restriction be for, can i have it removed early?', 'may i ask if this was due to an alcohol-related incident?', 'yes, how long will the restriction be?', 'it remains in effect for 5 years from the date you receive your drivers licence.', 'is there any way i can have the restriction removed early?']", + "output": [ + "no, it can not be removed earlier " + ] + }, + { + "input": "['How long will driver restriction be in effect?', 'Is your revocation due to an alcohol-related incident?', 'Yes', 'The restriction remains in effect for five years from the date you receive your driver license or permit', 'What happens if I have a moving violation conviction before I get my driver license or permit with the problem driver restriction?']", + "output": [ + "The approval for a driver license or permit with the problem driver restriction will be withdrawn if you are convicted of any of these violations: following too closely tailgatings or speeding , speed contest" + ] + }, + { + "input": "['Why would someone have to have an ignition interlock device?', 'They may be ordered for people with a history of alcohol-related violations.', \"I don't have a history of it, just the one time.\", 'If I have a violation before I get my restricted license or permit, what would happen?', 'Your license will be revoked for 30 days.']", + "output": [ + "If you have an interlock device, are there any other restrictions?" + ] + }, + { + "input": "['What is a mandated ignition interlock device?', 'Have you had alcohol related violations?', 'Yes.', 'You may be required to install one on your vehicle.', 'What if I have a problem while on driver restriction?']", + "output": [ + "You license will be revoked for at least 30 days." + ] + }, + { + "input": "[\"Good morning, need some info. Some days ago i received a notice of non-compliance and license downgrade, but i'm not paying any attention. Is there any consequences if i don't respond to it?\", 'It sure will be. If you keeps ignoring the notice and thus, fail to respond, you risk to having your Commercial Driver License downgraded automatically to a Non- Commercial or risk cancelling if is a permit what you use. For that, it is advised to you to comply and submit any required information to the Medical Certification Unit at least 20 days before the downgrade.', 'Is your license about to be downgraded or permit about to be cancelled?', 'No, of course not, By the moment at least, but i received that notice so i wanted to know about it.', 'Are you a Commercial Learner Permit holder?']", + "output": [ + "Yeah, that would be correct." + ] + }, + { + "input": "['I would like to know what would happen if I forget not to respond to the notice of non-compliance and licence downgrade.', 'That will result in your Commercial Driver License automatically being downgraded to a Non-CDL class and/or your Commercial Learner Permit being cancelled as of the effective date on the notice.We recommend that you submit your required information to the Medical Certification Unit at least 20 days before the effective date of the downgrade. This will allow reception and processing time.', 'Has your license already been downgraded?', 'No, not yet.', 'Do you hold a Commercial Learner Permit?']", + "output": [ + "No, I don't have that kind of permit." + ] + }, + { + "input": "['What are the consequences of not responding to a Notice of non-compliance and license downgrade that I have received?', 'If you have a Commercial Driver License, this will be automatically downgraded to a Non-CDL class and/or your Commercial Learner Permit being cancelled. It is strongly recommended that you submit the required information to the Medical Certification Unit, at least 20 days before the downgrade comes into force, as this will allow it to be processed in time', 'Have you had your license downgraded/cancelled already?', 'No, not at the moment', 'Are you a Commercial Learner Permit holder?']", + "output": [ + "No, I am not" + ] + }, + { + "input": "['I forgot to answer to the notice of non-compliance and license downgrade, is that a problem?', 'Yes, this will result in your Commercial Driver License automatically being downgraded to a Non - CDL class and/or your Commercial Learner Permit being cancelled. Please, submit teh required information to the Medical Certification Unit at least 20 days before the effective date of the downgrade. This will allow for receipt and processing time.', 'Has your license already been downgraded?', 'Not yet.', 'Do you have a Commercial Learner Permit?']", + "output": [ + "Yes, I'm a Commercial Learner Permit holder." + ] + }, + { + "input": "[\"I received a notice of non-compliance and license downgrade. What happens if I don't respond?\", 'You should respond or it will result in your license being automatically downgraded. ', 'Would you like to know what will happen if the downgrade occurs?', 'No, I am not interested in finding out.', 'Are you a Commercial Learner Permit holder?']", + "output": [ + "No, that does not apply to me." + ] + }, + { + "input": "[\"I'm currently contesting my License downgrade on the basis of it being unfair. What happens if I don't comply with the notice that I received?\", \"If you don't respond in time, your license will automatically be downgraded. It is recommended that your information be submitted 20 days or more before the date to the Medical Certification Unit to allow for processing time.\", 'Once the license is downgraded there are steps that need to be taken to reinstate past privileges', \"My lawyer says that I will win my contestation and won't need to take the steps to have my license put back to normal.\", 'Do you have a Commercial Learner Permit?']", + "output": [ + "I don't know what that is, please explain." + ] + }, + { + "input": "['I have received a notice of non compliance and license downgrade what do I do?', 'You need to respont to the notice at least 20 days before the effective date of the downgrade', 'what if the downgrade has already occured?', 'You must complete and presend an application to reinstate your commercial priveleges', 'What if the offenses are under the sections 509']", + "output": [ + "if your offenses are under section 509 if convicted your commercial driver license may be suspended" + ] + }, + { + "input": "['what will happen if i dont respond to the notice of non compliance and license downgrade?', 'failure to respond to the notice of non compliance and license downgrade will result in your commercial driver license automatically', 'if the downgrade/cancellation occurs. does this apply to you?', 'do i need to fill out an application?', 'if you are a commercial learner permit holder. does this apply to you?']", + "output": [ + "no" + ] + }, + { + "input": "[\"Hello there, i'm looking for some info about how to remove a lienholder from a title.\", 'I understand that you want to remove a lienholder from a title certificate?', 'No, not exactly, but something related to it.', \"Ok. Maybe you're looking to know what is to be considered a acceptable proof that a lien is satisfied?\", \"Yeah, that's the one. I got it written right here.\"]", + "output": [ + "Perfect. In that regard, you must know there are two acceptable proof you can provide. One of them is form MV-901 also known as Notice of Record Lien, which you can bring to your DMV office." + ] + }, + { + "input": "['Hello, i want to get some info about removing a lienholder from a title, please.', 'Is there a lienholder in your title certificate?', 'No, not in this moment.', 'But are you into any lien in this moment that you need proof for?', 'No, none of that either.']", + "output": [ + "Anyhow, what i wanted to know is if in any case i get a lien in my certificate, can i get it transferred?" + ] + }, + { + "input": "['I want to remove a lienholder from a title, please tell me if I can.', 'Do you need to remove a lienholder from a title certificate?', 'Yes, I need it.', 'Are you selling a vehicle?', 'Not at this time but maybe I will.']", + "output": [ + "Are you interested in getting a lien free title?" + ] + }, + { + "input": "['I am looking to remove a lienholder from a title certificate, how do I go about this?', 'Is there a lienholder currently appearing on your title certificate?', 'Not on mine, no', 'To remove a lienholder from a certificate you must have proof that a lien is satisfied, do you have any proof of this?', 'What is acceptable proof that a lien on a title is satisfied?']", + "output": [ + "There are currently two types of proof, the first proof is to provide the DMV with what's known as a Recorded Lien MV-901" + ] + }, + { + "input": "['How do I remove a lienholder from a title certificate?', 'null', 'Have you recently sold a vehicle?', 'No, not recently', \"I'm looking to get a lien free title certificate, how do I go about this?\"]", + "output": [ + "There are instructions on the website which will give you further information" + ] + }, + { + "input": "['How do I remove a lienholder from a title certificate? ', 'Are you looking for information on how to remove a lienholder from a title certificate? ', 'Yes, that is correct.', 'Did you recently sell a vehicle?', 'No, I did not sell a vehicle.']", + "output": [ + "Would you like to receive a lien free title?" + ] + }, + { + "input": "['How do I remove a lienholder from a title?', 'Do you want to remove a lienholder from a title certificate?', 'Yes', 'Have you sold the vehicle?', 'No']", + "output": [ + "Do you want to get a lien free title?" + ] + }, + { + "input": "['If I need to register a new vehicle, what is the title certificate fee? ', 'Is this the first time you are registering this vehicle? ', 'It is the first time I am registering it, but, no I have not registered it yet nor paid any of the fees. ', 'Is there a MCTD 1 fee if I register my vehicle in Suffolk County? ', 'Yes, Suffolk County is one of the twelve counties that does impose the MCTD 1 fee. ']", + "output": [ + "Are the charts that I have found online to estimate fees and taxes applicable to commercial vehicles? " + ] + }, + { + "input": "['How much is the title certificate fee for registering my vehicle?', 'A title certificate fee costs $50.00', \"That isn't what I meant.\", 'If this is my first time registering a vehicle, will I have to pay a registration and vehicle plate fee?', 'Yes, you will have to pay a registration and vehicle plate fee unless you are transferring it from another vehicle.']", + "output": [ + "How do I register a recreational vehicle?" + ] + }, + { + "input": "['I need an estimate of registration fees', 'Is this your first time registering your vehicle?', \"No it isn't\", 'What are the fees and taxes when done online?', 'The online estimate does not include sales tax']", + "output": [ + "What is the registration fee and tax?" + ] + }, + { + "input": "['I need help on registration fees', 'Is this your first time registering your vehicle?', 'Yes', 'In that case you have to pay both the registration and vehicle plate fees', 'Does the online estimate include sales tax?']", + "output": [ + "No" + ] + }, + { + "input": "['hello, about how much are registration fees and taxes?', 'It varies, is this the original registration first time?', 'Yes it is.', 'Is there a fee if I transfer the registration and plates from another vehicle?', 'If you don t need to pay the plate fees or MCTD fee ']", + "output": [ + "What are the fees for trailer and boat registration?" + ] + }, + { + "input": "[\"I need to know what kind of fees I'm going to have to pay when I register.\", \"Is this the first time you've registered your vehicle?\", \"Yes, it's a new car.\", 'First time registrations need to pay the registration and vehicle plate fees.', 'Can I get an estimate of how much it will cost?']", + "output": [ + "Yes, you can estimate the fees online." + ] + }, + { + "input": "['Can you help me estimate the registration fees and taxes for a vehicle registration?', 'Is this the first time registering the vehicle?', \"No, it's not the first time.\", 'I want to know how to estimate the fees for registering trailers and boats.', \"the estimation for registering a trailer and a boat are different. You can't use the online service to estimate them. You can get info for registering one or the other.\"]", + "output": [ + "Are sales tax included on the online estimates?" + ] + }, + { + "input": "['How do I estimate registration fees and taxes?', 'Is this the first time you are registering your vehicle?', 'Yes this is the first time.', 'You must pay the registration fee and vehicle plate fee as well as some other fees.', 'Are boat and trailer fees the same?']", + "output": [ + "No boat and trailer fees are calculated differently and can't be estimated online." + ] + }, + { + "input": "['null', 'does your vehicle have a NY State transferable registration?', 'no is not.', 'Wha are other documents that can be used as proof of ownership?', 'You could use as proof of ownership a bill of sale of the previous owner or your cancelled check for payment.']", + "output": [ + "What can I do with a non-transferable registration?" + ] + }, + { + "input": "['I need help with a non-titled vehicle', 'Do you wish to replace a NY State transferable registration?', 'Yes', 'Is the registration lost?', 'No']", + "output": [ + "What happens if I can't get any proof of ownership?\n" + ] + }, + { + "input": "['Hello, I have an issue with the ownership of a vehicle. What happens if proof of ownership is not available?', 'Do you have a title certificate with the name of the previous owner?', 'No I do not.', 'What if there were no previous owners?', 'The sellers must provide proofs of all previous ownership and provide a bill of sale.']", + "output": [ + "What if the NY State transferable registration was misplaced?" + ] + }, + { + "input": "['How do I get proof of ownership?', 'You will need an affadavit of sale.', 'Do you have one of those?', 'no', 'Can I apply for a non titled vehicle.']", + "output": [ + "The DMV MUST VERIFY WITH PREVIOUS OWNER" + ] + }, + { + "input": "['How do I obtain a disabilities parking permit while out of state?', 'Most states honor New York parking permits. If traveling out of state, be sure to contact your local motor vehicle agency to inquire if the state you are traveling to accepts New York parking permits.', 'Be sure to check with the police or motor vehicle agency to inquire if the state you are traveling to accepts New York parking permits.', \"This isn't the information that I'm looking for.\", 'If I have a parking permit for disabilities, will I still have to pay for parking regulations and fees?']", + "output": [ + "No, you will not be exempt from parking regulations or fees." + ] + }, + { + "input": "['Are there specific addresses and phone numbers for parking for people with disabilities?', 'Are you looking to apply for a New York state parking permit or a special New York City disability parking permit for people with disabilities', 'No, not at the moment', 'Can I apply for a personalized license plate?', 'Personalized plates up to six characters with the Universal Symbol of Access are available for an additional charge']", + "output": [ + "Where can people with disabilities park in New York City?" + ] + }, + { + "input": "['How do I apply for handicap parking?', 'You cannot apply for a space on streets of New York but can use vehicle plates for people with disabilities.', 'You can call or visit the NYC Department of Transportion website for more info.', 'So I can call or visit website.', 'yes.']", + "output": [ + "Is the laws governing handicapped parking spaces?" + ] + }, + { + "input": "['How can I learn passenger wehicle taxes and fees', 'You can use charts ', 'And if this is the original registration of your vehicle, you must pay some addition fees.', 'Can you explain', 'For example If I reside outside New York City, will I pay at both place?']", + "output": [ + "No. If you reside outside New York City and you are exempt from the vehicle use tax in the county where you reside or have a business" + ] + }, + { + "input": "['How much will it cost to register my car?', 'It will be the registration fee plus taxes.', 'Is this the first registration?', \"No, it's previously owned.\", 'Who do I contact for help with the tax?']", + "output": [ + "You can contact your local DMV office." + ] + }, + { + "input": "['What are the fees and taxes for passenger vehicles?\\n', 'You can use tax charts to determine registration fee and county use tax.', 'Is this for original resgistration?', 'yes and you must pay fees for your plates and title.', 'What is a county use tax?']", + "output": [ + "A ll residents of New York City must pay a vehicle use tax.\n" + ] + }, + { + "input": "['I need help with fees and such', 'you can use both the registration fee and county use tax charts to determine your registration fee and county use tax ', 'and it has taxes?', 'yes ,plus vehicle plates and title certificate fees', 'what is the county use tax for outside of New york city?']", + "output": [ + "ask the city or county where you reside or have a business" + ] + }, + { + "input": "['What are the fees and taxes for passenger vehicles?', 'You will use both the registration and county use tax charts to determine you registration fee and county use tax.', 'Is this the original registration of your vehicle?', 'Yes it is.', 'I am outside New York City, how do I get those fees?']", + "output": [ + "You will have to ask the city or county where you reside." + ] + }, + { + "input": "['I would like to know how much I need to pay for fees and taxes for my car.', 'You will need to look at the attached charts. One is for registration fees and one is for taxes.', 'This is a new car, so it is my first time paying the registration fee.', 'Okay. You will need to pay for your plate, which is $25, and you will need to pay for your title certificate, which is $50.', 'Do I have to pay any money to the county?']", + "output": [ + "Yes. This is based on how much your car weighs. Also, if you live in one of the MCTD counties, you will have an additional fee." + ] + }, + { + "input": "['How much are the fees to register?', 'Hello! I can help you with that Residents of New York City and several counties in New York State must pay a vehicle use tax when they register a passenger vehicle or renew a passenger vehicle registration', 'If you reside outside New York City and you are exempt from the vehicle use tax in the county where you reside or have a business', 'What If I live outside of it?\\n', 'If you reside outside New York City and you are exempt from the vehicle use tax in the county where you reside or have a business , complete form UT-11C']", + "output": [ + "If you reside outside New York City and you are exempt from the vehicle use tax in the county where you reside or have a business , complete form UT-11C" + ] + }, + { + "input": "['Who are the I LOVE NY Adventure Custom Plates available to? ', 'You can get the I LOVE NY Adventure Custom Plates if you are an individual that holds a currently valid NYS Department of Environmental Conservation DEC issued Sporting License and/or a NYS Office of Parks, Recreation and Historic Preservation Parks issued Empire Passport. ', 'How much do I have to pay to get an I LOVE NY Adventure Custom Plate? ', 'The fee noted for each renewal is the $15 annual I LOVE NY fee plus the personalization fee if applicable and does not include the regular registration renewal fees due upon each renewal. As the $15 I LOVE NY fee is an annual fee, if your registration is renewed every two years passenger and commercial class, the fee is $30 at renewal. Motorcycle classes renew every one year, therefore a $15 I LOVE NY fee will be due at each renewal. ', 'Are fees for the I LOVE NY Adventure Custom Plates waived if I purchased a LIFETIME NYS Parks issued Empire Passport in 2014? ']", + "output": [ + "If your purchase of the LIFETIME NYS Parks issued Empire Passport was in 2014, then, yes, indeed, the fees except for the personalization fees, if applicable, are waived for your first plate purchase and first renewal only. " + ] + }, + { + "input": "['What do i do if i already have a lifetime sporting license or safe boating certificate?', 'You can request the icons be added to your DMV photo document ', 'Does this apply to you?', 'Yes, but do I go to the DMV?', 'Yes at the DMV there is a $12.50 $5.00 for non-driver ID holders new document fee unless you are renewing']", + "output": [ + "How do i take advantage of this new easy service?" + ] + }, + { + "input": "['what if i already have a lifetime sporting license or safe boating certificate?', 'you may request the icons be added to your dmv photo document in two ways', 'when visiting the dmv office. does this apply to you?', 'yes', 'there is a $12.50 $5.00 for non driver ID holders new document fee unless you are renewing your photo document during your visit']", + "output": [ + "how do i take advantage of this easy new service?" + ] + }, + { + "input": "['what if i already have a lifetime sporting license or safe boating certificate?', 'you may request the icons to be added to your dmv photo document in two ways', 'when can i do this?', 'when visiting the dmv office', 'what do the adventure custom plates cost?']", + "output": [ + "$15" + ] + }, + { + "input": "['How do I go about getting customized plates?', 'The I LOVE NY Adventure Custom Plates viewable here [ 2 ] are available to individuals that hold a currently valid NYS Department of Environmental Conservation DEC issued Sporting License and/or a NYS Office of Parks , Recreation and Historic Preservation Parks issued Empire Passport .', 'ok thank you, what if I already have a safe boating certificate?', 'sure! no problem! You may request the icons be added to your DMV photo document in two ways ; online using the Online Sporting License System at the NYS website or by visiting a NYS Department of Motor Vehicles office and presenting the required proof', 'Did you check out the online sporting license system yet?']", + "output": [ + "No I didnt yet, can I just go to the DMV?" + ] + }, + { + "input": "['What information can you give me about a sporting license?', 'You can request the information from the DMV.', 'Do you have proof of having the license?', 'Yes, I can provide it.', 'There is a fee for the driver holders.']", + "output": [ + "Can I customize a plate?" + ] + }, + { + "input": "['What do I do if I already have a lifetime sporting license?', 'Then you can request the icon be added to your DMV document either using the website or going to your DMV office.', 'Do you need to know what to expect at the DMV office?', \"Yes, I've never done this before.\", \"Bring the required proof and there is a $12.50 fee, $5.00 for non-driver ID's.\"]", + "output": [ + "Are custom plates available now?" + ] + }, + { + "input": "['Hello, can you tell me about acceptable proof of ownership for manufactured homes?', 'of course. For manufactured home from the model year 1995 and newer, you can use as proof of ownership the Certificate of Title, any acceptable proof of ownership from other states, among other documents.', 'Have you purchased a new manufactured home from a dealer?', \"No, I haven't.\", 'What about proof of ownership for a new ATV?']", + "output": [ + "for new ATVs, you can use as acceptable proof of ownership the Manufacturer's Certificate of Origin (MCO) or the Manufacturer's Statement of Origin (MSO)." + ] + }, + { + "input": "['I need help with a vehicle that was owned by a family member who recently passed away.', \"There's a checklist that you can use to get started.\", 'How do I transfer ownership?', 'You must complete an affidavit.', 'It should automatically transfer to you depending on the value.']", + "output": [ + "What documents do I need?" + ] + }, + { + "input": "['I just bought a car from a dealer, how do I go about transferring ownership?', 'I can help you with that, no problem! [171] Most NY State automobile dealers send the application for a vehicle registration and title certificate to the DMV .s', 'Did you purchase a vehicle from the dealer?', 'yes I did. ', 'I would be glad to show you how to file a complaint. learn how to file a complaint [ 7 ] here. ']", + "output": [ + "Ok so i would need to bring proof to the DMV?" + ] + }, + { + "input": "['I need some deceased owner info for transfers', 'Use this checklist to help you transfer the ownership when the vehicle owner is deceased PDF MV-843', 'will the transfer be made according to the Estates , Powers & Trust Law of New York State?', \"no it won't\", 'is there a surviving spouse that wants to transfer ownership?']", + "output": [ + "yes there is" + ] + }, + { + "input": "['How long are in-transit vehicle permits valid for?', '30 days.', 'Have you already paid the fee?', 'Yes, I paid already.', 'The fee is $12.50.']", + "output": [ + "What permit do I need to transport a vehicle from two different locations in New York?" + ] + }, + { + "input": "['How do I register my vehicle from Missouri?', 'If you purchased it in another stae you would need to go to that states dmv ', 'oh ok thank you, it does not apply to me', 'Do all vehicles need proof of insurance to apply for a vehicle permit?', 'In some states they do not, for example, in New York']", + "output": [ + "What is needed if you are not a new york resident?" + ] + }, + { + "input": "['what do i need to do if i bring a vehicle from another state to register in new york?', 'if you purchase a vehicle in another state. does this apply to you?', 'yes', 'you will need to go through the states dmv office to get a temporary plate and registration to transport the vehicle to new york', 'do all vehicles need proof of insurance to apply for a vehicle permit?']", + "output": [ + "vehicles that do not require insurance in new york state are not required to present proof of insurance" + ] + }, + { + "input": "['How long is an in-transit permit valid?', 'An in-transit permit is valid for 30 days.', 'How much is the fee for obtaining an in-transit permit?', 'The cost for in-transit permits is $12.50.', 'The cost for in-transit permits is $12.50']", + "output": [ + "If I'm not a New York resident, will I have to pay anything?" + ] + }, + { + "input": "['Do you sell our personal information to companies without our consent?', 'We do for a fee. That includes contract sales, a pay-per-search, and over-the-counter.', 'Would you like to know if your information is being sold under contract sales?', 'Yes, I would like to know if my information is being sold via contract sales.', 'We sell registration and vehicle data every two years and the information can only be used for purposes such as warranties or safety recalls.']", + "output": [ + "What happens if insurance companies cannot access my information through their searches?" + ] + }, + { + "input": "['Why should I share DMV information?', 'The DMV information shared with bus companies , employers , insurance companies , researchers , and motor vehicle manufacturers , through each of the three sharing methods , makes our lives safer and more convenient', 'If this information were not made available traffic safety and commerce would be negatively impacted, do you need more infromation on this?', 'Yes', 'A few examples of how DMV s information sharing programs benefit all of us are provided below']", + "output": [ + "How much does the DMV get from pay-per-search sales?" + ] + }, + { + "input": "['does dmv sell driver license and vehicle information to others?', 'yes. dmv makes driver license and vehicle registration information available for a free using three methods.', 'contract sales. does this apply to you?', 'yes', 'in accordance with the federal DPPA and NY state law dms sells registration and vehicle date through an open procurement process every two years']", + "output": [ + "so they cant use dmv information?" + ] + }, + { + "input": "['Is my driver license and vehicle information safe or is this information sold or shared with others?\\n', 'Yes, your information of shared with companies who insure your vehicle or who repair your vehicle after a collision.\\n', 'Do one of the above apply to you? Have you had an accident or does your vehicle need repair?', 'This does not apply to me, I have not had an accident.', 'Can someone access my information or my vehicle information by using a Pay-Per-Search facility?']", + "output": [ + "Yes, In accordance with NY State law anyone using this method has to apply to DMV and sign an agreement identifying their permissible use under the DPPA. Searches cost $7 each. Searches are usually done by insurance companies, who have to rate and monitor drivers or investigate claims. Searches are also done by employers who are required by monitor their employers driving records." + ] + }, + { + "input": "['I would like to know whether I can buy information on driver license and vehicle from DMV.', 'Yes. You can buy the information through contract sales, pay - per - search and over - the - counter.', 'Can you tell me more about the contract sales method?', 'Through contract sales method, DMV sells the information for every two years by an open procurement process. The successful bidders must follow the limitation that comes with the information so that the information will not be misused.', 'Does motor vehicle manufacturers also use the information shared by DMV?']", + "output": [ + "Yes and it is a good example how the sharing programs play a critical role in improving public safety and make our life more convenient." + ] + }, + { + "input": "['What information should i see on my lifetime driving record?', 'You should see all your license information that currently stored by the DMV on you.', 'What about my driving license abstract?', 'A standard ones should only contains information that is still required to keep by the DMV. Meanwhile, only 4 years records of most recent suspensions and revocations are shown on a standard driving record abstract.', 'What should i do if i suspect that my driving recod abstract contains wrong information?']", + "output": [ + "You need to contact the DMV Call Center." + ] + }, + { + "input": "['What is shown on my lifetime driving record?', 'A lifetime driving record contains all the information DMV possesses about you.', 'Is there any specific information you are seeking on your driving record such as suspensions and revocations?', 'Yes, will all suspensions on my license be shown on my driving record?', \"On your standard driving record, most suspensions will be removed 4 years from the suspension date. However, all suspensions that you have received since you've obtained your license will show up on your lifetime driving record.\"]", + "output": [ + "What do I do if I think that suspension information is wrong in my driving record abstract?" + ] + }, + { + "input": "['what information appears on a lifetime driving record?', 'A \"lifetime\" driving record contains all the licence information the DMV currently has available about a driver. it displays all the information that the DMV possesses. ', 'would you like me to give you some more details about what it actually contains?\\n', 'no thank you, thats okay ', 'what else can you tell me about the lifetime driving record?']", + "output": [ + "there is some information that may not appear on the driving record." + ] + }, + { + "input": "['What is on a lifetime driving record?', 'I can explain: A \" lifetime \" driving record contains all the license information DMV currently has available about a driver', 'So if i have had revocations it will only show on the standard driving record?', 'I will be glad to help with that and answer it. most suspensions and revocations are only shown on the standard driving record abstract for 4 years from the date the suspension or revocation ended ', 'What if it is for out of state roccorunces?']", + "output": [ + "It may be different for each state or county, the court s address and phone number are recorded as provided by the issuing jurisdiction" + ] + }, + { + "input": "['what information appears on a lifetime driving record?', 'a lifetime driver record contains all license information that the DMV has about a driver however it may not include information that dates back to when a driver was initially granted driving privileges.', 'could i have an example?', 'sure, a lifetime driving record will show suspensions and revoocations that are older than 4 years.', 'what is Non-Driver ID?']", + "output": [ + "it includes issue date and expiration date" + ] + }, + { + "input": "['Do I need to turn in in to DMV?', 'Do you have these documents available?', 'Yes, why do I need to mail a copy of his death certificate to DMV?', 'Providing copies of these documents will ensure that your deceased loved one will not become a target of identity theft.', 'What about registration? My father had just registered his truck shortly before he passed away. Is it possible to receive a refund?']", + "output": [ + "After the criteria is met to receive a refund, DMV can issue a refund to the name of the estate." + ] + }, + { + "input": "['I need more info a my drivers license', 'Are you reporting a death?', 'Yes', 'Please mail a copy of the death certificate and a photo copy of their license or ID if you have it to the DMV. This will prevent further mailings or identity theft ', 'Do I give you the plates?']", + "output": [ + "It may be possible to request a refund of the deceased individual s registration fee. DMV will issue the refund to the name of the estate." + ] + }, + { + "input": "[\"I need to update my address on my driver's license.\", 'Has your spouse passed away?', 'No, I just moved and need to update my address.', 'My previous house has been settled.', 'Ok, you can call the DMV Revenue Accounting line at 888-525-5245']", + "output": [ + "If I mail in a copy of their death certificate and license, will it prevent identity theft?" + ] + }, + { + "input": "['My mother has just passed away. Can you please give me the address for reporting this to the DMV? ', 'Please mail a copy of the death certificate and a photo copy of their license or ID if you have it to the DMV. You can mail that to DMV License Production Bureau, P.O. Box 2688 ESP, Albany, NY 12220-0668. This will prevent further mailings or identity theft. ', \"Can a refund be issues on my mother's registration fee since she just passed? \", \"I would like to get a refund on my mother's registration fee since she just passed, however, I am not the executrix. Is this still possible? \", \"How can I receive the refund of my mother's registration fee? \"]", + "output": [ + "It is possible to request that refund, however DMV will issue it to the name of the estate, so you would have to work that out in a way for you to receive it then. To request the refund of your recently passed mother's registration fee, you must surrender the vehicle plates at a DMV office and request a transfer receipt, not a refund receipt. You need to have the executor or executrix of the estate send a completed and signed Request for Refund [1] MV-215 with \"deceased\" on the form, a photocopy of the death certificate, and the transfer receipt to the address listed on the Request for Refund form. " + ] + }, + { + "input": "['Looking for information on my ID', 'Who might this be? You or for someone else?', 'I had my father die and want to make sure everything in his estate is taken care of.', 'You would need to provide a certificate of death as well as anything else to ensure no ID theft is taking place, though I am sorry for your loss.', 'If I do that, can I get the title of his car transferred to me?']", + "output": [ + "There is a checklist you can go through to make sure you have everything you need, please reference that." + ] + }, + { + "input": "['What is plate surrender and registration refund?', 'You can request a refund for a deceased individuals registration.', 'Is the estate settled?', 'No it is not.', 'How do I transfer ownership of deceased individuals vehicle.']", + "output": [ + "Here is a checklist PDF [ 2 ] MV-843." + ] + }, + { + "input": "['I have a family member passed and need help with driver license permit and ID.', 'Please mail a copy of the death certificate and a copy of their license to the DMV.', 'This does not apply to me.', 'Will this prevent identity theft?', 'Yes.']", + "output": [ + "Why is this neccessary?" + ] + }, + { + "input": "['Where can I get information on obtaining a CDL permit?', 'Information for obtaining a CDL permit can be found in the CDL Permit Rule. ', \"I don't need information about the CDL Permit Rule. I need information on obtaining a CDL.\", 'Would you like to see additional resources regarding CDL permits?', 'Yes, I would like to see these resources.']", + "output": [ + "The DMV License Event Notification Service, New York Vehicle and Traffic Law, and Federal Motor Carrier Safety Administration are all resources that you can use to obtain information about CDL permits." + ] + }, + { + "input": "['What CDL changes have been made in Phase 1?', 'Are you inquiring about new CDL skills testing changes?', 'No, I already know about these changes.', 'Are you seeking information about Phase 1 National suspension and revocation screening? ', 'No. I am familiar with the new suspension and revocation screenings.']", + "output": [ + "What about Phase 3? What changes have been made there?" + ] + }, + { + "input": "['I need help with Phase 2', 'The Medical Certification changes?', 'No.', 'I need help with changes to phase 3', 'OK, new restrictions include if the vehicle has an automatic transmission, and if this is your first road test in a commercial motor vehicle CMV you will be given an E restriction.']", + "output": [ + "If the vehicle used for the test has an automatic transmission then what?" + ] + }, + { + "input": "['I want more info on phase 3', 'Do you need help with endorsement and restriction changes?', 'Yes', 'New CDL restrictions defined below by the Federal Motor Carrier Safety Administration FMCSA may affect CLP holders when taking a Skills Test in a vehicle without full airbrakes and/or a manual transmission. ', 'Does the vehicle used for your skills test have an automatic transmission?']", + "output": [ + "Yes" + ] + }, + { + "input": "['Can you tell me about the phase 2 of the implementation of the CDL permit rule?', 'Dp ypou want to know about the medical certification changes?', 'Yes, please.', 'In this phase, the New York State DMV sended CLP holders a notification if their medical certification status appeared as \"Not Certified\", after which the CLP was canceled if the CLP holder didn\\'t re-certify within 55 days.', 'Can the NY State reject my application if I have an open suspension in another state?']", + "output": [ + "Yes. With the CDL Permit Rule the NY State can check for open suspensions and revocations in other states and reject any application if it finds open suspensions." + ] + }, + { + "input": "[\"I'm looking at getting a CDL for the first time.\", \"Do you have any restrictions on your personal driver's license already?\", 'No.', 'Outstanding. There is a table on our website that will show you all documentation you need then.', 'I am currently having a pending revocation, though.']", + "output": [ + "I would reference the table I showed you then, as it might have something to do with that." + ] + }, + { + "input": "['How do I reinstate surrendered plates?', 'You must apply in a DMV office to reinstatement of your registration and receive vehicle plates and bring a completed Application for Registration.', 'How long is it since your registration expired?', '18 days', 'The cut off limit is 60s days so you can still renew']", + "output": [ + "Where do I apply for reinstatement of the registration?" + ] + }, + { + "input": "['I need help with plate storage', 'The DMV does not store standard vehicle plates', 'Are you wishing to surrender standard plates?', 'No', 'What do I need to do to the plates before surrendering them?']", + "output": [ + "Be sure to remove plate frames and fasteners before you surrender them, we will not accept plates with frames or fasteners attached" + ] + }, + { + "input": "[\"Hi. I will be storing my car for the winter and I am wondering if I can surrender my vehicle plate so I'm not paying registration fees for that period.\", 'Yes, this is permitted.', 'Bring your plate to your local DMV office and request a receipt.', 'Will my plate be stored?', 'If you have a standard plate, it will not be stored.']", + "output": [ + "What will they do with it?" + ] + }, + { + "input": "['I need to reinstate my surrendered plates.', \"You should go to a DMV office and ask for the reinstatement of your registration and receive your vehicle's plates. The first document you'll need is the completed Application for Registration or Title form (PDF MV-82)\", 'Are you looking to reinstate your registration within 60 days before the expiration of your registration?', \"Yes, that's correct.\", 'Then you can renew your registration and pay the renewal fees.']", + "output": [ + "In what office should I apply for the reinstatement of the registration?" + ] + }, + { + "input": "['Hello, I stored my plates before last winter, how do I reinstate them.', 'You must apply for reinstatement at the DMV and bring a completed Application for Registration or TitleMV-82.', 'Is your registration still active?', 'Yes but it is going to expire in 3 months. Is that okay?', 'Yes that complies with the rules.']", + "output": [ + "Will there be a fee to renew?" + ] + }, + { + "input": "['I need to get a plate reinstated.', 'You must bring all appropraite items as well as ID to a local branch.', 'If it is within 60 days of lapsing, you can just come to a branch.', 'It has been more than 60 days.', 'You have to go to the branch where you originally got them, then, with the necessary information and credentials.']", + "output": [ + "Though it sounds like you have a basic idea of the necessary requirements, so just make sure you go back to where you got them from in the first place." + ] + }, + { + "input": "['How do i surrender my plates temporarily?', 'You can surrender your vehicle plates at a local DMV and then you can also save money by canceling your liability insurance temporarily also.', 'Did you cancel your liability insurance when you turned in your plates temporarily?', 'yes I did turn my plates in and cancel my liability insurance.', 'it is a good thing when you can save money by canceling your liability insurance temporarily.']", + "output": [ + "Does it matter if I cancel my liability insurance or not?" + ] + }, + { + "input": "['If I want to open a driving school for my community, how often do I have to renew the Driving School License? ', 'Each time you renew your license, it is renewed for two years. ', 'Are you wanting to renew a license or to get a new license? ', 'I do not yet have a license to renew, no. I will need a new one. ', 'When I am ready to renew the license, though, what information will I need to have with me at that time? ']", + "output": [ + "When you are ready to renew your license, which you must do between 30 and 60 days before your original license will expire, you will need your Driving School Renewal Application form MV-522, Proof of Workers' Compensation form C-105 or U-26.3 and Disability Benefits Insurance Coverage form CE-200 along with payment for the license fee in the form of a check or money order payable to Commissioner of Motor Vehicles. You must also know that if your school will use vehicles for instruction you must attach a List of Driving School Vehicles for MV-527 and if your school provides the Pre-licensing Course you must also attach a Signature Authorization List - Pre-Licensing Course form MV-278.6." + ] + }, + { + "input": "['How do I renew my driving school license?', 'Your application for renewal of a Driving School License must be submitted between 30 and 60 days before the license expires the expiration date is printed on your license', 'Are you currently in the renewal process?', 'No', 'How do I renew if my school gave me the pre-licensing course?']", + "output": [ + "You must attach a Signature Authorization List - Pre - Licensing Course MV-278.6" + ] + }, + { + "input": "[\"Hello I would like to renew my driver's license, when is the right time to do so?\", 'Renewal of a Driving School License must be performed between 30 and 60 days before the expiration date as seen on your license.', 'Would you like to begin the renewal process?', \"No I'm not ready yet.\", \"I see that I have to provide a list of my driving school's vehicles, is that really necessary?\"]", + "output": [ + "Yes it is a requirement." + ] + }, + { + "input": "['How do I renew my license?', 'Your application for renewal of a Driving School License must be submitted between 30 and 60 days before the license expires.', 'Are you in the renewal process?', 'Yes, I am.', \"You must provide updated information about your driving school including Driving School Renewal Application form MV-522, proof of Worker's Compensation form C-105.2 or U-26.3/\"]", + "output": [ + "What if my Driving School License has expired?" + ] + }, + { + "input": "['How do I renew?', 'Your application for renewal of a Driving School License must be submitted between 30 and 60 days before the license expires.', 'Are you in the process of renewing?', 'No not at this time.', 'How do I get my expiration date?']", + "output": [ + "It is printed on your license." + ] + }, + { + "input": "['What do I need to renew my Driving School license?', 'It needs to be done 30-60 days prior to expiration.', 'Do you have updated information about your school?', 'Yes, everything is updated.', 'Then you need your Driving School Renewal Application, Proof of Workers Compensation form, and Disability Benefits Coverage form.']", + "output": [ + "What if we provide the Pre-licensing course?" + ] + }, + { + "input": "[\"I have a problem I'd like to report\", 'What is a DMV regulated automotive business you wish to report?', 'Yes I want to report a business', 'The DMV regulates all repair shops , inspection stations , dealers , junk and salvage vendors , and other automotive related businesses in New York State', 'How do I place a complaint against a DMV regulated automotive business?']", + "output": [ + "Report here and the case will be sent to an Automotive Facilities Inspector for a formal investigation and possibly a hearing Depending on the complaint this process could take several weeks to several months to resolve" + ] + }, + { + "input": "[\"I'm having an issue with a DMV regulated business.\", 'Is it a regulated, automotive business?', 'Yes, it is.', 'All automotive related businesses are regulated by the DMV.', 'How can I lodge a complaint against a DMV regulated business?']", + "output": [ + "After you file the complaint, a representative from the DMV will be assigned to handle it." + ] + }, + { + "input": "['I need help with regulating an automotive business.', 'What type of business is it?', \"I need help figuring out it it's DMV regulated.\", 'DMV regulates automotive businesses.', 'How do I get it regulated?']", + "output": [ + "Visit your local DMV." + ] + }, + { + "input": "['I have an issue with the DMV regulated automotive business', 'is this concerning repair shops , inspection stations , dealers , junk and salvage vendors , and other automotive related businesses in New York State', 'no, none of those', 'do you need to file a complaint against a DMV regulated automotive business?', 'yes I do']", + "output": [ + "have you tried to resolve the issue with management?" + ] + }, + { + "input": "['I would like to lodge a complaint about an automative business, how do I proceed?', 'Is the business an automotive related business? and is the business located in New York State?', 'Not really, no.', 'Have you tried to resolve the question with the owner already?', 'Well no because the owner is forever unreachable it seems.']", + "output": [ + "Who handles the investigation and how long does it take usually?" + ] + }, + { + "input": "['I need to report a problem with a DMV regulated automotive business.', 'Are you sure it is a DMV regulated business?', 'No, I am not.', 'Do you need to know how to file a complaint against a DMV regulated automotive business?', 'No I do not.']", + "output": [ + "How do I contact?" + ] + }, + { + "input": "['There is an issue with the automotive business Smith automotive', 'Did you alredy file a claim?', 'I have yet to do so', 'First we suggest to resolve the issue with the management', 'that did not work']", + "output": [ + "Ok, so sorry to hear that. you must submit a Vehicle Safety Complaint Report PDF [ 2 ] VS-35 along with any supporting documents to the DMV Consumer & Facilities Services Complaint Unit ." + ] + }, + { + "input": "['I need to change my address', 'Are you reporting a change of address for your business?', 'Yes', 'You must complete a Statement of Ownership and/or Permission to Use Place of Business pdf VS-19', 'Where can I get the form']", + "output": [ + "You can also call the DMV Office of Vehicle Safety and Clean Air at 1 - 518 - 474 - 4653 to get the form , or call 1 - 518 - 474 - 0919 to get more information" + ] + }, + { + "input": "['I need to ammend a registration', 'To amend the registration or get a replacement duplicate document for your current Repair & Body Shop', 'Can I use any body shop?', 'you must submit the Request for Business Amendment / Duplicate Certificate pdf MV-253 G', 'Where can I call for more info']", + "output": [ + "You can call the DMV Office of Vehicle Safety and Clean Air at 1 - 518 - 474 - 4653 to get the form , or call 1 - 518 - 474 - 0919 to get more information" + ] + }, + { + "input": "['Hello, I have a body shop and moved it to other address. What can I do for a new licence?', 'Did you report that to us?', 'Oh no, not yet', 'Ok so, you must preparea Statement of Ownership and/or Permission to Use Place of Business pdf', 'Is there anything else?']", + "output": [ + "You can take form by calling DMV Office of Vehicle Safety and Clean Air." + ] + }, + { + "input": "['I need to make a change of address', 'Do you want to report a change of business address?', 'No', 'What if the new location was previously registered as a repair shop?', 'Please provide the Facility number or name of that shop. This may be accepted as proof of zoning']", + "output": [ + "What happens if I have an Inspection Station License?" + ] + }, + { + "input": "['how to amend or replace a business license?', 'to amend the registration or get a replacement duplicate document for your current repair & body shop. does this apply to you?', 'how do i amend the registation or get replacement duplicate document?', 'you must submit the request for business amendment / duplicate certificate pdf.', 'what if i have a certificate of occupancy?']", + "output": [ + "please see inspection station cap information" + ] + }, + { + "input": "['Hi, Can you help me. I want to change my body shop adress.', 'Hi. Just body shop or is repair shop included?', \"No just body shop. We don't repair things except auto body.\", 'We are moving to another street corner. What should we do?', 'First you must fill Statement of Ownership and/or Permission to Use Place of Business pdf']", + "output": [ + "The place we are moving to was a body shop also. Is it important thing?" + ] + }, + { + "input": "[\"I'm enquiring about theft\", 'Has your ATV been stolen?', 'Yes', 'you should immediately report the theft to the police', 'What happens if my ATV has studded tires?']", + "output": [ + "You may only use studded tires in the following situations: In a tree nursery or planting in a manner which damages or destroys growing stock or creates a substantial risk of damage or destruction. Within 100 feet of a dwelling between midnight and 6 A.M. at a speed greater than necessary to keep the ATV moving. While pulling a person on skis , a toboggan , sleigh , sled or trailer , unless the device is attached to the ATV by a tow - bar or other rigid connection" + ] + }, + { + "input": "['I want to know about operating ATVs on private land', 'Do you want to operate your ATV only on private lands?', \"Yes, that's correct.\", 'First of all, you must have the permission of the land owner or lessee.', 'Anything else I need to know?']", + "output": [ + "after getting the permission, you should not drive your ATV beyond the boundaries of the property and respect andy restriction or request from the owner. You could lose your permission to ride on private property by littering, causing damage to the property or driving carelessly." + ] + }, + { + "input": "['Who is allowed to operate an ATV?', 'Anyone over 16 can operate an ATV. People under 16 can with restrictions.', 'Are you between 10 and 15?', 'My son is. WHat restrictions will he have?', 'He would need to be supervised by an adult.']", + "output": [ + "When do I need to register my ATV?" + ] + }, + { + "input": "['What do I need to register my ATV for the first time?', 'Do I need to register my ATV if I live in both NY and another state?', 'Do I need to renew registration if it is not new?', 'How do I get a copy of my declaration of exemption?', 'What if I do not operate my ATV on the highway']", + "output": [ + "Onl y part of a highway between two off highway trails will be posted for atv use " + ] + }, + { + "input": "['I need help in registering my atv', \"Ok I will be glad to help. An ATV must be registered with the Department of Motor Vehicles DMV if it is operated anywhere in New York State , including on the owner 's property\", 'When will it expire?', 'your registration will expire each year on August 31 ', 'What if it is registered out of state?']", + "output": [ + " You must obtain a New York State registration before operating your ATV in this state " + ] + }, + { + "input": "['What are rules for ATVs on private land?', \"Will you be operating on your own private land or someone else's?\", \"On someone else's land.\", 'You must have permission of the land owner or lessee.', 'What else do I need from the land owner?']", + "output": [ + "You must know the boundaries of the property and respect any special restrictions or request of the land owner or lessee." + ] + }, + { + "input": "['Why do you need proof of identity and my date of birth?', 'Do you wish to register an ATV?', 'Yes, I wish to register an ATV.', 'In order to register an ATV with us, you must first provide proof of identity and your date of birth.', \"What should I do with my ATV plates if I'm permanently moving it out of state?\"]", + "output": [ + "You should surrender the plates and all registration documents for the ATV to a local BMV." + ] + }, + { + "input": "['What happens if I am convicted of an alcohol or drug-related violation in New York State?', 'Have you been convicted of an alcohol or drug driving related offense?', 'Yes', 'your license or privilege to drive in New York State will be revoked or suspended. However, you may be eligible for a conditional license or a conditional driving privilege if you participate in New York State s Impaired Driver Program IDP previously known as Drinking Driving Program DDP or an approved out - of - state program ', 'What happens if I am probation for this offense?']", + "output": [ + "you must bring written permission from the sentencing court , or your probation officer , that allows you to apply for a license" + ] + }, + { + "input": "['I need more information on Driver Responsibility Assessments', 'Have you been convicted of a DWI or DWAI?', 'Yes a DWI', 'You will be required to pay a driver responsibility assessment each year for the next three years. For more information see Pay driver responsibility assessment ', 'Where do I enroll?']", + "output": [ + "our Order of Suspension or Revocation from the Department of Motor Vehicles DMV will indicate a nearby state or county motor vehicle office where you may enroll in the Impaired Driver Program and apply for a conditional license / privilege , if applicable" + ] + }, + { + "input": "['How do I know if I have to do a Driver Responsibility Assessment?', 'Have you been convicted of a DWI or DWAI?', 'No, no convictions.', 'Have you refused to submit to a chemical test?', 'Yes, I refused a test.']", + "output": [ + "Yes, you will have to pay a driver responsibility assessment." + ] + }, + { + "input": "['need more info on driver responsibility assessments', 'if you are convicted of driving while intoxicated. does this apply to you?', 'yes', 'you will be required to pay a driver responsibility assessment every year for the next three years', 'more info please']", + "output": [ + "see pay driver responsibility assessment 2" + ] + }, + { + "input": "['I need help with Driver REsponbility.', 'What specifically?', 'I have a DUI.', \"Ok, you'll be required to taken eligibility test every year for th next 3 years.\", 'Is that the DDP?']", + "output": [ + "Yes, it is." + ] + }, + { + "input": "['What are the consequences of driving alcoholic in New York?', 'There are very bad result. Did you drive with alcohol?', 'In Washington, I drived alcoholic. But not New York.', \"I hope you don't. In New York Otherwise your license is revoked or suspended.\", 'Where is the first place in that we learn to be suspended?']", + "output": [ + "the\u00a0punishment\u00a0is given by the court and prohibition begins" + ] + }, + { + "input": "['Can picture plates be personalized?', 'Yes, some picture plates can be personalized for an additional fee in addition to your picture plate and regular registration fee', 'How much does that cost', 'For personalized plate availability and pricing for the picture plate you are interested in you can browse our collection of picture plates online', 'How much do personalized plates cost?']", + "output": [ + "For Passenger and Commercial Plates the Initial Cost = $ 60.00Annual Fee = $ 31.25" + ] + }, + { + "input": "['can picture plates be personalized?', 'yes. some picture plates can be personalized for an addition fee in addition to your picture plate and regular free', 'for personalized plate availability and pricing for the picture plate you are interested in... does this apply to you?', 'can i browse a collection?', 'what can i use for a personalized plate combination?']", + "output": [ + "your requested plate combination is subject to review" + ] + }, + { + "input": "['can picture plates be personalized? ', 'yes. some picture plates can be personalized for an additional fee in addition to your picture and regular registration fee', 'for personalized plate availability and pricing for the picture plate you are interested in. does this apply to you?', 'where can i see them?', 'what can i use for a personalized plate combination?']", + "output": [ + "your requested plate combination is subject to review. the dmv is not required to issue your requested plate" + ] + }, + { + "input": "['Can I personalize my plate?', 'Yes depending on the picture.', 'Do you need the link to browse the picture collection?', 'No, I already have it.', 'How do I get started?']", + "output": [ + "You must browse the collection." + ] + }, + { + "input": "['What is the cost of a personalized plate for a passenger vehicle? ', 'The plate for a passenger vehicle has an initial cost of $60 plus an annual fee of $31.25 in addition to your regular vehicle registration fee. ', 'You do need plates for a regular passenger vehicle, correct? It is not considered a commercial vehicle? ', 'My vehicle is a regular passenger vehicle just used as a retirement vehicle for shopping, errands and vacation, but I would like to have a personalized plate for it. ', 'Yes, then as stated previously, your cost would initially be $60 plus the annual fee of $31.25 in addition to your regular vehicle registration fee. ']", + "output": [ + "What is the maximum amount of characters I can use if I want one of he picture plates? " + ] + }, + { + "input": "['I want to personalize my plates', 'good, you can personalize picture plates for a fee', 'are you doing a picture plate', 'yes I am', 'You can look at our available plates online']", + "output": [ + "can I have my naked wife on there" + ] + }, + { + "input": "['EWhat are personalised plates?', 'Would you like to know more?', 'Please check our linked website for available options.', \"I'd like to know more about how much (insert X) would cost.\", 'It would behoove you to check the reference list I previously mentioned.']", + "output": [ + "Can you tell me what any/all additional fees you charge would be?" + ] + }, + { + "input": "['Can picture plates be personalized?', 'Yes, some picture plates can be personalized for an additional fee.', 'Which picture plate are you interested in?', 'Any of them.', 'You can browse our collection of picture plates online.']", + "output": [ + "What fees are associated with personalized plates?" + ] + }, + { + "input": "['Hi there', \"Hello; I understand you'rte asking about personalised plates?\", 'What would you like to know?', \"I'd want to know if (xxxx) is available.\", 'And however much that would cost.']", + "output": [ + "It is available and would cost $60 to begin with." + ] + }, + { + "input": "['Do I need a Diesel Opacity Emission for my out of state registered vehicle? It is a model year 1996.', \"No, you don't need an inspection, however please note if your vehicle is greater than 8,500 lbs, the NY State Police or the NY Departments of Transportation and Environmental Conservation may request an inspection. \", 'What happens if it fails inspection?', 'Then a traffic ticket may be issued. ', 'How much is the ticket?']", + "output": [ + "That information is not provided. " + ] + }, + { + "input": "['How do I organise a temporary certificate of emissions waiver?', 'Have you an existing diesel emissions inspection certificate that is expired?', 'No, not at the moment', 'Where is a temporary certificate of emissions waiver issued and when is it needed?', 'If your existing diesel emissions inspection certificate expires while outside the DEMA, you may apply to the Department of Motor Vehicles for a temporary certificate. This certificate is only available at the DMV Issuing Offices. This temporary certificate allows the vehicle to be operated when displayed on the vehicle']", + "output": [ + "What types of vehicles must undergo a diesel emissions inspection?" + ] + }, + { + "input": "['What do I need to know about Diesel Opacity Emissions?', \"Testing isn't required in some areas of New York or for out of state registered vehicles, but vehicles can be tested at any time.\", 'Have you failed a roadside inspection?', \"No, I haven't failed a test.\", 'Which vehicles should be inspected?']", + "output": [ + "Diesel vehicles 1997 or newer and over 8500 pounds that are registered in New York." + ] + }, + { + "input": "[\"I'm confused about an inspection. Do I need a Diesel Opacity Emissions inspection for my vehicle that is driven mainly in NY, but is registered in New Jersey?\", \"No, you don't need one because it's an out of state vehicle.\", 'I heard there were random inspections at roadside stations. What happens if it fails?', 'If that happens, a traffic ticket may be issued. ', 'Can I get other types of inspections at inspection stations?']", + "output": [ + "It depends. If the vehicle needs the diesel emissions inspection, then they can't do any other inspections. Other than that though, the station can do other types of inspections. " + ] + }, + { + "input": "['I need help with diesel opacity emmissions.', 'The Diesel Opacity Emissions inspection is not required in other areas of NY State or for vehicles registered out-of-state. ', 'Have you failed a roadside inspection?', 'Yes and was issued a ticket.', 'Yes a traffic ticket can be issued if a vehicle fails the roadside inspection.']", + "output": [ + "What do I do if I have questions?" + ] + }, + { + "input": "['Please tell me about the diesel opacity emissions inspection.', 'this inspection is not required in other areas of NY states or for vehicles registered outside of the state. Nonetheless, if the vehicle has an MGW of more than 8500 lbs then the NY State Department of Environmental Conservation, the NY State Department of Transportation, or the NY State Police can do a test for any diesel-powered vehicle.', 'did your vehicle failed a roadside inspection?', \"No, it didn't fail any inspection.\", 'Can you tell me when and where a diesel inspection can happen?']", + "output": [ + "The diesel emissions inspection is made at the annual safety inspection and it's done at a diesel emissions inspection station." + ] + }, + { + "input": "['How do I add a user to my account?', 'Email us your information to get an additional user ID.', \"I don't need another ID.\", \"How do I change the user that's logged in?\", \"Are you doing someone else's duties?\"]", + "output": [ + "Yes I am." + ] + }, + { + "input": "['how do i add a user?', 'to get an additional user ID. does this apply to you?', 'yes', 'how do i remove a user?', 'if a LENS user leaves your organization you can remove them by completing the following steps']", + "output": [ + "if a lens user leaves your organization you can not log in to lens. does this apply?" + ] + }, + { + "input": "['How do I change the user for a task?', 'Are you taking on tasks that were assigned to someone else?', \"No, I've been doing them.\", 'Can I use the same login for multiple people?', 'We can provide you with an additional ID and password, sharing is not allowed.']", + "output": [ + "Can I remove a user that no longer works here?" + ] + }, + { + "input": "['Hello, I am looking into how I can add a user.', 'I can help you with that. Will you need an additional user ID?', 'No I do not.', 'Will I need the NY State Driver license?', 'Yes you will. ']", + "output": [ + "Ok, good to know. Now, how do I remove a user?" + ] + }, + { + "input": "['How do I change users?', \"Is someone taking on another user's duties?\", 'Yes another person is taking on the duties,', \"You will need to request additional user IDs. Do not share the former user's ID and passwod with the new user. \", 'Does the applicant get a personal ID and password?']", + "output": [ + "Yes, when the DMV creates a LENS roster, we issue a personal ID and password to the applicant." + ] + }, + { + "input": "[\"I don't know what an ignition interlock device is.\", 'It measures the alcohol level in your breath and keeps the car from starting if the levels are too high.', 'Was it ordered by the court?', 'No, not a court ordered device.', 'How do I get the interlock restriction off of my license?']", + "output": [ + "Your monitor can fill out a form saying you don't have to have it anymore. Take the form to the DMV." + ] + }, + { + "input": "['I was wondering about ignition interlock device. What can you tell me about it?', 'It is a device to measures alcohol level and prevents the motorist to start the vehicle until an acceptable breath sample is provided.', 'The device can be ordered by a court to be installed.', 'What will happen if it is ordered by a court?', 'When that happens, the device will remain installed on any vehicles the motorist owns or operate for at least six months. In addition it will be added to the driver license record even if the license is revoked.']", + "output": [ + "What happens when someone is convicted to Leandra's Law?" + ] + }, + { + "input": "['what is an ignition interlock device?', 'an ignition interlock device connects to a motor vehicle ignition system', 'if ignition interlock is ordered by a court. does this apply to you?', 'no', 'what are the different parts of leandras law and what are the penalties for conviction?']", + "output": [ + "leandra's law includes the following provisions. the law establized a new class e felony" + ] + }, + { + "input": "['Hello I am curious, what is an ignition interlock device?', 'Sure no problem, I can help you with that. An ignition interlock device connects to a motor vehicle ignition system and measures the alcohol content in the breath of the operator', 'Was the ignition interlock ordered by the court?', 'No it was not. ', 'What is Leandras law?']", + "output": [ + "Thank you for asking, it is A court that sentences a person for a conviction on or after August 15 , 2010 must impose a conditional discharge or probation" + ] + }, + { + "input": "['Hello, I want to know about the ignition interlock device', 'this is a device that connects to a motor vehicle ignition system and reads the alcohol level of the driver by a breath test and prevents the vehicle from starting if the measure is not acceptable.', 'did you get the ignition interlock ordered by a court?', \"No, it didn't.\", 'What is the way to remove the ignition interlock restriction from my driver license?']", + "output": [ + "You have to get a form from your ignition interlock monitor stating that you are no longer required to use the device in your vehicles and take that form to the DMV office to apply for a new document without the restriction." + ] + }, + { + "input": "['I want to know about the ignition interlock device.', 'this is a device used to measure the alcohol content in the breath of a driver. The device connects to the vehicle ignition system and prevents the vehicle from starting if the results are not satisfactory.', 'did a court ordered you to use an ignition interlock?', \"No, it didn't.\", 'How can I remove an ignition interlock restriction from my driver license?']", + "output": [ + "You have to ask your ignition interlock monitor to give you a form that states that you no longer have to install the device, then submit that form to the DMV to get you a new document without the restriction." + ] + }, + { + "input": "[\"I'd like to look into Interlock devices\", \"It is a device that determines your BAC prior to igniting your car's engine\", 'It would be part of a court order.', 'Where can I see if that was part of a court order against me?', \"And where can I see the other penalities if I was convicted under Leandra's Law\"]", + "output": [ + "You may Google or or look in this reference for Leandra's Law" + ] + }, + { + "input": "['can you tell me what is an ignition interlock device?', 'it connects to a motor vehicle and ensures the driver is not too intoxicated', 'sometimes the interlock device is ordered by a court, has yours been?', 'it hasnt been ordered by a court i dont think', 'how long has it been installed?']", + "output": [ + "im not sure, is there any way i can remove the restriction from my license?" + ] + }, + { + "input": "['I need a TVB ticket', 'Do you want to do that online?', 'No', 'Do you need additional information?', 'Yes']", + "output": [ + "Do you want to print a substitute ticket?" + ] + }, + { + "input": "['how can i get a copy of a tvb ticket?', 'if your traffic violations ticket tvb traffic ticket is lost or destroyed you can print a substitute online. does this apply to you?', 'Yes', 'was your traffic violations ticket lost or destroyed?', 'No']", + "output": [ + "what does the new online print need?" + ] + }, + { + "input": "['How do I get a copy of a TVB ticket?\\n', 'Can you go online?\\n', 'yes.\\n', 'Is your TVB ticket lost or destroyed?\\n', 'No it is not.\\n']", + "output": [ + "What can I do if my ticket is not available?\n" + ] + }, + { + "input": "['I need a copy of a ticket.', 'Do you lose it?', 'No, I need to pay it.', 'Do you need a substitute ticket?', 'No, I want to look it up online.']", + "output": [ + "How can I get a copy?" + ] + }, + { + "input": "[\"Hi there, I'm looking for a copy of my TVB ticket that I got recently\", 'Are you looking fot a copy of the ticket itself, the violation that happened or are is it an Unpaid ticket?', \"I'm looking to get a copy of it before I pay it online. I've seen the ticket, though I would like a copy for my own records.\", 'I would love to help you with that. Can you log into the online portal that will allow you to see them?', 'Yes, I can login or give you my DMV number/name/etc or just do it myself.']", + "output": [ + "So given the information you gave me, the ticket isn't available to print. Is it possible to come into a DMV location or can you give me a mailing address?" + ] + }, + { + "input": "['How do I get a ticket of a TVB ticket?', 'Are you able to get online?', 'Yes I can.', 'Was your TVB ticket lost or destroyed?', 'Yes it was lost.']", + "output": [ + "You can print a substitute online. The ticket you are replacing must have the words Traffic Violations Bureau at the bottom." + ] + }, + { + "input": "['I would like a copy of a TVB ticket.', 'Is it lost or destroyed?', \"No it's not.\", 'Do you want to print it?', 'No, I want to view it.']", + "output": [ + "Can an open ticket be printed?" + ] + }, + { + "input": "['how do i know my driving record shows my PIRP course completion? ', 'if you need to verify that your course completion is on your dmv record. does this apply to you?', 'Yes', 'you can request a copy of your drivig record', 'what effect does point reduction have on my license and driving record?']", + "output": [ + "the point reduction will not affect that action." + ] + }, + { + "input": "['How do I know my driving record shows my PIRP course completion?', 'Do you need to verify that your course completion is on your DMV record?', 'Yes', 'You can request a copy of your driving record', 'Will my point reduction effect my record?']", + "output": [ + "If your license has already been revoked or suspended the point reduction will not affect that action" + ] + }, + { + "input": "['Good morning. I would like to know how I know if my driving record shows my PIRP course completion?', 'Good morning! Do you need to verify that your course is completed?', 'Yes, if it is on my DMV record.', 'No problem, you can request a copy of your driving record.', 'When will the DMV know if I have completed the course?']", + "output": [ + "They will know within 10 weeks." + ] + }, + { + "input": "['How to know that my PIRP course completion shows on my driving record?', 'Request a copy of your driving license to verify that.', 'Is there any other way to verify my course completion on the DMV record?', 'Does point reduction protects me from future violations or points?', 'No. It does not. It is only for violations occurred eighteen months before course completion and does not affect earlier violations points.']", + "output": [ + "Can point reduction affect a scheduled hearing?" + ] + }, + { + "input": "['how do i know my driving record show my PIRP course completion?', 'if you need to verify that your course completion is on your dmv record. does this apply to you?', 'Yes, it does.', 'you can easily request a copy of your driving record', 'what happens if my course completion is not recorded into my driving record?']", + "output": [ + "[16] contact the course sponsor" + ] + }, + { + "input": "['Does my record show on my PRIP?', 'If it needs to, it will. You can request confirmation at a local branch.', 'I think it does; will it be there?', 'Yes, if needed, it will be.', 'Can I also get a copy of my record sent to me?']", + "output": [ + "Of course you can, you can do it at a local branch." + ] + }, + { + "input": "['Can my driving record show PIRP completion?', 'It can but you would need to request a copy of your full record.', \"I haven't requested a copy yet; can I find out somewhere else?\", 'Where can I find that?', 'You can find it on our website.']", + "output": [ + "What if the hearing has been scheduled but hasn't happened yet?" + ] + }, + { + "input": "['Can I get the PIRP discount if a young driver is already getting an education discount?', 'It is best to contact your insurance company and their policies for this matter.', 'You can find out more info here: Learn how to reduce driving record points. [1', 'Ok thank you so much', 'are there any preventions of fees being increased? ']", + "output": [ + "Unfortunately for that, there are not. " + ] + }, + { + "input": "['How do I get an insurance premium reduction?', 'The course sponsor will mail you a completion certificate within 45 business days after you complete the classroom course or 14 business days after you complete an online course ', 'Have you presented your certificate to your insurance company within 90 days after you completed the course?', 'No', 'Why not?']", + "output": [ + "I presented it after 90 days" + ] + }, + { + "input": "['Can there be more than one discount applied for a young driver?', 'It is possible. It varies by insurance company so it is best to contact them', 'Did you review the article on how to reducedriving record points?', 'I have not did that yet, no', 'Will my premium raise due to PIRP?']", + "output": [ + "No it will not" + ] + }, + { + "input": "['I heard there was a way to get my premiums reduced\\n', 'Yes there is a course you can take.', 'How soon do I get the discount?', 'The discounnt will be retroactive to the date you took the course.', 'your liability and collision premium reduction will begin immediately , if you give your insurance co. the certificate with in 90 days.']", + "output": [ + "How do I get the certificate?" + ] + }, + { + "input": "['How can I get reductions on insurance premiums?', 'wE WOULD LOVE TO HELP BUT IT VARIES PER INSURANCE COMPANY. Contact your insurance company or agent to learn if both reductions will be given at the same time', 'Are you already receiving a discount on the premium?', 'yes but how can I reduce it more?', 'If the course is taken, will it prevent my premiums from going up?']", + "output": [ + "Unfotunately no. " + ] + }, + { + "input": "['How can I learn about lowering my insurance premium?', 'You can check with your insurance agent if you have a young driver.', 'Does your young driver have any driving points?', 'I do not think she has any driving points.', 'How can we work on lowering our insurance premium?']", + "output": [ + "You can take a safety course, for which you will receive a certificate of completion." + ] + }, + { + "input": "['Can I get a PIRP discount if the youth driver is already receiving driver education reduction?', 'Contact your insurance company to ask.', 'Do you need to know how to reduce driving points?', 'no', 'Will PIRP prevent my insurance company from raising my premium?']", + "output": [ + "It does not prevent premium increases?" + ] + }, + { + "input": "['Can I get both a youth and PIRP discount?', 'You would need to speak with your insurance company.', 'They can tell you more about your premiums. ', 'Ok; how can I reduce my points on my record then?', 'If you find an accredited cours,e they will give you all the pertinent information.']", + "output": [ + "They'll tell you everything you need to know." + ] + }, + { + "input": "['I am looking at a used vehicle on your website and want to know what the reported mileage is?', \"I'm sorry, but vehicles over 10 years old are exempt from mileage disclosure.\", 'Are there any other titled vehicles you are interested in?', 'Not at this time.', 'I can say if odometer has passed its maximum reading at the time of the sale, if you want to know?']", + "output": [ + "No, that doesn't help me." + ] + }, + { + "input": "['Is there anything I should be aware of when choosing a vehicle to purchase?', 'You should consult the YouTube video of the NMVTIS Vehicle History for Consumers', 'Are you knowledgeable in car mechanics?', \"No I'm not\", 'Do you know what to look for when deciding if a vehicle is roadworthy?']", + "output": [ + "Yes I do" + ] + }, + { + "input": "['I want to know about title branding', 'OK, has your vehicle been rebuilt, reconstructed, or not originally manufactured to U.S. standards', 'yes, it was rebuilt', 'You should have a branding notice printed on the title certificate ', 'How would I choose a vehicle?']", + "output": [ + "Choose one by your needs and budget " + ] + }, + { + "input": "['Can you tell me what proof of vehicle ownership is?', \"Sure, proof of vehicle ownership is a Manufacturer's Certificate of Origin.\", 'What do I need to do if I want to trade in or sell my vehicle?', \"You need to make sure to remove the license plate and windshield registration stick that shows your plate number. This will help prevent you from being charged any type of parking ticket that doesn't belong to you.\", \"What happens if I don't turn in my plates?\"]", + "output": [ + "Your driver's license could be suspended." + ] + }, + { + "input": "['Hello I would like to become an instructor at a driving school. Would you tell me a bit about the requirements?', 'Certainly. In order to be certified you must be employed by a licensed driving school and be at least 21 years of age.', 'Additional information is available as well. Would you be interested in receiving it?', 'Yes please tell me about this information.', 'You must contact DTP or Drier Training Program for said information.']", + "output": [ + "Is there additional training if I want to be a fully qualified instructor?" + ] + }, + { + "input": "['What forms do I need for driving school?', 'A driving school instructor can only be certified when s / he is employed by a licensed driving school', 'For additional information see below', 'What do I do if that does not apply to me?', 'How do I get more info on this?']", + "output": [ + "DMV may conduct periodical inspections and audits to make sure you are following these requirements ." + ] + }, + { + "input": "['Hi, I am planning to move. What should I do with my license plates if I move from New York?', 'Do you want to register your vehicle in another US state?', 'Yes', 'okay. for that you must deliver the registration and license plates of your vehicle to the New York DMV', 'Is out-of-state insurance acceptable for a vehicle registered in New York?']", + "output": [ + "I am not sorry to inform you that it is not acceptable" + ] + }, + { + "input": "[\"Yes I'm moving and need to know what to do about my plates.\", 'Do you want to register your vehicle in another state?', 'No.', 'Is it possible to an insurance in another state and keep my vehicle registered in New York?', 'No that is not possible.']", + "output": [ + "Have you replaced your New York State insurance coverage with out- of-state insurance?" + ] + }, + { + "input": "['Hello I need information about What should I do with my plates if I move from New York?', 'Do you want to register your vehicle in another state?', 'Yes', 'If you want to register your vehicle in another state, you must deliver your vehicle registration and license plates to the New York DMV', 'Can I get insurance out of state and keep my vehicle registered in New York?']", + "output": [ + "do not" + ] + }, + { + "input": "['What do I need to do with my plates if I move out of New York?', ' you want to register your vehicle in another state', 'yes', 'you must surrender your vehicle registration and plates to the New York DMV', 'Can I obtain out-of-state insurance and keep my vehicle registered in New York?']", + "output": [ + "No" + ] + }, + { + "input": "['What do I need to do with my plates if I move out of New York?', 'you want to register your vehicle in another state?', 'not', 'If I want to register your vehicle in another state?', 'you must surrender your vehicle registration and plates to the New York DMV']", + "output": [ + "Is out-of-state insurance acceptable for a vehicle registered in New York?" + ] + }, + { + "input": "['I will be moving out of state at the end of month, do I need to surrender by plates or can I keep them?', 'Will you be registering your vehicle in another state?', 'No I will not be registering it in another state.', 'My vehicle is registered in New York and I would like to know if out-of-state insurance is acceptable for this vehicle?', 'Unfortunately out-of-state insurance is not acceptable for a vehicle registered in NY.']", + "output": [ + "So what you are telling me is that only New York insurance coverage is allowed?" + ] + }, + { + "input": "['Hi there. I probably will be moving out new york, but I got some doubts about the registration of my car.', 'Sure, no problem. You can not have you car registered in new york with a out-of-state insurance.', 'That was your doubt?', 'Something like that, but not that exactly.', 'There is a chance that I register my vehicle in another state and get issues with the dmv due the insurance?']", + "output": [ + "Yes, you may have troubles with that. To avoid that, you need to send us a copy of your out-of-state registration in your name along with a copy of your out-of-state insurance." + ] + }, + { + "input": "[\"Hey there. I'm having some doubts related to if is possible or not have a insurance from another state and keep my car registered in the new york state.\", 'We are here to serve you. But, no, is not possible.', 'Are you trying to do that?', 'No, not yet. But I have some questions about it.', 'So, if I want to move to another state, how do I do to register my vehicle there where I go?']", + "output": [ + "You will need to surrender your vehicle registration and plates to the new york dmv." + ] + }, + { + "input": "['Hello I need information about how to renew a CDL', 'It is very important that you renew your CDL as your standard CDL will not be accepted as proof of identification to board a domestic flight after October 1, 2020.', 'Do you plan to travel in the next days and do not have a passport?', 'Yes', 'We highly recommend that you upgrade to an Enhanced or REAL ID when renewing. It is essential that you get more information about enhanced documents, REAL ID and standard.']", + "output": [ + "ok and what do i need to renew a CDL?" + ] + }, + { + "input": "['I want to renew my CDL, I need some info about it, please.', 'Attentive to this: Your Standard CDL will not be accepted as proof of identification to board a domestic flight after October 1, 2020.', 'Do you have a passport to travel?', 'Yes, I got it.', 'Ok. Please, we recommend you upgrade to an Enhanced or REAL ID when you renew. Get more information about Enhanced, REAL ID and Standard documents. ']", + "output": [ + "What if I don't have time to get a Real ID?" + ] + }, + { + "input": "['How to renew a CDL', 'Please note that Your standard CDL will not be accepted as proof of identification to board a domestic flight after October 1, 2020', 'Do you plan to travel and do not have a passport?', 'yes\\n', 'we recommend you upgrade to an Enhanced or REAL ID when you renew . Learn more about Enhanced , REAL ID and Standard documents']", + "output": [ + "what is the renewal rates" + ] + }, + { + "input": "['Hello I need information about how to renew a CDL', 'It is important that you know this WARNING: Your standard CDL will not be accepted as proof of identification to board a domestic flight after October 1, 2020.', 'Do you plan to travel and do not have a passport?', \"yes that's my case\", 'We recommend that you upgrade to an Enhanced or REAL ID when renewing. Learn about Enhanced, REAL ID, and Standard documents']", + "output": [ + "can you tell me what are the renewal fees" + ] + }, + { + "input": "['how Renew a CDL', 'Your Standard CDL will not be accepted as proof of identification to board a domestic flight after October 1 , 2020', \"you plan to travel and do n't have a Passport?\", 'yes', 'we recommend you upgrade to an Enhanced or REAL ID when you renew . Learn more about Enhanced , REAL ID and Standard documents']", + "output": [ + "when can i get the id" + ] + }, + { + "input": "[\"Hey there, i'm looking to renew a commercial driving license. Could you guide me a little on that?\", \"Sure, no problem. Before proceeding, let me tell you won't be able to use your standard commercial license to go on board of a domestic flight after October 1 ,2020.\", 'In any case, are you planning to go traveling soon? Do you have Passport?', \"Yes, i'm planning to travel but in fact, i don't have passports available.\", 'Well, to avoid issues in that matter, we would recommend you to upgrade your CDL to an Enhanced or Real ID when you renew.']", + "output": [ + "You know, that would be pretty convenient. I'll think about it. Look, i already gathered some requirements, Will i need something else?" + ] + }, + { + "input": "['Hello, I have several questions about renewing a CDL. ', \"Then you've come to the right place. I have to warn you though, your Standard CDL will not be accepted as proof of identification to board a domestic flight after October 1, 2020.\", \"Do you plan to travel, but you don't have a passport?\", 'Yes, that is the case. Unfortunately.', 'Then we recommend you upgrade to an Enhanced or REAL ID when you renew.']", + "output": [ + "Talking about renewal, can I renew the CDL at the local DMV office?" + ] + }, + { + "input": "['Where can I renew my CDL? ', 'You must renew at a DMV office, but it will not be accepted as proof of identification to board a domestic flight after October first. ', 'if I can no longer use my CDL as identification for flight purposes, what should I use if I do not have a passport? ', 'It is recommended that you upgrade to an Enhanced or REAL ID when you renew. ', \"Are REAL ID's available now? \"]", + "output": [ + "Yes, you can get your Enhanced or REAL ID today. " + ] + }, + { + "input": "['Give me some info about how to renew a CDL', 'You have to know that your Standard CDL will not be accepted as proof of identification to board a domestic flight after October 1 , 2020', 'Do you plan to travel and do not have a passport?', \"Yes, that's correct.\", 'Ok. We recommend you upgrade to an Enhanced or REAL ID when you renew. Please, find out more info about Enhanced, REAL ID and Standard documents.']", + "output": [ + "What if I indicate the driving types NI Non-excepted Interstate or NA Non-excepted Intrastate on my renewal?" + ] + }, + { + "input": "['Hello I need information about What is the procedure for cancellation and / or refund of courses?', \"can't take the course or any part of the course?\", 'yes, it is very difficult for me to finish it', 'In that case it should give you the option to receive a full refund of all course fees. The sponsor may also offer you the option to reschedule the course, where available', 'And another question, will my personal information be saved after finishing the course?']", + "output": [ + "for more details on service policies Read the privacy and security information on the I - PIRP sponsors website. But I can go. Sponsors must store their personal information on a secure server for a period of time specified by the DMV...." + ] + }, + { + "input": "['What if I fail the course? Can I receive a course fee refund?', 'If you do not meet all the requirements to complete the course or meet the minimum test score requirements', \"that's my case\", 'you can not receive credit for course completion and you can not receive point and insurance reduction for the course', 'What is the cost of an I-PIRP course?']", + "output": [ + " The cost is set by the course sponsor and the fee varies from one course to another course " + ] + }, + { + "input": "['Can you help me with the process for course refund or cancellation?', 'Did you sponsor tell you they cannot conduct the course?', 'Yes, my sponsor said they cannot complete the course.', 'In that case they must give you the option to receive a full refund of the course fees or your sponsor will reschedule it with you if you want to.', 'How do you know for sure if the person who registered with the course is the one who actually takes the course online?']", + "output": [ + "Each sponsor has methods they use to make sure the right person is taking the course and if a person is found to defraud the system they can be prosecuted." + ] + }, + { + "input": "[\"what happens if my online PIRP didn't happen?\", 'Was the sponsor unable to hold the course or any part of it?', \"no, I don't know what really happened just wanted a refund\", 'do all online PIRP classes cost the same?', 'The cost is set by the course sponsor and it could vary from one course to another course.']", + "output": [ + "how soon after we finish a class do we get the proof that we took the class?" + ] + }, + { + "input": "['What happens if I fail the course?', 'Do you meet all the requirements to complete the course or meet the minimum test score?', 'No, I did not meet the minimum test score.', 'Does each course sponsor have methods to validate that the person who signed up for the course is actually the person who completes it?', 'Each course sponsor has a their way of validating that the person who is registered is the same person who takes the course and each person knows that they will be prosecuted and could get fines and possibly prison time.']", + "output": [ + "what makes it possible that the person who registers for the course is the person who takes the course?" + ] + }, + { + "input": "['Hello, I would like to know what kind of equipment and technology do I need to take an I-PIRP course?', 'The answer depends on the alternative ADM delivery method of the course. For example, if the course is an Internet course, you must have a computer and an acceptable Internet connection.', 'if the course is an internet course?', 'You must have a computer and an acceptable Internet connection.', 'Are I-PIRP websites safe?']", + "output": [ + "Yes The DMV requires sponsors and their delivery agents to provide secure websites that protect the personal information of those taking the courses." + ] + }, + { + "input": "['Hi, what happens if I fail the course? Can I get a refund of the course fee?', 'Do you meet the minimum test score requirements?', 'Yes', 'If you do not meet all the requirements to complete the course or do not meet the minimum test score requirements, you cannot receive credit for completing the course and you cannot receive points and insurance reduction for the course.', 'And what else is there besides the knowledge tests about the course content?']", + "output": [ + "In addition to the knowledge tests about the course content, there will be questions to help verify your identity and participation in the course." + ] + }, + { + "input": "['What is the procedure for course cancellation or refunds?', 'Was you sponsor not able to finish the course?', 'Yes, my sponsor did not finish teaching the course.', 'They will have to give you the option to receive a full refund of all course fees or reschedule the course.', 'Is there any special equipment or technology I need to take an I-PIRP course?']", + "output": [ + "It depends on the alternate delivery method such as if you need the internet then you would need a computer to finish the course." + ] + }, + { + "input": "['hello I need information about CDL', 'Do you want to know if you will receive a temporary CDL after passing your driving test?', 'do not', 'want to know What is the rate for a CDL?', 'Yes']", + "output": [ + "Well all of that depends on the expiration date and class of your current driver's license, and the date you receive your CDL." + ] + }, + { + "input": "['how do i get a CDL', 'did you pass the driving test?', 'not', 'you want to know what is the rate for a CDL?', 'yes']", + "output": [ + "It depends on the expiration date and the class of your current driver license , and the date that you receive your CDL" + ] + }, + { + "input": "['how to get a CDL', 'Follow these steps to get your first time New York State commercial driver license CDL ', \"how can i have a Class D New York State driver's license\", \"Get the New York State Commercial Driver 's Manual CDL-10 online or from a DMV office or call center. Study the sections of the manual that apply to the type of CDL you need. The sections of the manual that you need to study are explained in the manual .\", 'What do I do if they reject my application?']", + "output": [ + "You must apply for a CDL at a DMV Office " + ] + }, + { + "input": "['I need some information about getting a CDL.', \"I'll be happy to help you with that. Does your question pertain to the road test?\", 'No, I already know about that.', 'Do you know what the fees are for obtaining a CDL?', 'Not exactly.']", + "output": [ + "Are you interested in learning when you'll get the CDL?" + ] + }, + { + "input": "['Hello there, I need some advice on scheduling a road test. Maybe you can answer some questions I have.', \"Of course. You can use the Road Test Scheduling System. Please note that you can't schedule an appointment for a date that is less than 14 days of being issued a Commercial Learner Permit CLP.\", 'Have you NOT passed the road test?', 'No, I passed it. Everything went fine.', \"What if I hadn't passed the test? What were you getting at?\"]", + "output": [ + "In that case you must pay a fee of $ 40.00 before you can schedule another road test. You can pay the fee online with your credit card, or pay the fee at a DMV office." + ] + }, + { + "input": "['I need information about getting a CDL.', 'I can help you with that. Does your question involve what happens after passing the road test?', 'No.', 'Do you know what the fee is for getting a CDL?', \"Yes, I'm aware of the costs.\"]", + "output": [ + "Great. The cost of the CDL depends on the expiration date and the class of your current driver license, and the date you receive a CDL." + ] + }, + { + "input": "['I need to get my CDL.', 'I will be happy to help guide you through the steps to getting your CDL.', 'Thank you. How should I prepare for the road test?', 'To prepare for your road test, you should practice first with a supervised driver. This supervised driver must have a driver license that is valid to drive the commercial vehicle that you will be using for practice.', 'II already have a New Jersey CDL. Will that effect the process in getting a New York CDL?']", + "output": [ + "Will you be obtaining a New York State CDL?" + ] + }, + { + "input": "['Hello there, I came here looking for more information about a CDL.', \"Then you're in the right place. Are you wondering if you get temporary CDL after I pass my road test?\", \"No, I'm aware that I won't get one.\", 'Are you wondering what the fee for a CDL is?', 'Yes, I would like to know what it costs.']", + "output": [ + "It depends on the expiration date and the class of your current driver license, and the date that you receive your CDL." + ] + }, + { + "input": "['Hello there. How are you doing? I need some help with scheduling my road test. Can you assist me?', 'Of course. You can use the Road Test Scheduling System. Please note that you can t schedule an appointment for a date that is less than 14 days of being issued a Commercial Learner Permit CLP.', \"What if I don't pass the road test? What then?\", 'Then you must pay a fee of $ 40.00 before you can schedule another road test. You can pay the fee online with your credit card, or pay the fee at a DMV office.', \"Alright. Let's hope it doesn't come to this. And what restrictions for vehicles are there?\"]", + "output": [ + "If the vehicle has an automatic transmission, for example, and this is your first road test in a commercial motor vehicle CMV, you will be given an E restriction." + ] + }, + { + "input": "[\"Hi, how are you? Do you want information about what I must do to change my driver's license to another state?\", 'of course, You must change your out-of-state driver license to another state or US territory. US, Federal District, or Canadian Province within 30 days of becoming a New York resident.', 'Is there any other additional information you can give me?', \"You are studying in New York State. and Do you need a New York State driver's license?\", 'Yes']", + "output": [ + "Students from other states, countries, or nations who attend school in New York State are not normally considered New York State residents, so they do not need to exchange their current driver's license." + ] + }, + { + "input": "[\"How can I change my out-of-state driver's license\", ' You must exchange your - out - state driver license from another U.S. state or territory , federal district or Canadian province within 30 days of becoming a resident of New York ', 'can you give me details of DMV', 'his transaction can only be processed in person , at a DMV office, see our office locations and hours', 'How do I do if my children attend school in another state?']", + "output": [ + " a judge considers these facts to decide if your intent is to make NYS a \" fixed and permanent \" residence . According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NYS ." + ] + }, + { + "input": "[\"Yes I would like some information about changing my out of state driver's license.\", 'Yes we have that information. You must do so within 30 days of becoming a resident of New York.', 'Am I still considered as living in my new state even though my taxes are paid in another state?', 'Technically, if you pay taxes or your children attend school in another state, a judge considers these facts to decide if your intent is to make NYS a \"fixed and permanent\" residence.', \"Do I need to show my driver's license when I go through this process?\"]", + "output": [ + "Yes you do." + ] + }, + { + "input": "[\"How do I change my out-of-state driver's license?\", ' You must exchange your - out - state driver license from another U.S. state or territory , federal district or Canadian province within 30 days of becoming a resident of New York ', 'If I am a driver from other countries', 'You can drive in New York State with a valid driver license from another country. You do not need to apply for a New York State driver license unless you become a New York State resident .', \"How do I obtain a New York State driver's license?\"]", + "output": [ + "yes that's my case" + ] + }, + { + "input": "['I just moved here from another state, so to get a new license, how long do I have?', 'You must exchange your driver license from another U.S. state or territory, federal district or Canadian province within 30 days of becoming a New York state resident.', 'Are there exceptions to this rule?', 'Are you a student studying in New York State?', 'Yes I am.']", + "output": [ + "Students from elsewhere are normally not considered residents of New York State, so they don t need to exchange their current driver's license." + ] + }, + { + "input": "[\"How do I change my out-of-state driver's license?\", 'You must exchange your - out - state driver license from another U.S. state or territory , federal district or Canadian province within 30 days of becoming a resident of New York', 'I need additional information', \"is studying in New York State. Do you need a New York State driver's license?\", 'not']", + "output": [ + "Do you want information from Drivers from other countries?" + ] + }, + { + "input": "['Can you explain to me how to exchange my out-of-state driver license?', 'Of course. You must exchange your out-of-state driver license from another U.S. state or territory, federal district or Canadian province within 30 days of becoming a resident of New York.', 'So I have 30 days to exchange my license?', \"That's correct.\", 'What if I come from another country, but I pay taxes?']", + "output": [ + "In that case a judge considers these facts to decide if your intent is to make NYS a \"fixed and permanent\" residence." + ] + }, + { + "input": "['How do I exchange my out-of-state drivers license if I have just moved into this state? ', 'You must exchange your license from your prior state within 30 days of moving here and now becoming a resident of our state of New York. ', 'Does that thirty day rule still apply if I have moved here from a province of Canada? ', 'It does. ', 'What is the procedure for the exchange of licenses at the DMV? ']", + "output": [ + "You will need to pass a vision test or bring a completed Eye Test Report with you. You will then surrender your old license along with providing proof of identity. " + ] + }, + { + "input": "['I will have an on-site investigation and would like to know about it.', 'Do you know when the AFI inspector will arrive at your facility?', \"No, I don't know yet.\", 'What happens if I pass the investigation?', 'In that case, the DMV will issue you a registration certificate, MV-50 Retail Certificates of Sale and a letter with the dealer plate, if applicable.']", + "output": [ + "How can I apply?" + ] + }, + { + "input": "['How do I apply to open a dealership?', 'You would have to submit Original Facility Application and a copy of your completed original sealed and signed Surety Bond.', 'do you have a certificate of authority?', 'Yes, I have a certificate of authority.', 'Do you know what to do if you do not have your Certificate of Authority?']", + "output": [ + "No, I do not know what to do if I do not have the Certificate of Authority?" + ] + }, + { + "input": "['Hello, I would like you to help me how to apply?', 'You must send\\n Original installation request pdf VS-1\\n a copy of your completed original sealed and signed Guarantee Bond', 'Do you have your Certificate of Authority?', 'do not', \"Don't have your Trade Name Proof yet?\"]", + "output": [ + "do not" + ] + }, + { + "input": "['Hello, I would like to know how to request a certificate as a Snowmobile Distributor', 'To request a commercial snowmobile dealer certificate, you must use the RV-253 pdf snowmobile dealer registration request form.', 'Yes', 'The DMV does not endorse these companies nor does it declare that the DMV has any association or supervision of these companies.', \"What do I do if I still don't have the Proof of trade name?\"]", + "output": [ + "Don't Submit a DMV Application Yet!\n Corporations and LLC: You must send a copy of your State Department filing receipt. Instructions for filing can be found on the New York State Department website" + ] + }, + { + "input": "[\"Good evening, i've been looking for information on applications for a dealership, what can you tell about that topic?\", 'No problem. For applying, you must submit a Form VS-1 also known as Original Facility Application, plus a copy of your complete original, sealed and signed Surety Bond.', 'Moving on, Do you want to know about the certificate of authority?', 'It would be of great help, yeah.', 'Are you in possession of a certificate of authority?']", + "output": [ + "No, i don't have any right now, but there's no problem with that, right?" + ] + }, + { + "input": "['What form do I need to use for a Snowmobile Dealer?', 'Did you\\xa0 apply for a snowmobile dealer certificate form', 'No, I have not applied yet for a snowmobile dealer certifcate.', 'What is the on-site investigation about?', 'The inspector arrives to inspect your facility and will be checking your dealer starter kit, permanently mounted signs that are able to be seen from the street.']", + "output": [ + "Does the DMV endorse the companies?" + ] + }, + { + "input": "['I need some guidance with the application process, please. Can you tell me how to apply?', 'Of course. In order to apply you must submit an Original Facility Application, along with a copy of your complete original sealed and signed Surety Bond.', 'Do you have a certificate of authority?', 'No, unfortunately not. ', 'Do you have a proof of business name?']", + "output": [ + "No, I don't have one." + ] + }, + { + "input": "['What is a on-site investigation when I am opening a dealership?', 'Is an automotive facilities inspector coming to inspect your facility?', 'No, not yet.', 'How would I get a Surety Bond?', 'You would be able to get once from a surety insurance company and have them fill out Dealer Bond Under NY State Vehicle and Traffic Law Section 415 6-B and be sure the business name and mailing address match 100% with your application.']", + "output": [ + "What about an official dealer sign?" + ] + }, + { + "input": "['Hello I would like information, I have a problem with the repair of my vehicle, what is it?', 'First, try to solve the problem with the administration of the company. Keep a written record of all contacts with management, plus details about the repair.', 'Have you tried sending the report electronically?', 'yes i tried', 'To submit electronically, download the available complaint report at the link above to your personal device. Attach and then email the full report as well as any supporting documents to protected email. Email the entire report, as well as any supporting documents to protected email. Please note that DMV staff will contact you by email.']", + "output": [ + "And what do you recommend to avoid having to deal with an unreliable workshop?" + ] + }, + { + "input": "['can you give me details of The \"Consumer\\'s Bill Of Rights\"\\n', 'Under the Repair Shop Act ,s [15] you have the following rights when dealing with a repair shop', 'you want to request it', 'not', 'what are my rights?']", + "output": [ + "You are entitled to the return of all replaced parts , except warranty and exchange parts , but you must ask for them in writing before any work is done ." + ] + }, + { + "input": "['hello i have a complaint regarding a car repair', 'A DMV customer service representative will try to resolve the issue by discussing it with you and the store. Approximately half of the complaints received by the DMV are resolved through mediation. If the repair problem is not resolved, your complaint will often be forwarded to a regional DMV office for investigation.', 'Did a hearing determine that there were violations?', 'Yes', 'DMV will take action against the store. This may include suspending or revoking the store registration and / or imposing fines. If you suffer a financial loss due to a surcharge or unnecessary or poor quality repairs, the administrative law judge presiding over the hearing may offer the store the option to pay restitution. The store may receive a shorter suspension period and / or or a lower fine. DMV cannot compel a store to pay restitution.']", + "output": [ + "and that the law of repair shops works?" + ] + }, + { + "input": "['Hello I need information about The \"Consumer Bill of Rights\"', 'Under the Repair Shops Act, you have the following rights when it comes to a repair shop', 'Do you want to request an estimate in writing?', 'do not', \"I would like more information but I don't know whether to go to the store\"]", + "output": [ + "Don't be afraid to ask questions. Store management should take the time to explain repairs and required prices, discuss problems, and tell you about employee training and experience." + ] + }, + { + "input": "[\"Hey, Good morning. I recently had to go to a repair shop, but i'm having some issues, Is there something you can do about it?\", 'There is, but we encourage users to attempt to resolve the issues by themselves first, with the management of the business. In order to do that, we advise you to keep a written record of all your interactions with the business. If a resolution is not possible, then you can come with us.', 'Do you want to know how to submit your possible complaint?', \"No, that's not necessary right now. I think i'll try your first advice.\", 'Say, I have a doubt. Can i ask for those parts which get replaced on my car?']", + "output": [ + "Sure, You have that right. Be aware that you must write down that request before your car is touched by the service." + ] + }, + { + "input": "['can you give me details of The \"Consumer\\'s Bill Of Rights\"\\n', 'Pursuant to the Repair Shops Act, you have rights', 'do you want to know the rights?', 'yes', \" the repair shop must give you a written estimate of the parts and labor necessary for each specific repair . The shop may charge a reasonable fee for developing a written estimate , but the labor charge for an estimate may not exceed the shop 's usual hourly labor charge . The estimate must list each part and its cost , and show what parts , if any , are either used or not of original quality .\"]", + "output": [ + " If the shop prepares a written work order?" + ] + }, + { + "input": "['I had some bad work done on my car and now what do I do to fix this?', \"You should attempt to resolve the issue with the management of the business. Don't forget to keep a written record of all contacts with management in addition to details about the repair. \", 'Would you like to know how to file a complaint online?', 'no, not yet I will try to fix the problem with the shop first', 'what happens if I end up filing a complaint and they are responsible?']", + "output": [ + "DMV will take action against the shop. This may include suspending or revoking the shop's registration and/or imposing fines. If you suffer a financial loss due to overcharging or unnecessary or poor quality repairs, the administrative law judge presiding at the hearing may offer the shop the option of paying restitution. " + ] + }, + { + "input": "['xdfsgrg', 'Alright, first you need to try to resolve the issue with the management of the business and keep a written record of all contacts with management in addition to details.', 'Are interested to do this process electronically?', 'Sound interesting, but no, thanks.', \"It's possible to get an inspection related to a check after the repair?\"]", + "output": [ + "Yes, it's possible. To make sure everything is correct." + ] + }, + { + "input": "['What does a standard complaint process entail?', 'Has a complaint been filed against you?', 'No.', 'Has the complaint been resolved with the CSR?', 'Not even.']", + "output": [ + "I would like to take this in front of a judge, can you run me through what will happen?" + ] + }, + { + "input": "[\"Hello I need information about AFI's investigation process\", 'AFI will carry out a formal investigation. The result may not be an action, a warning letter, an investigation notice placed in your file, or a formal administrative hearing before an ALJ administrative law judge.', 'Do you want to know what Vehicle Safety does when it begins the hearing process?', \"no i don't know what it does\", 'Do you want to know what happens if you accept the exemption?']", + "output": [ + "do not" + ] + }, + { + "input": "['If I have a Complaint filed against my business', 'The New York State Department of Motor Vehicles DMV regulates all repair shops , inspection stations , dealers , vehicle dismantlers and other related businesses in New York', 'you want to know how to legally operate as such a business', 'not', 'but what would be the requirements?']", + "output": [ + " you must register with the DMV . Once your application is approveds you will receive a certificate from the DMV" + ] + }, + { + "input": "['Hi there. I have a issue with a complaint filed against me.', 'You must know the new york state department of motor vehicles DMV regulates all the vehicle related businesses in new york.', 'Are you operating any business related to this area?', \"No, I don't have anything related to that.\", 'But what would I need if I want to do business on that area?']", + "output": [ + "You need to register with the DMV and once your application is approved yo will get the certification from the DMV." + ] + }, + { + "input": "['Someone filed a complaint against my business and I need help understanding the complaint process.', 'Was the complaint filed against you?', 'No, against my business.', 'Has the complaint yet to be resolved by the CSR?', \"Yeah, it hasn't been resolved yet.\"]", + "output": [ + "Since the CSR was not able to resolve your complaint, your case will now be sent to an Automotive Facilities Inspector for a formal investigation." + ] + }, + { + "input": "['need to know more about this complaint that I got', 'Has a complaint been filed against you?', 'yes, that is why I need more info', 'A Consumer Services Representative from the DMV will contact you in an attempt to resolve this complaint. They will explain the nature of the complaint and will also inform you of your rights, responsibilities, and your liability.', 'what happens if I reject whatever they offer and I want to fight?']", + "output": [ + "If the offer is rejected, a hearing will be held." + ] + }, + { + "input": "['Hey, good evening. Can you talk me about the process behind a complaint against a inspection station?', 'Has a complaint been filed against you?', 'No, thankfully no.', 'Are you asking about this because you have a unresolved complaint then?', \"No, i'm not asking for that neither.\"]", + "output": [ + "You know, it doesn't matter. Look, please clarify me something. Lets say there's a process and i get some penalties from the judge. What should i do there then?" + ] + }, + { + "input": "['Hi. I would like to get some orientation on a complaint.', 'Is this complaint against you?', 'Yes, is against me.', 'Alright. If the complaint is against you, then a consumer services representative from the dmv will contact you so this complaint find a resolution.', 'But they will contact me about the specific problem I got, right?']", + "output": [ + "That's right. They are advised to contact the dmv consumer and facilities services complaint unit." + ] + }, + { + "input": "['Tell about the investigation process', 'The AFI will conduct a formal investigation. The result may not be any action, an investigation notification warning letter placed in your file, or a formal administrative hearing before an administrative law judge (ALJ).', 'Did the vehicle safety start the hearing process?', 'No, not yet', 'Was the waiver accepted?']", + "output": [ + "Yes, it was" + ] + }, + { + "input": "['how is the claim process for concession companies and carriers', 'complaint has been filed against you?', 'yes', 'a Consumer Services Rep from the DMV will contact you in an attempt to resolve this complaint . The CSR will explain the nature of the complaint and will also inform you of your rights , responsibilities , and your liability', 'such as the hearing result process.']", + "output": [ + " the ALJ may sustain some , all , or none of the charges . There may be no action , a warning , the imposition of a suspension , revocation , and/or civil penalties" + ] + }, + { + "input": "['how is the hearing process', 'You are entitled to hire an attorney and to bring that attorney to the hearing. The DMV is the petitioner is this case and the complainant may be a witness for the case', 'you already have your hearing result', 'yes', 'the ALJ may sustain some , all , or none of the charges . There may be no action , a warning , the imposition of a suspension , revocation , and/or civil penalties ']", + "output": [ + "if I pay my fine and serve your period of suspension" + ] + }, + { + "input": "['Hello I need information about the Claim Process', 'Has a complaint been filed against you?', 'do not', 'and your complaint is not resolved with the CSR?', 'Yes']", + "output": [ + "If the complaint is not resolved with the CSR, the case will be sent to an AFI Automotive Facilities Inspector for a formal investigation." + ] + }, + { + "input": "['I need help with complaints', 'Has a complaint been filed against you?', \"no, we haven't gotten one but I am helping someone with an active complaint\", 'Has the complaint not been resolved with the CSR?', 'yes it is still being resolved']", + "output": [ + "The case will be sent to an Automotive Facilities Inspector for a formal investigation. Costly penalties, fines, and the loss of valuable customers can be avoided by responding to all DMV inquiries in a timely manner." + ] + }, + { + "input": "['I need to know more about dealing with complaints', 'Has a complaint been filed against you?', 'yes', 'Okay, a Consumer Services Rep from the DMV will contact you in an attempt to resolve this complaint. The CSR will explain the nature of the complaint and will also inform you of your rights, responsibilities, and your liability. ', 'do you tell people to sue us or go to the BBB when they have an issue with us?']", + "output": [ + "The DMV advises all consumers who have a complaint against a dealer, inspection station, repair shop, or dismantler to make an attempt to resolve their complaint with the business manager. " + ] + }, + { + "input": "['I need a quick lesson on complaints and all of that', 'Has a complaint been filed against your business?', 'yes', 'Okay, well a Consumer Services Rep from the DMV will contact you in an attempt to resolve this complaint. The CSR will explain the nature of the complaint and will also inform you of your rights, responsibilities, and your liability. ', 'what if we think there was no wrongdoing from our part and we say no to resolving this in favor of the person who complained?']", + "output": [ + "If any offer is rejected then a hearing must be held" + ] + }, + { + "input": "[\"Hello there. How are you doing? I came here because there was a complaint filed against me and I don't know what to do about it.\", \"Then you're in the right place. First of all, you should know that the New York State Department of Motor Vehicles (DMV) regulates all repair shops, inspection stations, dealers, vehicle dismantlers and other related businesses in NY State.\", 'Yes. And if I want to run a business legally?', 'Then you must register with the DMV. Once your application is approved you will receive a certificate from the DMV. ', \"Now, let's say I demand a hearing, how does that work?\"]", + "output": [ + "You are entitled to hire an attorney and to bring that attorney to the hearing. The DMV is the petitioner is this case and the complainant may be a witness for the case." + ] + }, + { + "input": "['Tlak me about the Graduated License Law and Restrictions for Drivers under 18, please.', \"In addition to the learner permit restrictions that apply to everyone, the Graduate License Law imposes restrictions on drivers under the age of 18 who have a Junior Learner's Permit or a Junior Class DJ, MJ, or DJMJ driver's license. The restrictions depend on other factors.\", 'Have you met the restrictions?', \"Yes, I've met.\", 'Perfect! Your junior learner permit or junior driver will not be suspended or revoked, which is what could happen if you do not comply with the restrictions.']", + "output": [ + "How far am I allowed to drive?" + ] + }, + { + "input": "['can you give me details of The Graduated License Law and Restrictions for Drivers under 18\\n', ' In addition to the learner permit restrictions that apply to everyone , the Graduated License Law places restrictions on drivers under 18 years of age who have a junior learner permit or junior driver license Class DJ , MJ or DJMJ . The restrictions depend on0', 'desea conocer si Si no cumple con las restricciones?', 'yes', 'your junior learner permit or junior driver license could be suspended or revoked for 60 days']", + "output": [ + "hasta donde puedo llegar conduciendo?" + ] + }, + { + "input": "[\"I'm under 18 and would like to get a learner's permit and would like to know about any restrictions that might entail.\", 'For those under 18 years of age, the Graduated License Law places restrictions on drivers who have a junior learner permit or junior driver license Class DJ , MJ or DJMJ.', 'Would you like to know the penalties for non-compliance?', 'Yes please.', 'Non-compliance would mean that your junior learner permit or junior driver license could be suspended or revoked for 60 days.']", + "output": [ + "Can I get a different class license if I am under 18?" + ] + }, + { + "input": "[\"Hello, hope you're in good health. I came here to ask about the graduated license law and restrictions for drivers under 18. What can you tell me about it?\", 'In addition to the learner permit restrictions that apply to everyone, the Graduated License Law places restrictions on drivers under 18 years of age who have a junior learner permit or junior driver license Class DJ, MJ or DJMJ.', 'Do you NOT comply with these restrictions?', 'No, I do comply. I would never willingly violate the law.', 'What do I have to do to change my junior license to a senior license?']", + "output": [ + "Simply bring your junior license and the Student Certificate of Completion (MV-285) that you received from your instructor to any DMV office. You must return your certificate and junior license to receive the senior license." + ] + }, + { + "input": "['I need some graduated license law info for a driver younger than 18 with a learners permit', 'In addition to the learner permit restrictions that apply to everyone, the Graduated License Law places restrictions on drivers under 18 years of age who have a junior learner permit or junior driver license (Class DJ, MJ or DJMJ). ', \"Did you need information on what happens if you don't comply with theses restrictions?\", 'yes', \"Your junior learner permit or junior driver license could be suspended or revoked for 60 days if you don't comply with the restrictions.\"]", + "output": [ + "Can I use my Pennsylvania learner permit to drive in New York?" + ] + }, + { + "input": "['under 18 restrictions', 'The Graduated License Law places restrictions on drivers under 18 years of age who have a junior learner permit or junior driver license. These restrictions will depend on various factors.', \"what if I don't do the restrictions?\", 'Your junior learner permit or junior driver license could be suspended or revoked for 60 days.', \"can I get a motorcycle license if I'm not 18 yet?\"]", + "output": [ + "Are you 17?" + ] + }, + { + "input": "[\"I'm here because of the graduated license law\", 'Okay, in addition to the learner permit restrictions that apply to everyone, the Graduated License Law places restrictions on drivers under 18 years of age who have a junior learner permit or junior driver license. ', 'Are you here because you failed to comply with these restrictions?', \"no I'm good...I think\", \"what is my geographic driving region if I'm in Buffalo?\"]", + "output": [ + "You are in Upstate New York which is defined as any county north of the NYC border." + ] + }, + { + "input": "['Can you help me learning about the graduated license law and restrictions for drivers under 18?', 'The Graduated License Law places restrictions on drivers under 18 years of age who have a junior learner permit or junior driver license Class DJ, MJ, or DJMJ.', 'Have you complied with the restricitions?', 'Yes, I have complied with the restrictions.', \"If you don't, your junior learner permit or junior driver license could be suspended or revoked for 60 days.\"]", + "output": [ + "Does it depend where I am driving for privileges?" + ] + }, + { + "input": "['hello how I get a military skills test exemption', 'Do you have military experience driving commercial motor vehicles?', 'Yes', 'In that case you can request an exemption from the NYS CDL skills test when you apply for a CDL.', 'What requirements do I need to meet?']", + "output": [ + "Currently you must have a valid New York State Driver's License or have a valid exit from the State Driver's License to be exchanged for a New York State Driver's License\n\u00a0 meet all other requirements to qualify for a New York State commercial driver's license; See Get a Commercial Driver's License" + ] + }, + { + "input": "['Hello. I would like to know about how to get a military skills test waiver, please.', 'Do you have any experience driving military commercial motor vehicles?', 'Not for the army but I have experience on driving commercial vehicles.', 'Do you know the requirements you need to meet for this kind of waiver?', \"Not really, that's why I'm looking for information.\"]", + "output": [ + "Great. What do I need to do this kind of waiver?" + ] + }, + { + "input": "[\"I'm trying to get my NYS CDL and I want to know how to get a military skills test waiver.\", 'Does your military experience including driving commercial vehicles?', 'Yes, it does.', 'Excellent. You can apply for this waiver at the same time you apply for your NYS CDL.', 'Are there any other requirements to obtain the waiver?']", + "output": [ + "Yes, you must currently have a valid New York State driver license and meet all other requirements needed to qualify for a NYS CDL. If you have a valid out of state license, this can be exchanged for a NYS driver license." + ] + }, + { + "input": "['How would I go about getting a military skills test waiver?', 'Do you have military experience driving commercial motor vehicles?', 'No, I do not have military experience driving commercial motor vehicles.', 'Do you know the requirements for the waiver?', 'Yes, I know the requirements.']", + "output": [ + "Then you all ready know that you must currently hold a valid NY State driver license or have an out-of-state driver license to be exchanged for a NYS driver license." + ] + }, + { + "input": "['I have questions about getting a military skills test waiver.', 'Do you have military experience driving commercial vehicles?', 'No, but my husband does.', 'Do you need to know what the requirements are to obtain a waiver?', 'Yes. That would be very helpful.']", + "output": [ + "Okay. To qualify for the waiver, you must currently hold a valid NY state driver license or a valid out of state driver license that can be exchanged for a NY state driver license. " + ] + }, + { + "input": "['I need to find out whether or not I qualify for a military skills test waiver.', 'I can help with that. Do you have military experience driving commercial vehicles?', 'Yes, I do.', 'Great. You can apply for a waiver of the NY state CDL skills road test when you apply for your CDL.', 'Where do I apply?']", + "output": [ + "You can apply at your local DMV office. Be sure to bring all necessary documents when you go to apply." + ] + }, + { + "input": "['I wanted to know more about getting a waiver on my CDL because of my military work', 'Okay, so you have military experience driving commercial motor vehicles?', 'yes I do', 'You can apply for a waiver of the NYS CDL skills road test when you apply for a CDL', 'Do I need to have a license already to get the waiver?']", + "output": [ + "You must currently hold a valid New York State driver license or have a valid out of state driver license to be exchanged for a NYS driver license" + ] + }, + { + "input": "['I need help with getting a military skills test waiver.', 'Do you have any military experience driving commercial vehicles?', 'Yes, I do.', 'Great. You can apply for the New York CDL skills road test waiver when you apply for your CDL.', 'What are the the requirements that I need?']", + "output": [ + "If you meet the requirements, you'll be issued a CDL. Any class, endorsements, and restrictions placed on your CDL will depend on the type of Commercial Motor Vehicle you drove in the military." + ] + }, + { + "input": "['How would I get a military skills test waiver?', 'Do you have military experience driving commercial motor vehicles?', 'Yes, I have military experience driving commercial motor vehicles.', 'then you can apply for a waiver of the NYS CDL skills road test at the time you apply for a CDL.', 'How do I find out more info?']", + "output": [ + "You can look under the Driver License Class Descriptions MV-500C" + ] + }, + { + "input": "['Hello I need information about How to Verify a Title or Lien Status', 'Have you already done it online?', 'yes i have tried', 'ok You can check the status of vehicle titles and liens online. but Sorry, the service is not available for boat titles.', 'And if I already sent it but a month has passed and I have not received it?']", + "output": [ + "it can take up to 90 days for you not to receive your title" + ] + }, + { + "input": "['Hello I need information about How to Verify a Title or Lien Status', 'do you want to do it online?', 'Yes', 'You can check the status of vehicle titles and liens online. Sorry, the service is not available for boat titles.', 'But if more than 90 days have passed, what should I do?']", + "output": [ + "If more than 90 days have passed, you still haven't received your title, Email DMV to check the status of your title" + ] + }, + { + "input": "['Hello I need information about How to Verify a Title or Lien Status', 'do you want to do it online?', 'Yes', 'You can check the status of vehicle titles and liens online. Sorry, the service is not available for boat titles.', 'Has it been 90 days since you made the request?']", + "output": [ + "do not" + ] + }, + { + "input": "['Hello I need information about How to Verify a Title or Lien Status', 'want to know How to verify a title or lien status?', 'Yes', 'You can check the status of vehicle titles and liens online. Sorry, the service is not available for boat titles.', 'Has it been more than 90 days since you made the request?']", + "output": [ + "do not" + ] + }, + { + "input": "['How can I check a title or lien status?', 'Would you be checking this online?', 'No, I would not be checking the title or lien status online.', 'Do you have a lien not listed?', 'No, my lien is listed.']", + "output": [ + "Do you have a customer lien inquiry?" + ] + }, + { + "input": "['Is there an easy way to check a title or lien status?', 'yes, do you want to do it online?', 'No, not really into filing online.', 'Do you have a lien not listed?', 'No, I do not have a lien not listed?']", + "output": [ + "Do you want to do a Customer Lien Inquiry?" + ] + }, + { + "input": "['What happens if I had a lapse of insurance coverage during active duty?', ' You are required to maintain continuous coverage or surrender your plates before deployed', 'Were you able to do it?', 'yes', 'DMV has a procedure in place to exempt you from administrative actions upon your return . You must provide a notarized statement that the vehicle was not used during the time in question , a copy of your military ID , proof of current insurance or surrender of plates , and signed and dated copies of deployment and return papers , or DD-214 if separated from service .']", + "output": [ + "If I have more questions" + ] + }, + { + "input": "[\"Hi. I'm in military active duty and I'm worry that my NY State driver license expires while I am on active duty.\", 'Of course. The NY state law automatically extend license privileges throughout active military service for up to 6 months after discharge or separation.', 'Was your NY State license valid at any time during your military service?', \"No, I think it wasn't.\", 'This could be a problem?']", + "output": [ + "If your license wasn't valid, then it can be renewed." + ] + } +] +} \ No newline at end of file diff --git a/tasks/task1718_dialogue_arrangement.json b/tasks/task1718_dialogue_arrangement.json new file mode 100644 index 000000000..98c0a08b1 --- /dev/null +++ b/tasks/task1718_dialogue_arrangement.json @@ -0,0 +1,9064 @@ +{ + "Contributors": [ + "Akshat Jain" + ], + "Source": [ + "doc2dial (https://huggingface.co/datasets/doc2dial)" + ], + "Categories": [ + "Dialogue Arrangement" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Definition": "You are given a list of dialogues between a user and an agent. These dialogues have been shuffled, meaning that they are not in correct order. The task is to arrange them in the correct order. Please note that even though the dialogue exchange mostly takes place in a serial manner (first dialogue is by the user and second dialogue is by the agent), there can be instances when two consecutive dialogues may be said by the user or the agent.", + "Positive Examples": [ + { + "input": "['Well, sometimes money is left over after your aid is applied to your tuition, fees, and other school charges. This remaining amount is called a credit balance.', 'What happens if my school offers me financial aid?', 'Yes, I'm aware of this.'', 'Are you part of a school that participates in a federal student aid program?', 'You may have several lower-cost options to obtain your books at your school.', 'That's great! What if my course uses a hard-copy textbook though?', 'I need your advice. I haven't received any financial aid yet, but I need to pay for textbooks. How am I supposed to do that without any money?'', 'How can I save money when it comes to materials available at my school?', 'In that case schools that participate in federal student aid programs must provide a way for you to obtain your books and supplies by the seventh day of the term.', 'Then you should consider buying a used copy or renting your textbook from a bookstore or online.', 'Will you also have a credit balance i.e., money left over after your financial aid is applied to your tuition, fees, and other school charges as applicable?', 'Yes, I will.', 'Are you eligible for disbursement i.e., the payment of your financial aid 10 days before the term begins?', 'Yes, I am.', 'No, I'm not.']", + "output": "['I need your advice. I haven't received any financial aid yet, but I need to pay for textbooks. How am I supposed to do that without any money?'', 'Are you part of a school that participates in a federal student aid program?', 'No, I'm not.'', 'What happens if my school offers me financial aid?', 'Well, sometimes money is left over after your aid is applied to your tuition, fees, and other school charges. This remaining amount is called a credit balance.', 'How can I save money when it comes to materials available at my school?', 'You may have several lower-cost options to obtain your books at your school.', 'Yes, I'm aware of this.'', 'Are you eligible for disbursement i.e., the payment of your financial aid 10 days before the term begins?', 'Yes, I am.', 'Will you also have a credit balance i.e., money left over after your financial aid is applied to your tuition, fees, and other school charges as applicable?', 'Yes, I will.', 'In that case schools that participate in federal student aid programs must provide a way for you to obtain your books and supplies by the seventh day of the term.', 'That's great! What if my course uses a hard-copy textbook though?'', 'Then you should consider buying a used copy or renting your textbook from a bookstore or online.']", + "explanation": "This is a positive example as the output is the correct order of dialogues between user and agent." + }, + { + "input": "['We have checklists that can help you not feel overwhelmed with the process of student loan repayment.', 'You should make sure all your contact information is correct.', 'What if I want to consolidate my loans?', 'If you consolidate your loans could take longer than 10 years to pay off.', 'Is it good to review my federal loan history before I graduate or leave school?', 'It will help with finding out how to make payments and figure out which repayment would be best for you and it can help with knowing what to do if you are having problems repaying.', 'What should I do when I create my account?', 'I am a federal student loan borrower and need a little help understanding about it.', 'Did you know what to look for when reviewing your information?', 'Yes, you should always review your federal student loan history and you can do this by logging in to My Federal Student Aid and you need to creat an FSA ID you have don't have one.', 'What does the checklist help me with as I work through it?', 'No, I am not sure what to look for while reviewing my info.']", + "output": "['I am a federal student loan borrower and need a little help understanding about it.', 'We have checklists that can help you not feel overwhelmed with the process of student loan repayment.', 'What does the checklist help me with as I work through it?', 'It will help with finding out how to make payments and figure out which repayment would be best for you and it can help with knowing what to do if you are having problems repaying.', 'What should I do when I create my account?', 'You should make sure all your contact information is correct.', 'What if I want to consolidate my loans?', 'If you consolidate your loans could take longer than 10 years to pay off.', 'Is it good to review my federal loan history before I graduate or leave school?', 'Yes, you should always review your federal student loan history and you can do this by logging in to My Federal Student Aid and you need to creat an FSA ID you have don't have one.', 'Did you know what to look for when reviewing your information?', 'No, I am not sure what to look for while reviewing my info.']", + "explanation": "This is a positive example as the output is the correct order of dialogues between user and agent." + } + ], + "Negative Examples": [ + { + "input": "['It is noteworthy that you never have to pay for aid.', 'It is important to have information regarding payments.', 'You have to choose a method but not different methods.', 'What is involved in making these payments?', 'How long does it take to fully reimburse the aid?', 'What forms of payments can I take?', 'What is the checklist?', 'It is important that you know your paid loan manager that manages the payment method.', 'Please don't be overwhelmed by loans. Look for information on the subject.'', 'It is important to look for information, the balance can be forgiven.', 'Hello, can you tell me about the federal student loan borrower?', 'It is important to review the checklist.', 'Can I find information with the administration of the institution?']", + "output": "['Hello, can you tell me about the federal student loan borrower?', 'Please don't be overwhelmed by loans. Look for information on the subject.'', 'It is important to review the checklist.', 'What is the checklist?', 'It is important to have information regarding payments.', 'What is involved in making these payments?', 'It is noteworthy that you never have to pay for aid.', 'How long does it take to fully reimburse the aid?', 'It is important to look for information, the balance can be forgiven.', 'What forms of payments can I take?', 'You have to choose a method but not different methods.', 'Can I find information with the administration of the institution?', 'It is important that you know your paid loan manager that manages the payment method.']", + "explanation": "This is a negative example as the last dialogue should come after the dialogue 'What forms of payments can I take?'." + }, + { + "input": "['Great. But this is a free of charge process? Or I have to pay some extra for your advises? ', 'Yes, if you consolidate your loan you can increase your chances of qualifying for an affordable repayment plan or a loan forgiveness. But you need to see if this is your best option.', 'Alright. I heard from some of my friends that my loan can be forgiven if I consolidate it, is that true?', 'Some things that can help you is, if you can afford it, start making some loan payments while you still are in school. ', 'No, I have not. Not yet at least.', 'It's free. Remember that you will never have to pay for help with your student loans.', 'Have you seen the steps on the check list?', 'Sure, don't let the repayment process overwhelm you. We can help you to solve some doubts you may have.', 'Hi there. I have a federal student loan but I'm kinda confused about the repayment process, I would like some help with it.', 'That's right, after you graduate, drop school, or leave, you will have six months to start your payments of your loan. ', 'I see, normally the payments are done after I leave the school, right?', 'And what kind of things helps me in this case?']", + "output": "['Hi there. I have a federal student loan but I'm kinda confused about the repayment process, I would like some help with it.', 'Sure, don't let the repayment process overwhelm you. We can help you to solve some doubts you may have.', 'Have you seen the steps on the check list?', 'No, I have not. Not yet at least.', 'Great. But this is a free of charge process? Or I have to pay some extra for your advises? ', 'It's free. Remember that you will never have to pay for help with your student loans.'', 'Alright. I heard from some of my friends that my loan can be forgiven if I consolidate it, is that true?', 'Yes, if you consolidate your loan you can increase your chances of qualifying for an affordable repayment plan or a loan forgiveness. But you need to see if this is your best option.', 'And what kind of things helps me in this case?', 'Some things that can help you is, if you can afford it, start making some loan payments while you still are in school. ', 'I see, normally the payments are done after I leave the school, right?', 'That's right, after you graduate, drop school, or leave, you will have six months to start your payments of your loan. ']", + "explanation": "This is a negative example because the dialogue 'That's right, after you graduate, drop school, or leave, you will have six months to start your payments of your loan.' is the answer to the question 'I see, normally the payments are done after I leave the school, right?' and hence should come last in the list but has been ordered before the last dialogue in the list." + } + ], + "Instances": [ + { + "input": "['Will I still have to turn in anything or can I keep it as I renew my insurance', 'If you show proof of insurance and you go ahead with the address change than everything should be fine', 'Okay, have you received a letter from the DMV letting you know how to clear things up?', 'OKay, well I just logged in and I have insurance and I just need to give you my new address...is that fine', \"Just don't let it happen again or you might lose your license and registration, so just stay insured\", 'Yes, and please have your insurance up to date when you do so', \"won't happen again, it was just a mistake on my part\", 'Okay, well we have your address and it should all be good', 'Did you just now get your new insurance coverage?', 'So just to be sure, if i change address again then I should come in and let you know?', 'Good, we now have all the information we need so you should be good to go', 'My insurance ended so what should i do', 'Nope, earlier but it just showed up on my account and payment went through so I should be covered', 'You will need to get insurance or we will suspend your registration and license', 'Okay, we can take care of that', 'I have, that is why I am here to clear that up and change the address on my license and registration', \"Don't do that I'll get insurance\"]", + "output": [ + "My insurance ended so what should i do", + "You will need to get insurance or we will suspend your registration and license", + "Don't do that I'll get insurance", + "Okay, have you received a letter from the DMV letting you know how to clear things up?", + "I have, that is why I am here to clear that up and change the address on my license and registration", + "Okay, we can take care of that", + "Will I still have to turn in anything or can I keep it as I renew my insurance", + "If you show proof of insurance and you go ahead with the address change than everything should be fine", + "OKay, well I just logged in and I have insurance and I just need to give you my new address...is that fine", + "Good, we now have all the information we need so you should be good to go", + "Did you just now get your new insurance coverage?", + "Nope, earlier but it just showed up on my account and payment went through so I should be covered", + "Just don't let it happen again or you might lose your license and registration, so just stay insured", + "won't happen again, it was just a mistake on my part", + "Okay, well we have your address and it should all be good", + "So just to be sure, if i change address again then I should come in and let you know?", + "Yes, and please have your insurance up to date when you do so" + ] + }, + { + "input": "['You must change it immediately.', 'You must resolve any issues before you leave.', 'I need to change my address.', 'DMV works with insurance companies.', 'What if my insurance had lapsed?', \"What if I don't change it?\", 'Your license will be suspended.', 'How will they know if I have insurance?', 'What if I move to another state?', 'You need to report it to the DMV.', 'What if I forgot to update my address?', 'Is your license current?', 'Yes, I just have to change the address.', 'Your license and registration could be suspended.']", + "output": [ + "I need to change my address.", + "You need to report it to the DMV.", + "Is your license current?", + "Yes, I just have to change the address.", + "What if my insurance had lapsed?", + "Your license and registration could be suspended.", + "What if I forgot to update my address?", + "You must change it immediately.", + "What if I don't change it?", + "Your license will be suspended.", + "What if I move to another state?", + "You must resolve any issues before you leave.", + "How will they know if I have insurance?", + "DMV works with insurance companies." + ] + }, + { + "input": "['how will i know my application has been accepted?', 'when we accept your application. does this apply to you?', 'paying customers must include a deposit with the application. your first deposit must be enough to pay for two months of searches.', 'your deposit is added to your new account balance', 'you can contact us at : NYSDMV DIAL - IN AccountsRoom 2316 Empire State PlazaAlbany, NY 12228', 'what if i have to pay a fee?', 'yes', 'we will cerate an account for you, we will send yo your account number and password, your seven digit account number will never change.', 'how do i contact the dmv about my dial in search account?', 'what about my browser?', 'please update it to the newest version', 'your account records will reflect youe debits and your credits and show your account balance. please visit our escrow accounts page. ', 'how do i pay dial in search account fees?']", + "output": [ + "how do i pay dial in search account fees?", + "paying customers must include a deposit with the application. your first deposit must be enough to pay for two months of searches.", + "when we accept your application. does this apply to you?", + "yes", + "your deposit is added to your new account balance", + "what about my browser?", + "please update it to the newest version", + "how do i contact the dmv about my dial in search account?", + "you can contact us at : NYSDMV DIAL - IN AccountsRoom 2316 Empire State PlazaAlbany, NY 12228", + "what if i have to pay a fee?", + "your account records will reflect youe debits and your credits and show your account balance. please visit our escrow accounts page. ", + "how will i know my application has been accepted?", + "we will cerate an account for you, we will send yo your account number and password, your seven digit account number will never change." + ] + }, + { + "input": "['then, your deposit will be added to your new account balance.', 'The custoers must pay a deposit with the application, and it should be enough to pay for two months of searches.', 'Yes, it was.', 'The DMV may contact you to ask you about a search to make sure you comply with the Dial-In Terms of Service.', 'I need to know how to pay the dial-in search account fees.', 'Can you tell me some of the organizations that are exempt from the search fees?', \"In that case, you'll have to give the permissible use of your client and a proof of your client-agent relationship.\", 'What if the search is done on behalf of a client?', 'Was your application accepted?', 'You should contact the DMV immediately.', 'Why would the DMV contact me about a search?', 'What to do in case none of the users performed a search that the DMV contacted me for?', 'Some of the exempted organizations are any public organization, its officers, a volunteer fire company, volunteer ambulance service, etc. These organizations are exempt from the search fee.']", + "output": [ + "I need to know how to pay the dial-in search account fees.", + "The custoers must pay a deposit with the application, and it should be enough to pay for two months of searches.", + "Was your application accepted?", + "Yes, it was.", + "then, your deposit will be added to your new account balance.", + "Can you tell me some of the organizations that are exempt from the search fees?", + "Some of the exempted organizations are any public organization, its officers, a volunteer fire company, volunteer ambulance service, etc. These organizations are exempt from the search fee.", + "What to do in case none of the users performed a search that the DMV contacted me for?", + "You should contact the DMV immediately.", + "Why would the DMV contact me about a search?", + "The DMV may contact you to ask you about a search to make sure you comply with the Dial-In Terms of Service.", + "What if the search is done on behalf of a client?", + "In that case, you'll have to give the permissible use of your client and a proof of your client-agent relationship." + ] + }, + { + "input": "['Is your vehicle registered in New York?', 'How long do I have to register?', ' Your insurance company will issue proof of insurance in two ways: It will give you two original NY State Insurance ID Cards or provide you with access to your digital electronic NY State Insurance ID Card', 'Where can I find more information?', 'The New York State Department of Financial Services website has more information about liability insurance and insurance companies licensed in New York : http://www.dfs.ny.gov', \"I'm enquiring about out of state insurance docs\", 'Do I need insurance to register my vehicle?', 'Yes the DMV requires auto liability insurance to register a vehicle in New York', 'We will never accept out - of - state vehicle insurance coverage of any type ', 'What kind of proof of insurance do I need?', 'Yes', 'it must have New York State auto liability insurance coverage.\\nYour motorcycle must have insurance coverage any time it is operated on a public road or highway. Unlike most other motor vehicles , motorcycles are registered for one year rather than two', 'You must register your vehicle at the DMV within 180 days of the effective date on your insurance ID card']", + "output": [ + "I'm enquiring about out of state insurance docs", + "We will never accept out - of - state vehicle insurance coverage of any type ", + "Is your vehicle registered in New York?", + "Yes", + "it must have New York State auto liability insurance coverage.\nYour motorcycle must have insurance coverage any time it is operated on a public road or highway. Unlike most other motor vehicles , motorcycles are registered for one year rather than two", + "Do I need insurance to register my vehicle?", + "Yes the DMV requires auto liability insurance to register a vehicle in New York", + "How long do I have to register?", + "You must register your vehicle at the DMV within 180 days of the effective date on your insurance ID card", + "Where can I find more information?", + "The New York State Department of Financial Services website has more information about liability insurance and insurance companies licensed in New York : http://www.dfs.ny.gov", + "What kind of proof of insurance do I need?", + " Your insurance company will issue proof of insurance in two ways: It will give you two original NY State Insurance ID Cards or provide you with access to your digital electronic NY State Insurance ID Card" + ] + }, + { + "input": "['Yes. However the DMV will not accept a card if the DMV barcode reader can not read scan the barcode', 'Do I need insurance to register my vehicle? ', 'How many names can be included on a vehicle registration?', 'Do you have insurance?', 'No', 'When do I need to register the vehicle with the DMV?', 'There can only be 1 or 2 names on a registration registrants', 'Can I provide a copy of my insurance ID?', 'You must register your vehicle at the DMV within 180 days of the effective date on your insurance ID card. Bring one copy or form of your Insurance Identification Cards with you. The DMV office will keep the paper card ', 'Yes. The DMV requires auto liability insurance to register a vehicle in New York', 'Where can I find more info?', 'The New York State Department of Financial Services website has more information about liability insurance and insurance companies licensed in New York : http://www.dfs.ny.gov']", + "output": [ + "Do I need insurance to register my vehicle? ", + "Yes. The DMV requires auto liability insurance to register a vehicle in New York", + "Do you have insurance?", + "No", + "Where can I find more info?", + "The New York State Department of Financial Services website has more information about liability insurance and insurance companies licensed in New York : http://www.dfs.ny.gov", + "How many names can be included on a vehicle registration?", + "There can only be 1 or 2 names on a registration registrants", + "When do I need to register the vehicle with the DMV?", + "You must register your vehicle at the DMV within 180 days of the effective date on your insurance ID card. Bring one copy or form of your Insurance Identification Cards with you. The DMV office will keep the paper card ", + "Can I provide a copy of my insurance ID?", + "Yes. However the DMV will not accept a card if the DMV barcode reader can not read scan the barcode" + ] + }, + { + "input": "['You should complete form UT-11C.', 'do you have your residence outside New York City and are you exempt from the vehicle use tax in your county?', 'That would be the DMV who collects the taxes for the city and counties.', 'In that case, you should go to a local DMV and get form UT-11, You can also get it from a DMC call center.', 'Do you have more questions about these taxes?', 'these are taxes that all residents of the New York City and several counties in New York have to pay when they register or renew a commercial vehicle.', 'Now, what if I reside in New York City and am exempt from the NYC vehicle use tax?', 'What about the county use tax chart for counties outside of New York City?', 'Can you please tell me about the county use taxes and the supplemental fees?', 'That chart shows the use taxes and supplemental fees for original registrations and renewals. Thes sales tax depends on the purchase proce of the vehicle and where you are located.', \"Yes, that's correct.\", \"aactually, who's in charge of collecting the taxes?\", \"No, that's enough.\"]", + "output": [ + "Can you please tell me about the county use taxes and the supplemental fees?", + "these are taxes that all residents of the New York City and several counties in New York have to pay when they register or renew a commercial vehicle.", + "Do you have more questions about these taxes?", + "No, that's enough.", + "aactually, who's in charge of collecting the taxes?", + "That would be the DMV who collects the taxes for the city and counties.", + "do you have your residence outside New York City and are you exempt from the vehicle use tax in your county?", + "Yes, that's correct.", + "You should complete form UT-11C.", + "What about the county use tax chart for counties outside of New York City?", + "That chart shows the use taxes and supplemental fees for original registrations and renewals. Thes sales tax depends on the purchase proce of the vehicle and where you are located.", + "Now, what if I reside in New York City and am exempt from the NYC vehicle use tax?", + "In that case, you should go to a local DMV and get form UT-11, You can also get it from a DMC call center." + ] + }, + { + "input": "['Do you know where the centers are located?', 'how do I know if I have to pay or not?', 'yes ', 'Is there anyway to become exempt from them?', 'Do you have any questions about these taxes?', 'What are the fees for that?', 'You can contact the DMV Call Center', 'yes I do. New York City Bronx, Kings (Brooklyn), New York (Manhattan), Queens, Richmond (Staten Island)', 'Ok great! Thank you for your response. You can ask the city or county you are in about that', 'What about the taxes for outside counties of new york?', 'The fees listed in the chart are for commercial vehicles that weigh less than 18,000 lbs', 'you can view and download the form here complete form UT-11C', ' The chart show the use taxes and supplemental fees for all original registrations and renewals', 'How do the county taxes work? how are they used?', 'Residents of New York City and several counties in New York must pay a vehicle use tax when they register a commercial vehicle or renew a commercial vehicle registration .']", + "output": [ + "How do the county taxes work? how are they used?", + "Residents of New York City and several counties in New York must pay a vehicle use tax when they register a commercial vehicle or renew a commercial vehicle registration .", + "Do you have any questions about these taxes?", + "yes ", + "Ok great! Thank you for your response. You can ask the city or county you are in about that", + "Is there anyway to become exempt from them?", + "You can contact the DMV Call Center", + "Do you know where the centers are located?", + "yes I do. New York City Bronx, Kings (Brooklyn), New York (Manhattan), Queens, Richmond (Staten Island)", + "What are the fees for that?", + "The fees listed in the chart are for commercial vehicles that weigh less than 18,000 lbs", + "how do I know if I have to pay or not?", + "you can view and download the form here complete form UT-11C", + "What about the taxes for outside counties of new york?", + " The chart show the use taxes and supplemental fees for all original registrations and renewals" + ] + }, + { + "input": "['It depends. You need to go to registrations refunds for surrendered plates to get more information.', 'No you do not need to surrender motorcycle plates.', 'Yes they can do that. Just make sure that the person gives you the FS-6 receipt for your records.', 'Do I need to surrender motorcycle plates also?', 'Do you need to surrender plates from another state?', 'Can someone else turn in the plates for me?', 'We will mail you a FS-6 T receipt if we receive them. ', 'Am I able to surrender my plates just temporarily?', 'Yes, you can do that. You can look under special procedures to surrender plates for a season or temporary surrender of plates.', 'Will I get a refund once I surrender the plates?', \"They need to be surrendered to the state's DMV they are from then.\", 'Yes they are from another state.', 'How are we notified that they were received if we mail them in?', 'How do I surrender New York State plates to the DMV?']", + "output": [ + "How do I surrender New York State plates to the DMV?", + "Do you need to surrender plates from another state?", + "Yes they are from another state.", + "They need to be surrendered to the state's DMV they are from then.", + "Will I get a refund once I surrender the plates?", + "It depends. You need to go to registrations refunds for surrendered plates to get more information.", + "Do I need to surrender motorcycle plates also?", + "No you do not need to surrender motorcycle plates.", + "Can someone else turn in the plates for me?", + "Yes they can do that. Just make sure that the person gives you the FS-6 receipt for your records.", + "Am I able to surrender my plates just temporarily?", + "Yes, you can do that. You can look under special procedures to surrender plates for a season or temporary surrender of plates.", + "How are we notified that they were received if we mail them in?", + "We will mail you a FS-6 T receipt if we receive them. " + ] + }, + { + "input": "['I also have a trailer that I tow with that truck. Do I need to surrender those plates aswell?', 'Can you send me a form online to be able to do this before I get into a branch?', \"Sounds good, you will not be eligible for a refund then as you're bringing in the actual plates without a loss.\", 'If the trailer is not currently and validly registered, you would not only need to turn in those paltes but get the trailer registered as well.', 'I can only send you one via mail to the address on the plate registration, but I would be happy to do that.', 'Were the plates lost/stolen or destroyed?', 'If they were destroyed, what can I do about that?', \"I'm looking to turn my plates into the DMV\", \"No, I'm bringing them in myself.\", \"Yes, I am as I already have plates that have a longer expiration than my ones I'm turning in.\", 'Ok, thank you for doing so volunatily. Are you looking for a refund?', 'I can turn in the registration as well and get a new one then.']", + "output": [ + "I'm looking to turn my plates into the DMV", + "Ok, thank you for doing so volunatily. Are you looking for a refund?", + "Yes, I am as I already have plates that have a longer expiration than my ones I'm turning in.", + "I can turn in the registration as well and get a new one then.", + "Were the plates lost/stolen or destroyed?", + "No, I'm bringing them in myself.", + "Sounds good, you will not be eligible for a refund then as you're bringing in the actual plates without a loss.", + "If they were destroyed, what can I do about that?", + "I also have a trailer that I tow with that truck. Do I need to surrender those plates aswell?", + "If the trailer is not currently and validly registered, you would not only need to turn in those paltes but get the trailer registered as well.", + "Can you send me a form online to be able to do this before I get into a branch?", + "I can only send you one via mail to the address on the plate registration, but I would be happy to do that." + ] + }, + { + "input": "['Right, got it. Other thing is, if i choose to go for online renewal instead keeping by mail, I still can get a reduced or no fee renewal?', \"Well, if you have that type of ID, then you'll have to pay an additional $30 fee.\", \"Ok, thanks. Um, i've been told that i can apply for the renewal by mail, can i do that?\", 'Right, ok. Sorry, but one more question. What can you tell me in case i were off the country?', 'No, sorry. If choose to renew online, then you lost the chance to get a reduced o no fee renewal.', \"Sure. If you're looking to renew your ID, you can do it up to one year before your ID expires, and up to two years past its expiration date.\", \"Oh, that's good to keep it in mind. Another question, please. I have an Enhanced non- driver ID so, there is a fee regarding that type of ID?\", \"Ok. If you're abroad, you can make use of the mail service in order to renew your ID. Please check the proper procedures to do so.\", \"Yeah, um, i'm looking for some help with a non-driver ID renewal.\", \"Absolutely. You can go for that option. If so, You'll need to send us a copy of your proof of SSI.\"]", + "output": [ + "Yeah, um, i'm looking for some help with a non-driver ID renewal.", + "Sure. If you're looking to renew your ID, you can do it up to one year before your ID expires, and up to two years past its expiration date.", + "Ok, thanks. Um, i've been told that i can apply for the renewal by mail, can i do that?", + "Absolutely. You can go for that option. If so, You'll need to send us a copy of your proof of SSI.", + "Right, got it. Other thing is, if i choose to go for online renewal instead keeping by mail, I still can get a reduced or no fee renewal?", + "No, sorry. If choose to renew online, then you lost the chance to get a reduced o no fee renewal.", + "Oh, that's good to keep it in mind. Another question, please. I have an Enhanced non- driver ID so, there is a fee regarding that type of ID?", + "Well, if you have that type of ID, then you'll have to pay an additional $30 fee.", + "Right, ok. Sorry, but one more question. What can you tell me in case i were off the country?", + "Ok. If you're abroad, you can make use of the mail service in order to renew your ID. Please check the proper procedures to do so." + ] + }, + { + "input": "['Since you are within 40 days of your 21st birthday, you won\\'t have to do anything different. Your new ID won\\'t have \"Under 21\" printed on it.', 'OK so my friend is 2 months away from turning 21. Will she have to do anything different?', 'Thanks. Can I go online to renew my ID or do I have to go to the DMV to get it?\\n', 'Well I am 20 but I turn 21 next month. Does that make a difference?', 'If yours was issued before October 30, 2017, then yours is not enhanced. It is known as a Standard ID.\\n', 'Are you over the age of 21 or will you be 21 soon?', 'Either one is fine. You can renew online and your ID will be just as the same as if you went to the DMV.', 'If they renew it more than 41 days before their 21st birthday, it will still have \"Under 21\" on that so if they can wait, they should wait until less than 40 days until their birthday.', \"I didn't get the renewal notice for my ID but I can see it's almost expired. Is that bad?\", \"I've been hearing about enhanced IDs but I don't know if mine is one of those. How do I know?\", 'What do I need to know about renewing my ID card? ']", + "output": [ + "What do I need to know about renewing my ID card? ", + "Are you over the age of 21 or will you be 21 soon?", + "Well I am 20 but I turn 21 next month. Does that make a difference?", + "Since you are within 40 days of your 21st birthday, you won't have to do anything different. Your new ID won't have \"Under 21\" printed on it.", + "OK so my friend is 2 months away from turning 21. Will she have to do anything different?", + "If they renew it more than 41 days before their 21st birthday, it will still have \"Under 21\" on that so if they can wait, they should wait until less than 40 days until their birthday.", + "Thanks. Can I go online to renew my ID or do I have to go to the DMV to get it?\n", + "Either one is fine. You can renew online and your ID will be just as the same as if you went to the DMV.", + "I've been hearing about enhanced IDs but I don't know if mine is one of those. How do I know?", + "If yours was issued before October 30, 2017, then yours is not enhanced. It is known as a Standard ID.\n", + "I didn't get the renewal notice for my ID but I can see it's almost expired. Is that bad?" + ] + }, + { + "input": "['Can you give me an exaplme or an estimate on what my refund will be?', 'You are welcome. YEs that is correct.', 'I am good, thank you for asking :D Here is an example to show how your refund amount is determined ', 'So when I give them my plates I will get a refund?', 'Yes it is possible', 'What if I changed my name, is it possible to still get a refund?', 'How do I go about getting my refund if I qualify for one?', 'Hi How are you today? I was wondering how the refund amount is determined?', 'I sure can! Here is an example to show how your refund amount is determined .\\n You paid $ 137.50 to register your vehicle for two years', 'It is possible. If you have already received a refund for the 2nd year of the registration fee and you have the UNUSED registration sticker and stub', 'oh okay thank you, so it is different for everyone then?', 'Is a refund given of the first year of my registrtion fee?', ' When you surrender your plates , your Receipt FS-6 T indicates if you are eligible to receive a refund ', 'Did you surrender your plates?']", + "output": [ + "Hi How are you today? I was wondering how the refund amount is determined?", + "I am good, thank you for asking :D Here is an example to show how your refund amount is determined ", + "oh okay thank you, so it is different for everyone then?", + "You are welcome. YEs that is correct.", + "Is a refund given of the first year of my registrtion fee?", + "It is possible. If you have already received a refund for the 2nd year of the registration fee and you have the UNUSED registration sticker and stub", + "How do I go about getting my refund if I qualify for one?", + "Did you surrender your plates?", + "So when I give them my plates I will get a refund?", + " When you surrender your plates , your Receipt FS-6 T indicates if you are eligible to receive a refund ", + "Can you give me an exaplme or an estimate on what my refund will be?", + "I sure can! Here is an example to show how your refund amount is determined .\n You paid $ 137.50 to register your vehicle for two years", + "What if I changed my name, is it possible to still get a refund?", + "Yes it is possible" + ] + }, + { + "input": "['Is it possible to transfer any left over credit to another car?', 'It is possible. the DMV office will issue a receipt that displays \" two year refund .', 'I never used my registration, can I get a full refund for the two years?', 'How am I able to get a refund if need be?', 'Do you have more than one vehicle registered to you?', 'I changed my name, is a refund still possible/', 'is it an easy process to get a full 2 year refund?', ' Yes. Simply Follow these instructions: surrender the vehicle plates at a DMV office and request a transfer receipt , not a refund receipt\\n', 'Yes I do. ', 'Is there an application process for this?', 'Yes. you can apply for a refund of the 2-year fee that you paid when you renewed the registration', 'ok great! if you transfer your remaining registration to another vehicle , your new registration will expire the same day as your old registration ', 'Yes it is possible When you surrender your plates.', 'Yes. You can apply for a refund of the 2-year registration fee ONLY if the registration was never used and it is not more than 60 days from the date the registration was issued .']", + "output": [ + "Is it possible to transfer any left over credit to another car?", + "Do you have more than one vehicle registered to you?", + "Yes I do. ", + "ok great! if you transfer your remaining registration to another vehicle , your new registration will expire the same day as your old registration ", + "How am I able to get a refund if need be?", + "Yes it is possible When you surrender your plates.", + "is it an easy process to get a full 2 year refund?", + "Yes. you can apply for a refund of the 2-year fee that you paid when you renewed the registration", + "I changed my name, is a refund still possible/", + " Yes. Simply Follow these instructions: surrender the vehicle plates at a DMV office and request a transfer receipt , not a refund receipt\n", + "I never used my registration, can I get a full refund for the two years?", + "It is possible. the DMV office will issue a receipt that displays \" two year refund .", + "Is there an application process for this?", + "Yes. You can apply for a refund of the 2-year registration fee ONLY if the registration was never used and it is not more than 60 days from the date the registration was issued ." + ] + }, + { + "input": "['What do I do about stop signs?', 'Can I understand more about what happens at crosswalks?', 'For any and all pre-reqs, please reference the manual you were given when you got your permit.', 'Once again, please refer to the manual you were given upon getting your permit. It has all pertitnent answers.', 'To your right. Once again, these questions are answered in that manual I talked about.', \"Please refer to the driver's manual you were given when getting your permit.\", 'Yes, you need to complete all requirements in one year.', 'You would stop.', 'Make sure you do everything needed within one year.', 'If a stop is required, which way do I look?', 'What can I do to prepare for my road test?', 'Does it expire within a year?', 'Yes, but you must be supervised by a currently licensed driver.', 'Do I need to pass one class in order to switch to another?', 'What can I do to learn more?', 'Can I do ths all before I turn 18?']", + "output": [ + "What can I do to prepare for my road test?", + "Make sure you do everything needed within one year.", + "Does it expire within a year?", + "Yes, you need to complete all requirements in one year.", + "Can I understand more about what happens at crosswalks?", + "Please refer to the driver's manual you were given when getting your permit.", + "What can I do to learn more?", + "Once again, please refer to the manual you were given upon getting your permit. It has all pertitnent answers.", + "Can I do ths all before I turn 18?", + "Yes, but you must be supervised by a currently licensed driver.", + "What do I do about stop signs?", + "You would stop.", + "If a stop is required, which way do I look?", + "To your right. Once again, these questions are answered in that manual I talked about.", + "Do I need to pass one class in order to switch to another?", + "For any and all pre-reqs, please reference the manual you were given when you got your permit." + ] + }, + { + "input": "['I would recommend practicing and studying it all.', 'Where can I find a pre-licensing course?', 'There are numerous agencies and companies that do these, please refer to the state in order to find ones that are com;iant with the state.', 'No, you must go through every step as outlined by the state.', 'You should make sure to observe safety at all times and refer to the manual for proper driving \"right of way\" materials.', 'Is there anything I should practice?', 'Read the manual given to you when you got your permit.', 'How many hours do I need?', 'What should I do if my view is blocked when at a crosswalk?', 'What do I need to do if I have a DJ/MJ permit?', '15 hours after sunset, 50 hours total.', 'The same, but everything must be done in a month.', 'Is there any way to speed this up?', 'Make sure to have supervised driving time that is logged and study the permit licensiing materials.', \"What if I'm under 18?\", 'What do I need to do before my road test']", + "output": [ + "What do I need to do before my road test", + "Read the manual given to you when you got your permit.", + "Is there anything I should practice?", + "I would recommend practicing and studying it all.", + "Is there any way to speed this up?", + "No, you must go through every step as outlined by the state.", + "Where can I find a pre-licensing course?", + "There are numerous agencies and companies that do these, please refer to the state in order to find ones that are com;iant with the state.", + "What should I do if my view is blocked when at a crosswalk?", + "You should make sure to observe safety at all times and refer to the manual for proper driving \"right of way\" materials.", + "What do I need to do if I have a DJ/MJ permit?", + "Make sure to have supervised driving time that is logged and study the permit licensiing materials.", + "How many hours do I need?", + "15 hours after sunset, 50 hours total.", + "What if I'm under 18?", + "The same, but everything must be done in a month." + ] + }, + { + "input": "['if i plan on traveling?', 'yes', 'you will need to go to the dmv', 'first change your address, then order a replacement', 'we recommend that you send us a pre addressed priority mail return envelope', 'updating address. does this apply to you?', 'how to change my name or make other changes', 'we recommend you come to the dmv now to get an enchanted or real id', 'overseas?', 'what about a temp address', 'how do i replace if overseas?', 'what if i moved?', 'you can ask that your replacement document be sent to an address that is different', 'we send documents to the address we have on our records at the time of the order', 'how to change address and mailing information', 'submit a completed application for permit']", + "output": [ + "how to change address and mailing information", + "updating address. does this apply to you?", + "yes", + "we send documents to the address we have on our records at the time of the order", + "what if i moved?", + "first change your address, then order a replacement", + "what about a temp address", + "you can ask that your replacement document be sent to an address that is different", + "overseas?", + "we recommend that you send us a pre addressed priority mail return envelope", + "if i plan on traveling?", + "we recommend you come to the dmv now to get an enchanted or real id", + "how do i replace if overseas?", + "submit a completed application for permit", + "how to change my name or make other changes", + "you will need to go to the dmv" + ] + }, + { + "input": "['You would need to go to a DMV office.', 'I would like to change my name.', 'I would like to, yes', 'Yes, you do.', 'We can do that, however, we need to confirm that address in person, first.', 'Maybe, if you would like, we can mail you all needed information and forms in order to renew this.', 'Do I need to get a newer version of that ID?', 'Go to a DMV office.', 'There is a reference document to do that, allow me to do this.``````````', 'I would need to change the address and name.', 'Please make sure to fill out the appropriate forms with respect to what is required.', 'Sounds good to me.', 'I would also like to send the new ID to a temproary address.', 'Dp I need a new eye exam to replace my license?', 'Give me a moment to bring that up.']", + "output": [ + "Dp I need a new eye exam to replace my license?", + "Maybe, if you would like, we can mail you all needed information and forms in order to renew this.", + "I would like to, yes", + "I would like to change my name.", + "There is a reference document to do that, allow me to do this.``````````", + "I would need to change the address and name.", + "Give me a moment to bring that up.", + "I would also like to send the new ID to a temproary address.", + "We can do that, however, we need to confirm that address in person, first.", + "Sounds good to me.", + "Please make sure to fill out the appropriate forms with respect to what is required.", + "Do I need to get a newer version of that ID?", + "Yes, you do.", + "You would need to go to a DMV office.", + "Go to a DMV office." + ] + }, + { + "input": "['Yes i need help understanding self-certification', 'What happens if my Medical Examiners Certificate expires before i replace it with a new one?', 'To avoid your status and license from being downgraded it is important to keep your information up to date and not allow it to expire.', 'What are the requirements for working for a private company that provides bus service to a local school system?', 'I have questions about self-certification', 'To be in compliance with federal regulations, all commercial drivers are required to certify to the DMV the type of driving they perform or expect to perform. If you self-certify to a non-excepted driving type NA or NI are also requited to submit a copy of their USDOT Medical Examiners Certificate.', 'How can i be sure that the DMV has received the necessary paperwork from me to drive types NI and NA?', 'Does this make my driving legal?', 'Are you asking on behalf of yourself?', 'If the DMV has received the required paperwork your medical certification status will be \"certified\". Otherwise your status will be considered \"not certified\"', 'Yes you are eligible for Excepted Intrastate Operation (EA). Make sure that your CDL has the restrictions: K CDL Intrastate Only and A3 Med Cert Exempt', 'Yes this will satisfy the new federal regulations', 'It is acceptable to choose El', 'Can i keep my CDL but with restrictions on it?']", + "output": [ + "I have questions about self-certification", + "Are you asking on behalf of yourself?", + "Yes i need help understanding self-certification", + "To be in compliance with federal regulations, all commercial drivers are required to certify to the DMV the type of driving they perform or expect to perform. If you self-certify to a non-excepted driving type NA or NI are also requited to submit a copy of their USDOT Medical Examiners Certificate.", + "Does this make my driving legal?", + "Yes this will satisfy the new federal regulations", + "What happens if my Medical Examiners Certificate expires before i replace it with a new one?", + "To avoid your status and license from being downgraded it is important to keep your information up to date and not allow it to expire.", + "What are the requirements for working for a private company that provides bus service to a local school system?", + "It is acceptable to choose El", + "How can i be sure that the DMV has received the necessary paperwork from me to drive types NI and NA?", + "If the DMV has received the required paperwork your medical certification status will be \"certified\". Otherwise your status will be considered \"not certified\"", + "Can i keep my CDL but with restrictions on it?", + "Yes you are eligible for Excepted Intrastate Operation (EA). Make sure that your CDL has the restrictions: K CDL Intrastate Only and A3 Med Cert Exempt" + ] + }, + { + "input": "['Yes, you need to fill out the Vehicle Escort Driver Application.', 'Most DMV offices offer the test, it will be listed with their Office Hours.', 'No, the certification test is not listed for my location.', 'Will there be paperwork I need to fill out to take the test?', 'Can I take the test online?', \"You need your driver's license and additional ID. The DMV Document Guide shows the whole list of acceptablr ID.\", 'Does your local office offer it?', 'How old do you have to be to apply?', 'You need to be at least 21.', \"It isn't offered online yet, but there are several offices close to you.\", 'What do I need to bring with me?', 'Where do I apply for escort driver certification?']", + "output": [ + "Where do I apply for escort driver certification?", + "Most DMV offices offer the test, it will be listed with their Office Hours.", + "Does your local office offer it?", + "No, the certification test is not listed for my location.", + "Can I take the test online?", + "It isn't offered online yet, but there are several offices close to you.", + "Will there be paperwork I need to fill out to take the test?", + "Yes, you need to fill out the Vehicle Escort Driver Application.", + "How old do you have to be to apply?", + "You need to be at least 21.", + "What do I need to bring with me?", + "You need your driver's license and additional ID. The DMV Document Guide shows the whole list of acceptablr ID." + ] + }, + { + "input": "['You need to apply for a title to transfer it. The insurance company will give you a letter stating they need proof of ownership, and submit it with your title application.', 'What should I do if the plates were stolen?', 'Report it to the police and your insurance company as soon as possible.', 'They will cancel it and mark it recovered on your title history.', 'Have a police report made, then replace the plates.', 'Send in the title and a letter explaining the car was recovered and they will issue a regular title.', 'Do I need another title?', \"If it's missing plates, bring form MV-78B to apply for new plates.\", 'Report it to the police and your insurance company.', \"What if I didn't get a title for it yet?\", 'What should I do if my vehicle is stolen?', 'Will they cancel the stolen vehicle alarm?', \"What happens if it's recovered?\", 'Yes, it was.']", + "output": [ + "What should I do if my vehicle is stolen?", + "Report it to the police and your insurance company.", + "Yes, it was.", + "Report it to the police and your insurance company as soon as possible.", + "What if I didn't get a title for it yet?", + "You need to apply for a title to transfer it. The insurance company will give you a letter stating they need proof of ownership, and submit it with your title application.", + "What happens if it's recovered?", + "If it's missing plates, bring form MV-78B to apply for new plates.", + "Will they cancel the stolen vehicle alarm?", + "They will cancel it and mark it recovered on your title history.", + "Do I need another title?", + "Send in the title and a letter explaining the car was recovered and they will issue a regular title.", + "What should I do if the plates were stolen?", + "Have a police report made, then replace the plates." + ] + }, + { + "input": "['You would need to contact your auto insurance company.', 'In the case of missing plates, you would need to bring your copy of form MV-78B to a DMV office to apply for new plates and reinstatement of your registration.', 'Yes, the old plates will have to be surrendered and you will have to register for new ones.', 'Will my title be revised?', 'Who should I contact if my recovered vehicle was damaged or totaled? ', 'Would I need to apply for new plates?', 'When should I not apply for plates?', 'What should I do if my plates are missing?', 'You would need to apply for new plates if your vehicle was recovered after you filed form MV-78B.', 'If my plates were recovered after I filled out a form, will I have to surrender my old plates?', 'You should not apply for new plates until after you cancel the police alarm for a stolen vehicle.', 'Yes, your registration will still be active as long as you make sure to cancel the stolen vehicle alarm.', 'What should I do if my vehicle is recovered?', 'Yes, your title will be revised to show that your vehicle was recovered.', 'If your vehicle is recovered, make sure to notify the police so they can cancel the stolen vehicle alarm and list the recovery on your title.', 'If my vehicle and plates are recovered before I file a MV-78B form, is my registration still active?']", + "output": [ + "What should I do if my vehicle is recovered?", + "If your vehicle is recovered, make sure to notify the police so they can cancel the stolen vehicle alarm and list the recovery on your title.", + "Will my title be revised?", + "Yes, your title will be revised to show that your vehicle was recovered.", + "If my vehicle and plates are recovered before I file a MV-78B form, is my registration still active?", + "Yes, your registration will still be active as long as you make sure to cancel the stolen vehicle alarm.", + "Would I need to apply for new plates?", + "You would need to apply for new plates if your vehicle was recovered after you filed form MV-78B.", + "What should I do if my plates are missing?", + "In the case of missing plates, you would need to bring your copy of form MV-78B to a DMV office to apply for new plates and reinstatement of your registration.", + "Who should I contact if my recovered vehicle was damaged or totaled? ", + "You would need to contact your auto insurance company.", + "If my plates were recovered after I filled out a form, will I have to surrender my old plates?", + "Yes, the old plates will have to be surrendered and you will have to register for new ones.", + "When should I not apply for plates?", + "You should not apply for new plates until after you cancel the police alarm for a stolen vehicle." + ] + }, + { + "input": "['Your specs do classify as a moped but there are some special resitrctions.', 'Please check your Maps via the attached location map to find the closest branch to you.', 'I want to register a moped.', \"What if my top speed isn't to match the requirements?\", \"What if I'm out of my home county?\", 'There are others you can substitute with. Please refreence the chart.', 'Going to a branch with the specs for your vehicle will allow them to direct you to the proper registration concept.', \"That's fine, all counties report directly to the state.\", 'Where is the closest locastion to me?', 'It sounds like you have a firm grip on what you need, but for any further confirmation, check the chart out.', '(insert specs here)', 'Can you give me the specs of it to ensure the best way to register it?', 'What are they?', 'Please reference the attached chart to determine your eligibility.', 'I have some of that. What else do iI need?', \"What if I'm missing one document needed?\"]", + "output": [ + "I want to register a moped.", + "Can you give me the specs of it to ensure the best way to register it?", + "(insert specs here)", + "Your specs do classify as a moped but there are some special resitrctions.", + "What are they?", + "Please reference the attached chart to determine your eligibility.", + "I have some of that. What else do iI need?", + "It sounds like you have a firm grip on what you need, but for any further confirmation, check the chart out.", + "What if I'm missing one document needed?", + "There are others you can substitute with. Please refreence the chart.", + "Where is the closest locastion to me?", + "Please check your Maps via the attached location map to find the closest branch to you.", + "What if I'm out of my home county?", + "That's fine, all counties report directly to the state.", + "What if my top speed isn't to match the requirements?", + "Going to a branch with the specs for your vehicle will allow them to direct you to the proper registration concept." + ] + }, + { + "input": "['How do I prepare for the road test?', 'Can I pay with my bank account?', 'How do I pay for additional test to take road test #1', 'What if I have a valid learner permit of driver license and did not fail the test', 'you can pay for additional tests online or by phone', 'What if I need to canel my test', 'Use the DMV road test system schedule online', 'Tests can be cancelled /rescheduled or relocated because of bad weather or road construction or reschedule for other reasons', 'you must pay an additional fee if you failed your first two road test and you must wait at least one day to take the test again', 'The fee for up to two road tests are included in your 10.00 application fee', 'can I schedule another road test?', 'if you have failed your road test you can pay for additional tests online of by phone', 'We accept credit or debit cards', 'how can I pay the fee ', 'you can pay by credit or debit card', 'Is there an application fee']", + "output": [ + "How do I pay for additional test to take road test #1", + "if you have failed your road test you can pay for additional tests online of by phone", + "What if I have a valid learner permit of driver license and did not fail the test", + "you can pay for additional tests online or by phone", + "how can I pay the fee ", + "you can pay by credit or debit card", + "Can I pay with my bank account?", + "We accept credit or debit cards", + "How do I prepare for the road test?", + "Use the DMV road test system schedule online", + "What if I need to canel my test", + "Tests can be cancelled /rescheduled or relocated because of bad weather or road construction or reschedule for other reasons", + "Is there an application fee", + "The fee for up to two road tests are included in your 10.00 application fee", + "can I schedule another road test?", + "you must pay an additional fee if you failed your first two road test and you must wait at least one day to take the test again" + ] + }, + { + "input": "[\"No, I'm just asking at home that I want to pay later...\", 'I am a driver under 18 years old, what should I consider?', 'must obey restrictions for minor drivers,\\n\\xa0 For more information, consult the GDL Graduated Driver License Law and restrictions for drivers under 18 years of age.', 'What happens if my learning permit expires before the next class?', 'Ok, of course if you want you can pay for classes adi...', 'No, thanks does not apply to me', 'You must obtain a new license', 'How can I pay the additional exams? And what should I have to pay?', \"You can pay by phone or online.\\nTo pay you must have a valid learning permit or a driver's license.\", 'If I wanted additional classes, how should I pay?', 'Do you want to pay for additional tests?', 'You must first schedule and take a practical exam', 'What follows after passing the test?']", + "output": [ + "What follows after passing the test?", + "You must first schedule and take a practical exam", + "If I wanted additional classes, how should I pay?", + "Do you want to pay for additional tests?", + "No, I'm just asking at home that I want to pay later...", + "Ok, of course if you want you can pay for classes adi...", + "No, thanks does not apply to me", + "What happens if my learning permit expires before the next class?", + "You must obtain a new license", + "How can I pay the additional exams? And what should I have to pay?", + "You can pay by phone or online.\nTo pay you must have a valid learning permit or a driver's license.", + "I am a driver under 18 years old, what should I consider?", + "must obey restrictions for minor drivers,\n\u00a0 For more information, consult the GDL Graduated Driver License Law and restrictions for drivers under 18 years of age." + ] + }, + { + "input": "['what if im issued a ticket?', 'No. ', 'do i have to attend my hearing?', 'what if im a holder of a junior license? ', 'if you are issues a ticket for a non criminal moving traffic violation in the five boroughs of new york city. does this apply to you?', 'what if i please guilty?', 'you can easily fill in the request information, sign it and either mail it with your payment to the albany address listed on the ticket or bring your payment to any tvb office :) ', 'you must include a request for one when you mail your not guilty plea. ', 'you will be notified that you must got to the tvb to answer the charge in person.', 'hearings are open to the public. you may go to any tvb office to watch hearings so you know what to expect at yours.', 'yes', 'yes you must full in the requested information, sign it and either mail it with payment or personally bring your payment into any tvb office!', 'what do i do if i receive a traffic ticket?', 'how do i plead guilty?', 'so i have to fill in the requested information', 'you can not plead by mail or online. you still must appear for a hearing in a tvb office.', 'introduction. does this apply to you?']", + "output": [ + "what do i do if i receive a traffic ticket?", + "introduction. does this apply to you?", + "yes", + "if you are issues a ticket for a non criminal moving traffic violation in the five boroughs of new york city. does this apply to you?", + "No. ", + "do i have to attend my hearing?", + "hearings are open to the public. you may go to any tvb office to watch hearings so you know what to expect at yours.", + "what if i please guilty?", + "you will be notified that you must got to the tvb to answer the charge in person.", + "how do i plead guilty?", + "you can easily fill in the request information, sign it and either mail it with your payment to the albany address listed on the ticket or bring your payment to any tvb office :) ", + "what if im a holder of a junior license? ", + "you can not plead by mail or online. you still must appear for a hearing in a tvb office.", + "so i have to fill in the requested information", + "yes you must full in the requested information, sign it and either mail it with payment or personally bring your payment into any tvb office!", + "what if im issued a ticket?", + "you must include a request for one when you mail your not guilty plea. " + ] + }, + { + "input": "['I got a traffic ticket, how do I pay it?', 'yes i did', 'What if it is a driving without insurance violation?', 'What if I did not take any action in the alotted time frame?', 'SoI cannot plead guilty via mail?', 'How would I go about appealing a decision?', 'You can determine if you can file an appeal online [ 2 ] or download Traffic Violations Bureau Appeal form', 'It is possible that your license will be suspended', 'Did you just receive one ticket?', 'no i have not', 'No you cannot, you will be directed to go to TVB in person', 'have you been issued a non criminal moving traffic violationin any five boroughs of NYC?', 'You could not plead guilty via mail']", + "output": [ + "I got a traffic ticket, how do I pay it?", + "Did you just receive one ticket?", + "yes i did", + "have you been issued a non criminal moving traffic violationin any five boroughs of NYC?", + "no i have not", + "SoI cannot plead guilty via mail?", + "No you cannot, you will be directed to go to TVB in person", + "What if it is a driving without insurance violation?", + "You could not plead guilty via mail", + "What if I did not take any action in the alotted time frame?", + "It is possible that your license will be suspended", + "How would I go about appealing a decision?", + "You can determine if you can file an appeal online [ 2 ] or download Traffic Violations Bureau Appeal form" + ] + }, + { + "input": "['I need help getting a N.Y. License', 'You will need to learn how to apply', 'What do I need to bring?', \"No, I don't have a license.\", \"What if I'm trying to drive a taxi?\", 'Proof of identity.', 'I recommend getting a real ID.', 'What if I want to travel?', 'You will need to get the real ID.', 'Do you have a license in another state?', 'What do I do if my permit is not enhanced?', 'What are the requirements to drive a taxi?', \"What do I do if I don't have a license?\", 'You must be 18 or older with a CDL.', 'You would have to contact the taxi commission.']", + "output": [ + "I need help getting a N.Y. License", + "Do you have a license in another state?", + "No, I don't have a license.", + "What do I do if my permit is not enhanced?", + "You will need to get the real ID.", + "What if I'm trying to drive a taxi?", + "You would have to contact the taxi commission.", + "What are the requirements to drive a taxi?", + "You must be 18 or older with a CDL.", + "What do I do if I don't have a license?", + "You will need to learn how to apply", + "What if I want to travel?", + "I recommend getting a real ID.", + "What do I need to bring?", + "Proof of identity." + ] + }, + { + "input": "[' If your license or permit was issued before October 30 , 2017 and is not Enhanced, then yes it does', 'I am, yes', 'Are you trying to change the class of the license?', 'What if i do not have a New York drivers license?', 'Yes that is fine', 'ok great! bring your current NY State license as proof of identitys', 'Does it need to be enhanced?', 'Starting in October 2020 ] you will need an Enhanced or REAL ID to board a domestic flight unless you have a passport ', 'Hello. It is possible. Application for Standard Permit , Driver License for Non - Driver ID Card PDF [ 2 ] MV-44', 'ok great! if you want a REAL ID or Enhanced , complete this document guide to know what proofs of identity to bring to an office', 'Hello, is there a way to Change from a Class D to a Class E license', 'No. ', 'do you want a standard license that will display not for federal purposes?']", + "output": [ + "Hello, is there a way to Change from a Class D to a Class E license", + "Hello. It is possible. Application for Standard Permit , Driver License for Non - Driver ID Card PDF [ 2 ] MV-44", + "No. ", + "Are you trying to change the class of the license?", + "I am, yes", + "ok great! if you want a REAL ID or Enhanced , complete this document guide to know what proofs of identity to bring to an office", + "do you want a standard license that will display not for federal purposes?", + "Yes that is fine", + "ok great! bring your current NY State license as proof of identitys", + "What if i do not have a New York drivers license?", + "Starting in October 2020 ] you will need an Enhanced or REAL ID to board a domestic flight unless you have a passport ", + "Does it need to be enhanced?", + " If your license or permit was issued before October 30 , 2017 and is not Enhanced, then yes it does" + ] + }, + { + "input": "['Does your Mom have any driving restrictions?', 'Do I have to pay extra fees to have my Mom to then drive my equipped car?', 'What are the global restrictions I face?', 'Ihave no convictions, what can I do for my Mom to drive my car?', 'You may be able to have restrictions removed early if you contact your State licensing Office with your circumstances.', 'If I pay my fines can I get an early removal of my restriction?', 'Well, yes, if you are found guilty of any cell phone or texting violations.', 'No, she has a clean record.', 'I suggest you check with national and interstate legislation for this.', 'You will need to check about interstate legislation if she might use the car out of state, as well.', 'Do cell phone violations affect my reinstatement?', 'You license can be revoked if you violate any terms of the prohibition.', 'I have an ignition interlock device on my car but want to lend my car to my Mom to drive...what can I do to allow her to borrow my car?']", + "output": [ + "I have an ignition interlock device on my car but want to lend my car to my Mom to drive...what can I do to allow her to borrow my car?", + "Does your Mom have any driving restrictions?", + "No, she has a clean record.", + "Do I have to pay extra fees to have my Mom to then drive my equipped car?", + "You will need to check about interstate legislation if she might use the car out of state, as well.", + "What are the global restrictions I face?", + "I suggest you check with national and interstate legislation for this.", + "Ihave no convictions, what can I do for my Mom to drive my car?", + "You license can be revoked if you violate any terms of the prohibition.", + "If I pay my fines can I get an early removal of my restriction?", + "You may be able to have restrictions removed early if you contact your State licensing Office with your circumstances.", + "Do cell phone violations affect my reinstatement?", + "Well, yes, if you are found guilty of any cell phone or texting violations." + ] + }, + { + "input": "['You would still need to check the court order to ensure total compliance.', 'How long will my current resitrction be in effect?', 'I understand your situation. Please refer to the appropriate agencies, however, as they have more knowledge about that than I do.', 'All drinking for an interlocked driver is prohibited. Please refer to the monitoring agency for any further questions.', 'I was given an interlock; how do I remove it?', \"What if I have one drink and then try to drive? I'm still under the limit.\", 'You would refer to the monitoring agency controlling said interlock.', 'My convicition is not alcohol related.', 'But what if I get convicted of it?', 'Once again, my conviction was not alcohol related.', 'You would have to either log into our portal or check the court order against you.', 'Refer to the court order as well as your monitoring agency.', 'What would happen if I get another ticket or something before the interlock is removed?']", + "output": [ + "How long will my current resitrction be in effect?", + "You would have to either log into our portal or check the court order against you.", + "My convicition is not alcohol related.", + "You would still need to check the court order to ensure total compliance.", + "Once again, my conviction was not alcohol related.", + "I was given an interlock; how do I remove it?", + "You would refer to the monitoring agency controlling said interlock.", + "What would happen if I get another ticket or something before the interlock is removed?", + "Refer to the court order as well as your monitoring agency.", + "But what if I get convicted of it?", + "I understand your situation. Please refer to the appropriate agencies, however, as they have more knowledge about that than I do.", + "What if I have one drink and then try to drive? I'm still under the limit.", + "All drinking for an interlocked driver is prohibited. Please refer to the monitoring agency for any further questions." + ] + }, + { + "input": "['Can a lienholder remove the lien from my title certificate?', 'Have you recently sold a vehicle?', 'They can apply to have the lien removed electronically', 'I have lost my title certificate and need to remove a lien, what can I do?', \"After selling a vehicle, you don't have to remove a lienholder from the title certificate, you give the original title and lien release to the buyer\", 'Is there any way that I can transfer a title certificate that has a lien listed?', 'What happens in the case of a lienholder being in possession of my title certificate?', 'In a n umber of states, the lienholder keeps the certificate until the lien has been satisfied. The lienholder then sends the title certificate to the owner', 'Yes I have', 'You must complete and Application for a Duplicate Certificate of Title and proof that the original lien is satisfied to the address online or bring these to a DMV office. A duplicate title certificate is processed by the DMV and the certificate is mailed to you for a fee of $20.00', 'You can apply for this by way of mail or at a DMV office', 'When the DMV processes the title certificate of a new owner, the lien is removed', 'I am looking for information regarding removing a lienholder from my title certificate', 'Can I request the DMV to remove a lien when I apply for a duplicate title certificate?', 'Yes there is', 'Is there a lienholder currently on your title certificate?']", + "output": [ + "I am looking for information regarding removing a lienholder from my title certificate", + "Is there a lienholder currently on your title certificate?", + "Yes there is", + "Have you recently sold a vehicle?", + "Yes I have", + "After selling a vehicle, you don't have to remove a lienholder from the title certificate, you give the original title and lien release to the buyer", + "Can a lienholder remove the lien from my title certificate?", + "They can apply to have the lien removed electronically", + "I have lost my title certificate and need to remove a lien, what can I do?", + "You must complete and Application for a Duplicate Certificate of Title and proof that the original lien is satisfied to the address online or bring these to a DMV office. A duplicate title certificate is processed by the DMV and the certificate is mailed to you for a fee of $20.00", + "Can I request the DMV to remove a lien when I apply for a duplicate title certificate?", + "You can apply for this by way of mail or at a DMV office", + "Is there any way that I can transfer a title certificate that has a lien listed?", + "When the DMV processes the title certificate of a new owner, the lien is removed", + "What happens in the case of a lienholder being in possession of my title certificate?", + "In a n umber of states, the lienholder keeps the certificate until the lien has been satisfied. The lienholder then sends the title certificate to the owner" + ] + }, + { + "input": "[\"Yes. your lineholder's letter. But authorized officer must sign the letter.\", 'What is the adress for the mail?', 'And does another way exist to remove lieholder?', \"I don't understand. Whats that?\", 'Yes. Two accetable proofs exist. You provide one of them to remove lineholder.', \"If you want to sell, Do you know you don't have to remove?\", 'So have you an acceptable proof that a lien is satisfied for that?', 'Is there any other way for acceptable proof?', 'Yes, your lineholder can do electronically , if he has an account. then a new title will not be automatically sent to you', 'Then DMV will help you without fee.', 'And What if the lienholder has my title certificate?', 'NYS DMV Title Services6 Empire State PlazaAlbany ,NY 12228 - 0331', \"No, I don't. But I want to remove at all conditions.\", 'Can you explain how to remove a lienholder from a title?']", + "output": [ + "Can you explain how to remove a lienholder from a title?", + "If you want to sell, Do you know you don't have to remove?", + "No, I don't. But I want to remove at all conditions.", + "So have you an acceptable proof that a lien is satisfied for that?", + "I don't understand. Whats that?", + "Yes. Two accetable proofs exist. You provide one of them to remove lineholder.", + "And What if the lienholder has my title certificate?", + "Then DMV will help you without fee.", + "Is there any other way for acceptable proof?", + "Yes. your lineholder's letter. But authorized officer must sign the letter.", + "What is the adress for the mail?", + "NYS DMV Title Services6 Empire State PlazaAlbany ,NY 12228 - 0331", + "And does another way exist to remove lieholder?", + "Yes, your lineholder can do electronically , if he has an account. then a new title will not be automatically sent to you" + ] + }, + { + "input": "['Yes.', 'How do I determine trailer and boat fees?', 'How does online estimate the fees?', 'If it is the first time registering your vehicle.', 'What are the registration fees and taxes?', 'Are they calculated differently?', 'Can I transfer from another vehicle?', 'Can I also use the charts for other fees?', 'Yes, you will not need to pay the plate fee.', 'It does not include tax.', 'yes for passenger and commercial vehicles.', 'What fees are there?', 'You can use the online service.', 'Registration fee and plate fee.']", + "output": [ + "What are the registration fees and taxes?", + "If it is the first time registering your vehicle.", + "What fees are there?", + "Registration fee and plate fee.", + "How do I determine trailer and boat fees?", + "You can use the online service.", + "Are they calculated differently?", + "Yes.", + "Can I transfer from another vehicle?", + "Yes, you will not need to pay the plate fee.", + "How does online estimate the fees?", + "It does not include tax.", + "Can I also use the charts for other fees?", + "yes for passenger and commercial vehicles." + ] + }, + { + "input": "['Not at all.', 'Do you want to register your vehicle in another state?', 'What data should the proof have?', \"No, I don't want that\", 'Is out-of-state insurance valid for a vehicle registered in New York?', 'In that case, you can get insurance in the other state. Your insurance must meet the requirements of the state where your vehicle is registered', 'What can I do after receiving a letter from the DMV about a lapse of insurance on my vehicle?', 'All proof must include the name and address of the registrant and the year, make and vehicle identification number VIN of the vehicle. We will apply your proof to the New York registry to reduce or delete a lapse of insurance coverage reported by your insurance company.', 'You must send us a copy of your out of state registration in your name along with a copy of your out of state insurance ', \"I'm moving out of New York and I don't know what to do with my plates\", 'What if i What happens if I register my vehicle in another state and deliver the New York license plates to the New York DMV?']", + "output": [ + "I'm moving out of New York and I don't know what to do with my plates", + "Do you want to register your vehicle in another state?", + "No, I don't want that", + "Is out-of-state insurance valid for a vehicle registered in New York?", + "Not at all.", + "What can I do after receiving a letter from the DMV about a lapse of insurance on my vehicle?", + "You must send us a copy of your out of state registration in your name along with a copy of your out of state insurance ", + "What if i What happens if I register my vehicle in another state and deliver the New York license plates to the New York DMV?", + "In that case, you can get insurance in the other state. Your insurance must meet the requirements of the state where your vehicle is registered", + "What data should the proof have?", + "All proof must include the name and address of the registrant and the year, make and vehicle identification number VIN of the vehicle. We will apply your proof to the New York registry to reduce or delete a lapse of insurance coverage reported by your insurance company." + ] + }, + { + "input": "['That would mean that the ADM course completion could not be applied to your license record. You may also be required to file a Request for Driver and/or Vehicle Record Information form, before you are allowed to take another ADM course.', 'Do I get the same benefits completing an I-PIRP course as I would a classroom PIRP course?', 'I need refund information about cancelling an I-PIRP course.', 'Very secure. DMV requires sponsors and their delivery agents to provide secure websites that protect your personal information.', 'How secure are the I-PIRP websites?', 'The sponsor will mail your certificate after completion. ', 'Yes, it was cancelled.', 'Was the cancellation due to the sponsor being unable to conduct the course?', 'When do I get my course completion certificate?', 'Yes, you would receive the same benefits. This includes being able to reduce your driver violation point total by a maximum for 4 points and entitles you to save 10% on your auto liability and collision insurance premiums.', 'In that case, they must give you the option of a full refund of all course fees. If the course is available later on, the sponsor can also give you the option of rescheduling.', \"What happens if I don't have a NY state DMV ID NUmber Client ID Number?\"]", + "output": [ + "I need refund information about cancelling an I-PIRP course.", + "Was the cancellation due to the sponsor being unable to conduct the course?", + "Yes, it was cancelled.", + "In that case, they must give you the option of a full refund of all course fees. If the course is available later on, the sponsor can also give you the option of rescheduling.", + "What happens if I don't have a NY state DMV ID NUmber Client ID Number?", + "That would mean that the ADM course completion could not be applied to your license record. You may also be required to file a Request for Driver and/or Vehicle Record Information form, before you are allowed to take another ADM course.", + "Do I get the same benefits completing an I-PIRP course as I would a classroom PIRP course?", + "Yes, you would receive the same benefits. This includes being able to reduce your driver violation point total by a maximum for 4 points and entitles you to save 10% on your auto liability and collision insurance premiums.", + "When do I get my course completion certificate?", + "The sponsor will mail your certificate after completion. ", + "How secure are the I-PIRP websites?", + "Very secure. DMV requires sponsors and their delivery agents to provide secure websites that protect your personal information." + ] + }, + { + "input": "['I also want to know about going to school in New York and an ID?', 'You can ask the road test examiner how to make sure that your foreign driver license is not destroyed', 'You have to exchange your-out-state driver license within 30 days of becoming a resident of New York.', 'no', 'The transaction can only be processed in person, at a DMV office.', 'what if I need my license for when I go back to my other country?', 'can I mail in my documents and do it all that way?', 'Are you a licensed driver from another country?', 'Are you studying in New York State?', 'I want to trade in my license for a New York one', \"no, I'm American but live elsewhere\"]", + "output": [ + "I want to trade in my license for a New York one", + "You have to exchange your-out-state driver license within 30 days of becoming a resident of New York.", + "what if I need my license for when I go back to my other country?", + "You can ask the road test examiner how to make sure that your foreign driver license is not destroyed", + "I also want to know about going to school in New York and an ID?", + "Are you studying in New York State?", + "no", + "Are you a licensed driver from another country?", + "no, I'm American but live elsewhere", + "can I mail in my documents and do it all that way?", + "The transaction can only be processed in person, at a DMV office." + ] + }, + { + "input": "['Do you want to know about when the automotive facilities inspector AFI arrives to inspect your facility?', 'Please, can you tell me again which are the starter kit components?', 'Sure. Book of Registry Police Book, Bills of sale (Retail Certificate of Sale (MV-50), Odometer Statements except ATV and Boat Dealers', 'What if the on-site investigation is approved?', 'How can I get a Surety Bond?', 'Book of Registry Police Book, Bills of sale (Retail Certificate of Sale (MV-50), Odometer Statements except ATV and Boat Dealers', 'Which are the starter kit components?', 'No, I need another kind of information', 'Tell me about on-site investigation, please', \"In that case, the DMV will issue you a certificate of registration , MV-50's Retail Certificates of Sale and a dealer plate letter if applicable.\", \"The DMV doesn't endorse these companies nor does it declare that the DMV has any association or supervision of these companies.\", 'What about Snowmobile Dealer?', \"DMV doesn't provide Surety Bonds. You must contact a surety insurance company and have them fill out Dealer Bond Under NY State Vehicle and Traffic Law Section 415 6-B VS-3. Please, make sure that the business name and mail address of your bond match exactly those that appear on your application.\"]", + "output": [ + "Tell me about on-site investigation, please", + "Do you want to know about when the automotive facilities inspector AFI arrives to inspect your facility?", + "No, I need another kind of information", + "How can I get a Surety Bond?", + "DMV doesn't provide Surety Bonds. You must contact a surety insurance company and have them fill out Dealer Bond Under NY State Vehicle and Traffic Law Section 415 6-B VS-3. Please, make sure that the business name and mail address of your bond match exactly those that appear on your application.", + "Which are the starter kit components?", + "Book of Registry Police Book, Bills of sale (Retail Certificate of Sale (MV-50), Odometer Statements except ATV and Boat Dealers", + "What about Snowmobile Dealer?", + "The DMV doesn't endorse these companies nor does it declare that the DMV has any association or supervision of these companies.", + "What if the on-site investigation is approved?", + "In that case, the DMV will issue you a certificate of registration , MV-50's Retail Certificates of Sale and a dealer plate letter if applicable.", + "Please, can you tell me again which are the starter kit components?", + "Sure. Book of Registry Police Book, Bills of sale (Retail Certificate of Sale (MV-50), Odometer Statements except ATV and Boat Dealers" + ] + }, + { + "input": "['Where can I find information about the NYS Lemon Law complaint?', 'A DMV customer service rep will try to resolve the issue by discussing it with you and the repair shop. If the problem is not resolved, the complaint would then be referred to a DMV regional office for investigation.', 'I can help you with that. The first thing to do is attempt to resolve the issue with the management of the business. Be sure to keep a written record of all contacts with management and the details about your repair.', 'What is the Repair Shop Act?', \"No, I'll try to resolve it with the business first.\", 'What if DMV finds out that there were violations made by the repair shop?', 'The act helps consumers get back thousands of dollars every year through mediation and restitution.', 'If violations are found, DMV will take action against the auto repair shop. This could include suspending or revoking their registration and/or imposing fines. The administrative law judge presiding at the hearing could offer the shop the option of paying you restitution in exchange for a shorter suspension period or lower fine. ', 'Yes, I would like to know about what happens if violations are found.', 'If you have already tried resolving the conflict to no avail, you can file a complaint. Would you like to do so electronically?', 'If I do need to file a complaint later on, what happens then?', 'You can find information about this on our website under Lemon Law Complaints.', 'I have a problem with the repairs made on my vehicle at the auto repair shop.']", + "output": [ + "I have a problem with the repairs made on my vehicle at the auto repair shop.", + "I can help you with that. The first thing to do is attempt to resolve the issue with the management of the business. Be sure to keep a written record of all contacts with management and the details about your repair.", + "If you have already tried resolving the conflict to no avail, you can file a complaint. Would you like to do so electronically?", + "No, I'll try to resolve it with the business first.", + "If I do need to file a complaint later on, what happens then?", + "A DMV customer service rep will try to resolve the issue by discussing it with you and the repair shop. If the problem is not resolved, the complaint would then be referred to a DMV regional office for investigation.", + "What if DMV finds out that there were violations made by the repair shop?", + "Yes, I would like to know about what happens if violations are found.", + "If violations are found, DMV will take action against the auto repair shop. This could include suspending or revoking their registration and/or imposing fines. The administrative law judge presiding at the hearing could offer the shop the option of paying you restitution in exchange for a shorter suspension period or lower fine. ", + "What is the Repair Shop Act?", + "The act helps consumers get back thousands of dollars every year through mediation and restitution.", + "Where can I find information about the NYS Lemon Law complaint?", + "You can find information about this on our website under Lemon Law Complaints." + ] + }, + { + "input": "[\"What happens if I don't comply with the restrictions?\", 'Thanks for the information. Are the restrictions on a junior driver license affected by what region I drive in?', 'In addition to a junior learner permit, junior driver license classes DJ, MJ, and DJMJ are restricted under the Graduated License Law.', 'I have questions about the driving restrictions for people under 18.', 'What junior driver license classes are restricted under the Graduated License Law?', \"No, that's okay.\", 'No, it will vary.', 'Will there be one specific region of New York that you will be driving in?', 'Are you familiar with the differences between a junior learner permit and a junior driver license?', 'Yes, I know the differences.', \"Okay. In case you weren't aware, a driver who has a learner permit can only drive when supervised.\", 'Your driving privileges will vary depending on which region of New York you will be driving in. Would you like to see a Map of Regions?', 'Yes. Some regions within New York will allow a young driver who holds a junior driver license to drive unsupervised.', 'You run the risk of having your learner permit suspended or revoked for 60 days.', 'I can help you with that. The restrictions you are referring to were put in place by the Graduated License Law specifically for drivers under 18 who have a learner permit.']", + "output": [ + "I have questions about the driving restrictions for people under 18.", + "I can help you with that. The restrictions you are referring to were put in place by the Graduated License Law specifically for drivers under 18 who have a learner permit.", + "What happens if I don't comply with the restrictions?", + "You run the risk of having your learner permit suspended or revoked for 60 days.", + "What junior driver license classes are restricted under the Graduated License Law?", + "In addition to a junior learner permit, junior driver license classes DJ, MJ, and DJMJ are restricted under the Graduated License Law.", + "Will there be one specific region of New York that you will be driving in?", + "No, it will vary.", + "Your driving privileges will vary depending on which region of New York you will be driving in. Would you like to see a Map of Regions?", + "No, that's okay.", + "Are you familiar with the differences between a junior learner permit and a junior driver license?", + "Yes, I know the differences.", + "Okay. In case you weren't aware, a driver who has a learner permit can only drive when supervised.", + "Thanks for the information. Are the restrictions on a junior driver license affected by what region I drive in?", + "Yes. Some regions within New York will allow a young driver who holds a junior driver license to drive unsupervised." + ] + }, + { + "input": "['Registrations are extended for up to 60 days from return to NY State. This extension applies only to vehicles registered to military personnel. He would need to show proof of military service or separation. ', 'What happens if my son has a lapse of insurance coverage during his period of active duty? ', 'If you have any additional questions, you can contact the DMV Call Center. ', 'He is required to maintain continuous coverage or to surrender his plates before any deployments. ', 'Are you entering into the military? ', 'Is there another resource I could use to get more information? ', \"if my son's license is valid now, what will happen if it expires while he is in the military? \", 'Is he unable to ensure that he will maintain continuous coverage or to surrender his plates now, before he departs for basic training? ', 'I am not. I am actually asking for my son who will be leaving for basic training next month. ', 'Basic training is not a deployment. The DMV does have a procedure in place to exempt military personnel from the requirements, however the procedure pertains to returning from deployment. ', 'That is correct. He is unable to pay forward enough on his policy to ensure it would give him continuous coverage for the period he will be gone and he is unable to get to the DMV during business hours to surrender the plates at this time. ', 'If his NY State license was valid at any time during his military service, his license will be able to be renewed. ', 'What would happen if his NY State registration would expire while he is on active duty? ', 'Am I required to notify DMV of my entry into the military? ']", + "output": [ + "Am I required to notify DMV of my entry into the military? ", + "Are you entering into the military? ", + "I am not. I am actually asking for my son who will be leaving for basic training next month. ", + "if my son's license is valid now, what will happen if it expires while he is in the military? ", + "If his NY State license was valid at any time during his military service, his license will be able to be renewed. ", + "What happens if my son has a lapse of insurance coverage during his period of active duty? ", + "He is required to maintain continuous coverage or to surrender his plates before any deployments. ", + "Is he unable to ensure that he will maintain continuous coverage or to surrender his plates now, before he departs for basic training? ", + "That is correct. He is unable to pay forward enough on his policy to ensure it would give him continuous coverage for the period he will be gone and he is unable to get to the DMV during business hours to surrender the plates at this time. ", + "Basic training is not a deployment. The DMV does have a procedure in place to exempt military personnel from the requirements, however the procedure pertains to returning from deployment. ", + "What would happen if his NY State registration would expire while he is on active duty? ", + "Registrations are extended for up to 60 days from return to NY State. This extension applies only to vehicles registered to military personnel. He would need to show proof of military service or separation. ", + "Is there another resource I could use to get more information? ", + "If you have any additional questions, you can contact the DMV Call Center. " + ] + }, + { + "input": "['currently out of state?', 'and all vehicles need inspection?', 'What if there is no inspection tag?', 'and when do inspections expire?', 'And what other inspections should the vehicle have?', 'Most vehicles must also obtain an emissions inspection or a diesel emissions inspection at the time of the safety inspection....', 'do not', 'What if I have an inspection of the previous applicant, does it work?', 'An inspection issued to the previous applicant is invalid.', \"Hi, I'm not currently in New York City. How do I get an extension, I need it\", 'A valid inspection tag must be displayed on your vehicle. Inspections expire on the last day of the month marked on the inspection label.', 'Yes, all vehicles registered in New York State must obtain a safety inspection at a DMV - licensed from the inspection station every 12 months, when vehicle ownership is transferred.', 'If there is no inspection tag, the fine is between $ 50 and $ 100. A mandatory state surcharge of $ 88 $ 93 is added to the fine in city and town courts.']", + "output": [ + "Hi, I'm not currently in New York City. How do I get an extension, I need it", + "currently out of state?", + "do not", + "and all vehicles need inspection?", + "Yes, all vehicles registered in New York State must obtain a safety inspection at a DMV - licensed from the inspection station every 12 months, when vehicle ownership is transferred.", + "What if there is no inspection tag?", + "If there is no inspection tag, the fine is between $ 50 and $ 100. A mandatory state surcharge of $ 88 $ 93 is added to the fine in city and town courts.", + "And what other inspections should the vehicle have?", + "Most vehicles must also obtain an emissions inspection or a diesel emissions inspection at the time of the safety inspection....", + "What if I have an inspection of the previous applicant, does it work?", + "An inspection issued to the previous applicant is invalid.", + "and when do inspections expire?", + "A valid inspection tag must be displayed on your vehicle. Inspections expire on the last day of the month marked on the inspection label." + ] + }, + { + "input": "['Is the sticker still usable?', 'I bought my new car from a private seller.', 'I will give them a call. What should I do if my inspection sticker falls off?', 'What is checked during an inspection?', 'I am going to give you the phone number to call, 518-486-9786.', 'Was the private seller registered with the New York State DMV?', 'Ok, I will check that out. Can I renew my registration before I get a New York State inspection?', 'No, not that I know of.', 'We have a brochure \"New York State Vehicle Safety / Emissions Inspection Program for Cars and Light Trucks [ 3 ] C-50\" and it lists all the equipment we check.', 'Clear tape works great to reattach it to the windshield.', \"It isn't an issue, my sticker didn't fall off. I was just wondering.\"]", + "output": [ + "I bought my new car from a private seller.", + "Was the private seller registered with the New York State DMV?", + "No, not that I know of.", + "What is checked during an inspection?", + "We have a brochure \"New York State Vehicle Safety / Emissions Inspection Program for Cars and Light Trucks [ 3 ] C-50\" and it lists all the equipment we check.", + "Ok, I will check that out. Can I renew my registration before I get a New York State inspection?", + "I am going to give you the phone number to call, 518-486-9786.", + "I will give them a call. What should I do if my inspection sticker falls off?", + "Clear tape works great to reattach it to the windshield.", + "Is the sticker still usable?", + "It isn't an issue, my sticker didn't fall off. I was just wondering." + ] + }, + { + "input": "['do not', \"If your vehicle's inspection tag has expired in the past 60 days, you may be fined $ 25 to $ 50.\", 'Inspection stations electronically send a record of all emissions inspections to the DMV.', 'Yes, A parked vehicle without an inspection tag, or with an expired inspection tag, may receive a parking ticket.', 'If there is no inspection tag, the fine is between $ 50 and $ 100. A mandatory state surcharge of $ 88 $ 93 is added to the fine in city and town courts.', \"yes i don't have the inspection tag\", 'You can have your vehicle re-inspected or you can request a replacement sticker using the PDF VS-118 Replacement Inspection Sticker Request Form. Complete the form and mail it to the address on the form.', 'and where do the inspections go?', \"If my vehicle's inspection tag has expired, will I be fined?\", 'hi I need to replace the inspection tag', 'Did your inspection tag expire more than 60 days ago?', 'and can you even receive it in the parking lot?', 'do you have the inspection label?']", + "output": [ + "hi I need to replace the inspection tag", + "You can have your vehicle re-inspected or you can request a replacement sticker using the PDF VS-118 Replacement Inspection Sticker Request Form. Complete the form and mail it to the address on the form.", + "If my vehicle's inspection tag has expired, will I be fined?", + "If your vehicle's inspection tag has expired in the past 60 days, you may be fined $ 25 to $ 50.", + "and where do the inspections go?", + "Inspection stations electronically send a record of all emissions inspections to the DMV.", + "Did your inspection tag expire more than 60 days ago?", + "do not", + "do you have the inspection label?", + "yes i don't have the inspection tag", + "If there is no inspection tag, the fine is between $ 50 and $ 100. A mandatory state surcharge of $ 88 $ 93 is added to the fine in city and town courts.", + "and can you even receive it in the parking lot?", + "Yes, A parked vehicle without an inspection tag, or with an expired inspection tag, may receive a parking ticket." + ] + }, + { + "input": "['When does your out-of-state inspection expire?', 'Was your vehicle registered in another state that issues an inspection tag?', 'I dont know', 'Yes', 'In that case you can request an extension. First, it determines whether an expired out-of-state inspection is a violation of the law in that state.', 'In which case would I need an extension?', 'Hi, recently I moved to New York and registered my vehicle here, what about my inspection tag?', 'out of state when your inspection expires?', 'do not', 'How can I request?', 'please call 518 - 486 - 9786. we will be happy to help you']", + "output": [ + "Hi, recently I moved to New York and registered my vehicle here, what about my inspection tag?", + "Was your vehicle registered in another state that issues an inspection tag?", + "do not", + "When does your out-of-state inspection expire?", + "I dont know", + "In which case would I need an extension?", + "out of state when your inspection expires?", + "Yes", + "In that case you can request an extension. First, it determines whether an expired out-of-state inspection is a violation of the law in that state.", + "How can I request?", + "please call 518 - 486 - 9786. we will be happy to help you" + ] + }, + { + "input": "['If the inspection tag expires more than 60 days, how much is the fine?', \"and what if my vehicle's inspection tag has expired in the last 60 days\", 'Wait 14 days for the DMV to process and ship your extension decal. You will need it before returning your vehicle to New York', 'I moved to New York and registered my vehicle here. Do I need to do an inspection again?', 'You may be fined $ 25 to $ 50.', 'Was your vehicle registered in another state that issues an inspection tag?', 'and which program is in charge of this?', 'What if I leave New York and my inspection expires, what should I do?', 'I need to replace the inspection tag, how do I do it?', 'Yes', \"In that case you don't need to be inspected immediately. Your out-of-state inspection remains valid until it expires or for one year after the registration date, whichever comes first.\", 'The DMV brochure, New York State Vehicle Safety and Emissions Inspection Program for Automobiles and Light Trucks [3] C-50 lists the items of equipment reviewed during a safety inspection, and a description of the inspection of security', 'You can have your vehicle re-inspected or you can request a replacement sticker using the Request for Replacement Inspection Sticker PDF [8] VS-118 form.', 'the fine is between $ 50 and $ 100']", + "output": [ + "I moved to New York and registered my vehicle here. Do I need to do an inspection again?", + "Was your vehicle registered in another state that issues an inspection tag?", + "Yes", + "In that case you don't need to be inspected immediately. Your out-of-state inspection remains valid until it expires or for one year after the registration date, whichever comes first.", + "What if I leave New York and my inspection expires, what should I do?", + "Wait 14 days for the DMV to process and ship your extension decal. You will need it before returning your vehicle to New York", + "and which program is in charge of this?", + "The DMV brochure, New York State Vehicle Safety and Emissions Inspection Program for Automobiles and Light Trucks [3] C-50 lists the items of equipment reviewed during a safety inspection, and a description of the inspection of security", + "If the inspection tag expires more than 60 days, how much is the fine?", + "the fine is between $ 50 and $ 100", + "I need to replace the inspection tag, how do I do it?", + "You can have your vehicle re-inspected or you can request a replacement sticker using the Request for Replacement Inspection Sticker PDF [8] VS-118 form.", + "and what if my vehicle's inspection tag has expired in the last 60 days", + "You may be fined $ 25 to $ 50." + ] + }, + { + "input": "['do not', 'and what if I moved to New York and registered my vehicle here', 'How should I renew my registration before obtaining a New York State inspection?', 'Hello, I would like to know how to do the inspection if I bought a vehicle from a private seller', 'buy a vehicle from someone other than a registered dealer?', 'You will receive an inspection extension that will last 10 days from the date of registration.', 'You must obtain a vehicle inspection from New York State.', 'Yes', 'call 518 - 486 - 9786.', 'What should I do after returning my vehicle to New York State?', 'If your vehicle was registered in another state that issues an inspection tag', 'After returning your vehicle to New York State\\n write the date the vehicle returned to New York on the extension sticker\\n stick the sticker to your windshield', 'Yes', 'Are you about to finish your out-of-state inspection?']", + "output": [ + "Hello, I would like to know how to do the inspection if I bought a vehicle from a private seller", + "buy a vehicle from someone other than a registered dealer?", + "Yes", + "You will receive an inspection extension that will last 10 days from the date of registration.", + "How should I renew my registration before obtaining a New York State inspection?", + "call 518 - 486 - 9786.", + "and what if I moved to New York and registered my vehicle here", + "If your vehicle was registered in another state that issues an inspection tag", + "do not", + "Are you about to finish your out-of-state inspection?", + "Yes", + "You must obtain a vehicle inspection from New York State.", + "What should I do after returning my vehicle to New York State?", + "After returning your vehicle to New York State\n write the date the vehicle returned to New York on the extension sticker\n stick the sticker to your windshield" + ] + }, + { + "input": "['the fine is between $ 50 and $ 100.', 'You will receive an inspection extension that will last 10 days from the date of registration.', 'Inspection stations electronically send a record of all emissions inspections to the DMV.', 'Yes', 'buy a vehicle from someone other than a dealer?', 'You can have your vehicle re-inspected or you can request a replacement label using the PDF VS-118 Replacement Inspection Label Request Form. Complete the form and mail it to the address on the form.', 'All vehicles registered in New York State must obtain a safety inspection at a DMV - licensed from the inspection station\\n every 12 months\\n when vehicle ownership is transferred', 'Hello, I would like to know how I do the inspections if I bought a vehicle from a private seller', 'and who to send the inspections?', 'You may be fined $ 25 to $ 50.', 'Yes', 'If the tag cannot be used?', 'Do I need to replace the inspection tag?', \"Has your vehicle's inspection tag expired in the last 60 days?\", 'If the inspection tag expires more than 60 days?', 'Yes You can have your vehicle re-inspected or you can request a replacement sticker using the PDF VS-118 Replacement Inspection Sticker Request form. Complete the form and mail it to the address on the form.', 'When do you need a security inspection?']", + "output": [ + "Hello, I would like to know how I do the inspections if I bought a vehicle from a private seller", + "buy a vehicle from someone other than a dealer?", + "Yes", + "You will receive an inspection extension that will last 10 days from the date of registration.", + "Do I need to replace the inspection tag?", + "Yes You can have your vehicle re-inspected or you can request a replacement sticker using the PDF VS-118 Replacement Inspection Sticker Request form. Complete the form and mail it to the address on the form.", + "Has your vehicle's inspection tag expired in the last 60 days?", + "Yes", + "You may be fined $ 25 to $ 50.", + "If the tag cannot be used?", + "You can have your vehicle re-inspected or you can request a replacement label using the PDF VS-118 Replacement Inspection Label Request Form. Complete the form and mail it to the address on the form.", + "and who to send the inspections?", + "Inspection stations electronically send a record of all emissions inspections to the DMV.", + "If the inspection tag expires more than 60 days?", + "the fine is between $ 50 and $ 100.", + "When do you need a security inspection?", + "All vehicles registered in New York State must obtain a safety inspection at a DMV - licensed from the inspection station\n every 12 months\n when vehicle ownership is transferred" + ] + }, + { + "input": "[\"What would've happened if an inspection sticker wasn't issued?\", 'Yes, it was.', 'You would need to have your vehicle inspected in New York.', 'What do I do when I get my extension sticker?', 'Was your vehicle previously registered in another state that issued an inspection sticker?', 'You can apply for an extension. Be sure to first determine whether or not an expired out of state inspection is a violation of the law in that state.', 'Do not put it on the windshield of your car while you are out of state. Just keep the sticker and the instructions in your car to show an out of state police officer. Please understand that the extension sticker does not guarantee that the officer will not issue you a traffic ticket.', 'Will the extension sticker be recorded as an inspection on New York State DMV records?', 'I just moved to New York and registered my car here. I need help with understanding vehicle inspection rules.', 'No, it will not. This also means that you can not renew the registration, if there is no record of inspection within the past 12 months.', 'Great. In your case, you will not need to have your vehicle inspected again until your out of state inspection sticker expires or for one year after the registration date, whichever comes first.', 'This is done by mail. You will need to send in all required information, including your name, your current out of state mailing address, and the year and make of your vehicle.', 'What if I will be out of state when my sticker expires? ', 'How do I get an extension sticker?']", + "output": [ + "I just moved to New York and registered my car here. I need help with understanding vehicle inspection rules.", + "Was your vehicle previously registered in another state that issued an inspection sticker?", + "Yes, it was.", + "Great. In your case, you will not need to have your vehicle inspected again until your out of state inspection sticker expires or for one year after the registration date, whichever comes first.", + "What would've happened if an inspection sticker wasn't issued?", + "You would need to have your vehicle inspected in New York.", + "What if I will be out of state when my sticker expires? ", + "You can apply for an extension. Be sure to first determine whether or not an expired out of state inspection is a violation of the law in that state.", + "What do I do when I get my extension sticker?", + "Do not put it on the windshield of your car while you are out of state. Just keep the sticker and the instructions in your car to show an out of state police officer. Please understand that the extension sticker does not guarantee that the officer will not issue you a traffic ticket.", + "How do I get an extension sticker?", + "This is done by mail. You will need to send in all required information, including your name, your current out of state mailing address, and the year and make of your vehicle.", + "Will the extension sticker be recorded as an inspection on New York State DMV records?", + "No, it will not. This also means that you can not renew the registration, if there is no record of inspection within the past 12 months." + ] + }, + { + "input": "['The fine would be between $50 and $100. A mandatory state surcharge of $88 - $ 93 in town and village courts is added to the fine. You can receive a parking ticket if your vehicle is parked without an inspection sticker or with an expired inspection sticker.', 'First at all, you must to determine if an expired out-of-state inspection is a violation of law in that state.', 'Motorcycles, vehicles that are less than two model years old model year is greater than or equal to calendar year minus one, and more than 25 model years old model year is less than or equal to calendar year minus 25', \"What if I don't have the inspection sticker?\", 'Give me some info about how to replace the inspection sticker', 'No, it has not expired.', 'In that case, the fine is between $50 and $100', 'Sure. You need to order a replacement sticker using the form Request for Replacement Inspection Sticker PDF VS-118. Fill out the form and mail it to the address on the form. Inspection stations electronically send a record of all emissions inspections to the DMV', \"That's correct.\", 'Does the inspection sticker expire in more than 60 days?', \"I need an extension but I'm in Florida, not in New York. What can I do?\", \"Is your vehicle's inspection sticker expired in the last 60 days?\", 'What kind of ehicles are exempt from the emissions inspection?']", + "output": [ + "Give me some info about how to replace the inspection sticker", + "Sure. You need to order a replacement sticker using the form Request for Replacement Inspection Sticker PDF VS-118. Fill out the form and mail it to the address on the form. Inspection stations electronically send a record of all emissions inspections to the DMV", + "Is your vehicle's inspection sticker expired in the last 60 days?", + "No, it has not expired.", + "Does the inspection sticker expire in more than 60 days?", + "That's correct.", + "In that case, the fine is between $50 and $100", + "I need an extension but I'm in Florida, not in New York. What can I do?", + "First at all, you must to determine if an expired out-of-state inspection is a violation of law in that state.", + "What if I don't have the inspection sticker?", + "The fine would be between $50 and $100. A mandatory state surcharge of $88 - $ 93 in town and village courts is added to the fine. You can receive a parking ticket if your vehicle is parked without an inspection sticker or with an expired inspection sticker.", + "What kind of ehicles are exempt from the emissions inspection?", + "Motorcycles, vehicles that are less than two model years old model year is greater than or equal to calendar year minus one, and more than 25 model years old model year is less than or equal to calendar year minus 25" + ] + }, + { + "input": "['what day of the month will my inspection expire?', 'You could have your vehicle reinspected or you can order a replacement sticker.', 'You can look at the DMV brochure, New York State Vehicle Safety/Emissions Inspection Program for Cars and Light Trucks, it lists the equipment items checked during a safety inspection.', \"I need to get an extension so I don't get into problems when I'm away\", 'The inspection will expire the last day of the month punched on the inspection sticker', 'Will you be out of state when your inspection expires?', 'You can apply for an extension. You should also find out if an expired out-of-state inspection is a violation of law in the state you will be in. ', 'You can reattach it to the windshield with clear tape or a small amount of clear adhesive.', 'what if the sticker is all messed up?', 'can you also tell me what to do when an inspection sticker comes off?', 'do you have a list of what will be checked during the inspection?', 'yes']", + "output": [ + "I need to get an extension so I don't get into problems when I'm away", + "Will you be out of state when your inspection expires?", + "yes", + "You can apply for an extension. You should also find out if an expired out-of-state inspection is a violation of law in the state you will be in. ", + "what day of the month will my inspection expire?", + "The inspection will expire the last day of the month punched on the inspection sticker", + "do you have a list of what will be checked during the inspection?", + "You can look at the DMV brochure, New York State Vehicle Safety/Emissions Inspection Program for Cars and Light Trucks, it lists the equipment items checked during a safety inspection.", + "can you also tell me what to do when an inspection sticker comes off?", + "You can reattach it to the windshield with clear tape or a small amount of clear adhesive.", + "what if the sticker is all messed up?", + "You could have your vehicle reinspected or you can order a replacement sticker." + ] + }, + { + "input": "['yes, ok', 'would it be a problem if my registration expires as I am about to get my plates?', 'Would you like to know how to order your plates online?', 'Would you like to know how to order personalized plates by mail?', 'I need personalized plate info', 'no', 'no, just need info', 'If your registration is about to expire when you are getting ready to order your plates, you should renew your registration before you order personalized plates.', 'Would you like to know how to order personalized plates?', \"no, just wanted to know how to do it for when I'm ready\", 'are you ready to send in an order for personalized plates?']", + "output": [ + "I need personalized plate info", + "Would you like to know how to order personalized plates?", + "no, just need info", + "Would you like to know how to order your plates online?", + "no", + "Would you like to know how to order personalized plates by mail?", + "yes, ok", + "are you ready to send in an order for personalized plates?", + "no, just wanted to know how to do it for when I'm ready", + "would it be a problem if my registration expires as I am about to get my plates?", + "If your registration is about to expire when you are getting ready to order your plates, you should renew your registration before you order personalized plates." + ] + }, + { + "input": "['How many days will be drivers license be suspended?', 'What can I do when my license is suspended because I forgot and let my insurance lapse?', 'You will have to surrender your vehicle registration and plates and then the DMV will suspend your driver license. ', 'How should I avoid an insurance lapse?', 'There is a simple rule to go by which is no insurance, no plates; always keep your address current with the DMV; and have liability coverage from a company licensed in NYS.', 'Then it would help you to pay the optional civil penalty for the entire length of the lapse.', 'It will be suspended for the same number of days your registration is suspended.', 'What if I am eligible to pay the optional civil penalty?', 'Is your registration expired?', 'What happens if the registration suspension has been over 90 days?', 'No, my registration has not expired.']", + "output": [ + "What can I do when my license is suspended because I forgot and let my insurance lapse?", + "Is your registration expired?", + "No, my registration has not expired.", + "What if I am eligible to pay the optional civil penalty?", + "Then it would help you to pay the optional civil penalty for the entire length of the lapse.", + "What happens if the registration suspension has been over 90 days?", + "You will have to surrender your vehicle registration and plates and then the DMV will suspend your driver license. ", + "How should I avoid an insurance lapse?", + "There is a simple rule to go by which is no insurance, no plates; always keep your address current with the DMV; and have liability coverage from a company licensed in NYS.", + "How many days will be drivers license be suspended?", + "It will be suspended for the same number of days your registration is suspended." + ] + }, + { + "input": "['Do you want to immediately deliver your license plate and vehicle plates?', 'Do not drive any vehicle that is not insured .\\nyou could be arrested or ticketed\\nyour vehicle can be impounded by a law enforcement officer', ' your vehicle can be impounded by a law enforcement officer', 'If my license is suspended for a lapse of insurance, what can I do?', 'How do I avoid an insurance lapse?', ' No. The DMV will not issue a new registration if the DMV determines that the purpose of the new registration is to avoid the suspension ', 'How do I avoid an insurance lapse?', ' you must surrender your plates.\\nA driver license becomes suspended when the lapse is 91 days or more or if the time period of the lapse has not yet been determined ', ' Remember this simple rule: no insurance , no plates !\\n keep the address for your vehicle registration and driver license current with the DMV\\nhave liability coverage from a company licensed by the NYS Department of Financial Services and authorized by the NYS DMV out - of - state coverage is never acceptable on any vehicle registered in New York', 'your registration has not expired', 'If my registration is suspended for a lapse of insurance, can another person register the vehicle?', 'yes']", + "output": [ + "How do I avoid an insurance lapse?", + " Remember this simple rule: no insurance , no plates !\n keep the address for your vehicle registration and driver license current with the DMV\nhave liability coverage from a company licensed by the NYS Department of Financial Services and authorized by the NYS DMV out - of - state coverage is never acceptable on any vehicle registered in New York", + "How do I avoid an insurance lapse?", + "Do you want to immediately deliver your license plate and vehicle plates?", + "Do not drive any vehicle that is not insured .\nyou could be arrested or ticketed\nyour vehicle can be impounded by a law enforcement officer", + " your vehicle can be impounded by a law enforcement officer", + "If my license is suspended for a lapse of insurance, what can I do?", + "your registration has not expired", + "yes", + " you must surrender your plates.\nA driver license becomes suspended when the lapse is 91 days or more or if the time period of the lapse has not yet been determined ", + "If my registration is suspended for a lapse of insurance, can another person register the vehicle?", + " No. The DMV will not issue a new registration if the DMV determines that the purpose of the new registration is to avoid the suspension " + ] + }, + { + "input": "['What is an insurance lapse in New York State?', 'do not', 'I want to know if I am eligible', 'do not', 'A lapse of insurance means that there is no liability insurance coverage for a vehicle registered in New York State for a period of time.', 'Hello I need information about What can cause an insurance lapse?', 'Your insurance company must notify DMV electronically', 'if eligible, pay optional civil penalty for the entire period', \"do you want to reset your driver's license?\", 'Any amount of time your vehicle is registered but not insured can cause a lapse in your insurance coverage. An insurance gap may occur between the date your insurance is canceled and the date', 'What happens if my insurance is canceled or reinstated, or if I get new insurance?', 'your registration suspension period is more than 90 days?']", + "output": [ + "Hello I need information about What can cause an insurance lapse?", + "Any amount of time your vehicle is registered but not insured can cause a lapse in your insurance coverage. An insurance gap may occur between the date your insurance is canceled and the date", + "your registration suspension period is more than 90 days?", + "do not", + "do you want to reset your driver's license?", + "do not", + "What is an insurance lapse in New York State?", + "A lapse of insurance means that there is no liability insurance coverage for a vehicle registered in New York State for a period of time.", + "I want to know if I am eligible", + "if eligible, pay optional civil penalty for the entire period", + "What happens if my insurance is canceled or reinstated, or if I get new insurance?", + "Your insurance company must notify DMV electronically" + ] + }, + { + "input": "[\"How much do I have to pay to reinstate my driver's license?\", 'and where can I find the application?', 'Your registration has not expired?', \"you must turn in your plates. A driver's license is suspended when the lapse is 91 days or more or if the lapse time period has not yet been determined.\", \"Remember this simple rule: no insurance, no plates!\\n keep your vehicle's mailing address and valid driver's license with the DMV\\n they have liability coverage from a company licensed by the New York State Department of Financial Services and licensed by the New York State DMV. Out-of-state coverage is never acceptable on any vehicle registered in New York\", 'yes, you must turn in your plates.', 'and should I deliver the plates?', 'Form FS-2 is only available at a local DMV office', 'How do I avoid a lapse of insurance?', 'Yes', 'must pay DMV a license suspension fee of $ 50', 'hello If my license is suspended for an insurance period, what can I do?']", + "output": [ + "hello If my license is suspended for an insurance period, what can I do?", + "Your registration has not expired?", + "Yes", + "you must turn in your plates. A driver's license is suspended when the lapse is 91 days or more or if the lapse time period has not yet been determined.", + "and should I deliver the plates?", + "yes, you must turn in your plates.", + "How do I avoid a lapse of insurance?", + "Remember this simple rule: no insurance, no plates!\n keep your vehicle's mailing address and valid driver's license with the DMV\n they have liability coverage from a company licensed by the New York State Department of Financial Services and licensed by the New York State DMV. Out-of-state coverage is never acceptable on any vehicle registered in New York", + "How much do I have to pay to reinstate my driver's license?", + "must pay DMV a license suspension fee of $ 50", + "and where can I find the application?", + "Form FS-2 is only available at a local DMV office" + ] + }, + { + "input": "['Your registration has not expired?', 'Form FS-2 is only available at a local DMV office.', 'and where do I get the FS-2 form?', 'pay the optional civil penalty for the entire period', 'and if my insurance expires, what can happen?', 'Yes', 'The DMV will not issue a record to any person unless that person makes an affidavit on Form FS-2. The statement certifies that the purpose of the application is not to avoid the results of the current suspension. The local DMV office determines if the request will be accepted or rejected.', 'hello If my license is suspended for an insurance period, what can I do?', 'If I am suspended, what do I do?', 'Can someone else register the vehicle?', \"If your registration has not expired, you must turn in your plates. A driver's license is suspended when the lapse is 91 days or more or if the lapse time period has not yet been determined.\", \"In that case the DMV can suspend your registration and driver's license.\"]", + "output": [ + "hello If my license is suspended for an insurance period, what can I do?", + "Your registration has not expired?", + "Yes", + "If your registration has not expired, you must turn in your plates. A driver's license is suspended when the lapse is 91 days or more or if the lapse time period has not yet been determined.", + "Can someone else register the vehicle?", + "The DMV will not issue a record to any person unless that person makes an affidavit on Form FS-2. The statement certifies that the purpose of the application is not to avoid the results of the current suspension. The local DMV office determines if the request will be accepted or rejected.", + "and if my insurance expires, what can happen?", + "In that case the DMV can suspend your registration and driver's license.", + "and where do I get the FS-2 form?", + "Form FS-2 is only available at a local DMV office.", + "If I am suspended, what do I do?", + "pay the optional civil penalty for the entire period" + ] + }, + { + "input": "['If my vehicle does not have insurance and is involved in a traffic accident?', 'the DMV can suspend your registration and driver license', 'the DMV will revoke your driver license and vehicle registration for at least one year', 'yes', 'your new insurance begins', ' An insurance lapse means that there is no liability insurance coverage for a vehicle registered in New York State for a period of time', 'What can cause an insurance lapse?', ' Any amount of time that your vehicle is registered but not insured can cause a lapse in your insurance coverage . An insurance lapse can occur between the date your insurance is cancelled and the date', 'What is an insurance lapse in New York State?', 'what are the characteristics?', 'Do you have an insurance expiration for your registered vehicle?', 'Your insurance company must notify the DMV electronically if', ' What happens if my insurance is cancelled or reinstated, or I get new insurance?']", + "output": [ + "What is an insurance lapse in New York State?", + " An insurance lapse means that there is no liability insurance coverage for a vehicle registered in New York State for a period of time", + "Do you have an insurance expiration for your registered vehicle?", + "yes", + "the DMV can suspend your registration and driver license", + "What can cause an insurance lapse?", + " Any amount of time that your vehicle is registered but not insured can cause a lapse in your insurance coverage . An insurance lapse can occur between the date your insurance is cancelled and the date", + "what are the characteristics?", + "your new insurance begins", + "If my vehicle does not have insurance and is involved in a traffic accident?", + "the DMV will revoke your driver license and vehicle registration for at least one year", + " What happens if my insurance is cancelled or reinstated, or I get new insurance?", + "Your insurance company must notify the DMV electronically if" + ] + }, + { + "input": "['Good afternoon. Need some information about avoiding an insurance lapse.', \"Don't mind me on that last thing. What could happen if i'm already suspended?\", 'For that, you need to keep the address for your vehicle registration and driver license current with the DMV. Plus, you also need to keep liability coverage from a company with license by NYS Department of Financial Services and authorized by the NYS DMV.', 'Is your registration still valid?', 'Then, as said before in other questions, you must surrender your plates to the DMV or pay the optional civil penalty for the entire length of the lapse. Of course, that last thing is in case you are eligible for that.', 'O.k, thanks. Now, what can you tell me if I happen to not count with a valid auto liability insurance coverage for my vehicle?', 'No, it already expired.', 'What can i do then, in case that happens?', 'Absolutely not. If your intention is to avoid the imposed suspension, the DMV will found that out and will not issue a new registration.', \"Umm, that's rough, but i guess is your procedure. Say, someone else can register my vehicle if my registration is suspended, right?\", 'If you have that situation, you must inmediately surrender your registration and vehicle plates.']", + "output": [ + "Good afternoon. Need some information about avoiding an insurance lapse.", + "For that, you need to keep the address for your vehicle registration and driver license current with the DMV. Plus, you also need to keep liability coverage from a company with license by NYS Department of Financial Services and authorized by the NYS DMV.", + "O.k, thanks. Now, what can you tell me if I happen to not count with a valid auto liability insurance coverage for my vehicle?", + "If you have that situation, you must inmediately surrender your registration and vehicle plates.", + "Umm, that's rough, but i guess is your procedure. Say, someone else can register my vehicle if my registration is suspended, right?", + "Absolutely not. If your intention is to avoid the imposed suspension, the DMV will found that out and will not issue a new registration.", + "What can i do then, in case that happens?", + "Is your registration still valid?", + "No, it already expired.", + "Don't mind me on that last thing. What could happen if i'm already suspended?", + "Then, as said before in other questions, you must surrender your plates to the DMV or pay the optional civil penalty for the entire length of the lapse. Of course, that last thing is in case you are eligible for that." + ] + }, + { + "input": "['Is your registration NOT expired?', 'In that case you have a choice.', 'The registration suspension will last for the same number of days that your vehicle was registered in New York without auto liability coverage. ', 'Then you must surrender your vehicle registration and plates. The DMV will also suspend your driver license. Your driver license will be suspended for the same number of days as your registration suspension.', 'I see. And how long does a suspension usually last?', \"But what if I'm suspended?\", 'You can pay the optional civil penalty for the entire length of the lapse.', 'I need some guidance on what to do if my license is suspended. I really have to rely on it for work.', 'In that case, you must surrender your plates. A driver license becomes suspended when the lapse is 91 days or more or if the time period of the lapse has not yet been determined.', \"Yes, my registration hasn't expired yet.\", \"I don't want want to surrender my plates, so what other option is there?\", 'What if the suspension of my registration takes more than 90 days?']", + "output": [ + "I need some guidance on what to do if my license is suspended. I really have to rely on it for work.", + "Is your registration NOT expired?", + "Yes, my registration hasn't expired yet.", + "In that case, you must surrender your plates. A driver license becomes suspended when the lapse is 91 days or more or if the time period of the lapse has not yet been determined.", + "But what if I'm suspended?", + "In that case you have a choice.", + "I don't want want to surrender my plates, so what other option is there?", + "You can pay the optional civil penalty for the entire length of the lapse.", + "What if the suspension of my registration takes more than 90 days?", + "Then you must surrender your vehicle registration and plates. The DMV will also suspend your driver license. Your driver license will be suspended for the same number of days as your registration suspension.", + "I see. And how long does a suspension usually last?", + "The registration suspension will last for the same number of days that your vehicle was registered in New York without auto liability coverage. " + ] + }, + { + "input": "['You can figure it out by when the plate were reported lost/stolen/confiscated; or the registration expires.', 'Can another person register the vehicle if my registration is suspended for a lapse of insurance?', 'Always remember that if you have no insurance you have no plates and keep your address up to date for your vehicle registration and driver license with the DMV.', 'You then have to surrender your plates.', 'Do you have valid auto liability insurance coverage?', 'No, the DMV will not issue new registration if they determine that the purpose of the new registration is to avoid the suspension.', 'Has your registration expired?', 'How can I determine the lapse period?', 'What can I do when my license is suspended for a lapse of insurance?', 'Yes, it has expired.', 'How is it possible to avoid an lapse in insurance?', 'Yes, I have valid auto liability insurance coverage for my vehicle.', 'It is a good thing you have valid liability coverage because otherwise you would have to surrender your registration and vehicle plates.']", + "output": [ + "How is it possible to avoid an lapse in insurance?", + "Always remember that if you have no insurance you have no plates and keep your address up to date for your vehicle registration and driver license with the DMV.", + "Do you have valid auto liability insurance coverage?", + "Yes, I have valid auto liability insurance coverage for my vehicle.", + "It is a good thing you have valid liability coverage because otherwise you would have to surrender your registration and vehicle plates.", + "How can I determine the lapse period?", + "You can figure it out by when the plate were reported lost/stolen/confiscated; or the registration expires.", + "What can I do when my license is suspended for a lapse of insurance?", + "Has your registration expired?", + "Yes, it has expired.", + "You then have to surrender your plates.", + "Can another person register the vehicle if my registration is suspended for a lapse of insurance?", + "No, the DMV will not issue new registration if they determine that the purpose of the new registration is to avoid the suspension." + ] + }, + { + "input": "['No problem. In first place, remember you must have insurance or else you can get into trouble with your plates. Besides, you must keep the address for your vehicle registration and driver license current with the DMV, plus have liability coverage from a company licensed by NYS Department of Financial Services and authorized by the NYS DMV.', \"I sincerely hope you can. Regarding your question, sorry but that answer is no. DMV won't issue a new registration if some kind of attempt for avoiding suspensions is detected.\", 'Do you have or not, a valid auto liability insurance coverage for your vehicle?', \"I'll do my best to not get into that, i can assure you. hey, by the way, If i can't do my vehicle's registration because this insurance problem, can anyone else do the reg?\", 'You must then take some action.', \"No, i don't have one.\", \"I hope you don't get that situation, but if you do, you'll get your driver license and vehicle registration revoked for at least one year. so you better watch out on that..\", 'And if i get suspended?', \"Well, there's a possibility, but only if you're eligible. If that's the case, you can just pay the optional civil penalty for the entire length of the lapse suspended.\", \"Hi good morning, I'm having some insurance lapsing, Can you help me on that?\", 'And there is no chance to remove that suspension?', \"O.k, i'll wait but meanwhile, Can you tell me what could happen if by any chance i get involved in an accident while i'm not covered?\"]", + "output": [ + "Hi good morning, I'm having some insurance lapsing, Can you help me on that?", + "No problem. In first place, remember you must have insurance or else you can get into trouble with your plates. Besides, you must keep the address for your vehicle registration and driver license current with the DMV, plus have liability coverage from a company licensed by NYS Department of Financial Services and authorized by the NYS DMV.", + "Do you have or not, a valid auto liability insurance coverage for your vehicle?", + "No, i don't have one.", + "O.k, i'll wait but meanwhile, Can you tell me what could happen if by any chance i get involved in an accident while i'm not covered?", + "I hope you don't get that situation, but if you do, you'll get your driver license and vehicle registration revoked for at least one year. so you better watch out on that..", + "I'll do my best to not get into that, i can assure you. hey, by the way, If i can't do my vehicle's registration because this insurance problem, can anyone else do the reg?", + "I sincerely hope you can. Regarding your question, sorry but that answer is no. DMV won't issue a new registration if some kind of attempt for avoiding suspensions is detected.", + "And there is no chance to remove that suspension?", + "Well, there's a possibility, but only if you're eligible. If that's the case, you can just pay the optional civil penalty for the entire length of the lapse suspended.", + "And if i get suspended?", + "You must then take some action." + ] + }, + { + "input": "['and what documents do you require?', 'Do you have a website that I can visit?', 'You can get a REAL ID at any time, but you must go to a DMV office. You cannot obtain a REAL ID online, by phone, or by mail.', 'There is no additional cost to obtain a REAL ID. All normal transaction fees still apply.', 'Proof of identity, such as a valid license, birth certificate, or passport, with your full name, middle name if applicable, and last name. This name,', 'do you want to know what documents should be included', 'Hi, I got the news that the New York State DMV started issuing REAL ID licenses, permits, and ID cards on October 30, 2017. How do I get mine?', 'And does a normal one have any cost?', \"If you want to apply for an improved driver's license or an improved identification card, there is an additional fee of $ 30\", 'no thanks', \"Effective October 1, 2020, the federal government will require your REAL ID, driver's license, permit, or ID card to comply with REAL ID if you wish to use it as identification to board a domestic flight within the US. Or enter military bases and certain federal facilities.\", 'Why should I acquire the real ID?', \"can I apply for an improved driver's license?\", 'Visit www.dhs.gov for more REAL ID information.']", + "output": [ + "Hi, I got the news that the New York State DMV started issuing REAL ID licenses, permits, and ID cards on October 30, 2017. How do I get mine?", + "You can get a REAL ID at any time, but you must go to a DMV office. You cannot obtain a REAL ID online, by phone, or by mail.", + "do you want to know what documents should be included", + "no thanks", + "Why should I acquire the real ID?", + "Effective October 1, 2020, the federal government will require your REAL ID, driver's license, permit, or ID card to comply with REAL ID if you wish to use it as identification to board a domestic flight within the US. Or enter military bases and certain federal facilities.", + "and what documents do you require?", + "Proof of identity, such as a valid license, birth certificate, or passport, with your full name, middle name if applicable, and last name. This name,", + "can I apply for an improved driver's license?", + "If you want to apply for an improved driver's license or an improved identification card, there is an additional fee of $ 30", + "And does a normal one have any cost?", + "There is no additional cost to obtain a REAL ID. All normal transaction fees still apply.", + "Do you have a website that I can visit?", + "Visit www.dhs.gov for more REAL ID information." + ] + }, + { + "input": "['Yes it can be used for identification, boarding a plane for domestic and international flights, and also for entry into a federal building or military base.', 'If I want one what documentation do I need to show?', 'For that there is an additional $ 30 fee.', \"What is an enhanced driver's license? Is it good for flying?\", 'There is a guide that shows what proofs and how to obtain them. Would you like to find out about that?', 'Yes an Enhanced driver license and valid U.S. Passport are already REAL ID compliant and can be used to board a flight.', 'The TSA does not currently require children under 18 years old to provide identification when traveling with a companion within the United States. The companion will need acceptable identification though.', \"So it's interchangeable with this Enhanced driver license?\", 'Would you like to apply for an Enhanced Driver License or Enhanced ID Card?', 'Yes does that cost something?', 'There is no additional cost for getting a REAL ID and the normal transaction fees still apply.', \"Yes I would like info on the cost of augmenting my driver's license.\", 'Do my kids need identification when they are travelling with me?', 'Yes they are both REAL ID compliant and can be used to board a flight.', \"Isn't a passport good enough to board a plane?\"]", + "output": [ + "Yes I would like info on the cost of augmenting my driver's license.", + "There is no additional cost for getting a REAL ID and the normal transaction fees still apply.", + "Would you like to apply for an Enhanced Driver License or Enhanced ID Card?", + "Yes does that cost something?", + "For that there is an additional $ 30 fee.", + "What is an enhanced driver's license? Is it good for flying?", + "Yes an Enhanced driver license and valid U.S. Passport are already REAL ID compliant and can be used to board a flight.", + "If I want one what documentation do I need to show?", + "There is a guide that shows what proofs and how to obtain them. Would you like to find out about that?", + "Isn't a passport good enough to board a plane?", + "Yes it can be used for identification, boarding a plane for domestic and international flights, and also for entry into a federal building or military base.", + "So it's interchangeable with this Enhanced driver license?", + "Yes they are both REAL ID compliant and can be used to board a flight.", + "Do my kids need identification when they are travelling with me?", + "The TSA does not currently require children under 18 years old to provide identification when traveling with a companion within the United States. The companion will need acceptable identification though." + ] + }, + { + "input": "['not', 'The application process also requires the DMV to take a new photo', ' A REAL ID is optional and is not needed for the following : Being licensed to drive and Voting or registering to vote', 'Learn more about Enhanced , REAL ID and Standard documents', 'you do not want a REAL ID or Enhanced document?', 'If I have a US passport', 'it can be used for identification , boarding a plane for domestic and international flights , and entry into a federal building or military base', 'What REAL ID means to you', 'Enhanced driver license , permit , or non - driver ID [ 1 ] and valid U.S. Passport are already REAL ID compliant and can be used to board a flight ', 'how Getting a REAL ID is mandatory but is encouraged?', 'how is the sample of improved license', 'which for a REAL ID', 'what should i bring to the office', 'There is no additional cost to get a REAL ID . ] All normal transaction fees still apply ']", + "output": [ + "how Getting a REAL ID is mandatory but is encouraged?", + " A REAL ID is optional and is not needed for the following : Being licensed to drive and Voting or registering to vote", + "you do not want a REAL ID or Enhanced document?", + "not", + "If I have a US passport", + "it can be used for identification , boarding a plane for domestic and international flights , and entry into a federal building or military base", + "how is the sample of improved license", + "Learn more about Enhanced , REAL ID and Standard documents", + "what should i bring to the office", + "The application process also requires the DMV to take a new photo", + "What REAL ID means to you", + "Enhanced driver license , permit , or non - driver ID [ 1 ] and valid U.S. Passport are already REAL ID compliant and can be used to board a flight ", + "which for a REAL ID", + "There is no additional cost to get a REAL ID . ] All normal transaction fees still apply " + ] + }, + { + "input": "[\"How much does one have to pay for this REAL ID I've been hearing about?\", 'Can I apply for a REAL ID online?', 'There is no additional cost to get a REAL ID compliant driver license, permit or ID card. All normal transaction fees still apply.', \"If I'm under 18 years old do I need a REAL ID?\", 'Yes you can learn more about Enhanced, REAL ID and Standard documents by clicking on the following number [ 7 ]', 'In terms of flying a U.S. Passport can still be used for identification, boarding a plane for domestic and international flights, and entry into a federal building or military base.', 'Do you want to apply for an Enhanced Driver License or Enhanced ID Card?', 'I might if you tell me the difference.', 'In that case there is an additional fee of $30.', 'Is there really a need to get a REAL ID if I already have a passport?', 'Can I see what a REAL ID looks like?', 'No, you can not get a REAL ID online. You will need to go to a DMV Office.', 'If you are traveling with a companion within the United States, the TSA does not currently require children under 18 years old to provide identification.']", + "output": [ + "How much does one have to pay for this REAL ID I've been hearing about?", + "There is no additional cost to get a REAL ID compliant driver license, permit or ID card. All normal transaction fees still apply.", + "Do you want to apply for an Enhanced Driver License or Enhanced ID Card?", + "I might if you tell me the difference.", + "In that case there is an additional fee of $30.", + "Is there really a need to get a REAL ID if I already have a passport?", + "In terms of flying a U.S. Passport can still be used for identification, boarding a plane for domestic and international flights, and entry into a federal building or military base.", + "Can I see what a REAL ID looks like?", + "Yes you can learn more about Enhanced, REAL ID and Standard documents by clicking on the following number [ 7 ]", + "Can I apply for a REAL ID online?", + "No, you can not get a REAL ID online. You will need to go to a DMV Office.", + "If I'm under 18 years old do I need a REAL ID?", + "If you are traveling with a companion within the United States, the TSA does not currently require children under 18 years old to provide identification." + ] + }, + { + "input": "[\"Beginning on October 1, 2020, the federal government will require that your driver's license, permit, or identification card be REAL ID-compliant if you want to use it as identification to board a domestic flight within the USA or enter military bases and certain federal facilities.\", 'Is it mandatory to obtain a REAL ID?', 'There is a difference between Sample of Enhanced, REAL ID, and Standard License?', 'Ok, the fee is an additional $30.', 'No, is optional and is not needed for the following: Being licensed to drive and Voting or registering to vote.', 'Yes, I want.', 'Do you want to apply for an Enhanced Driver License or Enhanced ID Card?', 'In that case, you must present proof issued by the court or government documenting the event that caused your name change, such as a marriage license or divorce decree.', 'How important is the REAL ID to me?', 'What if the name on my license is not the same as the name on my ID?', 'Please, I need to know the cost for a REAL ID', 'Null', 'No additional cost to get a REAL ID. All normal transaction fees still apply.']", + "output": [ + "Please, I need to know the cost for a REAL ID", + "No additional cost to get a REAL ID. All normal transaction fees still apply.", + "Do you want to apply for an Enhanced Driver License or Enhanced ID Card?", + "Yes, I want.", + "Ok, the fee is an additional $30.", + "There is a difference between Sample of Enhanced, REAL ID, and Standard License?", + "Null", + "What if the name on my license is not the same as the name on my ID?", + "In that case, you must present proof issued by the court or government documenting the event that caused your name change, such as a marriage license or divorce decree.", + "How important is the REAL ID to me?", + "Beginning on October 1, 2020, the federal government will require that your driver's license, permit, or identification card be REAL ID-compliant if you want to use it as identification to board a domestic flight within the USA or enter military bases and certain federal facilities.", + "Is it mandatory to obtain a REAL ID?", + "No, is optional and is not needed for the following: Being licensed to drive and Voting or registering to vote." + ] + }, + { + "input": "['do not', 'you must bring your original social security card or W-2 with the complete SSN.', 'Learn more about Enhanced, REAL ID and standard documents', 'Hello I need information about The New York State DMV began issuing REAL ID licenses, permits and ID cards on October 30, 2017', 'Proof of identity, such as a valid license, birth certificate, or passport, with your full name, middle name if applicable, and last name.', 'You can get a REAL ID at any time, but you will have to go to a DMV office. You cannot obtain a REAL ID online, by phone, or by mail.', 'What documents should I bring to the office?', \"A REAL ID is optional and is not required for the following:\\n Have a driver's license\\n Vote or register to vote\", 'What if you have a valid New York license, permit or ID card?', 'And what is Enhanced License Sample, REAL ID and Standard?', 'and what should i bring?', 'and this real identification is mandatory in all cases?']", + "output": [ + "Hello I need information about The New York State DMV began issuing REAL ID licenses, permits and ID cards on October 30, 2017", + "You can get a REAL ID at any time, but you will have to go to a DMV office. You cannot obtain a REAL ID online, by phone, or by mail.", + "What documents should I bring to the office?", + "do not", + "and this real identification is mandatory in all cases?", + "A REAL ID is optional and is not required for the following:\n Have a driver's license\n Vote or register to vote", + "and what should i bring?", + "Proof of identity, such as a valid license, birth certificate, or passport, with your full name, middle name if applicable, and last name.", + "What if you have a valid New York license, permit or ID card?", + "you must bring your original social security card or W-2 with the complete SSN.", + "And what is Enhanced License Sample, REAL ID and Standard?", + "Learn more about Enhanced, REAL ID and standard documents" + ] + }, + { + "input": "['You can get a REAL ID at any time, but you will have to go to a DMV office. You cannot obtain a REAL ID online, by phone, or by mail.', 'Obtaining a REAL ID is mandatory but what do you recommend?', 'Currently, the TSA does not require children under the age of 18 to provide identification when traveling with a partner within the United States. The partner will need acceptable identification.', 'and how will my name appear?', 'and those under 18 can get it?', \"don't want a REAL ID document?\", 'Hello I need information about whether the New York State DMV began issuing REAL ID licenses, permits and ID cards on October 30, 2017', 'do not', \"A REAL ID is optional and is not required for the following:\\n Have a driver's license\\n Vote or register to vote\", 'and what documents should i bring to the office?', 'Proof of identity, such as a valid license, birth certificate, or passport, with your full name, middle name if applicable, and last name.', 'As it appears on your proof of identity, it will be shown on your card as required by federal law.']", + "output": [ + "Hello I need information about whether the New York State DMV began issuing REAL ID licenses, permits and ID cards on October 30, 2017", + "You can get a REAL ID at any time, but you will have to go to a DMV office. You cannot obtain a REAL ID online, by phone, or by mail.", + "and what documents should i bring to the office?", + "Proof of identity, such as a valid license, birth certificate, or passport, with your full name, middle name if applicable, and last name.", + "and those under 18 can get it?", + "Currently, the TSA does not require children under the age of 18 to provide identification when traveling with a partner within the United States. The partner will need acceptable identification.", + "Obtaining a REAL ID is mandatory but what do you recommend?", + "A REAL ID is optional and is not required for the following:\n Have a driver's license\n Vote or register to vote", + "don't want a REAL ID document?", + "do not", + "and how will my name appear?", + "As it appears on your proof of identity, it will be shown on your card as required by federal law." + ] + }, + { + "input": "['can I do all my new ID applying online?', 'do I need the new IDs to vote and drive and stuff like that?', 'There will be an additional $30 fee.', 'I need to get a real ID to travel and want to know if it costs more than a regular ID', 'I might get the enhanced ID', 'You cannot get a REAL ID online, by phone, or through mail, you will have to go to a DMV Office', 'You will have to get a duplicate before you come to the DMV', 'Yes, I will give you a link so you can see a sample of Enhanced, REAL ID, and Standard Licenses', 'There is no additional cost to get a REAL ID. All normal transaction fees still apply.', 'A REAL ID is optional and is not needed to be licensed to drive, to register to vote, or vote', \"If I can't find my Social Security card can I still get a new ID without it?\", \"but I don't need a real ID right?\", 'Will you be applying for an Enhanced Driver License or Enhanced ID Card?', 'can you show me how the different IDs look?', 'No A REAL ID is optional ']", + "output": [ + "I need to get a real ID to travel and want to know if it costs more than a regular ID", + "There is no additional cost to get a REAL ID. All normal transaction fees still apply.", + "Will you be applying for an Enhanced Driver License or Enhanced ID Card?", + "I might get the enhanced ID", + "There will be an additional $30 fee.", + "If I can't find my Social Security card can I still get a new ID without it?", + "You will have to get a duplicate before you come to the DMV", + "can you show me how the different IDs look?", + "Yes, I will give you a link so you can see a sample of Enhanced, REAL ID, and Standard Licenses", + "do I need the new IDs to vote and drive and stuff like that?", + "A REAL ID is optional and is not needed to be licensed to drive, to register to vote, or vote", + "can I do all my new ID applying online?", + "You cannot get a REAL ID online, by phone, or through mail, you will have to go to a DMV Office", + "but I don't need a real ID right?", + "No A REAL ID is optional " + ] + }, + { + "input": "[\"What if I don't want to get a REAL ID at this moment in time?\", 'The new REAL ID is optional and is not needed for either being licensed to drive or to vote or register for voting', 'You can apply for a REAL ID at any time. You need to go to a DMV office. You cannot avail of a REAL ID online, by phone or by way of mail', \"No, I'm just curious as to whether it's the law or not\", 'Are there any documents that are already REAL ID compliant?', 'If you have decided not to get a REAL ID, please be advised that any license, permit or ID card issued after October 30, 2017 will be marked Not for Federal Purposes', 'How do I get a REAL ID if I have lost my Social Security Card?', 'Is it now required by law to have a REAL ID?', 'The enhanced driver licenses, permits or non-driver IDs along with valid US Passports are already REAL ID compliant', 'How do I go about getting a REAL ID?', 'Have you decided that you do not wish to avail of a REAL ID?', 'If you have mislaid your Social Security Card, you must get a replacement card before applying for a REAL ID. Further information on how to get a duplicate card is available on the Social Security Administration website.']", + "output": [ + "Is it now required by law to have a REAL ID?", + "The new REAL ID is optional and is not needed for either being licensed to drive or to vote or register for voting", + "Have you decided that you do not wish to avail of a REAL ID?", + "No, I'm just curious as to whether it's the law or not", + "How do I go about getting a REAL ID?", + "You can apply for a REAL ID at any time. You need to go to a DMV office. You cannot avail of a REAL ID online, by phone or by way of mail", + "Are there any documents that are already REAL ID compliant?", + "The enhanced driver licenses, permits or non-driver IDs along with valid US Passports are already REAL ID compliant", + "How do I get a REAL ID if I have lost my Social Security Card?", + "If you have mislaid your Social Security Card, you must get a replacement card before applying for a REAL ID. Further information on how to get a duplicate card is available on the Social Security Administration website.", + "What if I don't want to get a REAL ID at this moment in time?", + "If you have decided not to get a REAL ID, please be advised that any license, permit or ID card issued after October 30, 2017 will be marked Not for Federal Purposes" + ] + }, + { + "input": "['TSA does not currently require children under 18 years old to provide identification when traveling with a companion within the United States. The companion will need acceptable identification. Please visit www.tsa.gov for more information.', 'Of course. A REAL ID is optional and is not needed for being licensed to drive or voting or registering to vote, for example.', \"Great. The thing is, I'm currently 17 years old. Is there something I should consider while I'm under 18 years of age?\", 'I thought so. And what if I have a U.S. passport?', 'TSA does not currently require children under 18 years old to provide identification when traveling with a companion within the United States. The companion will need acceptable identification. Please visit www.tsa.gov for more information.', \"I recently married and my family name has changed. What if the name on my license doesn't match the name on my proofs?\", 'That passport can be used for identification, boarding a plane for domestic and international flights, and entry into a federal building or military base.', \"What should I consider if I'm under 18 years of age?\", 'No, I really want one.', \"I came here with a few questions a bout getting a REAL ID. It'd be great if you could answer them for me.\", 'If the name on your license, permit, or non-driver ID application does not match the name on your identity, lawful status, and social security proofs you must bring in court or government issued proof documenting the event causing your name change such as a marriage license, divorce decree, adoption or court order document.', 'Have you decided that you do not want a REAL ID or Enhanced document?']", + "output": [ + "I came here with a few questions a bout getting a REAL ID. It'd be great if you could answer them for me.", + "Of course. A REAL ID is optional and is not needed for being licensed to drive or voting or registering to vote, for example.", + "Have you decided that you do not want a REAL ID or Enhanced document?", + "No, I really want one.", + "I recently married and my family name has changed. What if the name on my license doesn't match the name on my proofs?", + "If the name on your license, permit, or non-driver ID application does not match the name on your identity, lawful status, and social security proofs you must bring in court or government issued proof documenting the event causing your name change such as a marriage license, divorce decree, adoption or court order document.", + "I thought so. And what if I have a U.S. passport?", + "That passport can be used for identification, boarding a plane for domestic and international flights, and entry into a federal building or military base.", + "Great. The thing is, I'm currently 17 years old. Is there something I should consider while I'm under 18 years of age?", + "TSA does not currently require children under 18 years old to provide identification when traveling with a companion within the United States. The companion will need acceptable identification. Please visit www.tsa.gov for more information.", + "What should I consider if I'm under 18 years of age?", + "TSA does not currently require children under 18 years old to provide identification when traveling with a companion within the United States. The companion will need acceptable identification. Please visit www.tsa.gov for more information." + ] + }, + { + "input": "['You must present your certificate to a customer or DMV employee if they ask to see it?', 'Yes, you need at least one year experience as a behind the wheel certified driving school instructor.', 'That is great that you want to teach, so the requirements are that you successfully complete a 30-hour Teaching Techniques and Methodology course a college-level course and have at least one year experience as a behind-the-wheel certified driving school instructor.', 'What if I want to teach the Pre-licensing Course?', 'When do I need to present my certificate to someone?', 'Do I need to show my certificate to a customer or DMV employee if they ask for it?', 'No, I did not pass all my tests.', 'I need to learn about my driver school instructor certificate.', 'You would be able to present it to them.', 'Did you pass all your tests?', 'Do I need experience behind the wheel as a certified driving school instructor?']", + "output": [ + "I need to learn about my driver school instructor certificate.", + "Did you pass all your tests?", + "No, I did not pass all my tests.", + "What if I want to teach the Pre-licensing Course?", + "That is great that you want to teach, so the requirements are that you successfully complete a 30-hour Teaching Techniques and Methodology course a college-level course and have at least one year experience as a behind-the-wheel certified driving school instructor.", + "Do I need to show my certificate to a customer or DMV employee if they ask for it?", + "You would be able to present it to them.", + "Do I need experience behind the wheel as a certified driving school instructor?", + "Yes, you need at least one year experience as a behind the wheel certified driving school instructor.", + "When do I need to present my certificate to someone?", + "You must present your certificate to a customer or DMV employee if they ask to see it?" + ] + }, + { + "input": "[\"Hi, I would like to know if I have a driver's license from another country and I have a New York State learner's permit, can I drive without a supervising driver?\", \"If your driver's license is printed in any language except English, you must submit an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.\", \"Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area.\", 'Your new license will have your new temporary visitor expiration date.', 'In what language is your license printed?', 'If your temporary visitor status has been extended, you should go to a DMV office with your updated documentation from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so that you can renew your license. Your new license will have your new temporary visitor expiration date.', 'What will happen to my foreign license?', \"When you pass your driving test, you must turn in your foreign driver's license to the DMV driving test examiner. The local DMV office will destroy your foreign driver's license after 60 days.\", \"If someone has a New York State learner's permit and does not have a valid foreign driver's license, what can they do?\", 'and how long will the license last?', \"New York state law requires a supervising driver to travel with you. The supervising driver must be 21 years of age or older and must have a valid driver's license to operate the vehicle they drive.\", 'okay. and if my visit is extended what should I do?', 'Yes']", + "output": [ + "Hi, I would like to know if I have a driver's license from another country and I have a New York State learner's permit, can I drive without a supervising driver?", + "Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area.", + "In what language is your license printed?", + "Yes", + "If your driver's license is printed in any language except English, you must submit an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.", + "okay. and if my visit is extended what should I do?", + "If your temporary visitor status has been extended, you should go to a DMV office with your updated documentation from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so that you can renew your license. Your new license will have your new temporary visitor expiration date.", + "and how long will the license last?", + "Your new license will have your new temporary visitor expiration date.", + "What will happen to my foreign license?", + "When you pass your driving test, you must turn in your foreign driver's license to the DMV driving test examiner. The local DMV office will destroy your foreign driver's license after 60 days.", + "If someone has a New York State learner's permit and does not have a valid foreign driver's license, what can they do?", + "New York state law requires a supervising driver to travel with you. The supervising driver must be 21 years of age or older and must have a valid driver's license to operate the vehicle they drive." + ] + }, + { + "input": "['Are you a resident of New York State?', 'do not', 'do not', 'Yes', \"Have you applied for a New York driver's license, permit, or non-driver ID card?\", 'Are you not a citizen of the state?', 'Do you want to renew your license?', \"hello I need information about the issue of driver's licenses and Drivers from other countries\", \"As long as the DMV's temporary visitor status on file has not expired, you can renew your license online, by mail, or in an office.\", 'do not', 'do not']", + "output": [ + "hello I need information about the issue of driver's licenses and Drivers from other countries", + "Are you a resident of New York State?", + "do not", + "Have you applied for a New York driver's license, permit, or non-driver ID card?", + "do not", + "Are you not a citizen of the state?", + "do not", + "Do you want to renew your license?", + "Yes", + "As long as the DMV's temporary visitor status on file has not expired, you can renew your license online, by mail, or in an office.", + "do not" + ] + }, + { + "input": "['not', 'If i have a NY State learner permit , and not have a valid foreign driver license', ' NY State law requires a supervising driver to ride with you . The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive', 'your driver license is printed in any language except English?', 'If my Temporary Visitor status has been extended ', ' Yes. Your valid foreign driver license allows you to drive without a supervising driver . You can drive on any street , road , highway , bridge , or tunnel , except in a DMV road test area', 'you must go to a DMV office with your updated paperwork from the United States Department of Homeland Security DHS . We will update our records to show that your Temporary Visitor status has been extended so you can renew your license .', 'If i have a NY State learner permit , and not have a valid foreign driver license ', ' NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive', 'The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive', ' If I have a driver license from another country and I have a NY State learner permit, can I drive without a supervising driver?', 'I need more information']", + "output": [ + " If I have a driver license from another country and I have a NY State learner permit, can I drive without a supervising driver?", + " Yes. Your valid foreign driver license allows you to drive without a supervising driver . You can drive on any street , road , highway , bridge , or tunnel , except in a DMV road test area", + "your driver license is printed in any language except English?", + "not", + "If i have a NY State learner permit , and not have a valid foreign driver license", + " NY State law requires a supervising driver to ride with you . The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive", + "I need more information", + "The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive", + "If my Temporary Visitor status has been extended ", + "you must go to a DMV office with your updated paperwork from the United States Department of Homeland Security DHS . We will update our records to show that your Temporary Visitor status has been extended so you can renew your license .", + "If i have a NY State learner permit , and not have a valid foreign driver license ", + " NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive" + ] + }, + { + "input": "['And what information is there about Temporary Visitors and international students?', 'You must go to a DMV office with your updated documentation from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so that you can renew your license. Your new license will have your new temporary visitor expiration date.', \"Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area.\", \"What if my driver's license is printed in another language?\", 'the file has not expired?', 'do not', \"New York state law requires a supervising driver to travel with you. The supervising driver must be 21 years of age or older and must have a valid driver's license to operate the vehicle they drive.\", \"If I have a New York State learner's permit and do not have a valid foreign driver's license?\", 'What if my temporary visitor status has been extended?', 'and how do I know when they expire?', 'Yes', \"The expiration date on your DHS document is added to your New York State permit, driver's license, or non-driver identification card.\", \"Hi, I have a question. If I have a driver's license from another country and I have a New York State learner's permit, can I drive without a supervising driver?\", \"You must present an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency\"]", + "output": [ + "Hi, I have a question. If I have a driver's license from another country and I have a New York State learner's permit, can I drive without a supervising driver?", + "Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area.", + "What if my driver's license is printed in another language?", + "Yes", + "You must present an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency", + "and how do I know when they expire?", + "The expiration date on your DHS document is added to your New York State permit, driver's license, or non-driver identification card.", + "And what information is there about Temporary Visitors and international students?", + "the file has not expired?", + "do not", + "What if my temporary visitor status has been extended?", + "You must go to a DMV office with your updated documentation from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so that you can renew your license. Your new license will have your new temporary visitor expiration date.", + "If I have a New York State learner's permit and do not have a valid foreign driver's license?", + "New York state law requires a supervising driver to travel with you. The supervising driver must be 21 years of age or older and must have a valid driver's license to operate the vehicle they drive." + ] + }, + { + "input": "['As long as the Temporary Visitor status that DMV has on file is not expired you can renew your license online , through the mail or in an office', 'can you give me details on the Non citizens and types of ID\\n', 'yes', 'can you give me details of Drivers from other Countries\\n', 'do you want to renew your license?', 'not', 'not', \"Do you want a New York driver's license, permit, or non-driver ID card?\", 'I need more information', 'Are you New York State residents?', \"it's not my case\"]", + "output": [ + "can you give me details of Drivers from other Countries\n", + "Are you New York State residents?", + "not", + "Do you want a New York driver's license, permit, or non-driver ID card?", + "not", + "can you give me details on the Non citizens and types of ID\n", + "it's not my case", + "do you want to renew your license?", + "yes", + "As long as the Temporary Visitor status that DMV has on file is not expired you can renew your license online , through the mail or in an office", + "I need more information" + ] + }, + { + "input": "['Your valid Mexican driver license allows you to drive without a supervising driver.', 'will I run into any problems at the DMV if I have temporary visitor status that has been extended?', 'Yes, you will need US Department of Homeland Security documentation that supports your legal status in this country. The expiration date from your DHS document is added to your New York State driver license', \"no, I'm not going yet\", 'what if my license is expired, can I still use it and not need someone else in the car while I drive?', \"and my license will say I'm not American?\", 'what form will I need to get a license?', 'and I need my legal status papers?', 'When you are ready to renew you will have to go to a DMV office with your updated paperwork from the United States Department of Homeland Security. We will update our records to show that your Temporary Visitor status has been extended so you can renew your license. Your new license will have your new temporary visitor expiration date. ', \"your New York State driver license will have 'TEMPORARY VISITOR' on it\", 'Will you be bringing a\\xa0driver license that is printed in a language other than English to the road test?', 'If you have a NY State learner permit, and you do not have a valid foreign driver license, NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive. ', 'You will need a completed Application for Permit, Driver License or Non-Driver ID Card', 'do I need someone else in the car if I have a Mexican license and a NY learners permit?']", + "output": [ + "do I need someone else in the car if I have a Mexican license and a NY learners permit?", + "Your valid Mexican driver license allows you to drive without a supervising driver.", + "Will you be bringing a\u00a0driver license that is printed in a language other than English to the road test?", + "no, I'm not going yet", + "what if my license is expired, can I still use it and not need someone else in the car while I drive?", + "If you have a NY State learner permit, and you do not have a valid foreign driver license, NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive. ", + "will I run into any problems at the DMV if I have temporary visitor status that has been extended?", + "When you are ready to renew you will have to go to a DMV office with your updated paperwork from the United States Department of Homeland Security. We will update our records to show that your Temporary Visitor status has been extended so you can renew your license. Your new license will have your new temporary visitor expiration date. ", + "what form will I need to get a license?", + "You will need a completed Application for Permit, Driver License or Non-Driver ID Card", + "and I need my legal status papers?", + "Yes, you will need US Department of Homeland Security documentation that supports your legal status in this country. The expiration date from your DHS document is added to your New York State driver license", + "and my license will say I'm not American?", + "your New York State driver license will have 'TEMPORARY VISITOR' on it" + ] + }, + { + "input": "['No, my Temporary Visitor status is not expired.', 'Isi your Temporary Visitor status up to date with the DMV and not expired?', 'What happens when I pass my state test?', 'Absolutely, your valid foreign driver license allows you to drive without supervising driver.', 'What about temporary visitors and international students?', 'Yes, my license is in another language not English.', 'Is your license printed in any language besides English?', 'Can I drive without a supervising driver if I have a driver license from another country and have a NY State learner permit?', 'You will need to bring an International Driving Permit or a certified translation of your driver license to the road test and it must be certified by a consulate, the US Department of State, or another official agency.', 'You will need to have a supervising driver to ride with you according to NY State law and they need to be age 21 or older and have a valid drivers license to operate a vehicle.', 'You have to turn over your foreign driver license to the DMV road test examiner and they will destroy it after 60 days.', 'What if I do not have a valid foreign driver license but have a NY State learner permit?']", + "output": [ + "Can I drive without a supervising driver if I have a driver license from another country and have a NY State learner permit?", + "Absolutely, your valid foreign driver license allows you to drive without supervising driver.", + "Is your license printed in any language besides English?", + "Yes, my license is in another language not English.", + "You will need to bring an International Driving Permit or a certified translation of your driver license to the road test and it must be certified by a consulate, the US Department of State, or another official agency.", + "What about temporary visitors and international students?", + "Isi your Temporary Visitor status up to date with the DMV and not expired?", + "No, my Temporary Visitor status is not expired.", + "What if I do not have a valid foreign driver license but have a NY State learner permit?", + "You will need to have a supervising driver to ride with you according to NY State law and they need to be age 21 or older and have a valid drivers license to operate a vehicle.", + "What happens when I pass my state test?", + "You have to turn over your foreign driver license to the DMV road test examiner and they will destroy it after 60 days." + ] + }, + { + "input": "['Is your driver license printed in any language except English?', 'Then you must bring a completed application for permit and a driver license to a DMV office.', 'In that case you must go to a DMV office with your updated paperwork from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so you can renew your license. Your new license will have your new temporary visitor expiration date.', 'Your valid foreign driver license allows you to drive without a supervising driver. You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area.', 'Correct. Your valid foreign driver license allows you to drive without a supervising driver.', \"Hello there. I have a driver license from another country and a learner permit in NY. I wanted to know if I'm allowed to drive in NY, among other questions.\", \"This might be tricky, because my international drivers license is about to expire. What if I have a learner permit from NY and I don't have a valid foreign driver license?\", 'Yes, it is printed in German.', 'And what should I do if my visitor status has been extended?', 'The NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive.', 'Then you must bring an International Driving Permit or a certified translation of your driver license to the road test. The translation must be certified by a consulate, the US Department of State, or another official agency.', 'What a bummer, but no can do. So what if my visitor status is about to get extended?', \"And if my license is no longer valid and I only have a learner permit, I can't drive without restrictions anymore?\", 'Exactly. NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive.', \"Will do. But let me clear one thing up: so, as long as my foreign drivers license isn't expired I can use it to drive in NY?\"]", + "output": [ + "Hello there. I have a driver license from another country and a learner permit in NY. I wanted to know if I'm allowed to drive in NY, among other questions.", + "Your valid foreign driver license allows you to drive without a supervising driver. You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area.", + "Is your driver license printed in any language except English?", + "Yes, it is printed in German.", + "Then you must bring an International Driving Permit or a certified translation of your driver license to the road test. The translation must be certified by a consulate, the US Department of State, or another official agency.", + "This might be tricky, because my international drivers license is about to expire. What if I have a learner permit from NY and I don't have a valid foreign driver license?", + "The NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive.", + "And what should I do if my visitor status has been extended?", + "In that case you must go to a DMV office with your updated paperwork from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so you can renew your license. Your new license will have your new temporary visitor expiration date.", + "Will do. But let me clear one thing up: so, as long as my foreign drivers license isn't expired I can use it to drive in NY?", + "Correct. Your valid foreign driver license allows you to drive without a supervising driver.", + "And if my license is no longer valid and I only have a learner permit, I can't drive without restrictions anymore?", + "Exactly. NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive.", + "What a bummer, but no can do. So what if my visitor status is about to get extended?", + "Then you must bring a completed application for permit and a driver license to a DMV office." + ] + }, + { + "input": "['Of course. Are you a New York state resident?', 'Then you can drive in New York State with a valid driver license from another country. You do not need to apply for a New York State driver license, unless you become a New York State resident.', \"Do I need a NY driver license if I'm going to permanently live and work in NY?\", 'What else apart from the DHS documents do I need as a temporary visitor?', 'Yes, you need to apply for a New York State driver license if you become a New York State resident.', 'Is your Temporary Visitor status that DMV has on file not expired and do you want to renew your license online, through the mail or in an office?', 'Yes. I just moved to NY from England.', \"Hello. I'm about to work in NY, but I originally come from abroad, and I do have some questions related to driving in NY.\", 'Then you must pass a written test, complete a 5-hour pre-licensing course and pass a road test.', \"You need your New York State driver license, and a permit or non-driver ID card that has 'TEMPORARY VISITOR' on it, among a few other things.\", 'I see. What if I have a license that I need to renew?', \"No, I don't want to renew my license. I'm just asking out of curiosity.\", 'What if I want to get a New York State driver license?']", + "output": [ + "Hello. I'm about to work in NY, but I originally come from abroad, and I do have some questions related to driving in NY.", + "Of course. Are you a New York state resident?", + "Yes. I just moved to NY from England.", + "Then you can drive in New York State with a valid driver license from another country. You do not need to apply for a New York State driver license, unless you become a New York State resident.", + "What if I want to get a New York State driver license?", + "Then you must pass a written test, complete a 5-hour pre-licensing course and pass a road test.", + "I see. What if I have a license that I need to renew?", + "Is your Temporary Visitor status that DMV has on file not expired and do you want to renew your license online, through the mail or in an office?", + "No, I don't want to renew my license. I'm just asking out of curiosity.", + "What else apart from the DHS documents do I need as a temporary visitor?", + "You need your New York State driver license, and a permit or non-driver ID card that has 'TEMPORARY VISITOR' on it, among a few other things.", + "Do I need a NY driver license if I'm going to permanently live and work in NY?", + "Yes, you need to apply for a New York State driver license if you become a New York State resident." + ] + }, + { + "input": "['I see. What about temporary visitors?', 'Is your driver license printed in any language except English?', 'The translation must include all required details, such as your name, your date of birth, the expiration date of your foreign driver license, and a list of the types of vehicles that your foreign driver license allows you to drive.', 'And who exactly is defined as a temporary visitor, if I may ask?', 'What if I have a learner permit but no valid foreign driver license?', 'Is your Temporary Visitor status that DMV has on file not expired? ', 'In that case you must go to a DMV office with your updated paperwork from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so you can renew your license. Your new license will have your new temporary visitor expiration date.', 'Yes, it is not expired.', 'In that case you must bring an International Driving Permit or a certified translation of your driver license to the road test. The translation must be certified by a consulate, the US Department of State, or another official agency.', \"I'll get a translation then. Tell me, what do I have to do once my temporary visitor status has been extended?\", 'Of course. Your valid foreign driver license allows you to drive without a supervising driver. You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area.', 'Yes, it is in Chinese.', 'Hello there. I happen to own an Chinese driver license. Can you tell me if I can use it to drive in NY without a supervising driver?', 'A Temporary Visitor is defined as anyone who is not immigrating to or not residing living in the United States. These visitors have US Department of Homeland Security DHS documentation that supports their legal status in this country.', 'Say, what does the translation of my license have to include?', 'Then NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive.']", + "output": [ + "Hello there. I happen to own an Chinese driver license. Can you tell me if I can use it to drive in NY without a supervising driver?", + "Of course. Your valid foreign driver license allows you to drive without a supervising driver. You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area.", + "Is your driver license printed in any language except English?", + "Yes, it is in Chinese.", + "In that case you must bring an International Driving Permit or a certified translation of your driver license to the road test. The translation must be certified by a consulate, the US Department of State, or another official agency.", + "What if I have a learner permit but no valid foreign driver license?", + "Then NY State law requires a supervising driver to ride with you. The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive.", + "I see. What about temporary visitors?", + "Is your Temporary Visitor status that DMV has on file not expired? ", + "Yes, it is not expired.", + "Say, what does the translation of my license have to include?", + "The translation must include all required details, such as your name, your date of birth, the expiration date of your foreign driver license, and a list of the types of vehicles that your foreign driver license allows you to drive.", + "I'll get a translation then. Tell me, what do I have to do once my temporary visitor status has been extended?", + "In that case you must go to a DMV office with your updated paperwork from the United States Department of Homeland Security DHS. We will update our records to show that your Temporary Visitor status has been extended so you can renew your license. Your new license will have your new temporary visitor expiration date.", + "And who exactly is defined as a temporary visitor, if I may ask?", + "A Temporary Visitor is defined as anyone who is not immigrating to or not residing living in the United States. These visitors have US Department of Homeland Security DHS documentation that supports their legal status in this country." + ] + }, + { + "input": "['Hello there. Can you please tell me what a Snowmobile Club voucher ID is?', 'In that case you can simply skip the voucher ID number section.', 'Oh damn. Then I should attach it asap. By the way, can only residents of NY use the transaction you offer?', 'Does my snowmobile need to have a registration number plate?', 'Yes, you must be a resident of a U.S. state other than New York Canadians, you can still register your snowmobile at a DMV office or call 518-626-8989 between 8:00 a.m. 4:30 p.m. weekdays.', \"No, I don't have a voucher. But I heard about it from my neighbour and was wondering what that is.\", 'Are you a member of a NYSSA snowmobile club?', 'Do you currently have a NYSSA voucher?', \"Yes, I don't have one.\", \"No, I'm not.\", \"So you don't have a NYSSA voucher?\", 'Yes, your snowmobile must display your registration number decal, plate, or tag.']", + "output": [ + "Hello there. Can you please tell me what a Snowmobile Club voucher ID is?", + "Are you a member of a NYSSA snowmobile club?", + "No, I'm not.", + "Do you currently have a NYSSA voucher?", + "No, I don't have a voucher. But I heard about it from my neighbour and was wondering what that is.", + "So you don't have a NYSSA voucher?", + "Yes, I don't have one.", + "In that case you can simply skip the voucher ID number section.", + "Does my snowmobile need to have a registration number plate?", + "Yes, your snowmobile must display your registration number decal, plate, or tag.", + "Oh damn. Then I should attach it asap. By the way, can only residents of NY use the transaction you offer?", + "Yes, you must be a resident of a U.S. state other than New York Canadians, you can still register your snowmobile at a DMV office or call 518-626-8989 between 8:00 a.m. 4:30 p.m. weekdays." + ] + }, + { + "input": "['what if I do neither?', 'can I have avoided the suspension?', \"too late now, so I can do the hearing or the one where I don't have to show up?\", 'If you submit the affidavit you will not have to appear at the hearing', 'yes', 'You may contact the Customer Service Center and speak with a customer service specialist. Each tolling authority has a Customer Service Center and they can provide you information on your outstanding violation.', 'why do we need the hearing?', 'As the notice states you may request an in-person DMV hearing or you may request a hearing by affidavit. The Notice of Registration Suspension provides instructions on how to submit an affidavit to DMV if that is what you choose to do.', 'what are my options for a hearing on my toll problem?', \"so I can just do the affidavit on the hearing and I won't have to show up?\", 'your registration will be suspended immediately', 'what can I do next time, who do I call to pay?', 'Yes, the notice informed you that if you pay all of the tolls, fees or other charges owed to the tolling authority, or have them dismissed or transferred , the suspension will not take effect .', 'Have you received a Notice of Registration Suspension?', 'yes, you may request an in - person DMV hearing or you may request a hearing by affidavit this is a hearing on paper', 'The purpose of the hearing is to determine whether the tolling authority notified you that you failed to pay tolls, fees or other charges related to 3 or more violations of the Authority\u2019s toll collection regulations, all such violations committed within a 5-year period, or failed to pay $200 in tolls accumulated within 5 years, if the violations occurred in a commercial vehicle. At the hearing, you may NOT dispute whether you evaded a toll and/or failed to pay tolls, fees or other charges. ']", + "output": [ + "what are my options for a hearing on my toll problem?", + "Have you received a Notice of Registration Suspension?", + "yes", + "As the notice states you may request an in-person DMV hearing or you may request a hearing by affidavit. The Notice of Registration Suspension provides instructions on how to submit an affidavit to DMV if that is what you choose to do.", + "why do we need the hearing?", + "The purpose of the hearing is to determine whether the tolling authority notified you that you failed to pay tolls, fees or other charges related to 3 or more violations of the Authority\u2019s toll collection regulations, all such violations committed within a 5-year period, or failed to pay $200 in tolls accumulated within 5 years, if the violations occurred in a commercial vehicle. At the hearing, you may NOT dispute whether you evaded a toll and/or failed to pay tolls, fees or other charges. ", + "so I can just do the affidavit on the hearing and I won't have to show up?", + "If you submit the affidavit you will not have to appear at the hearing", + "can I have avoided the suspension?", + "Yes, the notice informed you that if you pay all of the tolls, fees or other charges owed to the tolling authority, or have them dismissed or transferred , the suspension will not take effect .", + "too late now, so I can do the hearing or the one where I don't have to show up?", + "yes, you may request an in - person DMV hearing or you may request a hearing by affidavit this is a hearing on paper", + "what if I do neither?", + "your registration will be suspended immediately", + "what can I do next time, who do I call to pay?", + "You may contact the Customer Service Center and speak with a customer service specialist. Each tolling authority has a Customer Service Center and they can provide you information on your outstanding violation." + ] + }, + { + "input": "['yes, I can link you to more information on the ID Card', 'If you have a Standard, it will not be accepted as proof of identification to board a domestic flight after October 1, 2021 unless you have a Passport. ', 'what do I need to do to get a regular ID Card?', 'Do you have proof that you receive SSI?', 'what is the thing that I am hearing about real IDs needed for flying now?', 'I need an ID card instead of my license and want to pay SSI prices', 'If you want to exchange in an office and keep your Standard document type, follow these steps: Complete an Application for Permit, Driver License or Non-Driver ID Card and bring your current license, application and payment', 'You will need a a completed Application for Permit, Driver License or Non-Driver ID Card and your license must be current or expired for less than 2 years. You will also need a photocopy of your proof that you receive SSI, and you will need to send in payment.', 'Do you have more info on ID cards that I can read?', 'yes I can prove it', 'Okay, you have to bring an original copy of a document that proves that you are eligible for SSI benefits.', 'how can I get an ID card by mail?']", + "output": [ + "I need an ID card instead of my license and want to pay SSI prices", + "Do you have proof that you receive SSI?", + "yes I can prove it", + "Okay, you have to bring an original copy of a document that proves that you are eligible for SSI benefits.", + "Do you have more info on ID cards that I can read?", + "yes, I can link you to more information on the ID Card", + "what do I need to do to get a regular ID Card?", + "If you want to exchange in an office and keep your Standard document type, follow these steps: Complete an Application for Permit, Driver License or Non-Driver ID Card and bring your current license, application and payment", + "what is the thing that I am hearing about real IDs needed for flying now?", + "If you have a Standard, it will not be accepted as proof of identification to board a domestic flight after October 1, 2021 unless you have a Passport. ", + "how can I get an ID card by mail?", + "You will need a a completed Application for Permit, Driver License or Non-Driver ID Card and your license must be current or expired for less than 2 years. You will also need a photocopy of your proof that you receive SSI, and you will need to send in payment." + ] + }, + { + "input": "['what the rate?', 'ok i need more information', 'have to meet the standards', 'how is the process by mail', 'If I want to exchange in an office and keep my standard document type', 'you must follow some steps', \"it's not my case\", 'Do you want to know important information?', ' You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID ', 'Learn more about Standard , REAL ID and Enhanced documents', \"How to Exchange a New York State Driver's License for a Non-Driver Identification Card\", 'REAL ID and Enhanced documents']", + "output": [ + "How to Exchange a New York State Driver's License for a Non-Driver Identification Card", + " You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID ", + "how is the process by mail", + "Do you want to know important information?", + "have to meet the standards", + "it's not my case", + "what the rate?", + "Learn more about Standard , REAL ID and Enhanced documents", + "ok i need more information", + "REAL ID and Enhanced documents", + "If I want to exchange in an office and keep my standard document type", + "you must follow some steps" + ] + }, + { + "input": "['which is the topic', 'What is the other step that I must take to exchange in an office', 'If I plan to travel?', 'follow these steps :\\n Step 1: Complete an Application for Permit , Driver License or Non - Driver ID Card PDFMV-44', 'receive SSI?', 'can you give me details of Proof of Supplemental Security Income\\n', 'not', 'ID Card', 'Step 2 : Come to an office . Bring\\nyour current license\\nyour application\\npayment', ' we recommend you come to DMV now and avoid a second office visit . Learn more about Enhanced , REAL ID and Standard documents', 'If I want to exchange in an office and keep my document type Standard']", + "output": [ + "can you give me details of Proof of Supplemental Security Income\n", + "receive SSI?", + "not", + "which is the topic", + "ID Card", + "If I want to exchange in an office and keep my document type Standard", + "follow these steps :\n Step 1: Complete an Application for Permit , Driver License or Non - Driver ID Card PDFMV-44", + "If I plan to travel?", + " we recommend you come to DMV now and avoid a second office visit . Learn more about Enhanced , REAL ID and Standard documents", + "What is the other step that I must take to exchange in an office", + "Step 2 : Come to an office . Bring\nyour current license\nyour application\npayment" + ] + }, + { + "input": "['O.K., Thanks. But I have some questions about my ID card, I want to change it. Could you help me?', 'It is possible do this process in a office?', 'I want to know, what I need to do to replace my actual driver license for a real ID?', 'You need a completed application for permit, your driver license or non-driver ID card.', 'Yes, you can do it in a office if you want to keep your standard document. For this, you need to follow some steps.', 'For hat you need to check our guide to make sure you have all the proofs of identification before you come to the DMV.', 'O.k., but, which documents do I need to send to you?', 'No, as far as I know, sorry.', 'Sure no problem. Do you have the documents to prove you have received a SSI?', 'Sure, There is no problem. Just tell us which questions do you have.', 'Hi there. I would like some help related to provide some information the security income, can you help me?']", + "output": [ + "Hi there. I would like some help related to provide some information the security income, can you help me?", + "Sure no problem. Do you have the documents to prove you have received a SSI?", + "No, as far as I know, sorry.", + "O.K., Thanks. But I have some questions about my ID card, I want to change it. Could you help me?", + "Sure, There is no problem. Just tell us which questions do you have.", + "I want to know, what I need to do to replace my actual driver license for a real ID?", + "For hat you need to check our guide to make sure you have all the proofs of identification before you come to the DMV.", + "O.k., but, which documents do I need to send to you?", + "You need a completed application for permit, your driver license or non-driver ID card.", + "It is possible do this process in a office?", + "Yes, you can do it in a office if you want to keep your standard document. For this, you need to follow some steps." + ] + }, + { + "input": "['Do you want to prove you receive SSI?', 'Will they accept my standard passport?', 'What if I want to exchange in an office and keep my standard document type?', 'As of October 1, 2020 they will not accept a standard passport and you should come to the DMV to upgrade to an Enhanced or REAL ID.', 'Then we have some steps you need to follow.', 'Yes, I need to prove I receive SSI.', 'You will be able to use a standard passport up until October, 2020.', 'Please bring in one of the original documents not photocopied to the DMV.', 'Yes look under the topic ID Card.', 'Is there a topic I can locate online?', 'What if I do not have a Enhanced or REAL ID?', 'How do I provide proof of my SSI?']", + "output": [ + "How do I provide proof of my SSI?", + "Do you want to prove you receive SSI?", + "Yes, I need to prove I receive SSI.", + "Please bring in one of the original documents not photocopied to the DMV.", + "What if I want to exchange in an office and keep my standard document type?", + "Then we have some steps you need to follow.", + "Is there a topic I can locate online?", + "Yes look under the topic ID Card.", + "Will they accept my standard passport?", + "As of October 1, 2020 they will not accept a standard passport and you should come to the DMV to upgrade to an Enhanced or REAL ID.", + "What if I do not have a Enhanced or REAL ID?", + "You will be able to use a standard passport up until October, 2020." + ] + }, + { + "input": "[' You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID .', 'you want to exchange in an office and keep your Standard document type?', 'you receive SSI?', 'not', 'what is this topic', 'how Exchange a NY State driver license for a non-driver ID card?', 'ID Card', ' Complete this guide to make sure you have the proofs of identification you need before you come to DMV . Select the \" Replace , Renew , or Change my existing NY State License / ID to REAL ID or Enhanced \" option .', 'what should i complete?', 'for that you must follow some steps', 'explain me first']", + "output": [ + "how Exchange a NY State driver license for a non-driver ID card?", + "you receive SSI?", + "not", + "you want to exchange in an office and keep your Standard document type?", + "for that you must follow some steps", + "explain me first", + " You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID .", + "what is this topic", + "ID Card", + "what should i complete?", + " Complete this guide to make sure you have the proofs of identification you need before you come to DMV . Select the \" Replace , Renew , or Change my existing NY State License / ID to REAL ID or Enhanced \" option ." + ] + }, + { + "input": "['of everything you explained to me?', 'Submit a request?', 'where I get the Supplemental Security Income Proof', ' it will not be accepted as proof of identification to board a domestic flight after October 1 , 2020 unless you have a Passport . We recommend you come to the DMV to upgrade to an Enhanced or REAL ID . Follow the instructions above for exchanging at an office .', ' you receive SSI?', \"yes for a New York State driver's license or a valid or expired learner's permit in the last 2 years by a card NDID\", 'You must apply by mail or in a DMV office', 'You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID ', 'how Exchange a NY State driver license for a non-driver ID card?', 'How is the process by mail?', 'not']", + "output": [ + "how Exchange a NY State driver license for a non-driver ID card?", + "You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID ", + "Submit a request?", + "You must apply by mail or in a DMV office", + "of everything you explained to me?", + "yes for a New York State driver's license or a valid or expired learner's permit in the last 2 years by a card NDID", + "where I get the Supplemental Security Income Proof", + " you receive SSI?", + "not", + "How is the process by mail?", + " it will not be accepted as proof of identification to board a domestic flight after October 1 , 2020 unless you have a Passport . We recommend you come to the DMV to upgrade to an Enhanced or REAL ID . Follow the instructions above for exchanging at an office ." + ] + }, + { + "input": "[' you receive SSI?', 'yes', 'What is the guide that I must complete', 'you must bring one of the documents listed below to the DMV. The document must be the original, not photocopy.', 'how Exchange a NY State driver license for a non-driver ID card?', 'it will not be accepted as proof of identification to board a domestic flight after October 1 , 2020 unless you have a Passport . We recommend you come to the DMV to upgrade to an Enhanced or REAL ID Follow the instructions above for exchanging at an office', 'Complete this guide to make sure you have the proofs of identification you need before you come to DMV . Select the \" Replace, Renew , or Change my existing NY State License / ID to REAL ID or Enhanced \" option.', 'If i want to exchange in an office and keep i Standard document type', 'I need information from Proof of Supplemental Security Income ', 'you must follow some steps', 'You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID', 'How is the process by mail?\\n']", + "output": [ + "how Exchange a NY State driver license for a non-driver ID card?", + "You can exchange a New York State driver license or learner permit that is current or that expired within the last 2 years for a New York State non - driver ID card NDID", + "I need information from Proof of Supplemental Security Income ", + " you receive SSI?", + "yes", + "you must bring one of the documents listed below to the DMV. The document must be the original, not photocopy.", + "If i want to exchange in an office and keep i Standard document type", + "you must follow some steps", + "What is the guide that I must complete", + "Complete this guide to make sure you have the proofs of identification you need before you come to DMV . Select the \" Replace, Renew , or Change my existing NY State License / ID to REAL ID or Enhanced \" option.", + "How is the process by mail?\n", + "it will not be accepted as proof of identification to board a domestic flight after October 1 , 2020 unless you have a Passport . We recommend you come to the DMV to upgrade to an Enhanced or REAL ID Follow the instructions above for exchanging at an office" + ] + }, + { + "input": "['If i want to check on this later, where can i find the information?', 'Ahh, are those too many?..Can i apply by mail instead?', 'Umm, sorry to ask this again, but lets say i want to exchange my card anyways but in a office, but keeping my original document, what happens there?', \"That's correct. It has to be expired in a period less than two years.\", 'For that, you must go through certain steps.', 'No, you know what?. Not need it right now.', 'Good morning. I want to change a expired learner permit for a non-driver ID, but i was told i was needing a proof of supplemental security income, whant can i do about that?', 'You can search for it online, under the ID Card topic.', 'I understand that you want to prove that you receive that income?', 'Sorry, but you said less than two years?', 'Sure, You can do that. Just need a completed Application for Permit, Driver license or Non-Driver Card Form MV-44, being that document current or having expired less than 2 years.']", + "output": [ + "Good morning. I want to change a expired learner permit for a non-driver ID, but i was told i was needing a proof of supplemental security income, whant can i do about that?", + "I understand that you want to prove that you receive that income?", + "No, you know what?. Not need it right now.", + "If i want to check on this later, where can i find the information?", + "You can search for it online, under the ID Card topic.", + "Umm, sorry to ask this again, but lets say i want to exchange my card anyways but in a office, but keeping my original document, what happens there?", + "For that, you must go through certain steps.", + "Ahh, are those too many?..Can i apply by mail instead?", + "Sure, You can do that. Just need a completed Application for Permit, Driver license or Non-Driver Card Form MV-44, being that document current or having expired less than 2 years.", + "Sorry, but you said less than two years?", + "That's correct. It has to be expired in a period less than two years." + ] + }, + { + "input": "['Can I upgrade to a REAL ID?', 'I thought you could just use a Standard driver license for identification?', \"I'll be happy to assist you with that. You can exchange your NY driver license for a non-driver ID card if the driver license is current or has not been expired for more than 2 years.\", \"It's recommended that you come to DMV now, so that you can avoid a second office visit later.\", \"No, I don't.\", 'Do you currently have a Standard Driver License?', 'Why is this important?', \"Yes. While a REAL ID isn't required, you can obtain these at a DMV office.\", 'It makes boarding a domestic flight more convenient.', 'Do you plan on travelling in the near future?', \"Yes, I'll be travelling to Canada.\", 'Can I do this by mail?', 'I need help with exchanging my New York driver license for a non-driver ID card.', 'Starting October 1st 2020, a Standard Driver License will not be accepted as proof of identification when boarding domestic flights, unless you have a Passport.', 'Definitely. You will need to complete an Application for Permit, Driver License, or Non-Driver ID Card. ']", + "output": [ + "I need help with exchanging my New York driver license for a non-driver ID card.", + "I'll be happy to assist you with that. You can exchange your NY driver license for a non-driver ID card if the driver license is current or has not been expired for more than 2 years.", + "Can I do this by mail?", + "Definitely. You will need to complete an Application for Permit, Driver License, or Non-Driver ID Card. ", + "Can I upgrade to a REAL ID?", + "Yes. While a REAL ID isn't required, you can obtain these at a DMV office.", + "Do you currently have a Standard Driver License?", + "No, I don't.", + "Do you plan on travelling in the near future?", + "Yes, I'll be travelling to Canada.", + "It's recommended that you come to DMV now, so that you can avoid a second office visit later.", + "Why is this important?", + "It makes boarding a domestic flight more convenient.", + "I thought you could just use a Standard driver license for identification?", + "Starting October 1st 2020, a Standard Driver License will not be accepted as proof of identification when boarding domestic flights, unless you have a Passport." + ] + }, + { + "input": "[\"and if the person is not a US citizen. USA Can you get a New York driver's license, a permit, or a non-driver ID card?\", 'These visitors have DHS documentation from the US Department of Homeland Security. USA that supports your legal status in this country.', 'and if i become a new york resident, should i apply for a license from that state?', \"If your driver's license is printed in any language except English, you must submit an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.\", 'A temporary visitor is defined as anyone who is not immigrating or who does not live in the United States. These visitors have DHS documentation from the US Department of Homeland Security. USA that supports your legal status in this country.', 'What if my password is not in English?', \"Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area....\", 'do not', 'What documents should these immigrants have?', \"if you can. However, you must have DHS documentation from the US Department of Homeland Security. USA That supports its legal status in this country. The expiration date on your DHS document is added to your New York State non-driver's permit, driver's license, or ID card.\", 'Do you have DHS documents that identify you as a temporary visitor?', 'Hello, I would like to know what does \"TEMPORARY VISITOR\" mean?', \"If I have a driver's license from another country and I have a New York State learners permit, can I drive without a supervising driver?\", \"If you move to New York State and become a resident, you must obtain a New York State driver's license within 30 days.\"]", + "output": [ + "Hello, I would like to know what does \"TEMPORARY VISITOR\" mean?", + "A temporary visitor is defined as anyone who is not immigrating or who does not live in the United States. These visitors have DHS documentation from the US Department of Homeland Security. USA that supports your legal status in this country.", + "Do you have DHS documents that identify you as a temporary visitor?", + "do not", + "What documents should these immigrants have?", + "These visitors have DHS documentation from the US Department of Homeland Security. USA that supports your legal status in this country.", + "If I have a driver's license from another country and I have a New York State learners permit, can I drive without a supervising driver?", + "Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area....", + "What if my password is not in English?", + "If your driver's license is printed in any language except English, you must submit an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.", + "and if i become a new york resident, should i apply for a license from that state?", + "If you move to New York State and become a resident, you must obtain a New York State driver's license within 30 days.", + "and if the person is not a US citizen. USA Can you get a New York driver's license, a permit, or a non-driver ID card?", + "if you can. However, you must have DHS documentation from the US Department of Homeland Security. USA That supports its legal status in this country. The expiration date on your DHS document is added to your New York State non-driver's permit, driver's license, or ID card." + ] + }, + { + "input": "[' police officer can use this as evidence to issue a traffic ticket if you drive in New York State without a NY State driver license or vehicle registration . A judge considers the law and the evidence of your intent and decides if you are a resident of New York State .', ' Vivir en una casa, una casa, un departamento, una habitaci\u00f3n u otro lugar similar en el estado de Nueva York durante 90 d\u00edas se considera \"evidencia presunta\" ', 'I need more details', 'yes', \"your New York State driver license, permit or non - driver ID card will haves\\n ' TEMPORARY VISITOR ' on it \", 'you must bring to a DMV offices a completed Application for Permit , Driver License or Non - Driver ID Card pdf MV-44', 'Yes. Your valid foreign driver license allows you to drive without a supervising driver .s [42] You can drive on any street , road , highway , bridge , or tunnel , except in a DMV road test area ', ' your driver license is printed in any language except English?', 'If I have a driver license from another country and I have a NY State learner permit, can I drive without a supervising driver?', ' a judge considers these facts to decide if your intent is to make NY State a \" fixed and permanent \" residence. According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NY State .', 'ou must bring an International Driving Permit or a certified translation of your driver license to the road test . The translation must be certified by a consulate , the US Department of State , or another official agency', 'If I have DHS documents that identify me as a temporary visitor?', 'If me temporary visitor status gets extended?']", + "output": [ + "If I have a driver license from another country and I have a NY State learner permit, can I drive without a supervising driver?", + "Yes. Your valid foreign driver license allows you to drive without a supervising driver .s [42] You can drive on any street , road , highway , bridge , or tunnel , except in a DMV road test area ", + " your driver license is printed in any language except English?", + "yes", + "ou must bring an International Driving Permit or a certified translation of your driver license to the road test . The translation must be certified by a consulate , the US Department of State , or another official agency", + "I need more details", + " a judge considers these facts to decide if your intent is to make NY State a \" fixed and permanent \" residence. According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NY State .", + " Vivir en una casa, una casa, un departamento, una habitaci\u00f3n u otro lugar similar en el estado de Nueva York durante 90 d\u00edas se considera \"evidencia presunta\" ", + " police officer can use this as evidence to issue a traffic ticket if you drive in New York State without a NY State driver license or vehicle registration . A judge considers the law and the evidence of your intent and decides if you are a resident of New York State .", + "If me temporary visitor status gets extended?", + "you must bring to a DMV offices a completed Application for Permit , Driver License or Non - Driver ID Card pdf MV-44", + "If I have DHS documents that identify me as a temporary visitor?", + "your New York State driver license, permit or non - driver ID card will haves\n ' TEMPORARY VISITOR ' on it " + ] + }, + { + "input": "[\"must take you to a DMV office s\\n a completed permit application, driver's license or driverless identification card pdf MV-44\", \"You must present an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.\", \"Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area.\", 'do not', \"If I have a driver's license from another country and I have a New York State learners permit, can I drive without a supervising driver?\", \"Students from other states, countries, or nations who attend school in New York State are not normally considered New York State residents, so they do not need to exchange their current driver's license\", 'I am a visitor and I need to know what to do if my temporary visitor status is extended?', \"I am studying in New York State. Do I need a New York State driver's license?\", 'Have you moved to New York State and become a resident?', \"What if my driver's license is printed in another language?\", \"Hello I need information about Out-of-State Driver's License Exchange\"]", + "output": [ + "Hello I need information about Out-of-State Driver's License Exchange", + "Have you moved to New York State and become a resident?", + "do not", + "I am a visitor and I need to know what to do if my temporary visitor status is extended?", + "must take you to a DMV office s\n a completed permit application, driver's license or driverless identification card pdf MV-44", + "I am studying in New York State. Do I need a New York State driver's license?", + "Students from other states, countries, or nations who attend school in New York State are not normally considered New York State residents, so they do not need to exchange their current driver's license", + "If I have a driver's license from another country and I have a New York State learners permit, can I drive without a supervising driver?", + "Yes. Your valid foreign driver's license allows you to drive without a supervising driver. You can drive on any street, highway, highway, bridge or tunnel, except in a DMV road test area.", + "What if my driver's license is printed in another language?", + "You must present an International Driving Permit or a certified translation of your driver's license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency." + ] + }, + { + "input": "[\"you must be a US citizen. USA To get a New York driver's license?\", 'What if the temporary visitor status is extended?', 'You must present an International Driving Permit or a certified translation of your driving license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.', 'Yes', 'A temporary visitor is defined as anyone who is not immigrating or who does not live in the United States. These visitors have DHS documentation from the US Department of Homeland Security. USA that supports your legal status in this country.', \"Learn how to change your out-of-state driver's license\", 'What does \"TEMPORARY VISITOR\" mean?', \"do not However, you must have DHS documentation from the US Department of Homeland Security. USA That supports its legal status in this country. The expiration date on your DHS document is added to your New York State non-driver's permit, driver's license, or ID card.\", 'Have you moved to New York State and become a resident?', 'What if it is not printed in English?', \"How can I change my out-of-state driver's license?\", \"must lead to a DMV office\\na completed permit application, driver's license or driverless identification card pdf MV-44\", \"Hello I need information about Out-of-State Driver's License Exchange\", \"If you move to New York State and become a resident, you must obtain a New York State driver's license within 30 days.\"]", + "output": [ + "Hello I need information about Out-of-State Driver's License Exchange", + "Have you moved to New York State and become a resident?", + "Yes", + "If you move to New York State and become a resident, you must obtain a New York State driver's license within 30 days.", + "What if it is not printed in English?", + "You must present an International Driving Permit or a certified translation of your driving license to the test drive. The translation must be certified by a consulate, the United States Department of State or another official agency.", + "How can I change my out-of-state driver's license?", + "Learn how to change your out-of-state driver's license", + "you must be a US citizen. USA To get a New York driver's license?", + "do not However, you must have DHS documentation from the US Department of Homeland Security. USA That supports its legal status in this country. The expiration date on your DHS document is added to your New York State non-driver's permit, driver's license, or ID card.", + "What if the temporary visitor status is extended?", + "must lead to a DMV office\na completed permit application, driver's license or driverless identification card pdf MV-44", + "What does \"TEMPORARY VISITOR\" mean?", + "A temporary visitor is defined as anyone who is not immigrating or who does not live in the United States. These visitors have DHS documentation from the US Department of Homeland Security. USA that supports your legal status in this country." + ] + }, + { + "input": "[' If i have a NY State learner permit , and not have a valid foreign driver license?', ' a judge considers these facts to decide if your intent is to make NY State a \" fixed and permanent \" residence . According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NY State .', 'a judge considers these facts to decide if your intent is to make NY State a \" fixed and permanent \" residence . According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NY State .', 'If I pay taxes in another state?', 'NY State law requires a supervising driver to ride with you . The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive ', 'you have DHS documents that identify you as a Temporary Visitor', 'A police officer can use this as evidence to issue a traffic ticket if you drive in New York State without a NY State driver license or vehicle registration . A judge considers the law and the evidence of your intent and decides if you are a resident of New York State', 'A Temporary Visitor is defined as anyone who is not immigrating to or not residing living in the United States.\\nThese visitors have US Department of Homeland Security DHS documentation that supports their legal status in this country', \"What does 'TEMPORARY VISITOR' mean?\", 'If I pay taxes in another state?', \"your New York State driver license permit or non - driver ID card will haves ' TEMPORARY VISITOR ' on it \", 'If you live in a house, home, apartment, room, or other similar place in New York State for 90 days, it is considered \"alleged evidence\" that you are a resident of New York State.', 'yes']", + "output": [ + "What does 'TEMPORARY VISITOR' mean?", + "A Temporary Visitor is defined as anyone who is not immigrating to or not residing living in the United States.\nThese visitors have US Department of Homeland Security DHS documentation that supports their legal status in this country", + "you have DHS documents that identify you as a Temporary Visitor", + "yes", + "your New York State driver license permit or non - driver ID card will haves ' TEMPORARY VISITOR ' on it ", + "If you live in a house, home, apartment, room, or other similar place in New York State for 90 days, it is considered \"alleged evidence\" that you are a resident of New York State.", + "A police officer can use this as evidence to issue a traffic ticket if you drive in New York State without a NY State driver license or vehicle registration . A judge considers the law and the evidence of your intent and decides if you are a resident of New York State", + " If i have a NY State learner permit , and not have a valid foreign driver license?", + "NY State law requires a supervising driver to ride with you . The supervising driver must be age 21 or over and must have a valid driver license to operate the vehicle that you drive ", + "If I pay taxes in another state?", + " a judge considers these facts to decide if your intent is to make NY State a \" fixed and permanent \" residence . According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NY State .", + "If I pay taxes in another state?", + "a judge considers these facts to decide if your intent is to make NY State a \" fixed and permanent \" residence . According to this law , students from other states or from other nations who attend school in New York State are usually not considered residents of NY State ." + ] + }, + { + "input": "['Do you have DHS documents that makes you a Temporary Visitor?', 'Yes, you can learn how to exchange your license.', 'No, you do not need a NY State drivers license because you are not a permanent resident.', 'How can I learn about exchanging my out-of-state driver license?', 'What is a TEMPORARY VISITOR', 'Do I need a NY State Driver license if I am just studying in New York State?', 'It is imperative that you bring your status to the DMV office.', 'A Temporary Visitor is anyone who is not immigrating to or not residing living in the U.S. and they have documentation from Homeland Security DHS that supports their legal status.', 'No, I do not have documents as a Temporary Visitor.', 'What happens if I pay taxes or my child attends school in another state?', 'What if my temporary visitor status get extended?', 'A judge would decide if you intend to make NY State your fixed and permanent residence.']", + "output": [ + "What is a TEMPORARY VISITOR", + "A Temporary Visitor is anyone who is not immigrating to or not residing living in the U.S. and they have documentation from Homeland Security DHS that supports their legal status.", + "Do you have DHS documents that makes you a Temporary Visitor?", + "No, I do not have documents as a Temporary Visitor.", + "Do I need a NY State Driver license if I am just studying in New York State?", + "No, you do not need a NY State drivers license because you are not a permanent resident.", + "What if my temporary visitor status get extended?", + "It is imperative that you bring your status to the DMV office.", + "What happens if I pay taxes or my child attends school in another state?", + "A judge would decide if you intend to make NY State your fixed and permanent residence.", + "How can I learn about exchanging my out-of-state driver license?", + "Yes, you can learn how to exchange your license." + ] + }, + { + "input": "['I wanted to know what I have to do regarding my license once I move to NY. Can you tell me?', \"Hello there. How are you doing today? I came here looking for advice on the exchange of my driver license. I'm coming from another state.\", \"Oh, I didn't know that. Well, can I register my car in NY anyway?\", 'A judge will consider these facts to decide if your intent is to make NY State a \"fixed and permanent\" residence. According to this law, students from other states or from other nations who attend school in New York State are usually not considered residents of NY State.', \"That's correct. The registration requirements are generally the same as to register and title vehicle in New York. However there are a few exceptions for out-of-state vehicles, and imported vehicles.\", 'Did you move to New York State and have you become a resident?', 'Yes. The registration requirements are generally the same as to register and title vehicles in New York. However, there are a few exceptions for out-of-state vehicles, and imported vehicles.', \"No, I haven't. I'm going to do that in 2 months.\", \"The thing is that I'm moving to NY from abroad and I do pay taxes. What can I expect?\", 'What about my car? I need to register it in NY then, correct?', 'In that case, you must get a New York State driver license within 30 days.']", + "output": [ + "Hello there. How are you doing today? I came here looking for advice on the exchange of my driver license. I'm coming from another state.", + "Did you move to New York State and have you become a resident?", + "No, I haven't. I'm going to do that in 2 months.", + "I wanted to know what I have to do regarding my license once I move to NY. Can you tell me?", + "In that case, you must get a New York State driver license within 30 days.", + "What about my car? I need to register it in NY then, correct?", + "That's correct. The registration requirements are generally the same as to register and title vehicle in New York. However there are a few exceptions for out-of-state vehicles, and imported vehicles.", + "The thing is that I'm moving to NY from abroad and I do pay taxes. What can I expect?", + "A judge will consider these facts to decide if your intent is to make NY State a \"fixed and permanent\" residence. According to this law, students from other states or from other nations who attend school in New York State are usually not considered residents of NY State.", + "Oh, I didn't know that. Well, can I register my car in NY anyway?", + "Yes. The registration requirements are generally the same as to register and title vehicles in New York. However, there are a few exceptions for out-of-state vehicles, and imported vehicles." + ] + }, + { + "input": "[\"If it is not printed in English, you must bring an International Driving Permit or a certified translation of your driver's license to the road test. That translation must be certified by a consulate, the US Department of State, or another official agency. \", 'What do I need to do to register a vehicle that I purchased in Delaware in New York State? ', \"What do I need to know about the certified translation that is required to exchange my foreign driver's license for the New York State license? \", 'Although citizenship is not a requirement for your license, you must have US Department of Homeland Security DHS documentation that supports your legal status in the country. The expiration date from your DHS document will be added to your NY State permit, driver license or ID card. ', \"Where am I permitted to drive within the state of NY if I have a driver's license from another country and I have a NY State learner permit, if I do not have a supervising driver? \", 'Do I need to be a US citizen to get my NY license to drive? ', \"If you do not have that foreign license, then NY State law will require you to have that supervising driver who must be at minimum age 21 and have their own valid driver's license to operate the vehicle that you drive. \", 'Yes, you can. Your valid foreign driver license allows you to drive on any street, road, highway, bridge or tunnel without a supervising driver. ', \"It is not written in English. Is there something extra I need to do to get my NY State driver's license? \", 'The registration requirements are generally the same as to register and title the vehicle in New York with a few exceptions for out-of-state and imported vehicles. ', \"If I have a driver license from another country and I have a NY State learner's permit, can I drive without a supervising driver? \", \"Is you driver's license printed in the English language? \", \"You must get a New York State driver's license within 30 days. \", \"How long to I have to exchange my out-of-state driver's license? \", 'You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area. ']", + "output": [ + "If I have a driver license from another country and I have a NY State learner's permit, can I drive without a supervising driver? ", + "Yes, you can. Your valid foreign driver license allows you to drive on any street, road, highway, bridge or tunnel without a supervising driver. ", + "Is you driver's license printed in the English language? ", + "It is not written in English. Is there something extra I need to do to get my NY State driver's license? ", + "If it is not printed in English, you must bring an International Driving Permit or a certified translation of your driver's license to the road test. That translation must be certified by a consulate, the US Department of State, or another official agency. ", + "What do I need to do to register a vehicle that I purchased in Delaware in New York State? ", + "The registration requirements are generally the same as to register and title the vehicle in New York with a few exceptions for out-of-state and imported vehicles. ", + "Where am I permitted to drive within the state of NY if I have a driver's license from another country and I have a NY State learner permit, if I do not have a supervising driver? ", + "You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area. ", + "How long to I have to exchange my out-of-state driver's license? ", + "You must get a New York State driver's license within 30 days. ", + "What do I need to know about the certified translation that is required to exchange my foreign driver's license for the New York State license? ", + "If you do not have that foreign license, then NY State law will require you to have that supervising driver who must be at minimum age 21 and have their own valid driver's license to operate the vehicle that you drive. ", + "Do I need to be a US citizen to get my NY license to drive? ", + "Although citizenship is not a requirement for your license, you must have US Department of Homeland Security DHS documentation that supports your legal status in the country. The expiration date from your DHS document will be added to your NY State permit, driver license or ID card. " + ] + }, + { + "input": "[\"I'm from another state and recently came to NY. Can you walk me through the process of exchanging my driver license?\", 'Can you tell me how to exchange my old driver license for a NY license?', 'Yes. Your valid foreign driver license allows you to drive without a supervising driver. You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area.', 'Of course, I can tell you all about exchanging your out-of-state driver license.', 'What if I have a driver license from another country and a NY learner permit? Can I drive in NY without somebody else?', \"No, I'm actually from England. So my license is printed in English.\", 'No, I am not a resident of NY.', 'Great. So how long do I have to get a NY license after I move to NY?', 'Did you move to New York State and become a resident?', 'You must get a New York State driver license within 30 days.', 'Is your driver license printed in any language except English?']", + "output": [ + "I'm from another state and recently came to NY. Can you walk me through the process of exchanging my driver license?", + "Did you move to New York State and become a resident?", + "No, I am not a resident of NY.", + "Can you tell me how to exchange my old driver license for a NY license?", + "Of course, I can tell you all about exchanging your out-of-state driver license.", + "Great. So how long do I have to get a NY license after I move to NY?", + "You must get a New York State driver license within 30 days.", + "What if I have a driver license from another country and a NY learner permit? Can I drive in NY without somebody else?", + "Yes. Your valid foreign driver license allows you to drive without a supervising driver. You can drive on any street, road, highway, bridge, or tunnel, except in a DMV road test area.", + "Is your driver license printed in any language except English?", + "No, I'm actually from England. So my license is printed in English." + ] + }, + { + "input": "['In that case, you have to bring to a DMV office a completed Application for Permit, Driver License or Non-Driver ID Card ', \"Is your driver's license printed in any language except English?\", \"Please, tell me a bout the meaning of 'TEMPORARY VISITOR'\", \"In that case.your New York State driver license, permit or non-driver ID card will have 'TEMPORARY VISITOR' on it\", 'Does my DMV document expire on the expiration date of the temporary visitor?', \"That's is defined as anyone who is not immigrating to or not residing living in the USA. These visitors have US Department of Homeland Security DHS documentation that supports their legal status in this country\", 'Of course you can. Your valid foreign driver license allows you to drive without a supervising driver and you can drive anywhere except in a DMV road test area', 'What if I have the DHS documents that identify me as a Temporary Visitor?', 'And what if I have a driver license from another country and I have a NY State learner permit? Can I drive without a supervising driver?', \"No, it's in english\", 'What if my temporary visitor status gets extended?', 'No, it does not expire on the Temporary Visitor expiration date, nor will your privilege to drive in New York']", + "output": [ + "Please, tell me a bout the meaning of 'TEMPORARY VISITOR'", + "That's is defined as anyone who is not immigrating to or not residing living in the USA. These visitors have US Department of Homeland Security DHS documentation that supports their legal status in this country", + "What if I have the DHS documents that identify me as a Temporary Visitor?", + "In that case.your New York State driver license, permit or non-driver ID card will have 'TEMPORARY VISITOR' on it", + "And what if I have a driver license from another country and I have a NY State learner permit? Can I drive without a supervising driver?", + "Of course you can. Your valid foreign driver license allows you to drive without a supervising driver and you can drive anywhere except in a DMV road test area", + "Is your driver's license printed in any language except English?", + "No, it's in english", + "What if my temporary visitor status gets extended?", + "In that case, you have to bring to a DMV office a completed Application for Permit, Driver License or Non-Driver ID Card ", + "Does my DMV document expire on the expiration date of the temporary visitor?", + "No, it does not expire on the Temporary Visitor expiration date, nor will your privilege to drive in New York" + ] + }, + { + "input": "['I do have an enhanced document and I am trying to find the document number. ', 'Where is my document number located for my DMV issued photo document? ', 'Is there an additional fee to have icons added to my DMV photo document? ', 'There are no additional fees if you request the icons be added at the time of your photo document renewal. ', 'Do you have an enhanced document? ', 'What if I go ahead and go into the DMV now wanting the icons added onto my license? ', 'If you wish to have the icons added prior to renewal, you will be required to pay the amendment fee as required by the Vehicle and Traffic Law, which is either $12.50 for driver licenses or $5.00 for non-driver identification cards. ', 'What should I do if I do not receive my new photo document with the icons? ', 'For Lifetime Sportsman, Small/Big Game, Bow Hunting, Trapping, Muzzle Loading, or Fishing, you can contact DEC via their website, which is www.dec.ny.gov. ', 'It is now located on the back of the photo document. ', 'It is located in the top line of the Machine Readable Zone and is the 10 alpha-numerica digits that appear after the \"ID USA\". ']", + "output": [ + "Is there an additional fee to have icons added to my DMV photo document? ", + "There are no additional fees if you request the icons be added at the time of your photo document renewal. ", + "What if I go ahead and go into the DMV now wanting the icons added onto my license? ", + "If you wish to have the icons added prior to renewal, you will be required to pay the amendment fee as required by the Vehicle and Traffic Law, which is either $12.50 for driver licenses or $5.00 for non-driver identification cards. ", + "What should I do if I do not receive my new photo document with the icons? ", + "For Lifetime Sportsman, Small/Big Game, Bow Hunting, Trapping, Muzzle Loading, or Fishing, you can contact DEC via their website, which is www.dec.ny.gov. ", + "Where is my document number located for my DMV issued photo document? ", + "It is now located on the back of the photo document. ", + "Do you have an enhanced document? ", + "I do have an enhanced document and I am trying to find the document number. ", + "It is located in the top line of the Machine Readable Zone and is the 10 alpha-numerica digits that appear after the \"ID USA\". " + ] + }, + { + "input": "['What is a suspension termination fee? ', 'You can sign up for a MyDMV account and use the My License service. ', 'How will I know the status of my license when I do pay the fee? ', 'When will I get my license back? ', 'A suspension means that your driver license or privilege to drive is taken away for a period of time before it is returned. There are fees involved. ', 'There are two different types of suspensions. ', 'When will I get my license back?', 'What does it mean if my license is suspended? ', 'You will get it back after the suspension period ends. ', 'How do I know the status of my license or driving privilege after I pay the fee? ', 'I have not yet. ', 'Have you paid the fee online? ']", + "output": [ + "What is a suspension termination fee? ", + "A suspension means that your driver license or privilege to drive is taken away for a period of time before it is returned. There are fees involved. ", + "What does it mean if my license is suspended? ", + "There are two different types of suspensions. ", + "How do I know the status of my license or driving privilege after I pay the fee? ", + "Have you paid the fee online? ", + "I have not yet. ", + "How will I know the status of my license when I do pay the fee? ", + "You can sign up for a MyDMV account and use the My License service. ", + "When will I get my license back?", + "When will I get my license back? ", + "You will get it back after the suspension period ends. " + ] + }, + { + "input": "['There is an additional $ 30.00 fee for an Enhanced Driver License', 'Do you live in the Metropolitan Commuter Transportation District?', 'what are some of the other places that fall into the metro commuter district?', 'Yes, I can link you to a table that shows the fees', 'The fees you pay when you get your first motorcycle license will depend on whether or not you currently have another class of New York State driver license and your exact age when you apply.', 'do you have somewhere I can view fees?', \"what's the cost for a motorcycle license?\", 'The fee for your first New York State driver license or permit will depend on your age when you apply and where you live. ', 'what will I have to pay for a learners permit?', \"what's the cost for an enhanced permit?\", \"yes I'm in Brooklyn\", 'Manhattan, Bronx, Kings Brooklyn, Queens and a few others']", + "output": [ + "what will I have to pay for a learners permit?", + "The fee for your first New York State driver license or permit will depend on your age when you apply and where you live. ", + "Do you live in the Metropolitan Commuter Transportation District?", + "yes I'm in Brooklyn", + "what's the cost for an enhanced permit?", + "There is an additional $ 30.00 fee for an Enhanced Driver License", + "do you have somewhere I can view fees?", + "Yes, I can link you to a table that shows the fees", + "what's the cost for a motorcycle license?", + "The fees you pay when you get your first motorcycle license will depend on whether or not you currently have another class of New York State driver license and your exact age when you apply.", + "what are some of the other places that fall into the metro commuter district?", + "Manhattan, Bronx, Kings Brooklyn, Queens and a few others" + ] + }, + { + "input": "['What proofs will I need to transfer my title to a NY State title? ', 'Where is t he best place to get deeper information about sales tax? ', 'If the name on your title will not change, then sales tax forms and proofs are not required. ', 'When you register your vehicle you must either pay the sales tax, prove that the sales tax was paid, or prove that your vehicle registration is exempt from sales tax. ', 'What will I need to do when I register my vehicle in New York at a DMV office as far as sales taxes? ', 'Does it matter if my car was a gift to me? ', 'What is the procedure if I was not a resident of New York when I bought my car? ', 'If the vehicle was a gift or was purchased from a family member, you must use the Statement of Transaction at NY State Department of Tax and Finance DTF-802 to receive your sales tax exemption. ', 'You can visit the New York State Department of Taxation and Finance website. ', 'You can go to that website for more information, yes. ', 'You will use the Sales Tax Ememption form at NY State Department of Tax and Finance DTF-803 to receive a non-resident exemption from NY State sales tax. ', 'Are there sales taxes both on vehicle purchase and on vehicle registration with the DMV? ', 'Will that site give me more information than I can get by conversing with you like this? ', 'The DMV does not collect sales tax when you apply for a vehicle registration if NY State sales tax was paid to a NY State dealer and will, for that reason, not issue a sales tax receipt. ']", + "output": [ + "Where is t he best place to get deeper information about sales tax? ", + "You can visit the New York State Department of Taxation and Finance website. ", + "Will that site give me more information than I can get by conversing with you like this? ", + "You can go to that website for more information, yes. ", + "Are there sales taxes both on vehicle purchase and on vehicle registration with the DMV? ", + "The DMV does not collect sales tax when you apply for a vehicle registration if NY State sales tax was paid to a NY State dealer and will, for that reason, not issue a sales tax receipt. ", + "What will I need to do when I register my vehicle in New York at a DMV office as far as sales taxes? ", + "When you register your vehicle you must either pay the sales tax, prove that the sales tax was paid, or prove that your vehicle registration is exempt from sales tax. ", + "What is the procedure if I was not a resident of New York when I bought my car? ", + "You will use the Sales Tax Ememption form at NY State Department of Tax and Finance DTF-803 to receive a non-resident exemption from NY State sales tax. ", + "What proofs will I need to transfer my title to a NY State title? ", + "If the name on your title will not change, then sales tax forms and proofs are not required. ", + "Does it matter if my car was a gift to me? ", + "If the vehicle was a gift or was purchased from a family member, you must use the Statement of Transaction at NY State Department of Tax and Finance DTF-802 to receive your sales tax exemption. " + ] + }, + { + "input": "['lost', 'Yes', 'You can request a new set of plates at a DMV office.', 'Did your plate leak or destroy?', 'If the plates were lost, stolen, or destroyed outside of New York State, obtain a printed report on the letterhead of a police agency in the state where the incident occurred', 'two', 'Hello. My vehicle license plates are lost, stolen, or destroyed. What I can do?', 'two', 'How can I get new plates?', 'You must deliver the vehicle registration to the DMV.', 'Do you have one or two plates?', 'You will need to pay the new plates and a $ 3.75 fee to issue a new registration. The fee for plates are\\n\\xa0 $ 25 for a set of 2']", + "output": [ + "Hello. My vehicle license plates are lost, stolen, or destroyed. What I can do?", + "You must deliver the vehicle registration to the DMV.", + "Do you have one or two plates?", + "two", + "two", + "Yes", + "If the plates were lost, stolen, or destroyed outside of New York State, obtain a printed report on the letterhead of a police agency in the state where the incident occurred", + "How can I get new plates?", + "You can request a new set of plates at a DMV office.", + "Did your plate leak or destroy?", + "lost", + "You will need to pay the new plates and a $ 3.75 fee to issue a new registration. The fee for plates are\n\u00a0 $ 25 for a set of 2" + ] + }, + { + "input": "[' the original plate or the MV-78B / police report / statement', ' you will need to provide a police report or an MV-78B indicating that the plates were stolen or destroyed as a result of a crime', \"Can my proof of identity be my driver's license?\", 'What can I do if my vehicle was stolen?', 'You may request a new set of plates at a DMV office ', '$ 25 for a set of 2 plates', 'If my plate was lost or destroyed?', 'how much does it cost to recover the plate', 'How can I get new plates?', 'How can I get new plates?', \"it's not my house?\", 'What can I do if my vehicle was stolen?', \"You do n't need to pay a fee to replace stolen plates . However, you will need to provide a police report or an MV-78B indicating that the plates were stolen or destroyed as a result of a crime .\"]", + "output": [ + "How can I get new plates?", + "You may request a new set of plates at a DMV office ", + "If my plate was lost or destroyed?", + "it's not my house?", + "What can I do if my vehicle was stolen?", + "What can I do if my vehicle was stolen?", + "Can my proof of identity be my driver's license?", + "You do n't need to pay a fee to replace stolen plates . However, you will need to provide a police report or an MV-78B indicating that the plates were stolen or destroyed as a result of a crime .", + " you will need to provide a police report or an MV-78B indicating that the plates were stolen or destroyed as a result of a crime", + "How can I get new plates?", + " the original plate or the MV-78B / police report / statement", + "how much does it cost to recover the plate", + "$ 25 for a set of 2 plates" + ] + }, + { + "input": "['Write a statement that includes your license plate number and why you cannot turn in your New York State license plates.', 'You should ask the police to complete a police report.', 'and where should I take the report?', 'Take the police report to a DMV office to deliver the vehicle registration.', 'Were both plates stolen?', 'You must deliver the vehicle registration to the DMV.', 'Yes', 'do not', \"What if you can't get a police report?\", \"asked a New York State Police Agency to complete a 'Lost Badge Certification?\", 'and who should complete the report?', 'Hello, I need help. The license plates of my vehicle were stolen. What can I do?', 'get a printed report on the letterhead of a police agency in the state where the incident occurred']", + "output": [ + "Hello, I need help. The license plates of my vehicle were stolen. What can I do?", + "You must deliver the vehicle registration to the DMV.", + "Were both plates stolen?", + "do not", + "asked a New York State Police Agency to complete a 'Lost Badge Certification?", + "Yes", + "get a printed report on the letterhead of a police agency in the state where the incident occurred", + "and where should I take the report?", + "Take the police report to a DMV office to deliver the vehicle registration.", + "What if you can't get a police report?", + "Write a statement that includes your license plate number and why you cannot turn in your New York State license plates.", + "and who should complete the report?", + "You should ask the police to complete a police report." + ] + }, + { + "input": "['You can request a new set of plates at a DMV office.', 'and what do I do if my plate is lost or destroyed?', 'The DMV will issue you a new registration and replacement plates.', 'what should i bring?', 'You will need to pay the new plates and a $ 3.75 fee to issue a new registration.', 'Bring these items with you the original plate or the MV-78B / police report / statement', 'Where can I find more acceptable evidence?', 'yes i want to know', 'Hello I need information about How can I get new plates?', 'Your insurance company: 1) will issue you 2 original NY State Insurance ID cards with barcode (see sample) or provide you access to your NY State Insurance 2 digital electronic ID card) will send you an electronic notice of insurance coverage to DMV (your insurance agent or broker cannot present this notice) Your NY State Insurance ID cards and electronic notice together verify your coverage. We need both.', 'What can I do if my vehicle is stolen?', 'and what happens if the plate is lost or destroyed?']", + "output": [ + "Hello I need information about How can I get new plates?", + "You can request a new set of plates at a DMV office.", + "and what happens if the plate is lost or destroyed?", + "yes i want to know", + "You will need to pay the new plates and a $ 3.75 fee to issue a new registration.", + "What can I do if my vehicle is stolen?", + "Your insurance company: 1) will issue you 2 original NY State Insurance ID cards with barcode (see sample) or provide you access to your NY State Insurance 2 digital electronic ID card) will send you an electronic notice of insurance coverage to DMV (your insurance agent or broker cannot present this notice) Your NY State Insurance ID cards and electronic notice together verify your coverage. We need both.", + "Where can I find more acceptable evidence?", + "what should i bring?", + "Bring these items with you the original plate or the MV-78B / police report / statement", + "and what do I do if my plate is lost or destroyed?", + "The DMV will issue you a new registration and replacement plates." + ] + }, + { + "input": "['Bring the original plate or the form MV-78B/police report/statement', 'In that case, get a report printed on the letterhead of a police agency in the state where the plates were stolen.', 'If your plates were stolen, you must surrender the vehicle registration to the DMV.', 'I need info about a problem with my stolen plates', 'Yes, my plates were stolen.', 'Yes, you can. For that you must submit a police report or fill the form MV-78B indicating the plate was stolen as a result of a crime.', 'Can I to replace my plates without paying a fee?', 'Should I notify the police about the theft of my license plates?', 'Were your plates stolen or do you have another problem with that?', 'Yes, and ask the police to complete a police report and then bring police report to a DMV office', 'What must I to bring at DMV office to request a new set of plates?', 'What if my plates were stolen outside of NY State?', 'In that case, you must to notify the police, and ask the police to complete a police report. Bring police report to a DMV office to surrender the vehicle registration.']", + "output": [ + "I need info about a problem with my stolen plates", + "If your plates were stolen, you must surrender the vehicle registration to the DMV.", + "Were your plates stolen or do you have another problem with that?", + "Yes, my plates were stolen.", + "In that case, you must to notify the police, and ask the police to complete a police report. Bring police report to a DMV office to surrender the vehicle registration.", + "What if my plates were stolen outside of NY State?", + "In that case, get a report printed on the letterhead of a police agency in the state where the plates were stolen.", + "Can I to replace my plates without paying a fee?", + "Yes, you can. For that you must submit a police report or fill the form MV-78B indicating the plate was stolen as a result of a crime.", + "What must I to bring at DMV office to request a new set of plates?", + "Bring the original plate or the form MV-78B/police report/statement", + "Should I notify the police about the theft of my license plates?", + "Yes, and ask the police to complete a police report and then bring police report to a DMV office" + ] + }, + { + "input": "['If your plates have been stolen, you need to surrender the vehicle registration to the DMV. ', 'Were these the plates off of a vehicle or off a motorcycle? ', 'What should I do if the plates from my car were stolen?', 'Will I be able to get new plates at that same time? ', 'Does this have to be done at the DMV office? ', 'Is there a way to replace my plates without paying a fee? ', 'If you would like to replace your plates without paying a fee, then you must submit a police report or an MV-78B which indicates that the plates were stolen or destroyed as a result of a crime. ', 'If you have lost both plates off of the car, you need to notify the police and get a copy of the police report to bring with you to the DMV at the time you go in to surrender the vehicle registration. ', 'If the plates were lost or destroyed, you will need to pay for the new plates plus a fee of $3.75 to issue a new registration. The cost of the 2 new plates will be $25. ', 'What happens then? ', 'The plates from my car were stolen and I want to make sure that I am correctly handling the situation. ', 'Yes, you need to bring a copy of the police report to the DMV and surrender the registration. ', 'You can request a new set of plates if you have brought the original plates, the MV-78B, the police report, or the statement and a completed Vehicle Registration/Title Application along with you. ']", + "output": [ + "What should I do if the plates from my car were stolen?", + "If your plates have been stolen, you need to surrender the vehicle registration to the DMV. ", + "Were these the plates off of a vehicle or off a motorcycle? ", + "The plates from my car were stolen and I want to make sure that I am correctly handling the situation. ", + "If you have lost both plates off of the car, you need to notify the police and get a copy of the police report to bring with you to the DMV at the time you go in to surrender the vehicle registration. ", + "Is there a way to replace my plates without paying a fee? ", + "If you would like to replace your plates without paying a fee, then you must submit a police report or an MV-78B which indicates that the plates were stolen or destroyed as a result of a crime. ", + "Does this have to be done at the DMV office? ", + "Yes, you need to bring a copy of the police report to the DMV and surrender the registration. ", + "Will I be able to get new plates at that same time? ", + "You can request a new set of plates if you have brought the original plates, the MV-78B, the police report, or the statement and a completed Vehicle Registration/Title Application along with you. ", + "What happens then? ", + "If the plates were lost or destroyed, you will need to pay for the new plates plus a fee of $3.75 to issue a new registration. The cost of the 2 new plates will be $25. " + ] + }, + { + "input": "['Yes, my plate has been destroyed in an accident.', 'Can I print out a list of all documents I need somehow?', 'Of course. You may request a new set of plates at a DMV office, provided you have all required documents with you.', 'Then you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.', \"One of the documents you'll need is a completed Vehicle Registration / Title Application (MV-82).\", 'Has your plate been lost or destroyed?', 'Your insurance company will: 1) give you 2 barcoded original NY State Insurance ID cards or provide you with access to your digital electronic NY State Insurance ID Card 2) send an electronic notice of insurance coverage to the DMV (your insurance agent or broker cannot file this notice) Your NY State Insurance ID cards and the electronic notice together verify your coverage. We need both. You can find more information about stolen and recovered vehicles on our website.', 'Yes, our website lets you print out a checklist.', 'Will do. So, what actions should I take if my vehicle is stolen?', 'I see. And what if both of my plates have been stolen?', 'Alright, back to registering a new plate. Which documents do I need to bring along?', 'Can you walk me through the procedure for requesting new plates?', 'In that case you will need to pay for the new plates, and a fee of $ 3.75 to issue a new registration. The fee for plates are $ 25 for a set of 2 plates.']", + "output": [ + "Can you walk me through the procedure for requesting new plates?", + "Of course. You may request a new set of plates at a DMV office, provided you have all required documents with you.", + "Has your plate been lost or destroyed?", + "Yes, my plate has been destroyed in an accident.", + "In that case you will need to pay for the new plates, and a fee of $ 3.75 to issue a new registration. The fee for plates are $ 25 for a set of 2 plates.", + "I see. And what if both of my plates have been stolen?", + "Then you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.", + "Alright, back to registering a new plate. Which documents do I need to bring along?", + "One of the documents you'll need is a completed Vehicle Registration / Title Application (MV-82).", + "Can I print out a list of all documents I need somehow?", + "Yes, our website lets you print out a checklist.", + "Will do. So, what actions should I take if my vehicle is stolen?", + "Your insurance company will: 1) give you 2 barcoded original NY State Insurance ID cards or provide you with access to your digital electronic NY State Insurance ID Card 2) send an electronic notice of insurance coverage to the DMV (your insurance agent or broker cannot file this notice) Your NY State Insurance ID cards and the electronic notice together verify your coverage. We need both. You can find more information about stolen and recovered vehicles on our website." + ] + }, + { + "input": "['Sure, why not?', 'Would you like to know more about other acceptable proofs of identity?', 'In that case your insurance company will: 1) give you 2 barcoded original NY State Insurance ID cards or provide you with access to your digital electronic NY State Insurance ID Card 2) send an electronic notice of insurance coverage to the DMV (your insurance agent or broker cannot file this notice) Your NY State Insurance ID cards and the electronic notice together verify your coverage. We need both. You can find more information about stolen and recovered vehicles on our website.', 'Has your plate been lost or destroyed?', 'How should I react when my vehicle is stolen?', 'So what if both of my plate were stolen or destroyed? What would I have to do then?', 'Of course. You may request a new set of plates at a DMV office, provided you bring the required documents with you.', 'Say, what should I do if a plate is lost or destroyed?', 'You will need to pay for the new plates, and a fee of $ 3.75 to issue a new registration. The fee for plates are $ 25 for a set of 2 plates.', 'Then you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.', 'Can you please tell me how I can get new plates?', 'No, none of that.']", + "output": [ + "Can you please tell me how I can get new plates?", + "Of course. You may request a new set of plates at a DMV office, provided you bring the required documents with you.", + "Has your plate been lost or destroyed?", + "No, none of that.", + "So what if both of my plate were stolen or destroyed? What would I have to do then?", + "Then you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.", + "How should I react when my vehicle is stolen?", + "In that case your insurance company will: 1) give you 2 barcoded original NY State Insurance ID cards or provide you with access to your digital electronic NY State Insurance ID Card 2) send an electronic notice of insurance coverage to the DMV (your insurance agent or broker cannot file this notice) Your NY State Insurance ID cards and the electronic notice together verify your coverage. We need both. You can find more information about stolen and recovered vehicles on our website.", + "Would you like to know more about other acceptable proofs of identity?", + "Sure, why not?", + "Say, what should I do if a plate is lost or destroyed?", + "You will need to pay for the new plates, and a fee of $ 3.75 to issue a new registration. The fee for plates are $ 25 for a set of 2 plates." + ] + }, + { + "input": "['For other acceptable proofs see Proofs of Identity for Registration and Title (ID-82) on our website.', 'I see. And how can I get new plates to replace the lost ones?', 'Would you like to know what other acceptable proofs are there?', 'Your insurance company will: 1) give you 2 barcoded original NY State Insurance ID cards or provide you with access to your digital electronic NY State Insurance ID Card 2) send an electronic notice of insurance coverage to the DMV (your insurance agent or broker cannot file this notice) Your NY State Insurance ID cards and the electronic notice together verify your coverage. We need both. For more information about stolen and recovered vehicles you can visit our website.', 'Yes, both plates have been stolen.', 'Wha should I do if my vehicle was stolen?', ' You may request a new set of plates at a DMV office, provided you bring the required documents with you.', 'In that case you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.', 'Then you will need to pay for the new plates, and a fee of $ 3.75 to issue a new registration. The fee for plates are $ 25 for a set of 2 plates.', 'Are two of your vehicle plates lost, stolen or destroyed?', 'Of course. First you must surrender the vehicle registration to the DMV.', \"My plates have been stolen. Can you please tell me what steps to take? I'm very concerned and don't know what to do.\", 'What if my plates were lost or destroyed?']", + "output": [ + "My plates have been stolen. Can you please tell me what steps to take? I'm very concerned and don't know what to do.", + "Of course. First you must surrender the vehicle registration to the DMV.", + "Are two of your vehicle plates lost, stolen or destroyed?", + "Yes, both plates have been stolen.", + "In that case you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.", + "Wha should I do if my vehicle was stolen?", + "Your insurance company will: 1) give you 2 barcoded original NY State Insurance ID cards or provide you with access to your digital electronic NY State Insurance ID Card 2) send an electronic notice of insurance coverage to the DMV (your insurance agent or broker cannot file this notice) Your NY State Insurance ID cards and the electronic notice together verify your coverage. We need both. For more information about stolen and recovered vehicles you can visit our website.", + "Would you like to know what other acceptable proofs are there?", + "For other acceptable proofs see Proofs of Identity for Registration and Title (ID-82) on our website.", + "What if my plates were lost or destroyed?", + "Then you will need to pay for the new plates, and a fee of $ 3.75 to issue a new registration. The fee for plates are $ 25 for a set of 2 plates.", + "I see. And how can I get new plates to replace the lost ones?", + " You may request a new set of plates at a DMV office, provided you bring the required documents with you." + ] + }, + { + "input": "[\"That's what I wanted to do. I also wanted to request new plates while I'm there, is that possible?\", 'Of course. First, you must surrender the vehicle registration to the DMV.', \"That's good to know. However, there is another issue. The accident happened outside of NY. Both vehicles were crashing on the yard of a contractor. What should I do in this case?\", 'Alright, but if I DO get a report I can bring it to the DMV office, right?', 'Yes. Well, this is a bit awkward, but the crash happened between two of my registered vehicles, which I use for my company. A van and a car. None of the plates can be read anymore.', 'Yes. Bring the police report to a DMV office to surrender the vehicle registration.', 'You should get a report printed on the letterhead of a police agency in the state where the incident happened.', 'In that case you must write a statement that includes your plate number and explains why you can not surrender your NY State plates.', 'Yes, the DMV will issue you a new registration and replacement plates.', \"What if I can't get a police report? What do I do then?\", 'Were two vehicle plates are lost, stolen or destroyed?', 'Then you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.', 'I had an accident in which the plate on my van was completely destroyed. Can you help me figure out what to do?']", + "output": [ + "I had an accident in which the plate on my van was completely destroyed. Can you help me figure out what to do?", + "Of course. First, you must surrender the vehicle registration to the DMV.", + "Were two vehicle plates are lost, stolen or destroyed?", + "Yes. Well, this is a bit awkward, but the crash happened between two of my registered vehicles, which I use for my company. A van and a car. None of the plates can be read anymore.", + "Then you need to notify the police, and ask the police to complete a police report. Bring the police report to a DMV office to surrender the vehicle registration.", + "That's good to know. However, there is another issue. The accident happened outside of NY. Both vehicles were crashing on the yard of a contractor. What should I do in this case?", + "You should get a report printed on the letterhead of a police agency in the state where the incident happened.", + "What if I can't get a police report? What do I do then?", + "In that case you must write a statement that includes your plate number and explains why you can not surrender your NY State plates.", + "Alright, but if I DO get a report I can bring it to the DMV office, right?", + "Yes. Bring the police report to a DMV office to surrender the vehicle registration.", + "That's what I wanted to do. I also wanted to request new plates while I'm there, is that possible?", + "Yes, the DMV will issue you a new registration and replacement plates." + ] + }, + { + "input": "[\"you want to apply for a learners permit and a driver's license\", 'yes', 'If I pass the exam', \"it's not my case\", 'yes', 'you want to know the Trial period for new drivers', 'the examiner will give you an interim license that allows you to drive. Keep the interim license with your photo learner permit until your new license arrives in the mail in about 2 weeks ', 'you will have a second 6 month probation period', 'Once you pass your road test or restore a revoked driver license , you will have 6 month probationary period ', 'yes, For a Class D , Class DJ , and Class E driver license', 'you want to know what happens after the suspension ends', \"I need information on how to obtain a driver's license\", 'not', 'my first license is valid for 5 years?']", + "output": [ + "I need information on how to obtain a driver's license", + "you want to know the Trial period for new drivers", + "yes", + "Once you pass your road test or restore a revoked driver license , you will have 6 month probationary period ", + "you want to know what happens after the suspension ends", + "yes", + "you will have a second 6 month probation period", + "my first license is valid for 5 years?", + "yes, For a Class D , Class DJ , and Class E driver license", + "it's not my case", + "you want to apply for a learners permit and a driver's license", + "not", + "If I pass the exam", + "the examiner will give you an interim license that allows you to drive. Keep the interim license with your photo learner permit until your new license arrives in the mail in about 2 weeks " + ] + }, + { + "input": "['What more details do I need to know?', 'how is the conditional license?', 'The DMV can issue a conditional license to a qualified driver whose NY State license has been suspended or revoked because of an alcohol or drug - related violation ', \"Do you have a driver's license issued in another state?\", 'yes', 'all related to alcohol or drugs', 'you can receive a conditional driving privilege or a restricted driving privilege to drive in NY State . The conditions or the restrictions are the same as the conditions or restrictions for a driver with a NY State driver license ', 'You can do this at most , but not all , Motor Vehicles offices . Contact your nearest office to find out where you can apply ', 'How is the conditional use license for drivers from other states?', 'what is restricted use', 'The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug - related , or because of some drug - related violations', 'ok i need to know more about restricted use']", + "output": [ + "How is the conditional use license for drivers from other states?", + "Do you have a driver's license issued in another state?", + "yes", + "you can receive a conditional driving privilege or a restricted driving privilege to drive in NY State . The conditions or the restrictions are the same as the conditions or restrictions for a driver with a NY State driver license ", + "how is the conditional license?", + "The DMV can issue a conditional license to a qualified driver whose NY State license has been suspended or revoked because of an alcohol or drug - related violation ", + "what is restricted use", + "The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug - related , or because of some drug - related violations", + "What more details do I need to know?", + "You can do this at most , but not all , Motor Vehicles offices . Contact your nearest office to find out where you can apply ", + "ok i need to know more about restricted use", + "all related to alcohol or drugs" + ] + }, + { + "input": "['What exactly is a restricted license?', 'Yes, those seeking to obtain a conditional license need to complete an Impaired Driver Program approved by the DMV.', 'Conditional licenses are issued to qualified drivers who have had their license suspended or revoked for alcohol or drug related violations.', 'Are there any requirements for getting a conditional license?', 'No, you will need to apply at a DMV office. ', 'Do you meet the requirements to receive a restricted driving privilege in NY?', 'Can I apply for a restricted license online?', 'How is a conditional license different than a restricted use license?', \"I'm from New Jersey and need information about obtaining a restricted use license in New York.\", 'No. Not all offices, but many provide this service. You can contact your local DMV office to see where to apply.', 'Yes, I do.', 'Restricted use licenses are issued for drivers who qualify and have had their license suspended or revoked for violations not related to alcohol or drugs.', \"Yes, you can obtain a restricted driving privilege to drive in NY. The restrictions on your license will be the same as those for a driver with a NY driver's license.\", 'IIs this available at all DMV offices?']", + "output": [ + "I'm from New Jersey and need information about obtaining a restricted use license in New York.", + "Do you meet the requirements to receive a restricted driving privilege in NY?", + "Yes, I do.", + "Yes, you can obtain a restricted driving privilege to drive in NY. The restrictions on your license will be the same as those for a driver with a NY driver's license.", + "What exactly is a restricted license?", + "Restricted use licenses are issued for drivers who qualify and have had their license suspended or revoked for violations not related to alcohol or drugs.", + "How is a conditional license different than a restricted use license?", + "Conditional licenses are issued to qualified drivers who have had their license suspended or revoked for alcohol or drug related violations.", + "Can I apply for a restricted license online?", + "No, you will need to apply at a DMV office. ", + "IIs this available at all DMV offices?", + "No. Not all offices, but many provide this service. You can contact your local DMV office to see where to apply.", + "Are there any requirements for getting a conditional license?", + "Yes, those seeking to obtain a conditional license need to complete an Impaired Driver Program approved by the DMV." + ] + }, + { + "input": "['As long as you meet the requirements to obtain a restricted license, you can get a restricted driving privilege to drive in NY. The restrictions will be the same as those for other licensed NY drivers.', \"Do you currently have a driver's license in another state?\", 'I have a drug violation on my record. Are there any other requirements?', \"You will have to apply for the license in person at a DMV office. Most DMV offices have this service available, but it's best to contact your nearest office to find out where to apply.\", 'How is a restricted license different from a conditional license?', 'Conditional licenses can be issued to qualified drivers who have had their license suspended or revoked due to alcohol or drug violations.', \"Yes, I have a Pennsylvania driver's license.\", 'Yes, those wishing to obtain a Conditional license must attend an Impaired Driver Program approved by the DMV.', 'I need information about drivers from other states obtaining a restricted license in NY.', 'What about a conditional license?', 'Where do I apply for a restricted license?', 'Restricted licenses are given to qualified drivers who have had their license revoked or suspended for reasons that are not alcohol or drug related.']", + "output": [ + "I need information about drivers from other states obtaining a restricted license in NY.", + "Do you currently have a driver's license in another state?", + "Yes, I have a Pennsylvania driver's license.", + "As long as you meet the requirements to obtain a restricted license, you can get a restricted driving privilege to drive in NY. The restrictions will be the same as those for other licensed NY drivers.", + "What about a conditional license?", + "Conditional licenses can be issued to qualified drivers who have had their license suspended or revoked due to alcohol or drug violations.", + "I have a drug violation on my record. Are there any other requirements?", + "Yes, those wishing to obtain a Conditional license must attend an Impaired Driver Program approved by the DMV.", + "How is a restricted license different from a conditional license?", + "Restricted licenses are given to qualified drivers who have had their license revoked or suspended for reasons that are not alcohol or drug related.", + "Where do I apply for a restricted license?", + "You will have to apply for the license in person at a DMV office. Most DMV offices have this service available, but it's best to contact your nearest office to find out where to apply." + ] + }, + { + "input": "[\"Yes, the driver must also attend an Impaired Driver program that's been approved by the DMV.\", 'You have to apply in person at a DMV office. Most DMV offices have this service, but you should contact your nearest office to make sure you can apply there.', 'Where can I apply for the restricted driver license?', 'Great. You can receive a restricted license to drive in NY. The restrictions will be the same as the same as the restrictions for a driver with a NY driver license.', 'Do you meet NY requirements for obtaining a restricted license?', 'What about restricted licenses? What makes them different from conditional licenses?', 'I have a restricted use license issued in NJ and need information about driving in NY.', 'Restricted use licenses are issued by DMV to a qualified driver who has had their license suspended or revoked because of violations that do not involve alcohol or drugs.', 'Conditional licenses are issued by DMV to a qualified driver whose NY license has been suspended or revoked due to an alcohol or drug violation. ', 'Are there any other requirements for obtaining a conditional driver license?', 'Yes, I do.', 'What is the difference between restricted and conditional licenses?']", + "output": [ + "I have a restricted use license issued in NJ and need information about driving in NY.", + "Do you meet NY requirements for obtaining a restricted license?", + "Yes, I do.", + "Great. You can receive a restricted license to drive in NY. The restrictions will be the same as the same as the restrictions for a driver with a NY driver license.", + "Where can I apply for the restricted driver license?", + "You have to apply in person at a DMV office. Most DMV offices have this service, but you should contact your nearest office to make sure you can apply there.", + "What is the difference between restricted and conditional licenses?", + "Conditional licenses are issued by DMV to a qualified driver whose NY license has been suspended or revoked due to an alcohol or drug violation. ", + "Are there any other requirements for obtaining a conditional driver license?", + "Yes, the driver must also attend an Impaired Driver program that's been approved by the DMV.", + "What about restricted licenses? What makes them different from conditional licenses?", + "Restricted use licenses are issued by DMV to a qualified driver who has had their license suspended or revoked because of violations that do not involve alcohol or drugs." + ] + }, + { + "input": "['can a restricted use license be issued?', 'How do I request them?', 'I need more information', 'You must apply for a conditional or restricted use license in person at a DMV office. You can do this at most , but not all , Motor Vehicles offices. Contact your nearest office to find out where you can apply', 'can a conditional license be issued?', 'you can receive a conditional driving privilege or a restricted driving privilege to drive in NY State. The conditions or the restrictions are the same as the conditions or restrictions for a driver with a NY State driver license ', 'The DMV can issue a conditional license to a qualified driver whose NY State license has been suspended or revoked because of an alcohol or drug - related violation . The driver must attend a Impaired Driver Program IDP previously known as Drinking Driving Program DDP approved by the DMV ', 'can you give me details of Drivers from other states\\n', 'The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug - related , or because of some drug - related violations ', 'The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended', 'you have a driver license issued in another state , and you meet the other requirements?', 'yes']", + "output": [ + "can you give me details of Drivers from other states\n", + "you have a driver license issued in another state , and you meet the other requirements?", + "yes", + "you can receive a conditional driving privilege or a restricted driving privilege to drive in NY State. The conditions or the restrictions are the same as the conditions or restrictions for a driver with a NY State driver license ", + "can a conditional license be issued?", + "The DMV can issue a conditional license to a qualified driver whose NY State license has been suspended or revoked because of an alcohol or drug - related violation . The driver must attend a Impaired Driver Program IDP previously known as Drinking Driving Program DDP approved by the DMV ", + "can a restricted use license be issued?", + "The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug - related , or because of some drug - related violations ", + "I need more information", + "The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended", + "How do I request them?", + "You must apply for a conditional or restricted use license in person at a DMV office. You can do this at most , but not all , Motor Vehicles offices. Contact your nearest office to find out where you can apply" + ] + }, + { + "input": "['You must apply for a conditional or restricted use license in person at a DMV office.', 'The DMV may issue a conditional license to a qualified driver whose New York State license has been suspended or revoked due to an alcohol or drug related violation. The driver must attend a Disability Drivers Program IDP, formerly known as the DMV-approved Drinking Driving Program DDP.', 'and can a restricted use license be issued?', 'and can you issue a conditional license?', 'and where do you request these licenses?', 'The DMV may issue a restricted use license to a qualifying driver whose license is suspended or revoked due to violations or incidents that are not related to alcohol or drugs, or due to some drug related violations.', \"Do you have a driver's license issued in another state?\", \"If you have a driver's license issued in another state and meet the other requirements, you may receive a conditional driving privilege or a restricted driving privilege to drive in New York State. The conditions or restrictions are the same as the conditions or restrictions for a driver with a New York State driver's license.\", 'Yes', 'You can do this at most, but not at all Motor Vehicle offices.', 'Hello, I would like more information about licenses for Drivers from other states', 'and can I do it in any office?']", + "output": [ + "Hello, I would like more information about licenses for Drivers from other states", + "Do you have a driver's license issued in another state?", + "Yes", + "If you have a driver's license issued in another state and meet the other requirements, you may receive a conditional driving privilege or a restricted driving privilege to drive in New York State. The conditions or restrictions are the same as the conditions or restrictions for a driver with a New York State driver's license.", + "and can a restricted use license be issued?", + "The DMV may issue a restricted use license to a qualifying driver whose license is suspended or revoked due to violations or incidents that are not related to alcohol or drugs, or due to some drug related violations.", + "and can you issue a conditional license?", + "The DMV may issue a conditional license to a qualified driver whose New York State license has been suspended or revoked due to an alcohol or drug related violation. The driver must attend a Disability Drivers Program IDP, formerly known as the DMV-approved Drinking Driving Program DDP.", + "and where do you request these licenses?", + "You must apply for a conditional or restricted use license in person at a DMV office.", + "and can I do it in any office?", + "You can do this at most, but not at all Motor Vehicle offices." + ] + }, + { + "input": "[\"And that license is only conditional, isn't?\", 'Look, If somebody anyone wants to get a driving permit there, what should be done?', 'Not all of the DMV offices. You should contact your nearest DMV office to know if you can apply there.', 'Correct. As said before, is a special kind of license, which can be issued to those driver whose license has been suspended or revoked by alcohol or drug related situations.', 'In fact, yes, they can get a restricted license. In any case, the driver must attend a Impaired Driver Program approved by the DMV.', \"No, i don't have such license.\", 'This restricted license can be issued to those whose license has been suspended or revoked because alcohol or drug?', \"Hello, good morning. I'm going to visit NYS pretty soon and i would like to know if i can get a driving permit there.\", 'Well, you should apply for a conditional or restricted use license in person at a DMV Office. You can do this at almost any DMV Office.', 'You said that this license can be requested in any DMV office, right?', 'Do you have a driver license issued by other state?']", + "output": [ + "Hello, good morning. I'm going to visit NYS pretty soon and i would like to know if i can get a driving permit there.", + "Do you have a driver license issued by other state?", + "No, i don't have such license.", + "Look, If somebody anyone wants to get a driving permit there, what should be done?", + "Well, you should apply for a conditional or restricted use license in person at a DMV Office. You can do this at almost any DMV Office.", + "This restricted license can be issued to those whose license has been suspended or revoked because alcohol or drug?", + "In fact, yes, they can get a restricted license. In any case, the driver must attend a Impaired Driver Program approved by the DMV.", + "You said that this license can be requested in any DMV office, right?", + "Not all of the DMV offices. You should contact your nearest DMV office to know if you can apply there.", + "And that license is only conditional, isn't?", + "Correct. As said before, is a special kind of license, which can be issued to those driver whose license has been suspended or revoked by alcohol or drug related situations." + ] + }, + { + "input": "['I see. And you can also revoke my license?', \"What's that of a conditional license?\", 'yes, you must go to a impaired driver program approved by the dmv.', 'And which are the restrictions related to this?', 'The dmv can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incident that re not related to drugs or alcohol use.', 'And how do I get this kind of license? In case I need it.', \"Hi there. I'm a person from another state different of NY, and I'm searching information.\", \"No problem. You may receive some conditional driving privileges or restrictions to drive in NY state, but they won't be any different to those received by drivers with a ny state driver license.\", 'Do I have to go any any special class or something?', \"Yes, that's right. That's why I would like to know if there could be any issue.\", 'Yes. The conditions and restrictions are the same for a conventional NY state driver license.', 'This works as any driver license?', 'Is a conditional driver license by the dmv to a qualified driver whose ny state license has been suspended or revoked. ', 'Alright. I need to ask you: Is your driver license from another state too?', 'The dmv can issue a restricted use license to a driver who commit any kind of violation related to the use of drugs or alcohol, which license be suspended or revoked.', 'You may apply for a conditional or restricted use license in person at a dmv office.']", + "output": [ + "Hi there. I'm a person from another state different of NY, and I'm searching information.", + "Alright. I need to ask you: Is your driver license from another state too?", + "Yes, that's right. That's why I would like to know if there could be any issue.", + "No problem. You may receive some conditional driving privileges or restrictions to drive in NY state, but they won't be any different to those received by drivers with a ny state driver license.", + "I see. And you can also revoke my license?", + "The dmv can issue a restricted use license to a driver who commit any kind of violation related to the use of drugs or alcohol, which license be suspended or revoked.", + "What's that of a conditional license?", + "Is a conditional driver license by the dmv to a qualified driver whose ny state license has been suspended or revoked. ", + "This works as any driver license?", + "Yes. The conditions and restrictions are the same for a conventional NY state driver license.", + "And which are the restrictions related to this?", + "The dmv can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incident that re not related to drugs or alcohol use.", + "And how do I get this kind of license? In case I need it.", + "You may apply for a conditional or restricted use license in person at a dmv office.", + "Do I have to go any any special class or something?", + "yes, you must go to a impaired driver program approved by the dmv." + ] + }, + { + "input": "['If the license is from another state this can be restricted?', 'And how can I get a license?', 'To apply for this kind of license you need to go in person at a dmv office.', 'Not exactly.', 'The dmv can issue a conditional license to a qualified driver whose ny state license has been suspended or revoked because of a alcohol or drug- related violation.', 'In that case I can still receive then a license?', 'You need to be a qualified driver and must attend a impaired driver program previously know as drinking driving program approved by the dmv.', 'The whole process must be done at the office?', 'Yes, a license can be restricted in some cases, in others can be suspended or revoked because of violations or incidents.', 'And how do I get access of this conditional license?', \"Hi there. I'm looking information related with drivers from others states.\", 'And what I need to do to apply for it?', 'Yes, you can receive a conditional driving privilege or a restricted driving privilege to drive in NY state.', 'No problem. Is your driver license from another state?', 'Yes. You can do this at most, but not all, motor vehicles office. You need to contact your nearest office to find out where you can apply.']", + "output": [ + "Hi there. I'm looking information related with drivers from others states.", + "No problem. Is your driver license from another state?", + "Not exactly.", + "If the license is from another state this can be restricted?", + "Yes, a license can be restricted in some cases, in others can be suspended or revoked because of violations or incidents.", + "And how can I get a license?", + "The dmv can issue a conditional license to a qualified driver whose ny state license has been suspended or revoked because of a alcohol or drug- related violation.", + "In that case I can still receive then a license?", + "Yes, you can receive a conditional driving privilege or a restricted driving privilege to drive in NY state.", + "And how do I get access of this conditional license?", + "You need to be a qualified driver and must attend a impaired driver program previously know as drinking driving program approved by the dmv.", + "And what I need to do to apply for it?", + "To apply for this kind of license you need to go in person at a dmv office.", + "The whole process must be done at the office?", + "Yes. You can do this at most, but not all, motor vehicles office. You need to contact your nearest office to find out where you can apply." + ] + }, + { + "input": "['The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug-related, or because of some drug-related violations.', 'And what about a restricted use license?', 'So, is there a possibility for me to obtain a restricted use license at the DMV office?', 'Yes, but you must apply for a conditional or restricted use license in person at a DMV office. You can do this at most, but not all, Motor Vehicles offices. Contact your nearest office to find out where you can apply.', 'The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug-related, or because of some drug-related violations.', 'Yes, you can receive a conditional driving privilege or a restricted driving privilege to drive in NY State. The conditions or the restrictions are the same as the conditions or restrictions for a driver with a NY State driver license.', 'Alright. So I happen to have a drivers license in another state. Can I get some sort of permit to drive in NY?', 'Yes. The DMV can issue a conditional license to a qualified driver whose NY State license has been suspended or revoked because of an alcohol or drug-related violation. The driver must attend a Impaired Driver Program (IDP) previously known as Drinking Driving Program (DDP) approved by the DMV.', \"No, I don't have a driver license from another state.\", 'And what about a restricted use license?', 'Of course. Do you have a driver license issued in another state, and you meet the other requirements?', 'Hello there, I have some questions regarding being a driver from another state. Can you answer them for me, please?', 'And what about a restricted use license?', 'But I have a question. Can the DMV give me a conditional license, perhaps?', 'The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug-related, or because of some drug-related violations.']", + "output": [ + "Hello there, I have some questions regarding being a driver from another state. Can you answer them for me, please?", + "Of course. Do you have a driver license issued in another state, and you meet the other requirements?", + "No, I don't have a driver license from another state.", + "But I have a question. Can the DMV give me a conditional license, perhaps?", + "Yes. The DMV can issue a conditional license to a qualified driver whose NY State license has been suspended or revoked because of an alcohol or drug-related violation. The driver must attend a Impaired Driver Program (IDP) previously known as Drinking Driving Program (DDP) approved by the DMV.", + "And what about a restricted use license?", + "The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug-related, or because of some drug-related violations.", + "And what about a restricted use license?", + "The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug-related, or because of some drug-related violations.", + "Alright. So I happen to have a drivers license in another state. Can I get some sort of permit to drive in NY?", + "Yes, you can receive a conditional driving privilege or a restricted driving privilege to drive in NY State. The conditions or the restrictions are the same as the conditions or restrictions for a driver with a NY State driver license.", + "And what about a restricted use license?", + "The DMV can issue a restricted use license to a driver who qualifies and whose license is suspended or revoked because of violations or incidents that are not alcohol or drug-related, or because of some drug-related violations.", + "So, is there a possibility for me to obtain a restricted use license at the DMV office?", + "Yes, but you must apply for a conditional or restricted use license in person at a DMV office. You can do this at most, but not all, Motor Vehicles offices. Contact your nearest office to find out where you can apply." + ] + }, + { + "input": "[\"Don't worry, you can ask the union for help in obtaining a duplicate. Even if you no longer have that union job, you can be a member for life.\", 'I lost my Union card, what can I do?', 'Do you both have the same last name?', 'The Vital Records office of the New York State Department of Health can help you obtain vital records in the state. Additionally, you can request vital records online from New York and many other states through an independent partner, VitalChek Network Inc., at vitalchek.com', 'I would like to know under what circumstances I can use proof of residence documents that are in the name of my spouse.', 'You must print out a copy of a paperless bill, like a phone bill, electricity/gas bill, water bill or cable bill. ', 'I lost my my original U.S. birth certificate, what can I do?', 'Yes sir...', 'In that case you may have received a General Educational Development GED certificate. You can contact the college for a certified copy for sure.', 'In that case, you can use proof-of-residence documents.', \"What should I do if I don't have a bill on paper?\", 'How do i get a certified copy of my diploma if i went to a community college?']", + "output": [ + "I would like to know under what circumstances I can use proof of residence documents that are in the name of my spouse.", + "Do you both have the same last name?", + "Yes sir...", + "In that case, you can use proof-of-residence documents.", + "I lost my my original U.S. birth certificate, what can I do?", + "The Vital Records office of the New York State Department of Health can help you obtain vital records in the state. Additionally, you can request vital records online from New York and many other states through an independent partner, VitalChek Network Inc., at vitalchek.com", + "I lost my Union card, what can I do?", + "Don't worry, you can ask the union for help in obtaining a duplicate. Even if you no longer have that union job, you can be a member for life.", + "What should I do if I don't have a bill on paper?", + "You must print out a copy of a paperless bill, like a phone bill, electricity/gas bill, water bill or cable bill. ", + "How do i get a certified copy of my diploma if i went to a community college?", + "In that case you may have received a General Educational Development GED certificate. You can contact the college for a certified copy for sure." + ] + }, + { + "input": "['Can I print a copy of a paperless invoice?', 'a marriage certificate can show your relationship', 'hello a question I can use proof of residency documents that are in the name of my spouse', 'Here are some suggestions.', 'Do you and your spouse have the same last name?', 'But what other document can I use to demonstrate the relationship?', \"I don't have enough proof of name identification to take to the DMV. What I can do?\", 'You may already have more proof documents than you think, or you may get some proof documents.', 'You can print a copy of a paperless invoice. For example, a phone bill, electric / gas bill, water bill, or cable bill.', 'where can i get some suggestions?', 'do not']", + "output": [ + "hello a question I can use proof of residency documents that are in the name of my spouse", + "Do you and your spouse have the same last name?", + "do not", + "But what other document can I use to demonstrate the relationship?", + "a marriage certificate can show your relationship", + "I don't have enough proof of name identification to take to the DMV. What I can do?", + "You may already have more proof documents than you think, or you may get some proof documents.", + "where can i get some suggestions?", + "Here are some suggestions.", + "Can I print a copy of a paperless invoice?", + "You can print a copy of a paperless invoice. For example, a phone bill, electric / gas bill, water bill, or cable bill." + ] + }, + { + "input": "['I f i have additional documents that proof my relationship, can i submit them?', 'You can use a phone bill, an electricity or gas bill, water bill or cable bill. You can even use your divorce papers.', \"But if i'm not from NY, can i still use that service?\", 'Yes, you can. That will enable you to ask for records from new york and many other states.', 'Sure, you can do that.', \"Yes, that's right.\", \"That's right.\", 'You can enlist the help of the NYS Department of Health Vital record to get some proof. ', \"Good, thanks. In the case i hadn't those, what else i could use?\", \"Great. I heard that the main documents needed are birth certificate or marriage record, If i don't have those, what can i do?\", \"Heeyy, what's up?. You know, i need to do some things with DMV, but i have some doubts, about if i can use someone else's documents that proof that me is me, could you help me?\", \"Well, you can use your spouse's documents, but i must ask, Do you and your spouse share the same last name?\", \"Excellent, Then you can use those documents that are in your spouse's name to serve as proof.\", 'Sure, you can use that document, even if you no longer have that union job.', 'I just thought, may i use a union card?', 'You said earlier that divorce papers will work?']", + "output": [ + "Heeyy, what's up?. You know, i need to do some things with DMV, but i have some doubts, about if i can use someone else's documents that proof that me is me, could you help me?", + "Well, you can use your spouse's documents, but i must ask, Do you and your spouse share the same last name?", + "Yes, that's right.", + "Excellent, Then you can use those documents that are in your spouse's name to serve as proof.", + "Good, thanks. In the case i hadn't those, what else i could use?", + "You can use a phone bill, an electricity or gas bill, water bill or cable bill. You can even use your divorce papers.", + "I just thought, may i use a union card?", + "Sure, you can use that document, even if you no longer have that union job.", + "Great. I heard that the main documents needed are birth certificate or marriage record, If i don't have those, what can i do?", + "You can enlist the help of the NYS Department of Health Vital record to get some proof. ", + "But if i'm not from NY, can i still use that service?", + "Yes, you can. That will enable you to ask for records from new york and many other states.", + "I f i have additional documents that proof my relationship, can i submit them?", + "Sure, you can do that.", + "You said earlier that divorce papers will work?", + "That's right." + ] + }, + { + "input": "['You and your spouse have the same name? That could help you.', \"Oh, That's great, I heard that I can also use stuff like divorce papers, is that true?\", 'Yes, a general education development certificate, also a college certify copy could be use too.', \"Yes, that's right. You can contact your lawyer to find out where you need to go to get the right papers you need that can help you.\", \"It's a marriage certificate something you can accept?\", 'Hello. I was looking for some information related to proof my residence.', 'How do I know how many documents do I need to proof my id to the dmv?', 'Yes, you can bring a marriage certificate as an additional document.', 'Yes, you can print a phone bill, water bill, electricity/ gas bill or cable bill. ', 'Can I use any kind of bill?', \"No, not really. I'm single.\", 'We just need some documents, you may already have more proof documents than you think.', 'And school certificates can be used?']", + "output": [ + "Hello. I was looking for some information related to proof my residence.", + "You and your spouse have the same name? That could help you.", + "No, not really. I'm single.", + "Can I use any kind of bill?", + "Yes, you can print a phone bill, water bill, electricity/ gas bill or cable bill. ", + "Oh, That's great, I heard that I can also use stuff like divorce papers, is that true?", + "Yes, that's right. You can contact your lawyer to find out where you need to go to get the right papers you need that can help you.", + "How do I know how many documents do I need to proof my id to the dmv?", + "We just need some documents, you may already have more proof documents than you think.", + "It's a marriage certificate something you can accept?", + "Yes, you can bring a marriage certificate as an additional document.", + "And school certificates can be used?", + "Yes, a general education development certificate, also a college certify copy could be use too." + ] + }, + { + "input": "['Great! I could also show you our marriage certificate. Would that also work?', 'Then you may have received a General Educational Development GED certificate. You can contact the college for a certified copy.', \"What should I do if I don't find the documents that prove my relationship and identity?\", 'Yes, that would work.', 'Then you could also use a phone bill, electricity/gas bill, water bill or cable bill or divorce papers.', \"Let's say I don't have my marriage record or birth certificate anymore. What should I do then?\", 'You may already have more proof documents than you think, or you may be able to get some other proof documents.', 'The New York State Department of Health Vital Records office can help you with obtaining vital records in the state. Alternatively, you can order vital records online from New York and many other states through an independent partner, VitalChek Network Inc., at vitalchek.com .', \"In that case you can use proof-of-residence documents that are in your spouse's name.\", \"What if I don't have these at home?\", 'I see. And what if I attended school at a community college?', 'Yes, we share the same last name.', 'Of course. Do you and your spouse have the same last name?', \"Hello. Can you tell me if I can use a proof of residence if it's in my husband's name, but we live together?\"]", + "output": [ + "Hello. Can you tell me if I can use a proof of residence if it's in my husband's name, but we live together?", + "Of course. Do you and your spouse have the same last name?", + "Yes, we share the same last name.", + "In that case you can use proof-of-residence documents that are in your spouse's name.", + "Great! I could also show you our marriage certificate. Would that also work?", + "Yes, that would work.", + "What should I do if I don't find the documents that prove my relationship and identity?", + "Then you could also use a phone bill, electricity/gas bill, water bill or cable bill or divorce papers.", + "What if I don't have these at home?", + "You may already have more proof documents than you think, or you may be able to get some other proof documents.", + "Let's say I don't have my marriage record or birth certificate anymore. What should I do then?", + "The New York State Department of Health Vital Records office can help you with obtaining vital records in the state. Alternatively, you can order vital records online from New York and many other states through an independent partner, VitalChek Network Inc., at vitalchek.com .", + "I see. And what if I attended school at a community college?", + "Then you may have received a General Educational Development GED certificate. You can contact the college for a certified copy." + ] + }, + { + "input": "['Bank card debit with your name preprinted on it ', 'You may already have more proof documents than you think, or you may be able to get some proof documents . Here are some suggestions', 'what are the suggestions', ' you can ask the union for help getting a duplicate . Even if you no longer have that union job, you may be a member for life', 'yes', 'I don t have enough proof of name identification to bring to the DMV. What can I do?', 'The New York State Department of Health Vital Records office can help you with obtaining vital records in the state. Alternatively, you can order vital records online from New York and many other states through an independent partner , VitalChek Network Inc. , at vitalchek.com', 'If i lost the card?', 'ok so if you can get the document', 'you and your spouse have the same last name?', 'i can use proof-of-residence documents that are in my spouse s name ', \"What can I do if I don't have my original US birth certificate or marriage registration? UU\"]", + "output": [ + "I don t have enough proof of name identification to bring to the DMV. What can I do?", + "You may already have more proof documents than you think, or you may be able to get some proof documents . Here are some suggestions", + "what are the suggestions", + "Bank card debit with your name preprinted on it ", + "i can use proof-of-residence documents that are in my spouse s name ", + "you and your spouse have the same last name?", + "yes", + "ok so if you can get the document", + "What can I do if I don't have my original US birth certificate or marriage registration? UU", + "The New York State Department of Health Vital Records office can help you with obtaining vital records in the state. Alternatively, you can order vital records online from New York and many other states through an independent partner , VitalChek Network Inc. , at vitalchek.com", + "If i lost the card?", + " you can ask the union for help getting a duplicate . Even if you no longer have that union job, you may be a member for life" + ] + }, + { + "input": "['Well, you can use many other documents, such a bank debit card with your name, or bills or even divorce papers.', 'Absolutely, that document is totally valid for this procedure.', \"O.k, yeah, that are good alternatives. Say, i know you ask many times for birth certificates, but what if ai don't have one at hand?\", 'Going back to those alternate documents, can i use General Educational Development certificate as well?', \"Are you sure? I don't want to waste my time there.\", \"Then you don't have to worry. You can use those documents without any problem.\", 'Sure. You can contact your college to ask them for a certified copy.', 'You can go and use the NYS Department of Health Vital Records to lend you a hand on that. You can even order those through an independent partner.', 'Yeah, we have that.', 'And, just by curiosity, what other documents could i use instead?', \"Hello, i'm trying to find proof of my ID for some procedures with you. I don't find any at the moment, but my spouse have some, Can those be useful?\", 'Both you and your spouse share the same last name?']", + "output": [ + "Hello, i'm trying to find proof of my ID for some procedures with you. I don't find any at the moment, but my spouse have some, Can those be useful?", + "Both you and your spouse share the same last name?", + "Yeah, we have that.", + "Then you don't have to worry. You can use those documents without any problem.", + "And, just by curiosity, what other documents could i use instead?", + "Well, you can use many other documents, such a bank debit card with your name, or bills or even divorce papers.", + "O.k, yeah, that are good alternatives. Say, i know you ask many times for birth certificates, but what if ai don't have one at hand?", + "You can go and use the NYS Department of Health Vital Records to lend you a hand on that. You can even order those through an independent partner.", + "Going back to those alternate documents, can i use General Educational Development certificate as well?", + "Sure. You can contact your college to ask them for a certified copy.", + "Are you sure? I don't want to waste my time there.", + "Absolutely, that document is totally valid for this procedure." + ] + }, + { + "input": "[\"Great. You can use your wife's proof of residence documents.\", 'Can I use any documents that I received at my Community College while I attended?', \"Do I need to show anything else if I use my wife's proof of residence documents?\", 'You can call you union and ask them for a duplicate. ', 'Yes, you will need to show documents that prove your relationship, such as a marriage certificate.', \"Can I use a proof of residence document that is in my wife's name?\", 'Yes, we do.', \"I don't have the proofs of name identification that I need to bring to DMV. \", 'If you received a GED certificate while attending the college, you can contact them for a certified copy to be used as proof of Name Identification.', 'Do you and your wife have the same last name?', 'I can assist you with this issue. Most people have more proof documents already available than they think. ', 'I was going to use my Union card, but I lost it. What do I do?']", + "output": [ + "I don't have the proofs of name identification that I need to bring to DMV. ", + "I can assist you with this issue. Most people have more proof documents already available than they think. ", + "Can I use a proof of residence document that is in my wife's name?", + "Do you and your wife have the same last name?", + "Yes, we do.", + "Great. You can use your wife's proof of residence documents.", + "Can I use any documents that I received at my Community College while I attended?", + "If you received a GED certificate while attending the college, you can contact them for a certified copy to be used as proof of Name Identification.", + "I was going to use my Union card, but I lost it. What do I do?", + "You can call you union and ask them for a duplicate. ", + "Do I need to show anything else if I use my wife's proof of residence documents?", + "Yes, you will need to show documents that prove your relationship, such as a marriage certificate." + ] + }, + { + "input": "['What examples of bills or documents can I use for proof of name for DMV?', 'Yes, you would be able to use your GED certificate by gettng a certified copy from them and use your college transcripts.', 'No, not at this time.', 'Can i use GED certificate or U.S. college transcripts?', \"Is it possible for me to use proof of residence documents in my spouse's name?\", 'Do you and your spouse have the same last name?', 'Fortunately, you may have more proof than you think or may be able to get the one you needs.', 'What is the procedure if I do not have enough proof of name identification to bring with me to the DMV?', \"I can't find my original U.S. birth certificate or marriage record what can I do?\", 'The NY State Department of Health Vital Records office will help you get it or you can order your birth certificate online from NY and many other states through VitalChek Network at vitalchek.com.', 'Some examples are a phone, electric, gas, water bill; also, divorce papers.']", + "output": [ + "What is the procedure if I do not have enough proof of name identification to bring with me to the DMV?", + "Fortunately, you may have more proof than you think or may be able to get the one you needs.", + "I can't find my original U.S. birth certificate or marriage record what can I do?", + "The NY State Department of Health Vital Records office will help you get it or you can order your birth certificate online from NY and many other states through VitalChek Network at vitalchek.com.", + "Is it possible for me to use proof of residence documents in my spouse's name?", + "Do you and your spouse have the same last name?", + "No, not at this time.", + "Can i use GED certificate or U.S. college transcripts?", + "Yes, you would be able to use your GED certificate by gettng a certified copy from them and use your college transcripts.", + "What examples of bills or documents can I use for proof of name for DMV?", + "Some examples are a phone, electric, gas, water bill; also, divorce papers." + ] + }, + { + "input": "['Can I use my union card?', \"Hello, can you help me? I've been requested some identity proof, but i believe i don't have enough of that, What can i do about it?\", 'Does your ex still share the name with you?', 'Oh, great, thanks. Hey, reviewing these documents, A community college document is a valid prove?', 'Yes, as long as they be a phone, electricity, gas, water or cable bill.', 'Yeah, she still use it.', 'Sure, it is. You can contact your college and get a certified copy.', 'Great. I think that I can found some bills, of some services, would that help too?', 'You could get surprised in that matter, you know?. There are some alternatives you can present to prove your identity, such as a bank debit card or online bill printouts, even divorce papers would work in that regard.', 'Then you can safely use that document as proof of residence, even if is in her hands.', 'Oh, is that right? On that last part on divorce papers, if i get something that proves me is me but is with my ex, can i use it?', \"Yes, it's also a valid document, no matter if you have no longer that union job.\"]", + "output": [ + "Hello, can you help me? I've been requested some identity proof, but i believe i don't have enough of that, What can i do about it?", + "You could get surprised in that matter, you know?. There are some alternatives you can present to prove your identity, such as a bank debit card or online bill printouts, even divorce papers would work in that regard.", + "Oh, is that right? On that last part on divorce papers, if i get something that proves me is me but is with my ex, can i use it?", + "Does your ex still share the name with you?", + "Yeah, she still use it.", + "Then you can safely use that document as proof of residence, even if is in her hands.", + "Oh, great, thanks. Hey, reviewing these documents, A community college document is a valid prove?", + "Sure, it is. You can contact your college and get a certified copy.", + "Great. I think that I can found some bills, of some services, would that help too?", + "Yes, as long as they be a phone, electricity, gas, water or cable bill.", + "Can I use my union card?", + "Yes, it's also a valid document, no matter if you have no longer that union job." + ] + }, + { + "input": "['Would you like to know what to do if a complaint is filed against you?', \"no I think it's all good we just need some info\", 'what if we are offered a deal and we reject it after they investigate the complaint?', 'we did all of that. can we still operate if we take care of anything we get hit with?', 'You will be dealing with the New York State Department of Motor Vehicles. It regulates all Repair Shops , Inspection Stations , Dealers , Vehicle Dismantlers and other related businesses in NYS.', 'yes sir', 'yeah, why not', 'Do you need information on how to legally operate as a business?', 'Do you need help protecting your facility license, registration or certification?', 'If you pay your fine and/or penalty or serve out your period of suspension, you will be back in business after complete compliance with whatever the hearing decides.', 'You would have to register with DMV. Once your application is approved you will receive a certificate from DMV.', 'we need help with a complaint', 'If an offer is rejected a hearing will be held .']", + "output": [ + "we need help with a complaint", + "Do you need help protecting your facility license, registration or certification?", + "no I think it's all good we just need some info", + "Would you like to know what to do if a complaint is filed against you?", + "yes sir", + "You will be dealing with the New York State Department of Motor Vehicles. It regulates all Repair Shops , Inspection Stations , Dealers , Vehicle Dismantlers and other related businesses in NYS.", + "Do you need information on how to legally operate as a business?", + "yeah, why not", + "You would have to register with DMV. Once your application is approved you will receive a certificate from DMV.", + "we did all of that. can we still operate if we take care of anything we get hit with?", + "If you pay your fine and/or penalty or serve out your period of suspension, you will be back in business after complete compliance with whatever the hearing decides.", + "what if we are offered a deal and we reject it after they investigate the complaint?", + "If an offer is rejected a hearing will be held ." + ] + }, + { + "input": "['If you have registered to gain access to use secure web applications at another NYS agency, you can simply sign in using the same Username and Password. ', 'Are you registering for an account on MyDMV? ', 'It was created by the New York State Department of Motor Vehicles DMV in cooperation with the New York State Office of Information Technology Services. ', 'Is there a listing of the TOS for a MyDMV account? ', \"What do I need to do to be permitted access to use DMV's secure web applications? \", 'That process is designed to protect the security of your identifying personal information. ', 'When you register for an account you will be sent a temporary password by e-mail. You must use that temporary password to complete the rest of the registration process. ', 'What happens if MyDMV is unable to verify my identity? ', 'If MyDMV is unable to verify your identity you account will be deactivated and thereafter access to applications and on-line services will be denied and the account will be locked. ', \"I am trying to register for an account but I don't see where to enter a password. \", 'You will be permitted access upon validation of your identity. ', 'Who created MyDMV? ', 'There is a listing of 48 Terms of Service for a MyDMV account. ', 'Can I gain access to MyDMV using my passwords for other NYS agencies? ', 'Why does MyDMV validate my identity? ']", + "output": [ + "Is there a listing of the TOS for a MyDMV account? ", + "There is a listing of 48 Terms of Service for a MyDMV account. ", + "Are you registering for an account on MyDMV? ", + "I am trying to register for an account but I don't see where to enter a password. ", + "When you register for an account you will be sent a temporary password by e-mail. You must use that temporary password to complete the rest of the registration process. ", + "Who created MyDMV? ", + "It was created by the New York State Department of Motor Vehicles DMV in cooperation with the New York State Office of Information Technology Services. ", + "Can I gain access to MyDMV using my passwords for other NYS agencies? ", + "If you have registered to gain access to use secure web applications at another NYS agency, you can simply sign in using the same Username and Password. ", + "Why does MyDMV validate my identity? ", + "That process is designed to protect the security of your identifying personal information. ", + "What happens if MyDMV is unable to verify my identity? ", + "If MyDMV is unable to verify your identity you account will be deactivated and thereafter access to applications and on-line services will be denied and the account will be locked. ", + "What do I need to do to be permitted access to use DMV's secure web applications? ", + "You will be permitted access upon validation of your identity. " + ] + }, + { + "input": "['No, I do not know the process for quicker service.', 'Do you live in other counties besides Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany?', 'You would need to bring in the original title or other proof of ownership.', \"You don't have to; but you must surrender the vehicle plates to the DMV and you might be able to get a refund before they expire.\", \"What if I don't want to transfer the registration?\", 'Can you tell me what to look for about transferring my vehicle?', 'What items do I need to bring to the DMV office to transfer registration?', 'Yes, you are able to transfer the registration and vehicle plates to a new vehicle you bought.', 'You can look at Buy or Sell a vehicle transfer ownership.', 'No, I live in one of those counties you mentioned.', 'Do you know how to get quicker service?', 'Am I able to transfer the registration and vehicle plates to a new vehicle I own?']", + "output": [ + "What items do I need to bring to the DMV office to transfer registration?", + "You would need to bring in the original title or other proof of ownership.", + "Do you know how to get quicker service?", + "No, I do not know the process for quicker service.", + "Do you live in other counties besides Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany?", + "No, I live in one of those counties you mentioned.", + "Can you tell me what to look for about transferring my vehicle?", + "You can look at Buy or Sell a vehicle transfer ownership.", + "Am I able to transfer the registration and vehicle plates to a new vehicle I own?", + "Yes, you are able to transfer the registration and vehicle plates to a new vehicle you bought.", + "What if I don't want to transfer the registration?", + "You don't have to; but you must surrender the vehicle plates to the DMV and you might be able to get a refund before they expire." + ] + }, + { + "input": "['For faster service, make an online reservation before visiting offices in New York, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany counties.', 'You must fill out a completed Application for Registration / Title PDF MV-82', 'hi i need i should take to the DMV office', 'You must deliver the vehicle plates to the DMV', 'there are other tests you can present look at other types of tests you can use.', 'of course to transfer a registration to another vehicle you need to carry the original title or other proof of ownership', 'and should I carry the license?', 'If you do not want to transfer the registration, you must deliver the vehicle plates to the DMV. You may be eligible for a refund if you turn in the plates before registration expires.', 'and what else should i bring?', ' Yes of course', 'What if someone does not want to transfer the record?', \"is correct you must carry a New York State Driver's License\", 'What if someone does not want to transfer the registration?', 'do you want a faster service?', \"What if I don't have any of that evidence?\"]", + "output": [ + "hi i need i should take to the DMV office", + "of course to transfer a registration to another vehicle you need to carry the original title or other proof of ownership", + "do you want a faster service?", + " Yes of course", + "For faster service, make an online reservation before visiting offices in New York, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany counties.", + "What if someone does not want to transfer the registration?", + "If you do not want to transfer the registration, you must deliver the vehicle plates to the DMV. You may be eligible for a refund if you turn in the plates before registration expires.", + "and what else should i bring?", + "You must fill out a completed Application for Registration / Title PDF MV-82", + "What if someone does not want to transfer the record?", + "You must deliver the vehicle plates to the DMV", + "and should I carry the license?", + "is correct you must carry a New York State Driver's License", + "What if I don't have any of that evidence?", + "there are other tests you can present look at other types of tests you can use." + ] + }, + { + "input": "[\"don't you have some of these tests found there?\", 'Yes', 'If you do not want to transfer the registration, you must deliver the vehicle plates to the DMV. You may be eligible for a refund if you turn in the plates before registration expires.', 'Cars, trucks, trailers and motorcycles', 'look at other types of tests you can use.', 'And what should I bring if the vehicle is a 1972 model year or older?', 'Hello I need information about how to transfer a vehicle', 'You must bring an original or certified copy of the New York State transferable record, not a photocopy and a bill of sale', 'and should I deliver the plates?', 'of course you can see the section Buy or sell a vehicle transfer property', 'and what vehicles can be transferred?', 'Must carry original New York State Certificate of Title or certified copy, not a photocopy with property transfer section completed by seller', 'Can I bring only the copy of the Certificate of Title?']", + "output": [ + "Hello I need information about how to transfer a vehicle", + "of course you can see the section Buy or sell a vehicle transfer property", + "don't you have some of these tests found there?", + "Yes", + "look at other types of tests you can use.", + "Can I bring only the copy of the Certificate of Title?", + "Must carry original New York State Certificate of Title or certified copy, not a photocopy with property transfer section completed by seller", + "and should I deliver the plates?", + "If you do not want to transfer the registration, you must deliver the vehicle plates to the DMV. You may be eligible for a refund if you turn in the plates before registration expires.", + "And what should I bring if the vehicle is a 1972 model year or older?", + "You must bring an original or certified copy of the New York State transferable record, not a photocopy and a bill of sale", + "and what vehicles can be transferred?", + "Cars, trucks, trailers and motorcycles" + ] + }, + { + "input": "['can I print out a copy of the title when I am doing the transfer?', 'Do you also have info about transferring a car after a sale?', 'There are other kinds of proof you can use.', 'Yes, I can give you a link so you can look at more information.', 'Okay, for quicker service you can make a reservation online before visiting offices in New York City, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties. ', 'yes I would I hate the DMV', 'We need the original or a certified copy, we will not accept a photocopy', 'Do you want to get this over as quick as possible?', 'Yes,you will need the original title', 'I can help you look up office locations and hours. ', 'do I need the title to transfer a registration to another car?', \"what can I do if I don't have any ID when I do this transfer?\", \"what if I want to make a reservation but I'm not in one of those locations you listed?\"]", + "output": [ + "do I need the title to transfer a registration to another car?", + "Yes,you will need the original title", + "Do you want to get this over as quick as possible?", + "yes I would I hate the DMV", + "Okay, for quicker service you can make a reservation online before visiting offices in New York City, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties. ", + "what can I do if I don't have any ID when I do this transfer?", + "There are other kinds of proof you can use.", + "Do you also have info about transferring a car after a sale?", + "Yes, I can give you a link so you can look at more information.", + "what if I want to make a reservation but I'm not in one of those locations you listed?", + "I can help you look up office locations and hours. ", + "can I print out a copy of the title when I am doing the transfer?", + "We need the original or a certified copy, we will not accept a photocopy" + ] + }, + { + "input": "['how do i get faster service', ' If i don t want to transfer the registration?', 'How to transfer the vehicle?', 'original title or other proof of ownership 1', ' If i don t have one of these', ' If i don t want to transfer the registration', 'See Buy or sell a vehicle transfer ownership', \"it's not my case\", 'make a reservation online before visiting offices in New York City, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties.', ' you must surrender the vehicle plates to the DMV. You may be eligible to receive a refund if you surrender the plates before the registration expires.', 'you must surrender the vehicle plates to the DMV. You may be eligible to receive a refund if you surrender the plates before the registration expires ', 'What should I bring to a DMV office?']", + "output": [ + "What should I bring to a DMV office?", + "original title or other proof of ownership 1", + "how do i get faster service", + "make a reservation online before visiting offices in New York City, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties.", + "How to transfer the vehicle?", + "See Buy or sell a vehicle transfer ownership", + " If i don t have one of these", + "it's not my case", + " If i don t want to transfer the registration?", + " you must surrender the vehicle plates to the DMV. You may be eligible to receive a refund if you surrender the plates before the registration expires.", + " If i don t want to transfer the registration", + "you must surrender the vehicle plates to the DMV. You may be eligible to receive a refund if you surrender the plates before the registration expires " + ] + }, + { + "input": "['no, I want to know about car plates', 'Do you need the office hours for any locations to help you with your visit?', 'Would you like some tips to make your DMV visit go smoother?', \"I haven't transferred a registration before so I want to know if I have to get new plates when I do it?\", 'If you do not transfer the registration, you will need to surrender the vehicle plates to the DMV. You might be eligible to receive a refund if you surrender the plates before the registration expires.', 'You can transfer the vehicle plates you have along with the registration to another vehicle you own', 'do you have anywhere where I can look at more info on transferring ownership of a car?', 'You will need the original title or other proof of ownership\\xa0to transfer a registration to another vehicle', \"what do I do with the plates if I don't transfer the registration?\", 'no ', 'Yes, I can link you to more information on buying or selling a vehicle & transferring ownership', 'do I need the title to transfer a registration to another car or do you have it on record?']", + "output": [ + "do I need the title to transfer a registration to another car or do you have it on record?", + "You will need the original title or other proof of ownership\u00a0to transfer a registration to another vehicle", + "Would you like some tips to make your DMV visit go smoother?", + "no ", + "Do you need the office hours for any locations to help you with your visit?", + "no, I want to know about car plates", + "I haven't transferred a registration before so I want to know if I have to get new plates when I do it?", + "You can transfer the vehicle plates you have along with the registration to another vehicle you own", + "what do I do with the plates if I don't transfer the registration?", + "If you do not transfer the registration, you will need to surrender the vehicle plates to the DMV. You might be eligible to receive a refund if you surrender the plates before the registration expires.", + "do you have anywhere where I can look at more info on transferring ownership of a car?", + "Yes, I can link you to more information on buying or selling a vehicle & transferring ownership" + ] + }, + { + "input": "['Actually you can make a reservation online before visiting the DMV office in NY City, West Chester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties and this will get you right in.', 'What if I do not have the proof the DMV needs?', 'You would need a NY State Certificate of Title original or certified copy with the transfer ownership section completed by the seller.', 'If your model year is 1972 or older then you need a NY State Transferable Registration original or certified copy, and it can not be a photocopy and a bill of sale.', 'Yes, I would I get quicker service at the DMV?', 'You would need an original title or other proof of ownership.', 'It is actually simple, you just have to surrender the vehicle plates to the DMV and you might get a refund if you surrender the plates before they expire.', 'what if the model year is 1972 or older?', 'Would you like to know about quicker service?', 'What happens when I do not want to transfer the registration?', 'Then you would have to see the other kinds of proof you can use.', 'What if the vehicle is a model year 1973 or newer?', 'What items do I need to bring to the DMV office when transferring a registration to another vehicle?']", + "output": [ + "What items do I need to bring to the DMV office when transferring a registration to another vehicle?", + "You would need an original title or other proof of ownership.", + "Would you like to know about quicker service?", + "Yes, I would I get quicker service at the DMV?", + "Actually you can make a reservation online before visiting the DMV office in NY City, West Chester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties and this will get you right in.", + "What happens when I do not want to transfer the registration?", + "It is actually simple, you just have to surrender the vehicle plates to the DMV and you might get a refund if you surrender the plates before they expire.", + "What if I do not have the proof the DMV needs?", + "Then you would have to see the other kinds of proof you can use.", + "what if the model year is 1972 or older?", + "If your model year is 1972 or older then you need a NY State Transferable Registration original or certified copy, and it can not be a photocopy and a bill of sale.", + "What if the vehicle is a model year 1973 or newer?", + "You would need a NY State Certificate of Title original or certified copy with the transfer ownership section completed by the seller." + ] + }, + { + "input": "['Can I use an expired driver ID card?', 'Yes, two vehicles can if you have the same type of registration.', 'You would need a NY State Certificate of Title original or certified copy with the transfer ownership section completed by the seller.', 'What if my car model is 1973 or older?', 'Can more than one vehicle have the same registration?', 'Yes, I do not have the proof you need.', 'Yes, you can use a expired less than 2 years driver ID card as proof of identity and age.', 'You can use a NY State driver license or learner permit.', 'My car is model year 1972 what do I do?', 'You would have to have a NY State Transferable Registration original or certified copy and not a photocopy, and bill of sale.', 'You can look at Buy or sell a vehicle transfer ownership.', 'What proof can I use?', 'Do you not have the proof we need?', 'How can I find out about transferring a vehicle?', 'Then you would need to look at the other kinds of proof you can use on our guides.']", + "output": [ + "How can I find out about transferring a vehicle?", + "You can look at Buy or sell a vehicle transfer ownership.", + "Do you not have the proof we need?", + "Yes, I do not have the proof you need.", + "Then you would need to look at the other kinds of proof you can use on our guides.", + "What proof can I use?", + "You can use a NY State driver license or learner permit.", + "Can I use an expired driver ID card?", + "Yes, you can use a expired less than 2 years driver ID card as proof of identity and age.", + "Can more than one vehicle have the same registration?", + "Yes, two vehicles can if you have the same type of registration.", + "My car is model year 1972 what do I do?", + "You would have to have a NY State Transferable Registration original or certified copy and not a photocopy, and bill of sale.", + "What if my car model is 1973 or older?", + "You would need a NY State Certificate of Title original or certified copy with the transfer ownership section completed by the seller." + ] + }, + { + "input": "['What are the hours of operation of the DMV office?', 'When you sell a vehicle you need to transfer the registration. To do this you need to take either the original title or other proof of ownership to a DMV office.', \"What happens if I don't want to transfer the registration?\", \"If you don't want to transfer the registration you must surrender the vehicle plated to the DMV. When you surrender the plates to the DMV you may be eligible to receive a refund if the plates are surrendered before the registration expires.\", 'As the vehicle is registered in New York City, to facilitate quicker service, you can make a reservation online before visiting the DMV office.', \"If you don't have a current driver ID card there are other kinds of proof that you can use.\", 'In which state is the vehicle registered?', 'In NYC.', 'You can check the hours of operation by calling your local DMV office.', \"What happens if I don't have a current driver ID card?\", 'What forms are required to transfer the registration of a vehicle?', 'You will be a completed Application for Registration/Title MV-82 form.', 'What needs to be done when I sell my vehicle?']", + "output": [ + "What needs to be done when I sell my vehicle?", + "When you sell a vehicle you need to transfer the registration. To do this you need to take either the original title or other proof of ownership to a DMV office.", + "In which state is the vehicle registered?", + "In NYC.", + "As the vehicle is registered in New York City, to facilitate quicker service, you can make a reservation online before visiting the DMV office.", + "What happens if I don't have a current driver ID card?", + "If you don't have a current driver ID card there are other kinds of proof that you can use.", + "What are the hours of operation of the DMV office?", + "You can check the hours of operation by calling your local DMV office.", + "What forms are required to transfer the registration of a vehicle?", + "You will be a completed Application for Registration/Title MV-82 form.", + "What happens if I don't want to transfer the registration?", + "If you don't want to transfer the registration you must surrender the vehicle plated to the DMV. When you surrender the plates to the DMV you may be eligible to receive a refund if the plates are surrendered before the registration expires." + ] + }, + { + "input": "['For quicker service you can make a reservation online before visiting offices in New York City, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties.', \"yes, who doesn't\", 'You will need the original or certified copy', 'Did you want to get through your DMV visit quickly?', \"do you have a list of things I should have ready so I'm prepared?\", 'Do I need to bring the title when I transfer a registration from one car to another car?', 'You will have to surrender the vehicle plates to the DMV. You may be eligible to receive a refund if you surrender the plates before the registration expires. ', \"what does one do if they don't want to transfer a registration? do we have to tell you about it?\", 'Yes, I can give you a link so you can find out more on how to transfer the ownership of a vehicle.', 'You will need the original title or other proof of ownership.', 'yes, there are other kinds of proof you can use.', \"can I still do a transfer if I don't have an ID?\", 'can I bring a printer copy for my title?', 'You can print a checklist of what you need to bring to the DMV to transfer a registration.', 'do you have more info so I can get more knowledge on transferring titles?']", + "output": [ + "Do I need to bring the title when I transfer a registration from one car to another car?", + "You will need the original title or other proof of ownership.", + "Did you want to get through your DMV visit quickly?", + "yes, who doesn't", + "For quicker service you can make a reservation online before visiting offices in New York City, Westchester, Nassau, Suffolk, Rockland, Onondaga, Monroe or Albany Counties.", + "can I bring a printer copy for my title?", + "You will need the original or certified copy", + "do you have more info so I can get more knowledge on transferring titles?", + "Yes, I can give you a link so you can find out more on how to transfer the ownership of a vehicle.", + "can I still do a transfer if I don't have an ID?", + "yes, there are other kinds of proof you can use.", + "what does one do if they don't want to transfer a registration? do we have to tell you about it?", + "You will have to surrender the vehicle plates to the DMV. You may be eligible to receive a refund if you surrender the plates before the registration expires. ", + "do you have a list of things I should have ready so I'm prepared?", + "You can print a checklist of what you need to bring to the DMV to transfer a registration." + ] + }, + { + "input": "['and do you have insurance?', 'What if I have insurance?', 'and when would I have to turn in the registration?', 'and what should my company do?', 'Ask your company to file a coverage notice with the DMV electronically.', \"If you don't have insurance, you must deliver your vehicle registration and license plates to the DMV immediately.\", 'If you are not going to immediately replace your insurance coverage, you must turn in your plates.', 'do not', \"What if I can't immediately replace my insurance coverage?\", 'Hello, I received a letter stating that my insurance has expired. What I can do?', 'If you do not have insurance, you must deliver your vehicle registration and license plates to the DMV immediately.', 'If you have insurance, follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a coverage notice with the DMV electronically.', 'The letter means that your insurance company notified DMV that your insurance coverage ended, and that no other company notified DMV of new coverage.', 'What if someone does not have insurance?']", + "output": [ + "Hello, I received a letter stating that my insurance has expired. What I can do?", + "The letter means that your insurance company notified DMV that your insurance coverage ended, and that no other company notified DMV of new coverage.", + "and do you have insurance?", + "do not", + "and when would I have to turn in the registration?", + "If you don't have insurance, you must deliver your vehicle registration and license plates to the DMV immediately.", + "What if I have insurance?", + "If you have insurance, follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a coverage notice with the DMV electronically.", + "and what should my company do?", + "Ask your company to file a coverage notice with the DMV electronically.", + "What if I can't immediately replace my insurance coverage?", + "If you are not going to immediately replace your insurance coverage, you must turn in your plates.", + "What if someone does not have insurance?", + "If you do not have insurance, you must deliver your vehicle registration and license plates to the DMV immediately." + ] + }, + { + "input": "['Hello I need information about How do I respond to the letter or request?', 'do not', 'save the plates while solving a problem with your insurance company', 'I received a letter stating that my license is suspended. What I can do?', 'What should I do if I have insurance?', 'If you have insurance, follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a coverage notice with the DMV electronically.', 'Your required response, either\\n prove you have insurance coverage\\n proof that you sold the vehicle', 'If there is a problem, it is your responsibility to resolve it.', 'And what should I do with the plates while the problem is not resolved?', 'The letter means that your insurance company notified DMV that your insurance coverage ended, and that no other company notified DMV of new coverage.', 'What should I do if there is a problem?', 'What do I do if I have insurance coverage?']", + "output": [ + "Hello I need information about How do I respond to the letter or request?", + "Your required response, either\n prove you have insurance coverage\n proof that you sold the vehicle", + "What do I do if I have insurance coverage?", + "do not", + "What should I do if there is a problem?", + "If there is a problem, it is your responsibility to resolve it.", + "And what should I do with the plates while the problem is not resolved?", + "save the plates while solving a problem with your insurance company", + "I received a letter stating that my license is suspended. What I can do?", + "The letter means that your insurance company notified DMV that your insurance coverage ended, and that no other company notified DMV of new coverage.", + "What should I do if I have insurance?", + "If you have insurance, follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a coverage notice with the DMV electronically." + ] + }, + { + "input": "['when the license is suspended?', 'follow the instructions in the letter and contact your company or agent about the problem . Ask your company to file a notice of coverage with the DMV electronically', ' you must surrender your plates', 'you need to surrender your vehicle registration and plates to the DMV immediately', 'If not, will I immediately replace my insurance coverage?', \"I received an insurance 'letter' or 'order' from the DMV. What can I do?\", 'if the insurance is canceled?', 'yes', 'A driver license becomes suspended when the lapse is 91 days or more or if the time period of the lapse has not yet been determined. To determine the lapse periods\\nthe plates must be surrendered', \"if i don't have insurance?\", ' use your vehicle if your insurance coverage is cancelled , even if you think it is a mistakes\\nkeep the plates while you resolve a problem with your insurance company ', 'The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage', 'you have insurance', ' I received a Letter that states my license is suspended. What can I do?', ' Read the letter or order see a sample carefully , answer it quickly , and contact your insurance company immediately ']", + "output": [ + " I received a Letter that states my license is suspended. What can I do?", + "The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage", + "you have insurance", + "yes", + "follow the instructions in the letter and contact your company or agent about the problem . Ask your company to file a notice of coverage with the DMV electronically", + "If not, will I immediately replace my insurance coverage?", + " you must surrender your plates", + "if i don't have insurance?", + "you need to surrender your vehicle registration and plates to the DMV immediately", + "when the license is suspended?", + "A driver license becomes suspended when the lapse is 91 days or more or if the time period of the lapse has not yet been determined. To determine the lapse periods\nthe plates must be surrendered", + "I received an insurance 'letter' or 'order' from the DMV. What can I do?", + " Read the letter or order see a sample carefully , answer it quickly , and contact your insurance company immediately ", + "if the insurance is canceled?", + " use your vehicle if your insurance coverage is cancelled , even if you think it is a mistakes\nkeep the plates while you resolve a problem with your insurance company " + ] + }, + { + "input": "['If i have insurance ', \"Can DMV suspend your vehicle registration and driver's license?\", 'I received a Letter that states my insurance lapsed. What can I do?', \"and if I don't have insurance\", 'I received a Letter that states my license is suspended. What can I do?', ' The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage', 'yes', 'you need to surrender your vehicle registration and plates to the DMV immediately', 'Ask your company to file a notice of coverage with the DMV electronically', 'follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically ', ' The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage', 'If i have insurance?', 'Do notr\\nuse your vehicle if your insurance coverage is cancelled ,s [9] even if you think it is a mistakes\\nkeep the plates while you resolve a problem with your insurance company 1']", + "output": [ + "I received a Letter that states my insurance lapsed. What can I do?", + " The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage", + "If i have insurance?", + "yes", + "follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically ", + "I received a Letter that states my license is suspended. What can I do?", + " The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage", + "If i have insurance ", + "Ask your company to file a notice of coverage with the DMV electronically", + "and if I don't have insurance", + "you need to surrender your vehicle registration and plates to the DMV immediately", + "Can DMV suspend your vehicle registration and driver's license?", + "Do notr\nuse your vehicle if your insurance coverage is cancelled ,s [9] even if you think it is a mistakes\nkeep the plates while you resolve a problem with your insurance company 1" + ] + }, + { + "input": "['you need to surrender your vehicle plates to the DMV [ 2 ] immediately .', 'What must I do if I don t have liability insurance?', 'How do I respond to the letter or order?', 'you need to surrender your vehicle registration and plates to the DMV immediately', 'you don t have insurance ', 'not', ' If i are not going to immediately replace my insurance coverage', ' also ask your insurance company do not ask your agent or broker to file an electronic notice of insurance coverage with the DMV', \"I received an insurance 'letter' or 'order' from the DMV. What can I do?\", 'you have insurance coverage ?', 'you must surrender your plates', 'Your response must eithers\\nprove that you have insurance coverages\\nprove that you sold the vehicle', 'Do notr use your vehicle if your insurance coverage is cancelled , even if you think it is a mistakes keep the plates while you resolve a problem with your insurance company 1']", + "output": [ + "How do I respond to the letter or order?", + "Your response must eithers\nprove that you have insurance coverages\nprove that you sold the vehicle", + "you have insurance coverage ?", + "not", + " also ask your insurance company do not ask your agent or broker to file an electronic notice of insurance coverage with the DMV", + "I received an insurance 'letter' or 'order' from the DMV. What can I do?", + "Do notr use your vehicle if your insurance coverage is cancelled , even if you think it is a mistakes keep the plates while you resolve a problem with your insurance company 1", + "you don t have insurance ", + "you need to surrender your vehicle registration and plates to the DMV immediately", + " If i are not going to immediately replace my insurance coverage", + "you must surrender your plates", + "What must I do if I don t have liability insurance?", + "you need to surrender your vehicle plates to the DMV [ 2 ] immediately ." + ] + }, + { + "input": "['Read the letter or order, view a sample carefully, respond quickly, and contact your insurance company immediately.', 'In that case it is your responsibility to solve it.', 'What if the span exceeds 91 days?', 'have you not solved the problem?', \"Hello I received a 'letter' or 'order' from DMV insurance. What I can do?\", 'If you have insurance coverage, also ask your insurance company not to ask your agent or broker to file an electronic insurance coverage notice with the DMV', 'and if there is a problem what should I do?', 'what if i have a problem', 'What if I have insurance coverage?', \"The DMV can suspend your vehicle registration and driver's license.\", \"Once the lapse is determined, registration and, if the lapse period is 91 days or more, your driver's license will also be suspended for the same number of days. Suspensions may not be effective on the same date.\", 'do not', 'Yes', 'In that case de No\\n use your vehicle if your insurance coverage is canceled, even if you think it is a mistake\\n save the plates while solving a problem with your insurance company', 'In which cases can registration be suspended?']", + "output": [ + "Hello I received a 'letter' or 'order' from DMV insurance. What I can do?", + "Read the letter or order, view a sample carefully, respond quickly, and contact your insurance company immediately.", + "what if i have a problem", + "do not", + "have you not solved the problem?", + "Yes", + "The DMV can suspend your vehicle registration and driver's license.", + "and if there is a problem what should I do?", + "In that case it is your responsibility to solve it.", + "In which cases can registration be suspended?", + "In that case de No\n use your vehicle if your insurance coverage is canceled, even if you think it is a mistake\n save the plates while solving a problem with your insurance company", + "What if I have insurance coverage?", + "If you have insurance coverage, also ask your insurance company not to ask your agent or broker to file an electronic insurance coverage notice with the DMV", + "What if the span exceeds 91 days?", + "Once the lapse is determined, registration and, if the lapse period is 91 days or more, your driver's license will also be suspended for the same number of days. Suspensions may not be effective on the same date." + ] + }, + { + "input": "['Yeah, in fact, i have one.', \"That sound pretty easy, indeed. I'll make sure to do it asap. In any case,Are there some advice you can give me?\", 'Then, do not worry about. Just follow the proper procedure written down in the letter and contact your insurance company or agent, to talk about the problem. Most probable thing would be to ask your company to file a notice of coverage with the DMV via electronic.', \"Sure. The letter you received is meant to notify you that your insurance coverage has ended, and DMV hasn't received any new insurance coverage notification from any other company.\", 'Sorry but, you said earlier that about my insurance being lapsed, all i had to do is to contact my insurance agent to fix the problem, right?', 'Hey, i need some guidance with certain letter i received some days ago about insurance, Could you help me out?', 'If that should be your case, then you would need to surrender your vehicle registration and plates to the DMV immediately.', \"That's correct. And do not forget to ask them to file the notice of coverage with the DMV electronically.\", 'For starters, do go and use your vehicle while your coverage is cancelled. Besides, please keep your plates with you while your problem is resolved with your insurance company.', \"I thought something similar to that. Thanks for confirm it. Please, another question. A friend of mine got its license suspended, but she doesn't know for how long, How she can know that?\", \"For that, she'll have to go through the DMV process, but it would imply that her registration must expire or her plates must be transferred to another vehicle by DMV or DMV must receive proof of new or reinstated insurance.\", \"Lets say, i mean, lets guess i don't have any insurance, what would happen there?\", 'Do you have insurance already?']", + "output": [ + "Hey, i need some guidance with certain letter i received some days ago about insurance, Could you help me out?", + "Sure. The letter you received is meant to notify you that your insurance coverage has ended, and DMV hasn't received any new insurance coverage notification from any other company.", + "Do you have insurance already?", + "Yeah, in fact, i have one.", + "Then, do not worry about. Just follow the proper procedure written down in the letter and contact your insurance company or agent, to talk about the problem. Most probable thing would be to ask your company to file a notice of coverage with the DMV via electronic.", + "That sound pretty easy, indeed. I'll make sure to do it asap. In any case,Are there some advice you can give me?", + "For starters, do go and use your vehicle while your coverage is cancelled. Besides, please keep your plates with you while your problem is resolved with your insurance company.", + "I thought something similar to that. Thanks for confirm it. Please, another question. A friend of mine got its license suspended, but she doesn't know for how long, How she can know that?", + "For that, she'll have to go through the DMV process, but it would imply that her registration must expire or her plates must be transferred to another vehicle by DMV or DMV must receive proof of new or reinstated insurance.", + "Sorry but, you said earlier that about my insurance being lapsed, all i had to do is to contact my insurance agent to fix the problem, right?", + "That's correct. And do not forget to ask them to file the notice of coverage with the DMV electronically.", + "Lets say, i mean, lets guess i don't have any insurance, what would happen there?", + "If that should be your case, then you would need to surrender your vehicle registration and plates to the DMV immediately." + ] + }, + { + "input": "['what happens if my license is suspended and I lose my insurance again?', 'what happens if I let my insurance lapse for some time but I have insurance now?', \"Are you in a situation where you do not have insurance or it is about to expire and you don't plan to replace it?\", 'no, I have it', 'what about the letter that says my license is suspended, how do I take care of that?', 'but for now I can drive since it is a mistake and I am covered and not suspended so nothing will happen to me right?', 'You need to follow the instructions in the letter and contact your company or agent about the problem. Ask your insurance company to file a notice of coverage with the DMV electronically. ', \"I'm here on an insurance matter\", 'If that happens you will need to surrender your vehicle registration and plates to the DMV immediately', 'Once the lapse is determined, the registration and, if the lapse period is 91 days or more, your driver license will also be suspended for the same number of days. The suspensions may not be effective on the same date. ', \"what do I do if I have insurance but you tell me that I don't have it?\", \"Don't use your vehicle if your insurance coverage is cancelled, even if you think it is a mistake\", 'You need to follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically. ']", + "output": [ + "I'm here on an insurance matter", + "Are you in a situation where you do not have insurance or it is about to expire and you don't plan to replace it?", + "no, I have it", + "what do I do if I have insurance but you tell me that I don't have it?", + "You need to follow the instructions in the letter and contact your company or agent about the problem. Ask your insurance company to file a notice of coverage with the DMV electronically. ", + "what about the letter that says my license is suspended, how do I take care of that?", + "You need to follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically. ", + "what happens if I let my insurance lapse for some time but I have insurance now?", + "Once the lapse is determined, the registration and, if the lapse period is 91 days or more, your driver license will also be suspended for the same number of days. The suspensions may not be effective on the same date. ", + "what happens if my license is suspended and I lose my insurance again?", + "If that happens you will need to surrender your vehicle registration and plates to the DMV immediately", + "but for now I can drive since it is a mistake and I am covered and not suspended so nothing will happen to me right?", + "Don't use your vehicle if your insurance coverage is cancelled, even if you think it is a mistake" + ] + }, + { + "input": "[\"What if I don't have insurance after all?\", \"All that trouble, even though I am insured. But no can do. Any pointers on what I shouldn't do in my situation?\", \"Yes, I don't have insurance currently.\", 'In that case you need to surrender your vehicle plates to the DMV immediately.', \"Hello, can you explain what I have to do if I don't have a liability insurance?\", 'Then you should follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically.', 'Do you NOT have insurance, or is it just about to expire and you don t plan to replace it?', 'The other day I also got a letter in the mail saying that my insurance lapsed. I have insurance, so what should I do in that situation?', 'Hold on. My wife just showed me another letter, in it they write that my license is suspended. What should I do now?', 'Simply follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically.', 'Do not use your vehicle if your insurance coverage is cancelled, even if you think it is a mistake and keep the plates while you resolve a problem with your insurance company.', 'But what if I do have insurance?', 'In that case you need to surrender your vehicle registration and plates to the DMV immediately.', 'The letter means your insurance company notified the DMV that your insurance coverage ended, and that no other company notified the DMV about new coverage.']", + "output": [ + "Hello, can you explain what I have to do if I don't have a liability insurance?", + "Do you NOT have insurance, or is it just about to expire and you don t plan to replace it?", + "Yes, I don't have insurance currently.", + "In that case you need to surrender your vehicle plates to the DMV immediately.", + "The other day I also got a letter in the mail saying that my insurance lapsed. I have insurance, so what should I do in that situation?", + "Simply follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically.", + "What if I don't have insurance after all?", + "In that case you need to surrender your vehicle registration and plates to the DMV immediately.", + "Hold on. My wife just showed me another letter, in it they write that my license is suspended. What should I do now?", + "The letter means your insurance company notified the DMV that your insurance coverage ended, and that no other company notified the DMV about new coverage.", + "But what if I do have insurance?", + "Then you should follow the instructions in the letter and contact your company or agent about the problem. Ask your company to file a notice of coverage with the DMV electronically.", + "All that trouble, even though I am insured. But no can do. Any pointers on what I shouldn't do in my situation?", + "Do not use your vehicle if your insurance coverage is cancelled, even if you think it is a mistake and keep the plates while you resolve a problem with your insurance company." + ] + }, + { + "input": "['I got an insurance letter from you guys so I am here for help', 'Are you insured?', \"So I shouldn't be using my car?\", 'You will need to surrender your vehicle plates to the DMV immediately. ', 'I did read it , can you fix it', 'no, I have no money for insurance right now', 'The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage.', 'It is your responsibility to resolve it', \"Don't use your vehicle if your insurance coverage is cancelled, and don't keep the plates while you resolve a problem with your insurance company.\", 'so the letter was bad, can you help me?', 'If you are not going to immediately replace your insurance coverage, you must surrender your plates.', 'Okay, you should read the letter or order carefully, answer it quickly, and contact your insurance company immediately.', \"so I give up my plates since I don't have insurance and you can't help me?\", \"what happens if I don't plan on getting insurance because I'm poor?\"]", + "output": [ + "I got an insurance letter from you guys so I am here for help", + "Okay, you should read the letter or order carefully, answer it quickly, and contact your insurance company immediately.", + "I did read it , can you fix it", + "It is your responsibility to resolve it", + "what happens if I don't plan on getting insurance because I'm poor?", + "If you are not going to immediately replace your insurance coverage, you must surrender your plates.", + "So I shouldn't be using my car?", + "Don't use your vehicle if your insurance coverage is cancelled, and don't keep the plates while you resolve a problem with your insurance company.", + "so I give up my plates since I don't have insurance and you can't help me?", + "You will need to surrender your vehicle plates to the DMV immediately. ", + "so the letter was bad, can you help me?", + "The letter means your insurance company notified the DMV that your insurance coverage ended , and that no other company notified the DMV about new coverage.", + "Are you insured?", + "no, I have no money for insurance right now" + ] + }, + { + "input": "['In that case, ask to the DMV to transfer your personalized plates when you register the vehicle', 'You need to pay a fee. Call to the Custom Plates Unit at 1-518-402-4838', 'Tell me about how to replace or transfer personalized plates', 'What do I need to replace personalized plates?', 'If you have IMJOE standard series personalized plates , with an annual fee of $ 31.25 $62.50 per two - year registration. You order IMJOE on a picture plate e.g., NASCAR , Yankees and pay the $62.50 annual custom plate fee $125 at the next two-year renewal in addition to other renewal fees, plus plate and document fees. The online custom plate ordering system cannot credit you for the custom license plate fees you have already paid in your current registration', 'To replace them, you can call to the Custom Plates Unit at 1-518-402-4838. Office hours are 8:00am - 4:00pm, Monday through Friday', 'Not now, I just need info about it.', 'How can I keep personalized plates ? ', 'Yes, my plates are old', 'What if I purchase the vehicle from a private person?', 'Do you have to replace personalized plates?', 'Are your personalized plates old or damaged?']", + "output": [ + "Tell me about how to replace or transfer personalized plates", + "Do you have to replace personalized plates?", + "Not now, I just need info about it.", + "Are your personalized plates old or damaged?", + "Yes, my plates are old", + "To replace them, you can call to the Custom Plates Unit at 1-518-402-4838. Office hours are 8:00am - 4:00pm, Monday through Friday", + "What do I need to replace personalized plates?", + "You need to pay a fee. Call to the Custom Plates Unit at 1-518-402-4838", + "How can I keep personalized plates ? ", + "If you have IMJOE standard series personalized plates , with an annual fee of $ 31.25 $62.50 per two - year registration. You order IMJOE on a picture plate e.g., NASCAR , Yankees and pay the $62.50 annual custom plate fee $125 at the next two-year renewal in addition to other renewal fees, plus plate and document fees. The online custom plate ordering system cannot credit you for the custom license plate fees you have already paid in your current registration", + "What if I purchase the vehicle from a private person?", + "In that case, ask to the DMV to transfer your personalized plates when you register the vehicle" + ] + }, + { + "input": "['Yes, I need the list of what I need to know if I am eligible to register to vote in NY State.', 'Do you need to know list of how you are eligible to register to vote in New York State?', 'You must be a U.S. Citizen and be 18 years old by the end of this year to be eligible to register vote in NY State.', 'Then you should first correct the information before going forth with an online Voter Registration Application.', 'What topic online do I have to look under?', 'Do you have a list of voter registration application FAQs?', 'You would only have to update information that has changed like your preference for political party or your name has changed.', 'You should look under the topic \"More Info\".', 'What happens if the DMVs records do not reflect my current name or address or date of brith or gender?', 'At this time the DMV only send the application to the County or City Board of Elections for their review.', 'Does the DMV approve or deny voter registration?', 'I have registered in the past to vote, do I need to update my registration again?']", + "output": [ + "Do you have a list of voter registration application FAQs?", + "Do you need to know list of how you are eligible to register to vote in New York State?", + "Yes, I need the list of what I need to know if I am eligible to register to vote in NY State.", + "You must be a U.S. Citizen and be 18 years old by the end of this year to be eligible to register vote in NY State.", + "What topic online do I have to look under?", + "You should look under the topic \"More Info\".", + "Does the DMV approve or deny voter registration?", + "At this time the DMV only send the application to the County or City Board of Elections for their review.", + "What happens if the DMVs records do not reflect my current name or address or date of brith or gender?", + "Then you should first correct the information before going forth with an online Voter Registration Application.", + "I have registered in the past to vote, do I need to update my registration again?", + "You would only have to update information that has changed like your preference for political party or your name has changed." + ] + }, + { + "input": "['As I said, the proofs of ownership needed to register and title a vehicle in New York are different for different types of vehicles, for example, cars, trailers, boats, snowmobiles, manufactured homes', 'Do you have flood damage?', \"No, I don't\", 'Yes. Please, read the DMV brochures, Let the Buyer Be Aware, and Q&A About Your Title Certificate', 'Do you want to change your name?', 'Check the National Insurance Crime Bureau database to see if a vehicle is flood damaged. You will need the Vehicle Identification Number VIN', 'Yes, I have', 'What about the proof of ownership?', 'The proofs of ownership needed to register and title a vehicle in New York are different for different types of vehicles, cars, trailers, boats, snowmobiles, manufactured homes. Get proof of ownership at purchase.', 'What if I changed the name?', 'Please, give me additional information', 'Any tip for buying a vehicle?', 'Anything else about Proof of ownership?', \"That's a problem. You can't change the name on the vehicle registration or the title certificate to the name of another person. You need to transfer the ownership of the vehicle\"]", + "output": [ + "Please, give me additional information", + "Do you want to change your name?", + "No, I don't", + "Do you have flood damage?", + "Yes, I have", + "Check the National Insurance Crime Bureau database to see if a vehicle is flood damaged. You will need the Vehicle Identification Number VIN", + "What about the proof of ownership?", + "The proofs of ownership needed to register and title a vehicle in New York are different for different types of vehicles, cars, trailers, boats, snowmobiles, manufactured homes. Get proof of ownership at purchase.", + "What if I changed the name?", + "That's a problem. You can't change the name on the vehicle registration or the title certificate to the name of another person. You need to transfer the ownership of the vehicle", + "Anything else about Proof of ownership?", + "As I said, the proofs of ownership needed to register and title a vehicle in New York are different for different types of vehicles, for example, cars, trailers, boats, snowmobiles, manufactured homes", + "Any tip for buying a vehicle?", + "Yes. Please, read the DMV brochures, Let the Buyer Be Aware, and Q&A About Your Title Certificate" + ] + }, + { + "input": "['Your Social Security can help ensure that your family is taken care of if you have earned enough credits through working.', 'Do you need more information about this?', 'I need help with planning my Social Security survivor benefits.', 'In the event of your passing, your widower would start receiving reduced benefits at age 60 or full benefits if they are at retirement age or older.', 'What would my widower receive in benefits?', 'What about my children? What would they receive?', 'Do you need information about planning for your future Social Security survivor benefits?', 'I want to make sure that my family is financially taken care of after my passing. How do Social Security survivor benefits work?', 'Yes.', 'Yes, I would like more information about benefits for my children.', 'Your children who are under 18 or age 19 if still attending school full time can receive Social Security benefits if they are unmarried.']", + "output": [ + "I need help with planning my Social Security survivor benefits.", + "Do you need information about planning for your future Social Security survivor benefits?", + "Yes.", + "What would my widower receive in benefits?", + "In the event of your passing, your widower would start receiving reduced benefits at age 60 or full benefits if they are at retirement age or older.", + "I want to make sure that my family is financially taken care of after my passing. How do Social Security survivor benefits work?", + "Your Social Security can help ensure that your family is taken care of if you have earned enough credits through working.", + "What about my children? What would they receive?", + "Your children who are under 18 or age 19 if still attending school full time can receive Social Security benefits if they are unmarried.", + "Do you need more information about this?", + "Yes, I would like more information about benefits for my children." + ] + }, + { + "input": "['We do have some information called \"Your income and resources\" that you can access on page 5 of our Supplemental Security Income SSI booklet.', 'Do you have any documents or publications that I can read?', \"No, I don't think I am ready.\", 'Ok, no problem. Are you deaf or hard of hearing?', 'Oh, no. I am not.', 'We do, what are you interested in? Applying online for disability benefits? We also have documents on disability benefits and a starter kit.', 'How do I apply for disability benefits?', 'I can help you with that. First off, you should apply for benefits as soon as you become disabled.', 'Do you have access to a telephone?', 'I do.', 'Are you interested in applying now?', \"I am wondering about if I don't have enough work credits to be eligible for disability. What should I do?\"]", + "output": [ + "How do I apply for disability benefits?", + "I can help you with that. First off, you should apply for benefits as soon as you become disabled.", + "Are you interested in applying now?", + "No, I don't think I am ready.", + "Ok, no problem. Are you deaf or hard of hearing?", + "Oh, no. I am not.", + "Do you have access to a telephone?", + "I do.", + "Do you have any documents or publications that I can read?", + "We do, what are you interested in? Applying online for disability benefits? We also have documents on disability benefits and a starter kit.", + "I am wondering about if I don't have enough work credits to be eligible for disability. What should I do?", + "We do have some information called \"Your income and resources\" that you can access on page 5 of our Supplemental Security Income SSI booklet." + ] + }, + { + "input": "['Yes, we will accept expired documents to prove your prior name.', 'Ok, I see what you mean by citizenship. A passport proves that?', 'Have you established yourself as American citizen with us?', 'Do you need to change your name on your Social Security Card?', \"No, I don't think that I have.\", 'What documents do I need to get a corrected Social Security Card?', 'What if my documentation in my old name has expired?', 'Yes, it does.', 'Yes it is.', 'Citizenship is one option.', 'If I had changed my name what document would I need?', 'Any unexpired identity document in your new name, as long as we can find in our records your previous identity.', 'Yes you can.', 'Is a passport ok?', 'Can I use my US passport as proof of both being a citizen and my identity?', 'Not right now, but I might in the future. I am getting married next year.']", + "output": [ + "What documents do I need to get a corrected Social Security Card?", + "Citizenship is one option.", + "Have you established yourself as American citizen with us?", + "No, I don't think that I have.", + "Can I use my US passport as proof of both being a citizen and my identity?", + "Yes you can.", + "Ok, I see what you mean by citizenship. A passport proves that?", + "Yes, it does.", + "Do you need to change your name on your Social Security Card?", + "Not right now, but I might in the future. I am getting married next year.", + "If I had changed my name what document would I need?", + "Any unexpired identity document in your new name, as long as we can find in our records your previous identity.", + "Is a passport ok?", + "Yes it is.", + "What if my documentation in my old name has expired?", + "Yes, we will accept expired documents to prove your prior name." + ] + }, + { + "input": "['Your new card will have the same number as your previous card and will show your new name ', 'are you working?', 'N/A', 'What documents do I need as proof of identity?', 'no ', 'it may which may lower the amount of your future Social Security benefits and Cause delays when you file your taxes', 'Do you need to egally change your name because of marriage , divorce , court order or any other reason', 'what documents do I need?', 'Has your name changed?', 'yes', ' We will accept an identity document in your old name that has expired', \"U.S. driver 's license or State - issued non - driver identification card\", 'will this cuase a delay when I file taxes?', 'If you do not tell us when your name changes it could Prevent your wages from being posted correctly to your Social Security record ', 'I need a corrected ss card for an adult', 'will my new card have the same number as my old card?']", + "output": [ + "I need a corrected ss card for an adult", + "Do you need to egally change your name because of marriage , divorce , court order or any other reason", + "no ", + "are you working?", + "N/A", + "Has your name changed?", + "yes", + "If you do not tell us when your name changes it could Prevent your wages from being posted correctly to your Social Security record ", + "What documents do I need as proof of identity?", + "U.S. driver 's license or State - issued non - driver identification card", + "will this cuase a delay when I file taxes?", + "it may which may lower the amount of your future Social Security benefits and Cause delays when you file your taxes", + "will my new card have the same number as my old card?", + "Your new card will have the same number as your previous card and will show your new name ", + "what documents do I need?", + " We will accept an identity document in your old name that has expired" + ] + }, + { + "input": "['no , just something to get an idea of what to expect', 'The Online Calculator is updated periodically with new benefit increases and other benefit amounts, so it is not uncommon that your benefit estimates will differ from time to time.', 'Do you need help with the online calculator WEP version?', 'yes I do', 'The calculator allows you to estimate your Social Security benefit ', 'Will you be working on something that needs more accurate estimates?', 'someone helped me before and we got different numbers, is that normal or were we using some other calculator?', 'If your birthday falls on January 1st\\xa0 we will figure your benefits as if your birthday was in the previous year .', \"Why does it do that thing when I enter my birhtday? it doesn't seem right\", 'I need help with the retirement benefits planner', 'whats with the retirement age being different?', 'If you qualify for benefits as a Survivor your full retirement age for survivors benefits may be different .']", + "output": [ + "I need help with the retirement benefits planner", + "Do you need help with the online calculator WEP version?", + "yes I do", + "The calculator allows you to estimate your Social Security benefit ", + "Will you be working on something that needs more accurate estimates?", + "no , just something to get an idea of what to expect", + "whats with the retirement age being different?", + "If you qualify for benefits as a Survivor your full retirement age for survivors benefits may be different .", + "Why does it do that thing when I enter my birhtday? it doesn't seem right", + "If your birthday falls on January 1st\u00a0 we will figure your benefits as if your birthday was in the previous year .", + "someone helped me before and we got different numbers, is that normal or were we using some other calculator?", + "The Online Calculator is updated periodically with new benefit increases and other benefit amounts, so it is not uncommon that your benefit estimates will differ from time to time." + ] + }, + { + "input": "['Yes, that is one of the accepted documents.', 'You will need proof of citizenship.', 'No, no passport.', 'Are there any other documents I can use?', \"Can I use my child's school records to prove my citizenship?\", 'Do you have a Certificate of Naturalization or Citizenship?', \"We lived outside the U.S., what do I need to prove my child's citizenship?\", 'You can use a passport or school records.', 'No, it has to be on the accepted documents list.', 'Can I use a Certificate of Naturalization to prove citizenship?', 'Yes, there are several other acceptable documents.', 'Do you have a U.S. passport?', 'Will I need specific documents to get a card?']", + "output": [ + "Will I need specific documents to get a card?", + "You will need proof of citizenship.", + "Do you have a U.S. passport?", + "No, no passport.", + "Are there any other documents I can use?", + "Yes, there are several other acceptable documents.", + "Can I use a Certificate of Naturalization to prove citizenship?", + "Yes, that is one of the accepted documents.", + "Do you have a Certificate of Naturalization or Citizenship?", + "We lived outside the U.S., what do I need to prove my child's citizenship?", + "You can use a passport or school records.", + "Can I use my child's school records to prove my citizenship?", + "No, it has to be on the accepted documents list." + ] + }, + { + "input": "[\"What if her birth certificate wasn't issued when she was born?\", 'My older child used to live in another country, how can I get him ma Social Security card?', 'What can I use for a child without a passport?', \"No, she doesn't have a passport.\", 'Submit his passport or school records as proof he was never issued a SSN.', 'There are other documents we can consider, such as an employee ID card if it has your name, age, and is not expired.', \"What if I can't get a hold of the documents?\", 'What kind of documents are required to get a card?', 'Will you need proof of my identity?', \"If it's for a child, you need a State issued birth certificate recorded before the child was 5.\", 'You need an original proof of citizenship.', \"Yes, you can use your driver's license or state ID card.\", 'Does your child have a passport?', 'You can submit an adoption decree or state issued ID card.']", + "output": [ + "What kind of documents are required to get a card?", + "You need an original proof of citizenship.", + "If it's for a child, you need a State issued birth certificate recorded before the child was 5.", + "What if her birth certificate wasn't issued when she was born?", + "Does your child have a passport?", + "No, she doesn't have a passport.", + "What if I can't get a hold of the documents?", + "There are other documents we can consider, such as an employee ID card if it has your name, age, and is not expired.", + "What can I use for a child without a passport?", + "You can submit an adoption decree or state issued ID card.", + "My older child used to live in another country, how can I get him ma Social Security card?", + "Submit his passport or school records as proof he was never issued a SSN.", + "Will you need proof of my identity?", + "Yes, you can use your driver's license or state ID card." + ] + }, + { + "input": "['What happens if I am a J-1 student, student intern or international visitor?', 'I need help with replacement card for a noncitizen adult.', 'You can replace your Social Security card for free if it is lost or stolen; but you may also not need to replace your Social Security card.', 'You must provide a letter from your sponsor and the letter must be on letterhead with an original signature that authorizes your employment.', 'Do I need to have by Form I-20 with employment page completed and signed?', 'What if I need a number to meet my state or local requirements?', 'Yes you need to have your Form I-20 with employment page completed and signed by your designated school official.', 'Do you not have permission to work but need a Social Security number for other purposes?', 'You must show us your I-20 Certificate of Eligibility for Nonimmigrant Student Status.', 'You will need to bring us a letter from the government agency and it must be on letterhead stationery but not on form letters or cannot be photocopied.', 'What do I need to do if I am an F-1 or M-1 student?', 'No I do not need the Social Security number for other purposes.']", + "output": [ + "I need help with replacement card for a noncitizen adult.", + "You can replace your Social Security card for free if it is lost or stolen; but you may also not need to replace your Social Security card.", + "Do you not have permission to work but need a Social Security number for other purposes?", + "No I do not need the Social Security number for other purposes.", + "Do I need to have by Form I-20 with employment page completed and signed?", + "Yes you need to have your Form I-20 with employment page completed and signed by your designated school official.", + "What if I need a number to meet my state or local requirements?", + "You will need to bring us a letter from the government agency and it must be on letterhead stationery but not on form letters or cannot be photocopied.", + "What do I need to do if I am an F-1 or M-1 student?", + "You must show us your I-20 Certificate of Eligibility for Nonimmigrant Student Status.", + "What happens if I am a J-1 student, student intern or international visitor?", + "You must provide a letter from your sponsor and the letter must be on letterhead with an original signature that authorizes your employment." + ] + }, + { + "input": "[' If you are age 18 or older with a U.S. mailing address and have amySocial Securityaccount ', 'You are limited to three 3 replacement cards in a year and 10 during your lifetime ', 'Ok great! Do you have to be of a certain age to apply?', 'ok thank you. What documents do I need?', 'I need a replacement card for a foreign born Us adult', 'Oh yes there are. let me get those for you. If you have not already established your U.S. citizenship with us , we need to see proof of U.S. citizenship . We can accept only certain documents as proof of U.S. citizenship . These include :\\n U.S. passport ;\\n Certificate of Naturalization N-550/N-570 ;\\n Certificate of Citizenship N-560/N-561 ;\\n Certificate of Report of Birth DS-1350 ;\\n Consular Report of Birth Abroad FS-240 , CRBA .', ' For more information about creating my Social Security account and getting a replacement card online', ' If you have not already established your U.S. citizenship with us ,we need to see proof of U.S. citizenship .s We can accept only certain documents as proof of U.S. citizenship .s These include :s U.S. passport ; Certificate of Naturalization N-550/N-570 ; Certificate of Citizenship N-560/N-56 Certificate of Report of Birth DS-1350 ;\\n Consular Report of Birth Abroad FS-240 , CRBA .', 'IS there a limit of replacement cards i can get a year?', \"One of them is U.S. driver 's license\", 'Ok awesome! thank you', 'ok and if I have not established citizenship?', 'You can replace your Social Security card for free if it is lost or stolen', 'What are the different ones that are accepted?']", + "output": [ + "I need a replacement card for a foreign born Us adult", + "You can replace your Social Security card for free if it is lost or stolen", + "Ok great! Do you have to be of a certain age to apply?", + " If you are age 18 or older with a U.S. mailing address and have amySocial Securityaccount ", + " For more information about creating my Social Security account and getting a replacement card online", + "Ok awesome! thank you", + "IS there a limit of replacement cards i can get a year?", + "You are limited to three 3 replacement cards in a year and 10 during your lifetime ", + "ok thank you. What documents do I need?", + "Oh yes there are. let me get those for you. If you have not already established your U.S. citizenship with us , we need to see proof of U.S. citizenship . We can accept only certain documents as proof of U.S. citizenship . These include :\n U.S. passport ;\n Certificate of Naturalization N-550/N-570 ;\n Certificate of Citizenship N-560/N-561 ;\n Certificate of Report of Birth DS-1350 ;\n Consular Report of Birth Abroad FS-240 , CRBA .", + "ok and if I have not established citizenship?", + " If you have not already established your U.S. citizenship with us ,we need to see proof of U.S. citizenship .s We can accept only certain documents as proof of U.S. citizenship .s These include :s U.S. passport ; Certificate of Naturalization N-550/N-570 ; Certificate of Citizenship N-560/N-56 Certificate of Report of Birth DS-1350 ;\n Consular Report of Birth Abroad FS-240 , CRBA .", + "What are the different ones that are accepted?", + "One of them is U.S. driver 's license" + ] + }, + { + "input": "[\"Do you have your child's birth certificate?\", \"Yes, you also must prove your identity. If you can't get any of the required documents you'll get asked for another suitable document, like your employee identification card.\", 'Can I use an expired document?', 'not, it must be current and show all the necessary identifying information, including a recent photograph.', 'what documents can I use as proof of his citizenship?', 'Now, what if my son lived outside the US for a long time?.', 'You could use documents like his U.S. passport, Certificate of Naturalization (N-550/N-570) or Certificate of Citizenship (N-560/N-561).', \"And for me, do I need to show proof of identity, and what if I can't get a required document?\", 'Please tell me the documents needed to get a Social Security card for a foreign-born adopted child.', 'I have it.', 'Then you should show his current or previous passport or any record, like school or employment records, that shows that he lived in another country for an extended period of time.', \"You need to prove your child's citizenship.\"]", + "output": [ + "Please tell me the documents needed to get a Social Security card for a foreign-born adopted child.", + "You need to prove your child's citizenship.", + "Do you have your child's birth certificate?", + "I have it.", + "what documents can I use as proof of his citizenship?", + "You could use documents like his U.S. passport, Certificate of Naturalization (N-550/N-570) or Certificate of Citizenship (N-560/N-561).", + "And for me, do I need to show proof of identity, and what if I can't get a required document?", + "Yes, you also must prove your identity. If you can't get any of the required documents you'll get asked for another suitable document, like your employee identification card.", + "Can I use an expired document?", + "not, it must be current and show all the necessary identifying information, including a recent photograph.", + "Now, what if my son lived outside the US for a long time?.", + "Then you should show his current or previous passport or any record, like school or employment records, that shows that he lived in another country for an extended period of time." + ] + }, + { + "input": "['you must get present the birthcertificate within 10 days or get one', ' If you want to claim your child for tax purposes while the adoption is still pending contact the Internal Revenue Service for Form W-7A , Application for Taxpayer Identification Number for Pending', 'hello, hope you are well. How do I get an original card for a foreign Born Us citizen?', 'Where can I get more information?', 'Hello! I hope you are well too. I will be glad to help you with that. \\none moment please while I check...You must present original documents or copies certified by the agency that issued them . ', \"we will consider other documents such as your child 's passport or a document issued by the Department of Homeland Security DHS as evidence of your child 's age \", 'DOes this apply to you or a member of you r family?', 'We may accept the following as evidence of U.S. citizenship :\\n Certificate of Citizenship N-560/N-561 ;\\n Certificate of Naturalization N-550/N-570 ;\\n Machine Readable Immigrant Visa MRIV showing a category code of IR3 or IH3 ; [26] or\\n U.S. passport .', 'For more information, see Social Security Numbers For Children (Publication No. [16] 05-10023)', 'if not then what?', 'yes it does. ', 'Will a us passport work?']", + "output": [ + "hello, hope you are well. How do I get an original card for a foreign Born Us citizen?", + "Hello! I hope you are well too. I will be glad to help you with that. \none moment please while I check...You must present original documents or copies certified by the agency that issued them . ", + "DOes this apply to you or a member of you r family?", + "yes it does. ", + " If you want to claim your child for tax purposes while the adoption is still pending contact the Internal Revenue Service for Form W-7A , Application for Taxpayer Identification Number for Pending", + "Where can I get more information?", + "For more information, see Social Security Numbers For Children (Publication No. [16] 05-10023)", + "Will a us passport work?", + "We may accept the following as evidence of U.S. citizenship :\n Certificate of Citizenship N-560/N-561 ;\n Certificate of Naturalization N-550/N-570 ;\n Machine Readable Immigrant Visa MRIV showing a category code of IR3 or IH3 ; [26] or\n U.S. passport .", + "you must get present the birthcertificate within 10 days or get one", + "if not then what?", + "we will consider other documents such as your child 's passport or a document issued by the Department of Homeland Security DHS as evidence of your child 's age " + ] + }, + { + "input": "['Do you need any other information?', 'Hello. Thank you for asking. I will be glad to assist you with that We can accept only certain documents as proof of U.S. citizenship . These include a U.S. birth certificate or a U.S. passport .] AgeYou must present your birth certificate\\n', 'What if a social security family was never assigned?', ' we may ask you for information about the schools you attended or we may ask you to provide copies of tax records that would show you were never assigned a Social Security number', 'Hello. I understand I need original documents, but which ones?', 'Great! Then we ca accept that', ' Anyone age 12 or older requesting an original Social Security number must appear in person for an interview', 'Does a birth certificate exist?', 'What will you use these documents for?', 'yes', 'Sure! I will be glad to assist you. Here are examples of documents you can use to prove a Social Security number was never assigned Sure! I will be glad to assist you. If you lived outside the United States for an extended period , a current or previous passport ,s school and/or employment records', 'We may use one document for two purposes For example , we may use your U.S. passport as proof of both citizenship and identity', 'What if a birth certificate does not exist?', 'What if the person is 12 years old?', 'If a birth certificate does not exist we may be able to accept your :s\\n Religious record made before the age of 5 showing your date of birth ;s\\n U.S. hospital record of your birth']", + "output": [ + "Hello. I understand I need original documents, but which ones?", + "Hello. Thank you for asking. I will be glad to assist you with that We can accept only certain documents as proof of U.S. citizenship . These include a U.S. birth certificate or a U.S. passport .] AgeYou must present your birth certificate\n", + "Does a birth certificate exist?", + "yes", + "Great! Then we ca accept that", + "What if a social security family was never assigned?", + "Sure! I will be glad to assist you. Here are examples of documents you can use to prove a Social Security number was never assigned Sure! I will be glad to assist you. If you lived outside the United States for an extended period , a current or previous passport ,s school and/or employment records", + "What will you use these documents for?", + "We may use one document for two purposes For example , we may use your U.S. passport as proof of both citizenship and identity", + "What if a birth certificate does not exist?", + "If a birth certificate does not exist we may be able to accept your :s\n Religious record made before the age of 5 showing your date of birth ;s\n U.S. hospital record of your birth", + "Do you need any other information?", + " we may ask you for information about the schools you attended or we may ask you to provide copies of tax records that would show you were never assigned a Social Security number", + "What if the person is 12 years old?", + " Anyone age 12 or older requesting an original Social Security number must appear in person for an interview" + ] + }, + { + "input": "['Yes please, tell me.', 'What would happen if I use a non-work social security number for work?', \"what if I don't have permission to work but need the social security number to apply for government benefits?\", 'You can actually apply for a social security number if you are required to provide your social security number by a state or local law to get general assistance benefits.', 'Do you want to know how to do it?', 'You have to provide us with your current U.S. immigration document. The forms I-551 Lawful Permanent Resident Card, Machine Readable Immigrant Visa with your unexpired foreign passport and I-766 Employment Authorization Document, EAD , work permit are good to show.', \"You shouldn't do it but if you do it we would inform the DHS.\", 'Is there another document that I can use to prove my immigration status?', 'And how can I prove that I lived outside the US?', 'You can use your current or previous passport or show us your school records or work records from the country you used to live.', 'You need to prove your immigration status.', \"It's my first time trying to get a social security card. I'm a noncitizen adult.\", \"And to prove my age if I can't find my birth certificate?\", 'Yes, you can also use the Form I-94 Arrival/Departure Record or admission stamp in your unexpired foreign passport.', 'We could ask you for another suitable document, like your passport or a document issued by DHS as evidence of your age.']", + "output": [ + "It's my first time trying to get a social security card. I'm a noncitizen adult.", + "You need to prove your immigration status.", + "Do you want to know how to do it?", + "Yes please, tell me.", + "You have to provide us with your current U.S. immigration document. The forms I-551 Lawful Permanent Resident Card, Machine Readable Immigrant Visa with your unexpired foreign passport and I-766 Employment Authorization Document, EAD , work permit are good to show.", + "And to prove my age if I can't find my birth certificate?", + "We could ask you for another suitable document, like your passport or a document issued by DHS as evidence of your age.", + "And how can I prove that I lived outside the US?", + "You can use your current or previous passport or show us your school records or work records from the country you used to live.", + "what if I don't have permission to work but need the social security number to apply for government benefits?", + "You can actually apply for a social security number if you are required to provide your social security number by a state or local law to get general assistance benefits.", + "What would happen if I use a non-work social security number for work?", + "You shouldn't do it but if you do it we would inform the DHS.", + "Is there another document that I can use to prove my immigration status?", + "Yes, you can also use the Form I-94 Arrival/Departure Record or admission stamp in your unexpired foreign passport." + ] + }, + { + "input": "[\"No problem. To do that, you'll need to prove first the child's citizenship, so you'll have to present some documents, such as certification of report of birth, consular report of birth abroad or U.S passport.\", \"Ok, ok, i get it. But, just to be sure, what about if i don't have any of these document at hand?\", \"No, i don't, no.\", \"You have an option, too. We'll ask you other documents, and as said before, these documents must be unexpired and include key information about you, plus a recent photograph.\", \"I don't want to be pesky about this, but, what if i really don't have a document like that at hand?\", \"Good morning. I'm parent of a foreign born U.S citizen child and need to get her a SSN card, could you tell me about it?\", \"So, those would be helpful to get that SSN card, isn't?\", \"That's correct. Be aware though that any document you present must be originals or copies certified by the agency that issued them. Of course, must be unexpired too.\", \"Sure. In that case, just certain documents are accepted, and these should have child's name, date of birth or age, and a recent photograph, to be acceptable.\", \"I assume you don't have any of these documents?\", \"But, if i only had the child's certification of report of birth, that could work, right?\", \"That's right. A certification of report of birth, aka form DS-1350, should prove to be enough.\", \"Well, that would be a real extraordinary scenario. Still, we can accept in any case a state issued non driver identification card or even, if that's the case, an adoption decree.\", 'Oh, hey, i was wondering if it is possible to present other documents as proof?']", + "output": [ + "Good morning. I'm parent of a foreign born U.S citizen child and need to get her a SSN card, could you tell me about it?", + "No problem. To do that, you'll need to prove first the child's citizenship, so you'll have to present some documents, such as certification of report of birth, consular report of birth abroad or U.S passport.", + "I assume you don't have any of these documents?", + "No, i don't, no.", + "Oh, hey, i was wondering if it is possible to present other documents as proof?", + "Sure. In that case, just certain documents are accepted, and these should have child's name, date of birth or age, and a recent photograph, to be acceptable.", + "So, those would be helpful to get that SSN card, isn't?", + "That's correct. Be aware though that any document you present must be originals or copies certified by the agency that issued them. Of course, must be unexpired too.", + "Ok, ok, i get it. But, just to be sure, what about if i don't have any of these document at hand?", + "You have an option, too. We'll ask you other documents, and as said before, these documents must be unexpired and include key information about you, plus a recent photograph.", + "I don't want to be pesky about this, but, what if i really don't have a document like that at hand?", + "Well, that would be a real extraordinary scenario. Still, we can accept in any case a state issued non driver identification card or even, if that's the case, an adoption decree.", + "But, if i only had the child's certification of report of birth, that could work, right?", + "That's right. A certification of report of birth, aka form DS-1350, should prove to be enough." + ] + }, + { + "input": "['Social Security can provide your spouse and other eligible members of your family with benefits when you die.', 'Are you disabled?', 'Yes, our benefits calculator will give you estimates of benefits you and your family may be eligible for', 'yes I am', 'Are you retired?', 'is there a way to look at what more or less we can get from these benefits?', 'can you help me with what benefits we can get?', 'You can use one of our benefit calculators to estimate your future retirement, disability, and survivors benefits ', 'tell me more about my Social Security benefits', 'that could help', 'Did you want to know how Social Security can provide your family with benefits when you die?', 'yes']", + "output": [ + "tell me more about my Social Security benefits", + "Are you retired?", + "yes", + "Are you disabled?", + "yes I am", + "Did you want to know how Social Security can provide your family with benefits when you die?", + "that could help", + "Social Security can provide your spouse and other eligible members of your family with benefits when you die.", + "is there a way to look at what more or less we can get from these benefits?", + "You can use one of our benefit calculators to estimate your future retirement, disability, and survivors benefits ", + "can you help me with what benefits we can get?", + "Yes, our benefits calculator will give you estimates of benefits you and your family may be eligible for" + ] + }, + { + "input": "['If I have never worked, can I still qualify for spousal benefits? ', 'What can I do if I do not have enough Social Security credits to qualify for benefits? ', 'What about my benefits at the time of my passing? ', 'You may still qualify for benefits if you are the spouse or divorced spouse of a retired worker even if you have never worked. ', 'This protection is particularly important for young families with children. Even very young workers may have this protection. ', 'You can use our Survivors Planner to learn how your family members will be protected if you die. ', \"Do all workers with children have survivors' benefits? \", 'Even if you never worked under Social Security, you may still qualify for benefits if you are the spouse or divorced spouse of a retired worker. ', 'You can use one of our benefit calculators to estimate your future retirement, disability, and survivors benefits if you want an estimate. ', \"Could you please give me some information about survivors' benefits? \", 'Am I eligible for benefits based on my ex-spouse? ', 'We do have a survivors planner that you can use to see what best suits your particular situation. ']", + "output": [ + "Could you please give me some information about survivors' benefits? ", + "We do have a survivors planner that you can use to see what best suits your particular situation. ", + "What can I do if I do not have enough Social Security credits to qualify for benefits? ", + "You can use one of our benefit calculators to estimate your future retirement, disability, and survivors benefits if you want an estimate. ", + "If I have never worked, can I still qualify for spousal benefits? ", + "You may still qualify for benefits if you are the spouse or divorced spouse of a retired worker even if you have never worked. ", + "Am I eligible for benefits based on my ex-spouse? ", + "Even if you never worked under Social Security, you may still qualify for benefits if you are the spouse or divorced spouse of a retired worker. ", + "What about my benefits at the time of my passing? ", + "You can use our Survivors Planner to learn how your family members will be protected if you die. ", + "Do all workers with children have survivors' benefits? ", + "This protection is particularly important for young families with children. Even very young workers may have this protection. " + ] + }, + { + "input": "['Do you know you would have to divide the amount in half and round down to the nearest dollar?', 'Then your estimated monthly amount of your Social Security benefit as a spouse, widow, or widower before the effect of GPO would be what you need to know.', 'Is there something I could read about requirements for an exemption?', 'Yes, I know what I need to do math wise .', 'Can you help me out with the benefits planner for retirement?', 'No, I do not know how to find the estimated amount.', 'Yes, you should read the \"When won\\'t my Social Security benefits be reduced?\" section of our \"Government Pension Offset\" factsheet.', 'No, I do not need info to calculate benefits affected by GPO.', 'No, that is not what I need to know.', \"Would you need to know if you will be eligible for spouses benefits and have access to your spouse's estimate?\", 'Do you need to learn about the government pension offset or GPO?', 'Do you need info to calculate your benefits if they are affected by the GPO?', 'Do you know how to find the estimate amount of the retirement benefit your spouse would be eligible to receive at full retirement age?', 'Yes, I need to know if I would be eligible for spouses benefits and have access to estimate.']", + "output": [ + "Can you help me out with the benefits planner for retirement?", + "Do you need to learn about the government pension offset or GPO?", + "No, that is not what I need to know.", + "Do you need info to calculate your benefits if they are affected by the GPO?", + "No, I do not need info to calculate benefits affected by GPO.", + "Would you need to know if you will be eligible for spouses benefits and have access to your spouse's estimate?", + "Yes, I need to know if I would be eligible for spouses benefits and have access to estimate.", + "Do you know how to find the estimate amount of the retirement benefit your spouse would be eligible to receive at full retirement age?", + "No, I do not know how to find the estimated amount.", + "Do you know you would have to divide the amount in half and round down to the nearest dollar?", + "Yes, I know what I need to do math wise .", + "Then your estimated monthly amount of your Social Security benefit as a spouse, widow, or widower before the effect of GPO would be what you need to know.", + "Is there something I could read about requirements for an exemption?", + "Yes, you should read the \"When won't my Social Security benefits be reduced?\" section of our \"Government Pension Offset\" factsheet." + ] + }, + { + "input": "['Yes, I would like to learn about GPO.', 'Will you receive a pension for work not covered by Social Security such as government employment?', \"Could I get access to my spouse's estimates of benefits?\", 'Yes, some are exempt from the offset and you can find out by reading \"When won\\'t my Social Security benefits be reduced.\"', 'No, I did not find that amount yet.', 'Could you help me with the Retirement Benefits Planner?', 'Did you find the amount of the retirement benefit your spouse would be eligible to receive at full retirement age?', 'Yes, I am aware of the calculations I have to do.', 'Would you like to know about Government Pension Offset pertaining to retirement?', 'Then you should be able to find the amount of estimated monthly Social Security benefit you would receive as a spouse.', 'Did you know that you need to divide the amount your spouse gets in half and round down to the nearest dollar?', \"Then any Social Security you would receive on your spouse's record may be reduced.\", 'Yes, I will receive a pension for work not covered by Social Security.', 'Are any individuals exempt from the offset?']", + "output": [ + "Could you help me with the Retirement Benefits Planner?", + "Would you like to know about Government Pension Offset pertaining to retirement?", + "Yes, I would like to learn about GPO.", + "Will you receive a pension for work not covered by Social Security such as government employment?", + "Yes, I will receive a pension for work not covered by Social Security.", + "Then any Social Security you would receive on your spouse's record may be reduced.", + "Could I get access to my spouse's estimates of benefits?", + "Did you find the amount of the retirement benefit your spouse would be eligible to receive at full retirement age?", + "No, I did not find that amount yet.", + "Did you know that you need to divide the amount your spouse gets in half and round down to the nearest dollar?", + "Yes, I am aware of the calculations I have to do.", + "Then you should be able to find the amount of estimated monthly Social Security benefit you would receive as a spouse.", + "Are any individuals exempt from the offset?", + "Yes, some are exempt from the offset and you can find out by reading \"When won't my Social Security benefits be reduced.\"" + ] + }, + { + "input": "['Sure I can help you with that information', 'Do I need to apply for medicare? If so why?', ' you will be effectively filing for all retirement or spousal benefits', ' you may choose to start receiving retirement benefits earlie', 'DoI need to sign up for medicare?', 'Please read the general and special enrollment period information on page 12 of our Medicare booklet to find out what may happen if you delay', 'What age should I start my benefits?', \"What if my parents didnt grow up in the 1980's, should I still apply?\", 'The answer is that there is no one \" best age \" for everyone and , ultimately , it is your choice', 'The answer is that there is no one \" best age \" for everyone and , ultimately , it is your choice', 'Is there a best age to get benefits?']", + "output": [ + "What age should I start my benefits?", + "Sure I can help you with that information", + "The answer is that there is no one \" best age \" for everyone and , ultimately , it is your choice", + "DoI need to sign up for medicare?", + "Please read the general and special enrollment period information on page 12 of our Medicare booklet to find out what may happen if you delay", + "What if my parents didnt grow up in the 1980's, should I still apply?", + " you may choose to start receiving retirement benefits earlie", + "Is there a best age to get benefits?", + "The answer is that there is no one \" best age \" for everyone and , ultimately , it is your choice", + "Do I need to apply for medicare? If so why?", + " you will be effectively filing for all retirement or spousal benefits" + ] + }, + { + "input": "[\"This you can see on your child's DS-2019 Certificate of Eligibility for Exchange Visitor Status.\", 'For what purpose does your child need a Social Security number, is he/she permitted to work?', 'My child does not have permission to work.', \"If other documents are not available we may accept the child's State issued non-driver's identification card or an adoption decree.\\n\", \"What other exceptions don't count towards the limit to the number of replacement cards that can be issued?\", 'Could you please help me? I need to find out how to get an replacement card for a non citizen child that I have in my care.', 'What other document can be submitted to obtain a replacement card?', 'Changes such as immigration status that require card updates may not count toward the limit.', \"You can replace your child's Social Security card free if it is lost or stolen. You are limited to three replacement cards in a year and 10 in a lifetime. Legal name changes and other exception do not count toward these limits.\", 'When I apply for the replacement card what documents do I need and do they have to be original documents?', 'You will have to provide us your Form I-20 with the employment page completed and signed by your designated school official.', 'What is my child is a J-1 or J-2 exchange visitor?']", + "output": [ + "Could you please help me? I need to find out how to get an replacement card for a non citizen child that I have in my care.", + "You can replace your child's Social Security card free if it is lost or stolen. You are limited to three replacement cards in a year and 10 in a lifetime. Legal name changes and other exception do not count toward these limits.", + "For what purpose does your child need a Social Security number, is he/she permitted to work?", + "My child does not have permission to work.", + "What other exceptions don't count towards the limit to the number of replacement cards that can be issued?", + "Changes such as immigration status that require card updates may not count toward the limit.", + "When I apply for the replacement card what documents do I need and do they have to be original documents?", + "You will have to provide us your Form I-20 with the employment page completed and signed by your designated school official.", + "What is my child is a J-1 or J-2 exchange visitor?", + "This you can see on your child's DS-2019 Certificate of Eligibility for Exchange Visitor Status.", + "What other document can be submitted to obtain a replacement card?", + "If other documents are not available we may accept the child's State issued non-driver's identification card or an adoption decree.\n" + ] + }, + { + "input": "['Hello I need information about What happens after I apply for retirement benefits?', 'of course', 'and after the review?', 'and are there other ways to apply for retirement benefits?', 'We will contact you if we need more information or if we need to see your documents.', 'yes, I am not a US resident', 'You can call us by phone: Call 1-800-772-1213. TTY 1 - 800 - 325 - 0778 from 7 AM to 7 PM Monday through Friday. we will gladly assist you', \"you don't live in the usa ?\", 'Once we receive your request, we will review it. After the review, we will contact you if we need more information or if we need to see your documents.', 'We will gladly let you know this after reviewing', \"Is it possible that I may receive benefits on someone else's record?\", 'Where can i get more information?', 'You can also: contact the Social Security office, the US embassy or consulate. USA Closer.']", + "output": [ + "Hello I need information about What happens after I apply for retirement benefits?", + "Once we receive your request, we will review it. After the review, we will contact you if we need more information or if we need to see your documents.", + "and after the review?", + "We will contact you if we need more information or if we need to see your documents.", + "Is it possible that I may receive benefits on someone else's record?", + "We will gladly let you know this after reviewing", + "Where can i get more information?", + "You can call us by phone: Call 1-800-772-1213. TTY 1 - 800 - 325 - 0778 from 7 AM to 7 PM Monday through Friday. we will gladly assist you", + "and are there other ways to apply for retirement benefits?", + "of course", + "you don't live in the usa ?", + "yes, I am not a US resident", + "You can also: contact the Social Security office, the US embassy or consulate. USA Closer." + ] + }, + { + "input": "['Do you have a wife and children? ', 'Social Security can provide you, your spouse, and other eligible members of your family with benefits when you retire and on other occasions. ', 'What happens to those who survive me if I am dependent on Social Security as my income? ', 'You can use our Survivors Planner to learn how your family members will be protected in the event of your passing. ', 'You can use our planners to help you to better understand your Social Security protection as you plan for your financial future. Then you can choose a benefit calculator to get estimates of benefits you and your family may be eligible for. ', 'I do. ', 'Are there any tools that I could use to prepare for coming out of the workforce? ', 'I am not. I am simply preparing to retire from the workforce. ', 'Ok, if you are not disabled and are not retiring right now, we do not need to do any processing at this moment. ', 'I can, but are you in any way disabled? ', 'I am preparing for retirement. Can you tell me what I would need to know beforehand? ', 'For what reasons does Social Security provide people with benefits? ']", + "output": [ + "For what reasons does Social Security provide people with benefits? ", + "Do you have a wife and children? ", + "I do. ", + "Social Security can provide you, your spouse, and other eligible members of your family with benefits when you retire and on other occasions. ", + "I am preparing for retirement. Can you tell me what I would need to know beforehand? ", + "I can, but are you in any way disabled? ", + "I am not. I am simply preparing to retire from the workforce. ", + "Ok, if you are not disabled and are not retiring right now, we do not need to do any processing at this moment. ", + "Are there any tools that I could use to prepare for coming out of the workforce? ", + "You can use our planners to help you to better understand your Social Security protection as you plan for your financial future. Then you can choose a benefit calculator to get estimates of benefits you and your family may be eligible for. ", + "What happens to those who survive me if I am dependent on Social Security as my income? ", + "You can use our Survivors Planner to learn how your family members will be protected in the event of your passing. " + ] + }, + { + "input": "['Yes, I would like to apply.', 'Do you know you can get Social Security benefits when you retire?', 'What will the benefits planner used for?', \"Then you wouldn't be able to get Social Security disability for you, your spouse, or eligible family.\", 'Yes, I know this.', 'Yes, we have a few benefits calculators online to help you plan.', 'No, I am not.', 'When should I apply for benefits?', 'If you are a spouse of a retired or disabled worker then you should apply within 3 months of age 62 or older and fill out the application online for monthly benefits.', 'Do you want to get Social Security benefits for you, your spouse, or your family.', 'Are you disabled?', 'Are there any online tools available for me estimate calculations?']", + "output": [ + "What will the benefits planner used for?", + "Do you want to get Social Security benefits for you, your spouse, or your family.", + "Yes, I would like to apply.", + "Do you know you can get Social Security benefits when you retire?", + "Yes, I know this.", + "Are you disabled?", + "No, I am not.", + "Then you wouldn't be able to get Social Security disability for you, your spouse, or eligible family.", + "Are there any online tools available for me estimate calculations?", + "Yes, we have a few benefits calculators online to help you plan.", + "When should I apply for benefits?", + "If you are a spouse of a retired or disabled worker then you should apply within 3 months of age 62 or older and fill out the application online for monthly benefits." + ] + }, + { + "input": "['I have not applied for retiremtn can I still apply?', 'You can apply online for retirement benefits or benefits as a spouse if you are at least 61 years and 8 months old', 'Can you apply online?', 'Who can apply for benefits?', 'Yes I can', 'Are you retired?', 'No I am not yet retired.', ' You can print the receipt and keep for your records', 'You can apply online for retirement benefits or benefits as a spouse if you', 'What if I am having an issue with it', 'What kind of retirement benefits do I need?', \"You 'll get a receipt for your online application \", ' you can find additional information in our [ More Info ] links ']", + "output": [ + "What kind of retirement benefits do I need?", + "Are you retired?", + "No I am not yet retired.", + "Can you apply online?", + "Yes I can", + "Who can apply for benefits?", + "You can apply online for retirement benefits or benefits as a spouse if you are at least 61 years and 8 months old", + "What if I am having an issue with it", + " you can find additional information in our [ More Info ] links ", + "I have not applied for retiremtn can I still apply?", + "You can apply online for retirement benefits or benefits as a spouse if you", + "You 'll get a receipt for your online application ", + " You can print the receipt and keep for your records" + ] + }, + { + "input": "['yes we both are.', 'your ex - spouse must be at least 62 years old', 'How old do they need to be? My spouse that is', 'Are there any books or pages i can read about this?', 'please refer to Disability Benefits article ', 'are there any publication abpout this?', 'ok thanks', 'ok no problem. Thanks for the response your children may also qualify to receive benefits on your record', 'Publicationsp\\n [70] Disability Benefits\\n [71] Benefits For Children', 'Are you or a spouse on disability?', 'Will my children get benefits as well?', ' the child must be unmarried \\n']", + "output": [ + "Will my children get benefits as well?", + "Are you or a spouse on disability?", + "yes we both are.", + "ok no problem. Thanks for the response your children may also qualify to receive benefits on your record", + "How old do they need to be? My spouse that is", + "your ex - spouse must be at least 62 years old", + "Are there any books or pages i can read about this?", + "please refer to Disability Benefits article ", + "ok thanks", + " the child must be unmarried \n", + "are there any publication abpout this?", + "Publicationsp\n [70] Disability Benefits\n [71] Benefits For Children" + ] + }, + { + "input": "['Call our toll free number at 1-800-772-1213 or at 1-800-325-0778 if hard of hearing or your local office.', 'What happens if I retire before full retirement age?', 'What if I am eligible for Social Security retirement benefit based on my own earnings?', 'No, I did not know it would affect that.', 'Yes, that is what I would like to know.', 'Do you want to find the estimated amount of the retirement benefit you spouse would get at full retirement?', 'Do you know it will affect you as a higher benefit based on your spouses earnings?', 'You could call our toll free number at 1-800-772-1213 or if you are hard of hearing at 1-800-325-0778 or just contact your local Social Security office.', 'Your benefit amount as a spouse would be reduced and would vary based on your birth date.', 'Do you need to find out more info about estimated benefit amount if you retire before reaching full retirement age?', 'Yes, I need to find out more info about my estimated benefit amount if I retire before full retirement age.', 'Then the estimated monthly amount of you Social Security amount as a spouse, widow, or widower before the effect of GPO is what you need to look at.', \"What if I will be eligible for widow's benefits or I do not have access to my spouse's estimates?\", \"Will I be eligible for spouse's benefits and have access to my spouse's benefits?\"]", + "output": [ + "Will I be eligible for spouse's benefits and have access to my spouse's benefits?", + "Do you want to find the estimated amount of the retirement benefit you spouse would get at full retirement?", + "Yes, that is what I would like to know.", + "Then the estimated monthly amount of you Social Security amount as a spouse, widow, or widower before the effect of GPO is what you need to look at.", + "What if I will be eligible for widow's benefits or I do not have access to my spouse's estimates?", + "You could call our toll free number at 1-800-772-1213 or if you are hard of hearing at 1-800-325-0778 or just contact your local Social Security office.", + "What happens if I retire before full retirement age?", + "Your benefit amount as a spouse would be reduced and would vary based on your birth date.", + "Do you need to find out more info about estimated benefit amount if you retire before reaching full retirement age?", + "Yes, I need to find out more info about my estimated benefit amount if I retire before full retirement age.", + "Call our toll free number at 1-800-772-1213 or at 1-800-325-0778 if hard of hearing or your local office.", + "What if I am eligible for Social Security retirement benefit based on my own earnings?", + "Do you know it will affect you as a higher benefit based on your spouses earnings?", + "No, I did not know it would affect that." + ] + }, + { + "input": "[\"Absolutely. If you do not have access to your spouse's estimate or records, just call our toll free number for help.\", 'No, she already receives her own benefits.', \"I'm applying for retirement benefits and want to know how much my wife would get.\", 'Be advised that this amount would be different if you are affected by the GPO.', 'No problem. Just call our toll free number or contact your local Social Security office for help.', 'I can help you figure this out. Are you looking for the estimated amount that she would receive at full retirement age?', 'Yes. I do not have access to her records and will be needing help.', 'You can always call our toll free number at 1-800-772-1213 or contact your local Social Security office for more information.', 'Will they be able to help me calculate my own benefits?', 'No, I just found out how to do it online. Just divide the amount and round down to the nearest dollar.', 'Okay. How can I find more information about my benefit amount if I choose to retire before full retirement age?', 'Okay. Would you like me to help you calculate her benefit?']", + "output": [ + "I'm applying for retirement benefits and want to know how much my wife would get.", + "I can help you figure this out. Are you looking for the estimated amount that she would receive at full retirement age?", + "No, she already receives her own benefits.", + "Okay. Would you like me to help you calculate her benefit?", + "No, I just found out how to do it online. Just divide the amount and round down to the nearest dollar.", + "Be advised that this amount would be different if you are affected by the GPO.", + "Okay. How can I find more information about my benefit amount if I choose to retire before full retirement age?", + "You can always call our toll free number at 1-800-772-1213 or contact your local Social Security office for more information.", + "Will they be able to help me calculate my own benefits?", + "Absolutely. If you do not have access to your spouse's estimate or records, just call our toll free number for help.", + "Yes. I do not have access to her records and will be needing help.", + "No problem. Just call our toll free number or contact your local Social Security office for help." + ] + }, + { + "input": "[\"That got me thinking. Please, that card can be replaced, isn't?\", \"Ok. um, lets say i don't have a document available to present, do i have any options regarding that?\", 'Uh, mus take that into account. And, in any case, i could present other documents to you?', \"That's correct. You only can go through replacement process 3 times in a year and up to 10 times in your whole life, so better take good care of that card.\", \"Have you already established the child's U.S citizenship with us?\", 'Well, that would depend on the document presented, but for example we could use your U.S passport as proof of both citizenship and identity.', 'It is possible, yes. Any document presented must show your name, date of birth or age, and a recent photograph. This document could be, for example, a employee identification card.', 'Oh, oh, another question please. Could you tell me with what purposes you use a document?', 'Yes, you have an option. We may accept some other document, such as a state issued non driver identification card or, in case your child is adopted, a adoption decree.', \"That's not possible, sorry. Those documents you should present, must be original or if they are copies, must be certified by that agency that issued them. We won't accept notarized copies, either. Of course, these documents mus be current and not expired.\", \"No, i hadn't do that.\", \"Sure, sure. The child's SSN card can be replaced free of charge in case is lost or stolen. you should know that you have a limit for that operation, up to 3 times in a year and up to 10 times during your lifetime.\", \"Hi, how you doing. Look, i'm looking for information about what original documents do i need related to replacing a SSN card for a child, please?\", \"Oh, i didn't knew that. Look, can i present copies of the documents?\", \"All right. Please, you told me before that i was limited in times i could replce the SSN card, didn't you?\", \"Yes, no problem. The documents you need will serve to prove child's U.S citizenship. There is only certain documents that we can accept in that regard.\"]", + "output": [ + "Hi, how you doing. Look, i'm looking for information about what original documents do i need related to replacing a SSN card for a child, please?", + "Yes, no problem. The documents you need will serve to prove child's U.S citizenship. There is only certain documents that we can accept in that regard.", + "Have you already established the child's U.S citizenship with us?", + "No, i hadn't do that.", + "That got me thinking. Please, that card can be replaced, isn't?", + "Sure, sure. The child's SSN card can be replaced free of charge in case is lost or stolen. you should know that you have a limit for that operation, up to 3 times in a year and up to 10 times during your lifetime.", + "Oh, i didn't knew that. Look, can i present copies of the documents?", + "That's not possible, sorry. Those documents you should present, must be original or if they are copies, must be certified by that agency that issued them. We won't accept notarized copies, either. Of course, these documents mus be current and not expired.", + "Uh, mus take that into account. And, in any case, i could present other documents to you?", + "It is possible, yes. Any document presented must show your name, date of birth or age, and a recent photograph. This document could be, for example, a employee identification card.", + "Oh, oh, another question please. Could you tell me with what purposes you use a document?", + "Well, that would depend on the document presented, but for example we could use your U.S passport as proof of both citizenship and identity.", + "Ok. um, lets say i don't have a document available to present, do i have any options regarding that?", + "Yes, you have an option. We may accept some other document, such as a state issued non driver identification card or, in case your child is adopted, a adoption decree.", + "All right. Please, you told me before that i was limited in times i could replce the SSN card, didn't you?", + "That's correct. You only can go through replacement process 3 times in a year and up to 10 times in your whole life, so better take good care of that card." + ] + }, + { + "input": "['Were they reduced?', 'we base the survivors benefit on that amount', 'keep in mind that some company pensions include a Social Security - equivalent supplement that stops automatically at age 62', ' you may want to delay starting your benefits until full retirement age or later\\n', 'no i am not', 'Yes I am ', 'What if my benefits are reduced?', 'Are you retired?', 'If I expect to live long will i get more?', 'Is there a best age to start?', 'Hello, I wwas wondering where I begin?', 'Do I need to pay for medicare?', 'Hope all is well. Are you at retirement age?', 'The answer is that there is no one \" best age \" for everyone and , ultimately , it is your choice\\n', 'What if i get early retirement']", + "output": [ + "Hello, I wwas wondering where I begin?", + "Hope all is well. Are you at retirement age?", + "Yes I am ", + "Are you retired?", + "no i am not", + "Is there a best age to start?", + "The answer is that there is no one \" best age \" for everyone and , ultimately , it is your choice\n", + "If I expect to live long will i get more?", + " you may want to delay starting your benefits until full retirement age or later\n", + "Do I need to pay for medicare?", + "we base the survivors benefit on that amount", + "What if my benefits are reduced?", + "Were they reduced?", + "What if i get early retirement", + "keep in mind that some company pensions include a Social Security - equivalent supplement that stops automatically at age 62" + ] + }, + { + "input": "['No, i already heard how that works.', 'No problem. Would you like to know about the retirement estimator?', 'No, neither that, i saw a video the other day about it.', 'Hey there. Please, i,ve been searching info about retirement and want to know about estimates.', \"Yeah, i having some problems with that. You'll see, after some time in a page, a pop up appears asking me if i want to extend my time there, what could be that?\", 'All right. Would you like to know If you can use the retirement estimator, then?', 'Perfect. Are you having security issues?', \"Sure. If you have enough social security credits at the moment to qualify for benefits and besides, currently you're not receiving any benefits or waiting for a decision about it, plus having 62 or older, then you can use the estimator.\", 'You know what?. I think i could use that information about the use of the estimator. Could you talk to me about that?', 'Understood. Well, Do you need assistance with something on the online application?', \"Yes, that's it. I'm having certain doubts there.\"]", + "output": [ + "Hey there. Please, i,ve been searching info about retirement and want to know about estimates.", + "No problem. Would you like to know about the retirement estimator?", + "No, i already heard how that works.", + "All right. Would you like to know If you can use the retirement estimator, then?", + "No, neither that, i saw a video the other day about it.", + "Understood. Well, Do you need assistance with something on the online application?", + "Yes, that's it. I'm having certain doubts there.", + "Perfect. Are you having security issues?", + "Yeah, i having some problems with that. You'll see, after some time in a page, a pop up appears asking me if i want to extend my time there, what could be that?", + "You know what?. I think i could use that information about the use of the estimator. Could you talk to me about that?", + "Sure. If you have enough social security credits at the moment to qualify for benefits and besides, currently you're not receiving any benefits or waiting for a decision about it, plus having 62 or older, then you can use the estimator." + ] + }, + { + "input": "['Yes, I have already receive some of this benefits.', 'This service is only offered in english?', 'Great. So we can just give you information as well as help you to manage your benefits online.', \"You will need it for sure, if you don't have it, then we can proceed.\", 'Yes, you can. Through the online process from any computer.', \"Not right now. I'll have to ask for one.\", 'The online application is only in english, but this will give you the option to schedule an appointment to apply for the benefits in your preferred language.', 'Great. To do this, do I have to give any more documents?', 'Sure, no problem, we are here to help you to learn about your benefits, and any other doubt you may have.', 'Yes, we can ask you for some few documents, such as your birth certificate. Do you have one with you?', 'This can be done from home?', 'have you already received any social security benefit before?', 'Hi there. I would like to get some information related on disability benefits.']", + "output": [ + "Hi there. I would like to get some information related on disability benefits.", + "Sure, no problem, we are here to help you to learn about your benefits, and any other doubt you may have.", + "have you already received any social security benefit before?", + "Yes, I have already receive some of this benefits.", + "Great. So we can just give you information as well as help you to manage your benefits online.", + "This can be done from home?", + "Yes, you can. Through the online process from any computer.", + "Great. To do this, do I have to give any more documents?", + "Yes, we can ask you for some few documents, such as your birth certificate. Do you have one with you?", + "Not right now. I'll have to ask for one.", + "You will need it for sure, if you don't have it, then we can proceed.", + "This service is only offered in english?", + "The online application is only in english, but this will give you the option to schedule an appointment to apply for the benefits in your preferred language." + ] + }, + { + "input": "['you can apply various methods over the phone or in person', 'You can get information and services to manage your benefits online.', 'Do you want a birth certificate or other proof of birth?', 'I understand and what other forms can I apply?', 'ok and what documents should i provide?', 'must know disability benefits', 'and what are those fields?', 'not', 'I would like to have information on social disability benefits management', 'ok but how do I manage them if I already receive Social Security disability benefits?', 'We may ask you to provide documents to prove that you are eligible for the field indicated on your application.', \"ok for now we can't ask you to provide documents\"]", + "output": [ + "I would like to have information on social disability benefits management", + "must know disability benefits", + "ok but how do I manage them if I already receive Social Security disability benefits?", + "You can get information and services to manage your benefits online.", + "I understand and what other forms can I apply?", + "you can apply various methods over the phone or in person", + "ok and what documents should i provide?", + "We may ask you to provide documents to prove that you are eligible for the field indicated on your application.", + "and what are those fields?", + "Do you want a birth certificate or other proof of birth?", + "not", + "ok for now we can't ask you to provide documents" + ] + }, + { + "input": "['Certain family members may qualify for benefits on your record such as your spouse.', 'Who directly receives family benefits from my record?', 'Yes, I receive disability benefits.', 'Your ex-spouse will receive benefits if you were married at least 10 years and has to be 62 years old.', 'How long does my ex-spouse have to married to me to receive benefits under my record?', 'Can you help me with the family benefits planner?', 'What age group do benefits stop for my children?', 'How long does my ex-spouse have to be married to me to receive benefits from my reocrd?', 'Will my spouse receive retirement benefits under my record even if they recieve them under their own record?', 'Your ex-spouse would have needed to be married to you for at least ten years.', 'We will always pay your spouses benefits under their own record first; but will pay the higher amount combined with your benefit.', 'The benefits will stop when your child turns age 18.', 'Do you receive disability benefits?', 'Certain family members like your spouse will receive benefits from your record.']", + "output": [ + "Can you help me with the family benefits planner?", + "Do you receive disability benefits?", + "Yes, I receive disability benefits.", + "Certain family members may qualify for benefits on your record such as your spouse.", + "How long does my ex-spouse have to married to me to receive benefits under my record?", + "Your ex-spouse will receive benefits if you were married at least 10 years and has to be 62 years old.", + "Who directly receives family benefits from my record?", + "Certain family members like your spouse will receive benefits from your record.", + "Will my spouse receive retirement benefits under my record even if they recieve them under their own record?", + "We will always pay your spouses benefits under their own record first; but will pay the higher amount combined with your benefit.", + "How long does my ex-spouse have to be married to me to receive benefits from my reocrd?", + "Your ex-spouse would have needed to be married to you for at least ten years.", + "What age group do benefits stop for my children?", + "The benefits will stop when your child turns age 18." + ] + }, + { + "input": "['What happens if my spouse is applying for benefits?', 'We will need to see proof of your marriage and dates of prior marriages.', 'Your eligible children can be biological, stepchild, or adopted, and possibly grandchild.', 'what children are eligible on my record to receive benefits?', 'Did you start receiving benefits?', 'What family members can qualify for benefits under my record?', 'Certain members like your spouse may be eligible under your record to receive benefits.', 'How do my children receive benefits?', 'No I have not received benefits.', 'The child must be unmarried.', 'I need help with the benefits planner for family.']", + "output": [ + "I need help with the benefits planner for family.", + "Did you start receiving benefits?", + "No I have not received benefits.", + "How do my children receive benefits?", + "The child must be unmarried.", + "what children are eligible on my record to receive benefits?", + "Your eligible children can be biological, stepchild, or adopted, and possibly grandchild.", + "What family members can qualify for benefits under my record?", + "Certain members like your spouse may be eligible under your record to receive benefits.", + "What happens if my spouse is applying for benefits?", + "We will need to see proof of your marriage and dates of prior marriages." + ] + }, + { + "input": "['What happens with my wife and our current benefits?', 'Can my ex I left in a divorce qualify on my record?', 'yeah, like wife and kids', 'Ex - spouses may qualify for benefits on your record , even if you have remarried.', 'If your wife is eligible for retirement benefits on her own record ,we will pay that amount first .But if the spouse benefit that is payable on your record is a higher amount ,he or she will get a combination of benefits that equals that higher amount .', 'what about child benefits and my wife and all that?', 'Some members of your family may qualify for benefits on your record .Benefits may be paid to your spouse and others', 'But what about my kids or stepkids?', 'You can help me with my family benefits and who can get some benefits', \"If your wife is caring for your child under age 16 or disabled .Your wife would receive these benefits until the child reaches age 16 . At that time , the child 's benefits continue , but your wife's benefits stop unless she is old enough to receive retirement benefits age 62 or older or survivor benefits as a widow or widower age 60 .\", 'Do you want to know which members of your family may qualify for benefits on your record when you start receiving disability benefits?', 'They might also qualify to receive benefits on your record .Your eligible child can be your biological child , adopted child , or stepchild . Even a A dependent grandchild may qualify .']", + "output": [ + "You can help me with my family benefits and who can get some benefits", + "Do you want to know which members of your family may qualify for benefits on your record when you start receiving disability benefits?", + "yeah, like wife and kids", + "Some members of your family may qualify for benefits on your record .Benefits may be paid to your spouse and others", + "But what about my kids or stepkids?", + "They might also qualify to receive benefits on your record .Your eligible child can be your biological child , adopted child , or stepchild . Even a A dependent grandchild may qualify .", + "Can my ex I left in a divorce qualify on my record?", + "Ex - spouses may qualify for benefits on your record , even if you have remarried.", + "What happens with my wife and our current benefits?", + "If your wife is eligible for retirement benefits on her own record ,we will pay that amount first .But if the spouse benefit that is payable on your record is a higher amount ,he or she will get a combination of benefits that equals that higher amount .", + "what about child benefits and my wife and all that?", + "If your wife is caring for your child under age 16 or disabled .Your wife would receive these benefits until the child reaches age 16 . At that time , the child 's benefits continue , but your wife's benefits stop unless she is old enough to receive retirement benefits age 62 or older or survivor benefits as a widow or widower age 60 ." + ] + }, + { + "input": "['Can my family receive my benefits as well?', 'Then certain members of your family, such as spouses, may qualify for benefits on your record.', 'Are there any publications concerning disability benefits?', 'No, that is not correct.', 'Is the sum of your benefits payable on your account greater than the family limit?', 'Yes, these publications are titled \"Disability Benefits\", \"Benefits For Children\", and \"What You Need To Know When You Get Social Security Disability Benefits.\"', 'Is there a maximum amount that a family member can receive in benefits?', 'What information do my family members need in order to apply for benefits?', 'We will need their birth certificates and their social security numbers.', 'Yes, your family can receive benefits when start receiving your own benefits. Are you receiving yours yet?', 'Yes, there is a limit to how much each family can receive. ', 'Yes, I am currently receiving disability benefits.']", + "output": [ + "Can my family receive my benefits as well?", + "Yes, your family can receive benefits when start receiving your own benefits. Are you receiving yours yet?", + "Yes, I am currently receiving disability benefits.", + "Then certain members of your family, such as spouses, may qualify for benefits on your record.", + "Are there any publications concerning disability benefits?", + "Yes, these publications are titled \"Disability Benefits\", \"Benefits For Children\", and \"What You Need To Know When You Get Social Security Disability Benefits.\"", + "Is there a maximum amount that a family member can receive in benefits?", + "Yes, there is a limit to how much each family can receive. ", + "Is the sum of your benefits payable on your account greater than the family limit?", + "No, that is not correct.", + "What information do my family members need in order to apply for benefits?", + "We will need their birth certificates and their social security numbers." + ] + }, + { + "input": "[\"Oh, hi. Please, i'm looking for some info about family benefits. could you help me out?\", 'Yeah, i started to receive it recently.', 'Perfect. In that case, your spouse will receive its amount first. However, if your spouse benefit on your record is higher, then your spouse may receive a mix of benefits that would equal the higher amount.', 'Yeah, my spouse is waiting for that.', 'In that regard, each member can get, if qualify, up to 50 percent of your disability benefit. Of course, in this cases as in many others, there is a limit which we cannot cross and so your family receive certain up to certain amount.', 'Um, it makes sense, of course. Look, what about if my spouse was on Social Security too?', 'That depend on the factor of how many family members get qualified on your record, aside from the amount of your benefit. For that reason, final amount can vary, but mostly it reaches between 150 to 180 percent of your disability benefit.', 'Oh, that sounds great, really sweet. do you know an estimate of how much each family member could receive?', 'Are you spouse about to get retirement?', 'Are you currently receiving any disability benefits?', 'Well, in that case, i can tell you that some members of your family may also qualify to get benefits on your record.', \"Ok, ok. i'll keep that in mind. Now, i'm in a second marriage, so my ex-wife could receive some benefit too?\", 'That sounds good. Say, do you know how much could be the total amount perceived?', 'Yeah, in fact she/ he can receive that. In that regard, your ex-spouse must comply with the following: have been married to you for the last 10 years and to be at least 62 years.']", + "output": [ + "Oh, hi. Please, i'm looking for some info about family benefits. could you help me out?", + "Are you currently receiving any disability benefits?", + "Yeah, i started to receive it recently.", + "Well, in that case, i can tell you that some members of your family may also qualify to get benefits on your record.", + "That sounds good. Say, do you know how much could be the total amount perceived?", + "That depend on the factor of how many family members get qualified on your record, aside from the amount of your benefit. For that reason, final amount can vary, but mostly it reaches between 150 to 180 percent of your disability benefit.", + "Oh, that sounds great, really sweet. do you know an estimate of how much each family member could receive?", + "In that regard, each member can get, if qualify, up to 50 percent of your disability benefit. Of course, in this cases as in many others, there is a limit which we cannot cross and so your family receive certain up to certain amount.", + "Um, it makes sense, of course. Look, what about if my spouse was on Social Security too?", + "Are you spouse about to get retirement?", + "Yeah, my spouse is waiting for that.", + "Perfect. In that case, your spouse will receive its amount first. However, if your spouse benefit on your record is higher, then your spouse may receive a mix of benefits that would equal the higher amount.", + "Ok, ok. i'll keep that in mind. Now, i'm in a second marriage, so my ex-wife could receive some benefit too?", + "Yeah, in fact she/ he can receive that. In that regard, your ex-spouse must comply with the following: have been married to you for the last 10 years and to be at least 62 years." + ] + }, + { + "input": "['We pay them their benefits first, and if yours is higher, we add the difference between the two.', 'Then certain members of your family may also qualify for benefits.', 'Are you receiving benefits?', 'Can my spouse apply?', 'Does it have to be my biological child?', 'Yes, but we may need proof of marriage.', 'Yes, I have disability benefits.', 'How much is the family member benefit?', 'What if my spouse worked, too?', 'Your child can be biological, adopted, or stepchild.', 'How long will my child get benefits?', 'Family members get up to 50% of your disability amount.', 'I have questions about family benefits.', 'Until they graduate high school or 2 months after they turn 19, whichever comes first.']", + "output": [ + "I have questions about family benefits.", + "Are you receiving benefits?", + "Yes, I have disability benefits.", + "Then certain members of your family may also qualify for benefits.", + "How long will my child get benefits?", + "Until they graduate high school or 2 months after they turn 19, whichever comes first.", + "Does it have to be my biological child?", + "Your child can be biological, adopted, or stepchild.", + "Can my spouse apply?", + "Yes, but we may need proof of marriage.", + "What if my spouse worked, too?", + "We pay them their benefits first, and if yours is higher, we add the difference between the two.", + "How much is the family member benefit?", + "Family members get up to 50% of your disability amount." + ] + }, + { + "input": "[\"So when our child turns 16, my spouse's benefits stop?\", 'If my child is still in school at 18, do they still get benefits?', 'How long does my spouse get benefits?', 'Yes, we make sure she will receive her maximum possible benefit.', 'Certain family members can qualify for benefits.', 'So she gets the higher amount?', 'Yes, I just did.', 'Yes, unless your spouse is eligible to receive retirement or widow benefits.', 'Yes, she is eligible on her own.', 'Is your spouse eligible for benefits on their own record?', \"Your spouse gets benefits until the child turns 16, then the child's continue but your spouse;s stop.\", 'Does it matter if my spouse worked, too?', 'Have you started getting disability benefits?', 'Can you help me with family benefits?', 'She will get her amount first, then if your benefit is higher, we add the difference.', 'The child will get benefits until 2 months after they turn 19 or graduate, whichever happens first.']", + "output": [ + "Can you help me with family benefits?", + "Have you started getting disability benefits?", + "Yes, I just did.", + "Certain family members can qualify for benefits.", + "How long does my spouse get benefits?", + "Your spouse gets benefits until the child turns 16, then the child's continue but your spouse;s stop.", + "Does it matter if my spouse worked, too?", + "Is your spouse eligible for benefits on their own record?", + "Yes, she is eligible on her own.", + "She will get her amount first, then if your benefit is higher, we add the difference.", + "So she gets the higher amount?", + "Yes, we make sure she will receive her maximum possible benefit.", + "So when our child turns 16, my spouse's benefits stop?", + "Yes, unless your spouse is eligible to receive retirement or widow benefits.", + "If my child is still in school at 18, do they still get benefits?", + "The child will get benefits until 2 months after they turn 19 or graduate, whichever happens first." + ] + }, + { + "input": "['I need help understanding family benefits.', 'What happens if my child is 18, but still in high school?', 'Certain family members may qualify for benefits on your record.', \"You've already started receiving disability benefits?\", 'They will receive benefits until they graduate or 2 months after their 19th birthday.', 'Yes, I get benefits.', 'Eligible family members can receive up to 50% of your disability amount.', 'Biological, adopted, and stepchildren are all eligible.', 'How much can they receive?', 'If they are 62 or older, they qualify.', 'Is my spouse old enough to be eligible?', 'What children qualify?']", + "output": [ + "I need help understanding family benefits.", + "You've already started receiving disability benefits?", + "Yes, I get benefits.", + "Certain family members may qualify for benefits on your record.", + "What children qualify?", + "Biological, adopted, and stepchildren are all eligible.", + "Is my spouse old enough to be eligible?", + "If they are 62 or older, they qualify.", + "How much can they receive?", + "Eligible family members can receive up to 50% of your disability amount.", + "What happens if my child is 18, but still in high school?", + "They will receive benefits until they graduate or 2 months after their 19th birthday." + ] + }, + { + "input": "[\"You said you already qualified for disability benefits, isn't?\", 'Hi there. Went the other day to social security asking for family benefits and they told me to use this chat, can you help me?', 'Sure. These benefits could be paid to your spouse, divorced spouse or children, regardless their condition.', \"If that scenario appears, i'm afraid her benefit on your record may be affected.\", 'Are you going to start receiving disability benefits?', \"Yes, that's what i said.\", 'Congrats. If you are going to start receiving benefits, then some members of your family can qualify for benefits based on your record.', \"That's correct. You're talking about the combination of your and her's benefits. That's in the event your benefit on record is higher than her's. Is made to equal the higher amount.\", 'Yeah, i will.', \"Something to think about, huh?. Please, another question. what can you tell me about my children's benefits?\", \"That's great, thanks. Say, what could happen if my spouse is about to receive a pension for work not covered by social security?\", 'Could you tell me which members could be eligible, please?', \"Oh, that's good to know it. A last question please. I heard that if my spouse gets eligible for benefits on her own, she could receive a higher amount? Something to do with a mix or something?\", 'Good. Then your children may also get a qualification to receive benefits on your record. It can go for your biological, adopted or step child. Even a grandchild could qualify.']", + "output": [ + "Hi there. Went the other day to social security asking for family benefits and they told me to use this chat, can you help me?", + "Are you going to start receiving disability benefits?", + "Yeah, i will.", + "Congrats. If you are going to start receiving benefits, then some members of your family can qualify for benefits based on your record.", + "Could you tell me which members could be eligible, please?", + "Sure. These benefits could be paid to your spouse, divorced spouse or children, regardless their condition.", + "That's great, thanks. Say, what could happen if my spouse is about to receive a pension for work not covered by social security?", + "If that scenario appears, i'm afraid her benefit on your record may be affected.", + "Something to think about, huh?. Please, another question. what can you tell me about my children's benefits?", + "You said you already qualified for disability benefits, isn't?", + "Yes, that's what i said.", + "Good. Then your children may also get a qualification to receive benefits on your record. It can go for your biological, adopted or step child. Even a grandchild could qualify.", + "Oh, that's good to know it. A last question please. I heard that if my spouse gets eligible for benefits on her own, she could receive a higher amount? Something to do with a mix or something?", + "That's correct. You're talking about the combination of your and her's benefits. That's in the event your benefit on record is higher than her's. Is made to equal the higher amount." + ] + }, + { + "input": "['certain members of your family may also qualify for benefits on your record', 'oh ok there is no one else besides me and my boyfriend but thank you', 'Will my children get benefits?', ' When you qualify for Social Security disability benefits , your children may also qualify to receive benefits on your record', 'Does everyone in my family get the benefits?', 'IS there a family limit?', ' 18 or older and have a disability that started before age 22', ' If the sum of the benefits payable on your account is greater than the family limit , the benefits to the family members will be reduced proportionately .s Your benefit will not be affected ', 'Do benefits for you child ever stop?', 'What proof will you ask for?', ' we may also ask for proof of marriage and dates of prior marriages , if applicable ']", + "output": [ + "Does everyone in my family get the benefits?", + "certain members of your family may also qualify for benefits on your record", + "oh ok there is no one else besides me and my boyfriend but thank you", + "Do benefits for you child ever stop?", + " 18 or older and have a disability that started before age 22", + "What proof will you ask for?", + " we may also ask for proof of marriage and dates of prior marriages , if applicable ", + "IS there a family limit?", + " If the sum of the benefits payable on your account is greater than the family limit , the benefits to the family members will be reduced proportionately .s Your benefit will not be affected ", + "Will my children get benefits?", + " When you qualify for Social Security disability benefits , your children may also qualify to receive benefits on your record" + ] + }, + { + "input": "['Yes. There are many advantages to applying online.', 'Great. Once you complete the application, we will contact you with our decision.', 'Yes. I think that will be the most convenient method.', 'Will you be completing the online application?', 'I need to know if I can apply for adult disability benefits online. ', \"Okay. Since you already have proof of U.S. citizenship, you won't need any further proofs of identity. \", 'Yes. I do.', \"What's next after I apply?\", 'What documents will I need to provide?', 'First you will need to provide your birth certificate. Do you have one? ', 'No, but I have proof of U.S. citizenship.', 'It is possible to apply online, if you meet our requirements.', 'Okay. Is it better to apply online instead of using other methods?', 'Excellent. Were you born in the United States?']", + "output": [ + "I need to know if I can apply for adult disability benefits online. ", + "It is possible to apply online, if you meet our requirements.", + "Okay. Is it better to apply online instead of using other methods?", + "Yes. There are many advantages to applying online.", + "What documents will I need to provide?", + "First you will need to provide your birth certificate. Do you have one? ", + "Yes. I do.", + "Excellent. Were you born in the United States?", + "No, but I have proof of U.S. citizenship.", + "Okay. Since you already have proof of U.S. citizenship, you won't need any further proofs of identity. ", + "What's next after I apply?", + "Will you be completing the online application?", + "Yes. I think that will be the most convenient method.", + "Great. Once you complete the application, we will contact you with our decision." + ] + }, + { + "input": "['what kinds of proof will I need when I apply for disability?', 'Do you have a birth certificate or other proof of birth?', 'Do you have proof of U.S. citizenship or lawful alien status?', 'Did you want to know what documents we may ask you to provide?', 'The online application will give you the option to schedule an appointment to apply for benefits in your preferred language, but the online application is currently only available in English.', \"yes, I'm American\", 'yes', \"no, don't have those\", 'Do you have your U.S. military discharge paper if you had military service before 1968?', 'when I get my things together can I do this in spanish?', 'I have a birth certificate', \"I'm sorry but you don't have the documents needed to show that you are eligible for Disability Benefits.\"]", + "output": [ + "what kinds of proof will I need when I apply for disability?", + "Did you want to know what documents we may ask you to provide?", + "yes", + "Do you have a birth certificate or other proof of birth?", + "I have a birth certificate", + "Do you have proof of U.S. citizenship or lawful alien status?", + "yes, I'm American", + "Do you have your U.S. military discharge paper if you had military service before 1968?", + "no, don't have those", + "I'm sorry but you don't have the documents needed to show that you are eligible for Disability Benefits.", + "when I get my things together can I do this in spanish?", + "The online application will give you the option to schedule an appointment to apply for benefits in your preferred language, but the online application is currently only available in English." + ] + }, + { + "input": "[\"What are the next steps if I do not qualify for benefits on someone else's record?\", 'If you spouse and you apply at the same time or spouse is receiving benefits all ready, then we will automatically check your eligibility for benefits as a spouse.', \"Then you need to go to Benefits For Your Family, and you wouldn't qualify on someone else's record.\", \"Even if you do not qualify on someone else's record some members of your family could get benefits under your record.\", \"Yes, if you have never worked under Social Security, you could get spouse's retirement benefits as long as you are 62 years of age or older and your spouse is all ready receiving retirement or disability benefits.\", 'No, I did not know there was a specific area for that information.', 'Have you never been married or had children?', \"Yes, and the total depends on your spouse's benefits amount and the number of family members who would qualify on the same record; but generally the total amount the your spouse and family members can receive is about 150 to 180 percent of the worker's full retirement benefit.\", 'What happens if my spouse is all ready receiving benefits when I apply?', 'No, I am married and also had children.', 'Is there a way to find out about benefits if I was looking for my family?', 'Is there a maximum a family can get in benefits?', 'Do you know you could find information about benefits for your family by going to \"Benefits For Your Family\" and reading there?', 'Could I get benefits as a spouse?']", + "output": [ + "What are the next steps if I do not qualify for benefits on someone else's record?", + "Even if you do not qualify on someone else's record some members of your family could get benefits under your record.", + "Could I get benefits as a spouse?", + "Yes, if you have never worked under Social Security, you could get spouse's retirement benefits as long as you are 62 years of age or older and your spouse is all ready receiving retirement or disability benefits.", + "What happens if my spouse is all ready receiving benefits when I apply?", + "If you spouse and you apply at the same time or spouse is receiving benefits all ready, then we will automatically check your eligibility for benefits as a spouse.", + "Is there a maximum a family can get in benefits?", + "Yes, and the total depends on your spouse's benefits amount and the number of family members who would qualify on the same record; but generally the total amount the your spouse and family members can receive is about 150 to 180 percent of the worker's full retirement benefit.", + "Is there a way to find out about benefits if I was looking for my family?", + "Do you know you could find information about benefits for your family by going to \"Benefits For Your Family\" and reading there?", + "No, I did not know there was a specific area for that information.", + "Have you never been married or had children?", + "No, I am married and also had children.", + "Then you need to go to Benefits For Your Family, and you wouldn't qualify on someone else's record." + ] + }, + { + "input": "['hi', 'hi', 'hi', 'hi', 'hi', 'hi', 'hi', 'hi', 'Well, it is ok, but certainly those benefits may be affected b y the retirement earnings test.', 'hi', 'hi', 'hi', 'hi', 'hi']", + "output": [ + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "hi", + "Well, it is ok, but certainly those benefits may be affected b y the retirement earnings test." + ] + }, + { + "input": "['How would someone from my family qualify for benefits when I do not?', 'Yes, I would like to find out more info for my family benefits.', 'What if I am divorced, could I get divorced spouse benefits?', 'You should read \"If You Are Divorced\" to learn about divorced spouse benefits.', 'There are a few different ways you can apply for Social Security Retirement.', 'What limits would be put on the amount family members would get?', 'Would you like to find out about information for your family?', \"The total depends on your spouse's benefit amount and the number of family members who also qualify on the same record and it would vary depending on the situation.\", 'What if my spouse is all ready receiving benefits when I apply?', 'How do I apply for Social Security Retirement?', 'Then you should go to the section that states \"Benefits For Your Family\" to find out what you need to know.', 'We would also check your spouses eligibility for benefits as a spouse and if qualify the application would automatically be a request for spousal benefits.']", + "output": [ + "How do I apply for Social Security Retirement?", + "There are a few different ways you can apply for Social Security Retirement.", + "What if I am divorced, could I get divorced spouse benefits?", + "You should read \"If You Are Divorced\" to learn about divorced spouse benefits.", + "How would someone from my family qualify for benefits when I do not?", + "Would you like to find out about information for your family?", + "Yes, I would like to find out more info for my family benefits.", + "Then you should go to the section that states \"Benefits For Your Family\" to find out what you need to know.", + "What if my spouse is all ready receiving benefits when I apply?", + "We would also check your spouses eligibility for benefits as a spouse and if qualify the application would automatically be a request for spousal benefits.", + "What limits would be put on the amount family members would get?", + "The total depends on your spouse's benefit amount and the number of family members who also qualify on the same record and it would vary depending on the situation." + ] + }, + { + "input": "['not', 'never married or had children?', 'you can apply different application formats', 'Are you interested in obtaining information about the benefits for your family?', 'In this case, your family members cannot qualify to receive benefits on your registry.', 'In that case, you can also contact the Social Security office, the US embassy or consulate.', 'Regarding retirement benefits, how do I apply?', 'Can any member of my family qualify for benefits on my registry?', 'If you and your spouse apply at the same time, we will also verify your eligibility for spouse benefits. and if you qualify your application will automatically serve as a request for spousal benefits', 'and if you do not live in the US or in one of its territories?', 'ok but if my spouse is already receiving benefits when I submit the application', 'not']", + "output": [ + "Regarding retirement benefits, how do I apply?", + "you can apply different application formats", + "ok but if my spouse is already receiving benefits when I submit the application", + "If you and your spouse apply at the same time, we will also verify your eligibility for spouse benefits. and if you qualify your application will automatically serve as a request for spousal benefits", + "and if you do not live in the US or in one of its territories?", + "In that case, you can also contact the Social Security office, the US embassy or consulate.", + "Can any member of my family qualify for benefits on my registry?", + "Are you interested in obtaining information about the benefits for your family?", + "not", + "never married or had children?", + "not", + "In this case, your family members cannot qualify to receive benefits on your registry." + ] + }, + { + "input": "['no, all documents must be current, not expired.', 'And in my case, what proof of identity should I present?', 'Hello I need information about What original documents do I need to get a Social Security Card?', 'It is important that you present original documents or copies certified by the agency that issued them.', 'Among the documents you will need are those of your citizenship', \"Among the documents is the United States Driver's License\", 'we must see proof of their identity. An acceptable document must be current, not expired and show your name, information identifying your date of birth or age, and preferably a recent photograph.', 'and do you accept a document that is about to expire?', 'no no and informed', 'and what documents will they need?', \"Have you been informed about the child's U.S. citizenship?\", 'And is there also something important that I must present?']", + "output": [ + "Hello I need information about What original documents do I need to get a Social Security Card?", + "Among the documents you will need are those of your citizenship", + "Have you been informed about the child's U.S. citizenship?", + "no no and informed", + "and what documents will they need?", + "we must see proof of their identity. An acceptable document must be current, not expired and show your name, information identifying your date of birth or age, and preferably a recent photograph.", + "And is there also something important that I must present?", + "It is important that you present original documents or copies certified by the agency that issued them.", + "And in my case, what proof of identity should I present?", + "Among the documents is the United States Driver's License", + "and do you accept a document that is about to expire?", + "no, all documents must be current, not expired." + ] + }, + { + "input": "['yes', 'what if i reached full retiremtnt age?', 'yes', 'click Retirement Information for Medicare Beneficiaries', 'are you talking about delayed retirement credits?', 'Hello where do I begin?', 'you can choose to start receiving benefits before the month you apply ', 'what if you reached retirement age?', 'ok thank you', ' Social Security retirement benefits are increased by a certain percentage depending on date of birth if you delay your retirement beyond full retirement age ', 'Have you reached full retirement age?', 'where can i get information on early retirement', 'Does the person get to decide to delay retirement?']", + "output": [ + "Hello where do I begin?", + "are you talking about delayed retirement credits?", + "yes", + " Social Security retirement benefits are increased by a certain percentage depending on date of birth if you delay your retirement beyond full retirement age ", + "Have you reached full retirement age?", + "ok thank you", + "what if you reached retirement age?", + "Does the person get to decide to delay retirement?", + "yes", + "what if i reached full retiremtnt age?", + "you can choose to start receiving benefits before the month you apply ", + "where can i get information on early retirement", + "click Retirement Information for Medicare Beneficiaries" + ] + }, + { + "input": "['And your application has already been approved?', 'Okay, so your first Social Security benefit will be paid for the sixth full month after the date that your disability began. For example ,if your disability began on June 15 , 2018 , your first benefit would be paid for the month of December 2018 , the sixth full month of disability .', \"I want to know what comes next after I'm approved for disability benefits\", \"Yes, you can look at some publications. Such as, How Workers ' Compensation And Other Disability Payments May Affect Your Benefit or Windfall Elimination Provision\", 'yes sir', 'what if I need more help and can I ask for Medicare too to help with inpatient costs?', 'The amount of your monthly disability benefit is based on your lifetime average earnings covered by Social Security . You can get an idea by logging into your personal my Social Security account or use our Benefit Calculators to find out how much you would be receiving.', 'can you tell me how much I will be getting per month?', 'can you tell me a little about the Medicare part D for prescriptions?', 'Do you want to know when your benefits start?', 'is there more info that you can give me about other benefits and how it could affect my disability I was approved for?', \"Prescription Drug Coverage Part D helps pay for medications doctors prescribe for \\n treatment . For more information on the enrollment periods for Part D we recommend you read Medicare 's page .\", 'You will be automatically enrolled in Medicare after you get disability benefits for two years. The two parts of Medicare we enroll you in are hospital insurance and medical insurance .Hospital insurance Part A helps pay for inpatient hospital bills and some follow - up care .', 'it was']", + "output": [ + "I want to know what comes next after I'm approved for disability benefits", + "Do you want to know when your benefits start?", + "yes sir", + "And your application has already been approved?", + "it was", + "Okay, so your first Social Security benefit will be paid for the sixth full month after the date that your disability began. For example ,if your disability began on June 15 , 2018 , your first benefit would be paid for the month of December 2018 , the sixth full month of disability .", + "what if I need more help and can I ask for Medicare too to help with inpatient costs?", + "You will be automatically enrolled in Medicare after you get disability benefits for two years. The two parts of Medicare we enroll you in are hospital insurance and medical insurance .Hospital insurance Part A helps pay for inpatient hospital bills and some follow - up care .", + "is there more info that you can give me about other benefits and how it could affect my disability I was approved for?", + "Yes, you can look at some publications. Such as, How Workers ' Compensation And Other Disability Payments May Affect Your Benefit or Windfall Elimination Provision", + "can you tell me how much I will be getting per month?", + "The amount of your monthly disability benefit is based on your lifetime average earnings covered by Social Security . You can get an idea by logging into your personal my Social Security account or use our Benefit Calculators to find out how much you would be receiving.", + "can you tell me a little about the Medicare part D for prescriptions?", + "Prescription Drug Coverage Part D helps pay for medications doctors prescribe for \n treatment . For more information on the enrollment periods for Part D we recommend you read Medicare 's page ." + ] + }, + { + "input": "['How can I report the death?', \"Are you receiving benefits on your spouse's record?\", 'We have phone representatives available or you can visit your local office.', 'We automatically change your monthly benefits to survivors benefits when we get a report of the death.', 'You can still apply without having all the paperwork.', \"Did it say your info couldn't be verified online?\", \"No, I haven't finished the application yet.\", 'Yes, but he passed away.', 'Do I have to have all the paperwork ready to apply?', 'Yes, widow/surviving spouse and child benefits need different documents.', 'What happens after I report a death?', \"If I'm not already getting benefits, do I need to apply?\", 'Are there different forms for different benefit types?', 'You need to apply for survivors benefits immediately.']", + "output": [ + "What happens after I report a death?", + "Are you receiving benefits on your spouse's record?", + "Yes, but he passed away.", + "We automatically change your monthly benefits to survivors benefits when we get a report of the death.", + "How can I report the death?", + "We have phone representatives available or you can visit your local office.", + "Do I have to have all the paperwork ready to apply?", + "You can still apply without having all the paperwork.", + "If I'm not already getting benefits, do I need to apply?", + "You need to apply for survivors benefits immediately.", + "Are there different forms for different benefit types?", + "Yes, widow/surviving spouse and child benefits need different documents.", + "Did it say your info couldn't be verified online?", + "No, I haven't finished the application yet." + ] + }, + { + "input": "['What about the other parts of medicare like parts A and B', 'he amount of your benefit is based on your lifetime average earnings covered by Social Security', 'What about limited resource and income for receiving medicare?', 'When do my benefits start?', 'you may be eligible for Extra Help with Medicare Prescription Drug Plan Costs', 'People with Medicare Parts A and Part B can choose to receive all of their health care services through plans that are offered by private companies and approved by Medicare ', \"I don't already have an estimate\", \"Social Security benefits are paid in the month following the month for which they 're due\", 'How much will I receive for disablilty', 'Do you already have an estimate?', 'If you receive Medicare and have limited resources and income ,', ' contact your state or local welfare office or Medicaid agency ', 'you can get your online with your personal my Social Security account or use our Benefit Calculators to determine ', 'do I qualify for exrea help with medicare prescription plan', 'Who do I contact for help with low income medicare nenficiaries?']", + "output": [ + "How much will I receive for disablilty", + "he amount of your benefit is based on your lifetime average earnings covered by Social Security", + "Do you already have an estimate?", + "I don't already have an estimate", + "you can get your online with your personal my Social Security account or use our Benefit Calculators to determine ", + "do I qualify for exrea help with medicare prescription plan", + "If you receive Medicare and have limited resources and income ,", + "When do my benefits start?", + "Social Security benefits are paid in the month following the month for which they 're due", + "Who do I contact for help with low income medicare nenficiaries?", + " contact your state or local welfare office or Medicaid agency ", + "What about limited resource and income for receiving medicare?", + "you may be eligible for Extra Help with Medicare Prescription Drug Plan Costs", + "What about the other parts of medicare like parts A and B", + "People with Medicare Parts A and Part B can choose to receive all of their health care services through plans that are offered by private companies and approved by Medicare " + ] + }, + { + "input": "['When will my first benefit payment be?', 'You say your application was approved, can you tell me the date of the approval?', 'Your first benefit payment will be paid for the sixth full month after the date that your disability began.', \"I recommend that you read Medicare's page.\", 'Am I eligible for further Medicare benefits?', 'You can use our Benefit Calculators to determine how much you would receive if you became disabled right now.', 'It was approved early this month.', 'Yes could you please give me further information.', 'Can I received Medicare benefits from a private company?', 'Do you need further information about Medicare?', 'How much monthly disability benefit will I receive?', 'My application for benefits has been approved but I have not received any benefits yet. Can you tell me when my benefits will be paid?', 'If you receive Medicare Parts A and B you can choose to receive all your health care services through plans that are offered by private companies that are approved by Medicare.', 'You might be eligible for Extra Help with Prescription Drug Plan Costs.']", + "output": [ + "My application for benefits has been approved but I have not received any benefits yet. Can you tell me when my benefits will be paid?", + "You say your application was approved, can you tell me the date of the approval?", + "It was approved early this month.", + "Am I eligible for further Medicare benefits?", + "You might be eligible for Extra Help with Prescription Drug Plan Costs.", + "When will my first benefit payment be?", + "Your first benefit payment will be paid for the sixth full month after the date that your disability began.", + "Can I received Medicare benefits from a private company?", + "If you receive Medicare Parts A and B you can choose to receive all your health care services through plans that are offered by private companies that are approved by Medicare.", + "Do you need further information about Medicare?", + "Yes could you please give me further information.", + "I recommend that you read Medicare's page.", + "How much monthly disability benefit will I receive?", + "You can use our Benefit Calculators to determine how much you would receive if you became disabled right now." + ] + }, + { + "input": "['Oh, i understand. And what kind of benefits exist under the first program?', 'Ok, that makes sense. say, i heard about some disability planner? How can be that of use for me?', \"If that's the case, you should be aware of some things.\", 'That planner will help you to find out how you can qualify and apply for benefits and what happens in case you application gets approved.', 'The social security disability insurance program pays benefits too you and your qualified family members, in case you have worked enough time and paid your social security taxes. You have also the option to get a qualification for a disabled child if he/she is an adult and got disabled before age 22.', 'I see. Is there any information available for advocates or attorneys on these themes?', 'Are you a law practitioner?', 'Well, we may ask you about your medical condition, work and education history to help us decide if your disability runs under our rules.', 'Yeah, i know. i read this newspaper article and here i am. Oh well, could you tell me about the medical requirements for this, please?', \"Sure, no problem. It's great you think in advance. Most people don't think that something as disability could happen to them, but possibilities are higher that they think.\", \"very good. Under disability, there's two programs, disability insurance program and social security income program. For both of them, the medical requirements are the same, plus disability is determined by the same process.\", \"Yes, i'm a attorney in law.\", 'Um, i see it has many options available. Look, and what kind of information you request from me?', \"Hi, good morning. I'm looking to do some benefits planning on disability. Can you help me with that?\"]", + "output": [ + "Hi, good morning. I'm looking to do some benefits planning on disability. Can you help me with that?", + "Sure, no problem. It's great you think in advance. Most people don't think that something as disability could happen to them, but possibilities are higher that they think.", + "Yeah, i know. i read this newspaper article and here i am. Oh well, could you tell me about the medical requirements for this, please?", + "very good. Under disability, there's two programs, disability insurance program and social security income program. For both of them, the medical requirements are the same, plus disability is determined by the same process.", + "Oh, i understand. And what kind of benefits exist under the first program?", + "The social security disability insurance program pays benefits too you and your qualified family members, in case you have worked enough time and paid your social security taxes. You have also the option to get a qualification for a disabled child if he/she is an adult and got disabled before age 22.", + "Um, i see it has many options available. Look, and what kind of information you request from me?", + "Well, we may ask you about your medical condition, work and education history to help us decide if your disability runs under our rules.", + "Ok, that makes sense. say, i heard about some disability planner? How can be that of use for me?", + "That planner will help you to find out how you can qualify and apply for benefits and what happens in case you application gets approved.", + "I see. Is there any information available for advocates or attorneys on these themes?", + "Are you a law practitioner?", + "Yes, i'm a attorney in law.", + "If that's the case, you should be aware of some things." + ] + }, + { + "input": "['Who is eligible to use the estimator?', 'Thank you. Will I be able to start a new session and complete the information if it has not been saved?\\n', 'You must remember that the Retirement Estimator cannot provide your actual benefit amount until you have applied for benefits. The amount may differ from the estimates provide as you earnings may increase or decrease in the future.', 'If benefit amount is just an estimate as your earnings may increase or decrease in the future so this is obviously just an estimate.', 'If the page times out after the third warning will the information that I have entered be saved or will I have to start all over again?', 'What are the requirement and how does the Retirement Estimator work?', 'Is it possible to estimate my retirement benefits with the estimator?', 'You will be able to start using the Retirement Estimator again. You will, however, have to check if you are eligible to use the Retirement Estimator.', 'I would like to apply for retirement benefits but am having trouble completing the application online, it keep timing out. How long do I have to work on each page before it times out?', 'You can use the estimator is you have enough Social Security credits at the time to quality for benefits.', 'Yes pages do time out. This is done for security reasons. After you have been in a page for 25 minutes and not been active on the page you will receive a warning that the page is about to time out, however, you will be able to extend your time on the page. After the third warning on a page you will have to move to another page.', 'What is the time limit for staying on each page?', 'There are time limits but you will receive a warning after 25 minutes without doing anything and you will be given the option to extend your time on the page.']", + "output": [ + "I would like to apply for retirement benefits but am having trouble completing the application online, it keep timing out. How long do I have to work on each page before it times out?", + "Yes pages do time out. This is done for security reasons. After you have been in a page for 25 minutes and not been active on the page you will receive a warning that the page is about to time out, however, you will be able to extend your time on the page. After the third warning on a page you will have to move to another page.", + "If the page times out after the third warning will the information that I have entered be saved or will I have to start all over again?", + "Thank you. Will I be able to start a new session and complete the information if it has not been saved?\n", + "You will be able to start using the Retirement Estimator again. You will, however, have to check if you are eligible to use the Retirement Estimator.", + "What are the requirement and how does the Retirement Estimator work?", + "You must remember that the Retirement Estimator cannot provide your actual benefit amount until you have applied for benefits. The amount may differ from the estimates provide as you earnings may increase or decrease in the future.", + "What is the time limit for staying on each page?", + "There are time limits but you will receive a warning after 25 minutes without doing anything and you will be given the option to extend your time on the page.", + "Who is eligible to use the estimator?", + "You can use the estimator is you have enough Social Security credits at the time to quality for benefits.", + "Is it possible to estimate my retirement benefits with the estimator?", + "If benefit amount is just an estimate as your earnings may increase or decrease in the future so this is obviously just an estimate." + ] + }, + { + "input": "['Good. Still you are receiving benefits you can still get an estimate.', \"Yes, i'm receiving those cares.\", 'This tool can be used for anyone who have enough social security credits at the moment to qualify for benefits, between other requirements.', 'In that case, you can use any of the other estimator. That applies for requests about survivors or disability benefits.', 'That would be correct.', \"But, if i can't use that estimator, what can i do then?\", 'Hello, i want to know which person can use the retirement estimator?', \"Ok, that's good. Now, when i am in the page, for how long i can be there before the system kicks me out?\", \"No, i'm not asking for that.\", 'Are you asking this concerning security reasons?', \"To be sure, you said i can still get use of the estimator, even if i'm receiving medicare benefits, right?\", 'Are you currently receiving medicare benefits?']", + "output": [ + "Hello, i want to know which person can use the retirement estimator?", + "This tool can be used for anyone who have enough social security credits at the moment to qualify for benefits, between other requirements.", + "Are you currently receiving medicare benefits?", + "Yes, i'm receiving those cares.", + "Good. Still you are receiving benefits you can still get an estimate.", + "Ok, that's good. Now, when i am in the page, for how long i can be there before the system kicks me out?", + "Are you asking this concerning security reasons?", + "No, i'm not asking for that.", + "To be sure, you said i can still get use of the estimator, even if i'm receiving medicare benefits, right?", + "That would be correct.", + "But, if i can't use that estimator, what can i do then?", + "In that case, you can use any of the other estimator. That applies for requests about survivors or disability benefits." + ] + }, + { + "input": "['And there is no age restriction?', 'You can use the Retirement Estimator if you have enough Social Security credits at this time to qualify for benefits.', 'Yes hello I filled out all of the information in the Retirement Estimator and it took a long time. When I came back from answering the door, all of the information was gone. What happened?', 'If I re-enter all of my data in the Estimator will the page crash again?', \"Oh that's too bad.\\xa0Were you gone for a long time?\", 'If you are age 62 or older and receiving benefits on another Social Security record, you may not use it.', 'Although the Retirement Estimator gives estimates based on your actual Social Security earnings, it remains just an estimate due to various circumstances such as fluctuations in future wage earnings.', \"I'm sorry but we can't provide your actual benefit amount until you go through the process of applying for benefits.\", 'Can anyone use the Retirement Estimator?', \"So I'll be able to have an accurate estimate of my benefits?\", 'For reasons of security, there are time limits for viewing each page.', 'How much will I get if I apply for retirement benefits?', 'Yes, after the third warning on a page, you must move to another page.', 'Yes I guess I was.', \"It shouldn't, usually you will receive a warning after 25 minutes of being idle then you should be able to extend your time on the page.\", 'Is there an ultimate time limit?']", + "output": [ + "Yes hello I filled out all of the information in the Retirement Estimator and it took a long time. When I came back from answering the door, all of the information was gone. What happened?", + "Oh that's too bad.\u00a0Were you gone for a long time?", + "Yes I guess I was.", + "For reasons of security, there are time limits for viewing each page.", + "How much will I get if I apply for retirement benefits?", + "I'm sorry but we can't provide your actual benefit amount until you go through the process of applying for benefits.", + "If I re-enter all of my data in the Estimator will the page crash again?", + "It shouldn't, usually you will receive a warning after 25 minutes of being idle then you should be able to extend your time on the page.", + "Is there an ultimate time limit?", + "Yes, after the third warning on a page, you must move to another page.", + "Can anyone use the Retirement Estimator?", + "You can use the Retirement Estimator if you have enough Social Security credits at this time to qualify for benefits.", + "And there is no age restriction?", + "If you are age 62 or older and receiving benefits on another Social Security record, you may not use it.", + "So I'll be able to have an accurate estimate of my benefits?", + "Although the Retirement Estimator gives estimates based on your actual Social Security earnings, it remains just an estimate due to various circumstances such as fluctuations in future wage earnings." + ] + }, + { + "input": "['Yes, there are a few more qualifications, like not already receiving benefits.', 'Even if you just get Medicare, you can still get an estimate.', 'You can extend the time, normally it logs out after 25 minutes of inactivity.', 'Can I use the Retirement Estimator?', \"Is there an alternative if I can't use the Estimator?\", 'Why did the page time out?', 'Are there any requirements besides having enough credits?', \"No, I don't think so.\", 'What if I only have Medicare right now?', 'Yes, if you have enough credits to qualify.', 'Is there any more information you need?', 'Did you stay on the page a long time? it times out for security reasons.', 'Yes, there are other benefit calculators.', \"I don't know if I qualify, but I still need an estimate.\", 'You can absolutely still get an estimate.', 'Yes, I left to run errands while I was on it.']", + "output": [ + "Can I use the Retirement Estimator?", + "Yes, if you have enough credits to qualify.", + "What if I only have Medicare right now?", + "You can absolutely still get an estimate.", + "Why did the page time out?", + "Did you stay on the page a long time? it times out for security reasons.", + "Yes, I left to run errands while I was on it.", + "You can extend the time, normally it logs out after 25 minutes of inactivity.", + "Are there any requirements besides having enough credits?", + "Yes, there are a few more qualifications, like not already receiving benefits.", + "Is there any more information you need?", + "No, I don't think so.", + "Is there an alternative if I can't use the Estimator?", + "Yes, there are other benefit calculators.", + "I don't know if I qualify, but I still need an estimate.", + "Even if you just get Medicare, you can still get an estimate." + ] + }, + { + "input": "[\"No. I just wanted to make sure that I'd have time to complete each page.\", 'Yes, this is correct. The warning message will allow you to extend the time.', 'Time limits are placed on each page for security reasons. Did you spend more than 25 minutes on one page at a time?', 'How does the Retirement Calculator work?', 'After 25 minutes, you will receive a warning message which will allow you to extend your time on the page, if needed.', 'Most individuals who have enough Social Security credits at this point in time can use the calculator.', 'How accurate is the estimate given by the calculator?', 'So, if I need more time to complete a page, I can extend the time limit?', 'What happens if I spend more than 25 minutes on one page?', 'It can give you estimates based on your Social Security earnings record. ', 'The calculator is intended to give you an idea of what your amount will be. Of course, your actual benefit amount may differ because your earnings can increase or decrease in the future.', 'What is the time limit for each page?', \"How do I know if I'm eligible to use the retirement calculator?\"]", + "output": [ + "What is the time limit for each page?", + "Time limits are placed on each page for security reasons. Did you spend more than 25 minutes on one page at a time?", + "No. I just wanted to make sure that I'd have time to complete each page.", + "How does the Retirement Calculator work?", + "It can give you estimates based on your Social Security earnings record. ", + "How accurate is the estimate given by the calculator?", + "The calculator is intended to give you an idea of what your amount will be. Of course, your actual benefit amount may differ because your earnings can increase or decrease in the future.", + "What happens if I spend more than 25 minutes on one page?", + "After 25 minutes, you will receive a warning message which will allow you to extend your time on the page, if needed.", + "How do I know if I'm eligible to use the retirement calculator?", + "Most individuals who have enough Social Security credits at this point in time can use the calculator.", + "So, if I need more time to complete a page, I can extend the time limit?", + "Yes, this is correct. The warning message will allow you to extend the time." + ] + }, + { + "input": "['For security reasons, time limits have been put into place for each page. Were you on the page longer than 25 minutes?', 'It can provide you with retirement benefit estimates based on your Social Security earnings record. ', 'The warning pops up after 25 minutes, but you can extend the time, if needed.', 'They are set for each page.', 'What can the retirement calculator do for me?', 'Are the time limits set for every page or for the entire thing?', 'Yes. I had to take a phone call for work and when I came back to the computer, the warning popped up.', 'It will give you a total of 3 warnings.', 'Will the calculator give me the actual amount of retirement benefits I can expect to receive?', \"How many warnings will it give me before I'm made to move to the next page?\", 'I just received a time limit warning. How long can I stay on this page?', 'No, because your information may change over time, it can only give you an estimate of what to expect.']", + "output": [ + "I just received a time limit warning. How long can I stay on this page?", + "For security reasons, time limits have been put into place for each page. Were you on the page longer than 25 minutes?", + "Yes. I had to take a phone call for work and when I came back to the computer, the warning popped up.", + "The warning pops up after 25 minutes, but you can extend the time, if needed.", + "What can the retirement calculator do for me?", + "It can provide you with retirement benefit estimates based on your Social Security earnings record. ", + "Are the time limits set for every page or for the entire thing?", + "They are set for each page.", + "Will the calculator give me the actual amount of retirement benefits I can expect to receive?", + "No, because your information may change over time, it can only give you an estimate of what to expect.", + "How many warnings will it give me before I'm made to move to the next page?", + "It will give you a total of 3 warnings." + ] + }, + { + "input": "['No, I was just asking before I filled out the information.', 'Yes, for security reasons. Have you stayed on a page for a long period of time?', 'Are there any other restrictions on who can use the calculator?', 'Am I eligible to use the Retirement Calculator?', 'Yes, there are other restrictions on who can use the calculator.', 'Yes, you can still use the calculator.', \"What if I'm currently receiving just Medicare benefits?\", 'Are you a Medicare Beneficiary?', 'Most individuals who have enough Social Security credits at this point in time to qualify for benefits can use the Retirement Calculator.', \"No, I'm not.\", 'Are there any time limits on pages?']", + "output": [ + "Am I eligible to use the Retirement Calculator?", + "Most individuals who have enough Social Security credits at this point in time to qualify for benefits can use the Retirement Calculator.", + "What if I'm currently receiving just Medicare benefits?", + "Yes, you can still use the calculator.", + "Are there any other restrictions on who can use the calculator?", + "Yes, there are other restrictions on who can use the calculator.", + "Are you a Medicare Beneficiary?", + "No, I'm not.", + "Are there any time limits on pages?", + "Yes, for security reasons. Have you stayed on a page for a long period of time?", + "No, I was just asking before I filled out the information." + ] + }, + { + "input": "['So, back to my original issue: how long can I stay on each page before I get booted for being idle?', 'Correct. The Retirement Estimator gives estimates based on your actual Social Security earnings record. Please keep in mind that these are just estimates.', \"Unfortunately we can't provide your actual benefit amount until you apply for benefits. And that amount may differ from the estimates provided because your earnings may increase or decrease in the future.\", \"After the third warning on a page, you must move to another page or you'll lose your work on that page.\", 'Of course. Are you aware of security measurements on websites?', \"I've heard about that before, yes.\", \"That's what I thought. Still, it is very annoying - I was just coming back from making a tea and found out that your page gave me the boot! By the way, does it matter if I'm currently only receiving Medicare benefits, when I want an estimate?\", 'You can still get an estimate in that case.', 'But it is just an estimate, right? I mean, not really reliable numbers.', 'Alright, fair enough. Can you let me know the amount of benefit I am going to get then?', 'For security reasons, there are time limits for viewing each page. You will receive a warning after 25 minutes without doing anything and you will be able to extend your time on the page.', 'Hey, I was wondering how long I can stay on every page of the estimator. It kicked me out before.']", + "output": [ + "Hey, I was wondering how long I can stay on every page of the estimator. It kicked me out before.", + "Of course. Are you aware of security measurements on websites?", + "I've heard about that before, yes.", + "For security reasons, there are time limits for viewing each page. You will receive a warning after 25 minutes without doing anything and you will be able to extend your time on the page.", + "That's what I thought. Still, it is very annoying - I was just coming back from making a tea and found out that your page gave me the boot! By the way, does it matter if I'm currently only receiving Medicare benefits, when I want an estimate?", + "You can still get an estimate in that case.", + "But it is just an estimate, right? I mean, not really reliable numbers.", + "Correct. The Retirement Estimator gives estimates based on your actual Social Security earnings record. Please keep in mind that these are just estimates.", + "So, back to my original issue: how long can I stay on each page before I get booted for being idle?", + "After the third warning on a page, you must move to another page or you'll lose your work on that page.", + "Alright, fair enough. Can you let me know the amount of benefit I am going to get then?", + "Unfortunately we can't provide your actual benefit amount until you apply for benefits. And that amount may differ from the estimates provided because your earnings may increase or decrease in the future." + ] + }, + { + "input": "['What if I only have Medicare now?', 'Can I use it if I qualify for benefits?', 'Yes, if you have enough credits to qualify, you can use the calculator.', 'Is there a way to let me work on each page longer?', \"I wasn't on it very long.\", 'You can still get an estimate.', 'For security purposes, there is a time limit on each page.', 'Yes, after 25 minutes, you can extend the time.', 'Can I use the retirement estimator for a disability estimate?', 'There are other calculators specifically for other benefits.', 'Why does it say page expired?']", + "output": [ + "Why does it say page expired?", + "For security purposes, there is a time limit on each page.", + "I wasn't on it very long.", + "Is there a way to let me work on each page longer?", + "Yes, after 25 minutes, you can extend the time.", + "Can I use the retirement estimator for a disability estimate?", + "There are other calculators specifically for other benefits.", + "Can I use it if I qualify for benefits?", + "Yes, if you have enough credits to qualify, you can use the calculator.", + "What if I only have Medicare now?", + "You can still get an estimate." + ] + }, + { + "input": "[' there are time limits for viewing each page .s [31] You will receive a warning after 25 minutes without doing anything', 'Hello, who can use the retirement estimator?', 'YEs you can. ', 'Are you worried abnout security?', 'are there other benefits to this?', ' there are time limits for viewing each page .s [31] You will receive a warning after 25 minutes without doing anything', 'Is it accurate?', 'no', ' You have enough Social Security credits at this time to qualify for benefits', 'I am getting medicare, can I still use the estimator?', 'Unfortunately We can t provide your actual benefit amount until you apply for benefits', 'Is there a time limit to look at each page?', 'YEs please use one of our other calculators']", + "output": [ + "Hello, who can use the retirement estimator?", + " You have enough Social Security credits at this time to qualify for benefits", + "I am getting medicare, can I still use the estimator?", + "YEs you can. ", + "Is it accurate?", + "Unfortunately We can t provide your actual benefit amount until you apply for benefits", + "are there other benefits to this?", + "YEs please use one of our other calculators", + "Is there a time limit to look at each page?", + "Are you worried abnout security?", + "no", + " there are time limits for viewing each page .s [31] You will receive a warning after 25 minutes without doing anything", + " there are time limits for viewing each page .s [31] You will receive a warning after 25 minutes without doing anything" + ] + }, + { + "input": "['What does the disablilty planner do?', 'What progams is disabliltypaid from?', ' This disability planner helps you find out how you can qualify and apply for benefits and ] what happens if your application is approved', 'What information do YOu nead for disablilty?', 'We pay disability benefits under two programs :s The Social Security disability insurance program ', 'I am an attorney what information to I need for a retirement plan for others?', ' we ask you for information about your medical condition , work , and education history to help us decide if you are disabled under our rules', 'Ok thank you', 'we ask you for information about your medical condition , work , and education history to help us decide if you are disabled under our rules .', 'How important is disablilty SS', 'Whether you apply for Social Security disability or SSI', 'read If you are an Advocate , Attorney , or Third Party Representative and you are helping someone prepare an online Social Security benefit application ', 'your chances of becoming disabled are probably greater than you realize']", + "output": [ + "I am an attorney what information to I need for a retirement plan for others?", + "read If you are an Advocate , Attorney , or Third Party Representative and you are helping someone prepare an online Social Security benefit application ", + "Ok thank you", + "Whether you apply for Social Security disability or SSI", + " we ask you for information about your medical condition , work , and education history to help us decide if you are disabled under our rules", + "What progams is disabliltypaid from?", + "We pay disability benefits under two programs :s The Social Security disability insurance program ", + "How important is disablilty SS", + "your chances of becoming disabled are probably greater than you realize", + "What information do YOu nead for disablilty?", + "we ask you for information about your medical condition , work , and education history to help us decide if you are disabled under our rules .", + "What does the disablilty planner do?", + " This disability planner helps you find out how you can qualify and apply for benefits and ] what happens if your application is approved" + ] + }, + { + "input": "['Should I respond to the email if i suspect it is a phishing one?', 'Hello, how are you today? I will be happy to assist you. Have you been approved?', 'I am not sure if that is safe or if i wish to do that online', 'Did you create an online accout? or do you want to?', 'How am I protected? ', 'absolutely! please go to go to OnGuard Online', 'DO NOT respond to the email or click on any links contained in the email message', 'I see. We offer extra security to ease your mind', 'That sounds great', 'Yes I recently was. ', 'Is there anywhere else I can learn about phishing?', 'Ok great! We offer you the choice to add extra security when you create an online account']", + "output": [ + "How am I protected? ", + "Hello, how are you today? I will be happy to assist you. Have you been approved?", + "Yes I recently was. ", + "Did you create an online accout? or do you want to?", + "I am not sure if that is safe or if i wish to do that online", + "I see. We offer extra security to ease your mind", + "That sounds great", + "Ok great! We offer you the choice to add extra security when you create an online account", + "Is there anywhere else I can learn about phishing?", + "absolutely! please go to go to OnGuard Online", + "Should I respond to the email if i suspect it is a phishing one?", + "DO NOT respond to the email or click on any links contained in the email message" + ] + }, + { + "input": "['Will the retirement benefit limit still apply if I continue to work?', \"What happens if i have benefits and I am eligible under my ex-spouse's records?\", 'You can use the earning calculator to see how it would affect the benefits payment.', 'No, I do not need information about an ex-spouse.', 'Will my earnings affect my benefits payments?', 'Can I receive spousal benefits if I am divorced?', 'I need help with the retirement benefits planner.', 'You can use our earnings test calculator to see how your earnings will affect your payments.', 'Yes, the retirement benefit earnings limit still applies if you continue to work.', \"You will get another amount on your ex-spouse's record so that the combination of benefits equals the higher amount.\", \"Yes, you will receive benefits on your ex-spouse's record even if they are remarried.\", 'Do you want information about being divorced and getting benefits?', 'What will I need to use to figure out the amount of benefits?']", + "output": [ + "I need help with the retirement benefits planner.", + "Do you want information about being divorced and getting benefits?", + "No, I do not need information about an ex-spouse.", + "Can I receive spousal benefits if I am divorced?", + "Yes, you will receive benefits on your ex-spouse's record even if they are remarried.", + "Will the retirement benefit limit still apply if I continue to work?", + "Yes, the retirement benefit earnings limit still applies if you continue to work.", + "What happens if i have benefits and I am eligible under my ex-spouse's records?", + "You will get another amount on your ex-spouse's record so that the combination of benefits equals the higher amount.", + "Will my earnings affect my benefits payments?", + "You can use our earnings test calculator to see how your earnings will affect your payments.", + "What will I need to use to figure out the amount of benefits?", + "You can use the earning calculator to see how it would affect the benefits payment." + ] + }, + { + "input": "['And which are this others requirements?', 'Also people who has worked long enough may also be able to social security disability or retirement benefits as well as ssi.', 'For example the age requirements. If the person between the age of 18 and 65?', 'No, not really, is an older person.', 'I see... And which other people can receive also this benefits?', \"That's great. But from what age someone can receive this benefits?\", 'Well, that could be a problem if you want to apply for the supplemental security income online.', 'If that person is disable, then you can file for the supplemental security income ssi only, but as long as you meet certain requirements.', 'I see. Social security also helps and bring aids for children?', 'The ssi benefits are payable to people 65 and older without disabilities who meet the financial limits.', \"Hey there. I'm looking information related to the benefits that an adult with a disability can receive. if they can receive any from you.\", 'Yes, the social security can help children but not through the online application.']", + "output": [ + "Hey there. I'm looking information related to the benefits that an adult with a disability can receive. if they can receive any from you.", + "If that person is disable, then you can file for the supplemental security income ssi only, but as long as you meet certain requirements.", + "And which are this others requirements?", + "For example the age requirements. If the person between the age of 18 and 65?", + "No, not really, is an older person.", + "Well, that could be a problem if you want to apply for the supplemental security income online.", + "I see. Social security also helps and bring aids for children?", + "Yes, the social security can help children but not through the online application.", + "I see... And which other people can receive also this benefits?", + "Also people who has worked long enough may also be able to social security disability or retirement benefits as well as ssi.", + "That's great. But from what age someone can receive this benefits?", + "The ssi benefits are payable to people 65 and older without disabilities who meet the financial limits." + ] + }, + { + "input": "['Hi there. I would like to know, what happens with an adult with a disability if this one wants to get access to the social security benefits.', 'Then in that case can not apply for the inline way, but can be done by phone or in a social security office.', 'Sure, no problem. Well. If you have all the requirements you can apply for the supplemental security income online. ', 'have never been married?', 'Yes, you can call to the 1-800-772-1213 or if you have hard hearing, you can also call to the 1-800-325-0778. both numbers are toll free.', \"Yes, that's right. That way people without any disability also can have this benefits.\", 'Yes, but there still some requests that need to apply to the online way. Like, is this adult person between the ages of 18 and 65?', 'Yes, is almost 65.', \"No, that's not, he is married.\", 'So this makes this person eligible to file the online application, right?', 'Great. Are there, any phone numbers which we can call?', \"Great! That's really great! But if this person have worked long enough may also receive the social security benefits as well as ssi?\"]", + "output": [ + "Hi there. I would like to know, what happens with an adult with a disability if this one wants to get access to the social security benefits.", + "Sure, no problem. Well. If you have all the requirements you can apply for the supplemental security income online. ", + "Great! That's really great! But if this person have worked long enough may also receive the social security benefits as well as ssi?", + "Yes, that's right. That way people without any disability also can have this benefits.", + "Great. Are there, any phone numbers which we can call?", + "Yes, you can call to the 1-800-772-1213 or if you have hard hearing, you can also call to the 1-800-325-0778. both numbers are toll free.", + "So this makes this person eligible to file the online application, right?", + "Yes, but there still some requests that need to apply to the online way. Like, is this adult person between the ages of 18 and 65?", + "Yes, is almost 65.", + "have never been married?", + "No, that's not, he is married.", + "Then in that case can not apply for the inline way, but can be done by phone or in a social security office." + ] + }, + { + "input": "['You can read the Federal Trade Commission s Credit Freeze FAQs.', 'No, for your protection you are the only one that should create and use your account.', 'Do you have a fraud alert or a security freeze on your credit report?', 'In case I decide to temporarily lift my security freeze, do I need to do anything else about it after creating my account?', 'As mentioned before, the Identity Service Provider can automatically reinstate your security freeze after the temporary lift expires.', 'What would happen after I get my temporary lift?', 'Yes, I have a security freeze.', 'what if I give written permission for someone else to use it?', \"Is there any other option if I don't want to temporarily lift my security freeze?\", 'You still can open the account by temporarily lifting it. You must contact our Identity Services Provider and request that they lift temporarily your security freeze. You can create your account online after your security freeze is lifted.', 'After the lift expires the Identity Provider may automatically reinstate it.', 'Where can I get more information about security freezes?', 'No, even written permission no one else can use your account.', 'Yes, you can create your account by visiting your local Social Security office to open it in person.', 'Can somebody else use my account?', \"I want to open a My Social Security account but I'm not sure if I can\"]", + "output": [ + "I want to open a My Social Security account but I'm not sure if I can", + "Do you have a fraud alert or a security freeze on your credit report?", + "Yes, I have a security freeze.", + "You still can open the account by temporarily lifting it. You must contact our Identity Services Provider and request that they lift temporarily your security freeze. You can create your account online after your security freeze is lifted.", + "What would happen after I get my temporary lift?", + "After the lift expires the Identity Provider may automatically reinstate it.", + "Is there any other option if I don't want to temporarily lift my security freeze?", + "Yes, you can create your account by visiting your local Social Security office to open it in person.", + "Can somebody else use my account?", + "No, for your protection you are the only one that should create and use your account.", + "what if I give written permission for someone else to use it?", + "No, even written permission no one else can use your account.", + "Where can I get more information about security freezes?", + "You can read the Federal Trade Commission s Credit Freeze FAQs.", + "In case I decide to temporarily lift my security freeze, do I need to do anything else about it after creating my account?", + "As mentioned before, the Identity Service Provider can automatically reinstate your security freeze after the temporary lift expires." + ] + }, + { + "input": "['So no one else can use my account?', 'Hwho else see my personal social security account?', 'Where can I read up on this?', ' Read the Federal Trade Commission s Credit Freeze FAQs .', 'Can you help me ?', 'Your personal mySocial Security account is for your use only Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment ', ' you re the only one who can create your personal my Social Security account. for your use only', ' Protecting the information and resources entrusted to us , including your personal information and investment . For your protection', 'read If you have a security freeze , fraud alert , or both on your credit report ', 'No one can create or use an account on your behalf , even with written permission ', 'I received a security freeze fraud alert on my credit report', 'The is for security freezes and fraud alerts information ?', 'ou can still open a my Social Security account by temporarily lifting it ', 'Yes', 'How is it for my protection?']", + "output": [ + "I received a security freeze fraud alert on my credit report", + "read If you have a security freeze , fraud alert , or both on your credit report ", + "Can you help me ?", + "ou can still open a my Social Security account by temporarily lifting it ", + "Hwho else see my personal social security account?", + "Your personal mySocial Security account is for your use only Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment ", + " Protecting the information and resources entrusted to us , including your personal information and investment . For your protection", + "How is it for my protection?", + " you re the only one who can create your personal my Social Security account. for your use only", + "So no one else can use my account?", + "No one can create or use an account on your behalf , even with written permission ", + "Where can I read up on this?", + " Read the Federal Trade Commission s Credit Freeze FAQs .", + "The is for security freezes and fraud alerts information ?", + "Yes" + ] + }, + { + "input": "[\"Yes, for more information read the Federal Trade Commission's Credit Freeze FAQs.\", 'What will I be asked to do to create a social security account?', 'Are other people allowed to access my social security account?', 'Yes, you can have it temporarily lifted to access your account by contacting our Identity Services Provider.', 'Is there more information concerning security freezes and fraud alerts?', 'You will be asked to provide personal information that only you would know to verify your identity. You will also be asked to create and username and password to access your account.', 'Are you asking this to see if your account is protected or because you want to allow someone else to access your account?', 'Yes, we will only allow you exclusive use of your account.', 'Yes, I just wanted to make sure that my account was secure.', 'On what subject is your FAQs section on?', 'You can visit your local social security office to open an account in person.', 'The FAQs section makes reference to security freezes and fraud alerts.', 'Can I still open my social security account if I have a fraud alert on my credit report?', 'No, you are the only person who can create and access your social security account.', 'Do I have to do this online or can I do it another way?']", + "output": [ + "Are other people allowed to access my social security account?", + "No, you are the only person who can create and access your social security account.", + "Are you asking this to see if your account is protected or because you want to allow someone else to access your account?", + "Yes, I just wanted to make sure that my account was secure.", + "Yes, we will only allow you exclusive use of your account.", + "What will I be asked to do to create a social security account?", + "You will be asked to provide personal information that only you would know to verify your identity. You will also be asked to create and username and password to access your account.", + "Is there more information concerning security freezes and fraud alerts?", + "Yes, for more information read the Federal Trade Commission's Credit Freeze FAQs.", + "Can I still open my social security account if I have a fraud alert on my credit report?", + "Yes, you can have it temporarily lifted to access your account by contacting our Identity Services Provider.", + "Do I have to do this online or can I do it another way?", + "You can visit your local social security office to open an account in person.", + "On what subject is your FAQs section on?", + "The FAQs section makes reference to security freezes and fraud alerts." + ] + }, + { + "input": "['Can I let other people use my account?', \"After creating your account's username and password, you'll have to confirm your email or phone number by entering a one-time security code within 10 minutes.\", 'Yes, you can do it while the temporary lift is still active.', 'So I can create the account no problem?', \"You'll be asked to verify your identity, this will be done by asking you some personal questions about yourself. Then you'll get asked to create your account's username and password.\", 'Have you requested a temporary lift for your fraud report?', 'I have a fraud alert on my credit report, can I create a My Social Security account?', 'What would I be asked for when creating the account?', \"It's only a fraud report or do you also have a security freeze?\", 'You can create your account. The Identity Services Provider may reinstate your fraud report after the temporary lift expires.', 'I have, yes.', 'Just the fraud report.', 'No, the account can be created and used exclusively by you.', 'Ok. What else will I need to do after creating my username and password?']", + "output": [ + "I have a fraud alert on my credit report, can I create a My Social Security account?", + "It's only a fraud report or do you also have a security freeze?", + "Just the fraud report.", + "Have you requested a temporary lift for your fraud report?", + "I have, yes.", + "You can create your account. The Identity Services Provider may reinstate your fraud report after the temporary lift expires.", + "So I can create the account no problem?", + "Yes, you can do it while the temporary lift is still active.", + "What would I be asked for when creating the account?", + "You'll be asked to verify your identity, this will be done by asking you some personal questions about yourself. Then you'll get asked to create your account's username and password.", + "Can I let other people use my account?", + "No, the account can be created and used exclusively by you.", + "Ok. What else will I need to do after creating my username and password?", + "After creating your account's username and password, you'll have to confirm your email or phone number by entering a one-time security code within 10 minutes." + ] + }, + { + "input": "['Your personal mySocial Security account is for your use only Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment ', ' Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment ', 'yes it is for your protection', 'Sure no problem I can help. If you have a security freeze , fraud alert , or both on your credit report you can still open a my Social Security account by temporarily lifting it ', 'No.', 'How can i lift it?', 'What if I do if i do have one?', 'Does your credit report have a freeze on it?', 'Can anyone else use my social securoty account?', 'for what reason?', 'Is this for my protection?', 'Can I still open an account?', 'If you have a security freeze , fraud alert , or both on your credit report , you can still open a my Social Security account by temporarily lifting it .', 'What if I have a fraud alert on my credit report?', 'you can visit your local Social Security office to open an account in person ']", + "output": [ + "What if I have a fraud alert on my credit report?", + "Sure no problem I can help. If you have a security freeze , fraud alert , or both on your credit report you can still open a my Social Security account by temporarily lifting it ", + "Can I still open an account?", + "Does your credit report have a freeze on it?", + "No.", + "If you have a security freeze , fraud alert , or both on your credit report , you can still open a my Social Security account by temporarily lifting it .", + "What if I do if i do have one?", + "Can anyone else use my social securoty account?", + "Your personal mySocial Security account is for your use only Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment ", + "Is this for my protection?", + "yes it is for your protection", + "for what reason?", + " Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment ", + "How can i lift it?", + "you can visit your local Social Security office to open an account in person " + ] + }, + { + "input": "['Do you have a security freeze or fraud alert on your credit report?', 'read the Federal Trade Commission s Credit Freeze FAQs', 'Your personal mySocial Security account is for your use only', 'What if I do not want a temp lift?', 'How do i create my social security account?', 'who can I contact?', 'Do you understand the reasoning?', 'you ll be askedto : Verify your identity by providing personal information about yourself and answering questions thatonly you are likely to know', ' you can visit your local Social Security office to open an account in person', 'yes I do. ', 'Hi. Can more than one person use my account?', ' For your protection , you re the only one who can create your personal my Social Security account for your own exclusive use ', ' Contact our Identity Services Provider and request that they temporarily lift your security freeze orfraud alert']", + "output": [ + "Hi. Can more than one person use my account?", + "Your personal mySocial Security account is for your use only", + "Do you understand the reasoning?", + "yes I do. ", + " For your protection , you re the only one who can create your personal my Social Security account for your own exclusive use ", + "What if I do not want a temp lift?", + " you can visit your local Social Security office to open an account in person", + "How do i create my social security account?", + "you ll be askedto : Verify your identity by providing personal information about yourself and answering questions thatonly you are likely to know", + "Do you have a security freeze or fraud alert on your credit report?", + "read the Federal Trade Commission s Credit Freeze FAQs", + "who can I contact?", + " Contact our Identity Services Provider and request that they temporarily lift your security freeze orfraud alert" + ] + }, + { + "input": "['Once you request a temporary lift, your ISP will automatically reinstate it after the temporary lift expires.', 'Would you like more information about this security measure?', 'So, as long as I request a temporary lift, my identity services provider will reinstate it after it expires?', 'No, sorry. Only you are allowed to create and use your mySocial Security account. ', 'Yes, that is correct.', 'What will I be asked to do to create an account?', 'First, you will be asked to provide personal information and answer security questions to prove your identity. After you prove your identity, you will then create a username and password for your account.', 'No, thank you.', 'Yes, you can still open an account by doing a temporary lift. You will need to contact your identity services provider and request them to temporary lift the freeze.', 'Can I still open an account with a freeze on my credit report?', 'What happens if I have a freeze on my account?', 'Can my husband use my Social Security account?']", + "output": [ + "Can my husband use my Social Security account?", + "No, sorry. Only you are allowed to create and use your mySocial Security account. ", + "Would you like more information about this security measure?", + "No, thank you.", + "What happens if I have a freeze on my account?", + "Once you request a temporary lift, your ISP will automatically reinstate it after the temporary lift expires.", + "Can I still open an account with a freeze on my credit report?", + "Yes, you can still open an account by doing a temporary lift. You will need to contact your identity services provider and request them to temporary lift the freeze.", + "So, as long as I request a temporary lift, my identity services provider will reinstate it after it expires?", + "Yes, that is correct.", + "What will I be asked to do to create an account?", + "First, you will be asked to provide personal information and answer security questions to prove your identity. After you prove your identity, you will then create a username and password for your account." + ] + }, + { + "input": "['IIn this case, you can still open an account by visiting your local Social Security office.', 'The freeze will be reinstated by your identity services provider after the temporary lift expires.', 'No. Only you are authorized to create and use your personal account. This is a security measure that we take to protect your personal information.', 'Can my wife open the account for me?', 'Do you need more information about this security measure?', \"What if I don't want to do a temporary lift?\", 'Yes, a security freeze.', \"Yes, I'd like to know more.\", 'Do you currently have a freeze or fraud alert on your credit report?', 'We only allow you to create and use the account for your own use because it protects you from fraudulent activity.', 'In this case, you can still open an account, but you will need to temporary lift the freeze. You can do this by contacting your identity services provider and requesting them to to temporary lift it for you.', 'Once I request a temporary life of my credit freeze, what happens then?', 'I have a freeze on my credit report. Can I still open an account?']", + "output": [ + "I have a freeze on my credit report. Can I still open an account?", + "Do you currently have a freeze or fraud alert on your credit report?", + "Yes, a security freeze.", + "In this case, you can still open an account, but you will need to temporary lift the freeze. You can do this by contacting your identity services provider and requesting them to to temporary lift it for you.", + "Can my wife open the account for me?", + "No. Only you are authorized to create and use your personal account. This is a security measure that we take to protect your personal information.", + "Do you need more information about this security measure?", + "Yes, I'd like to know more.", + "We only allow you to create and use the account for your own use because it protects you from fraudulent activity.", + "Once I request a temporary life of my credit freeze, what happens then?", + "The freeze will be reinstated by your identity services provider after the temporary lift expires.", + "What if I don't want to do a temporary lift?", + "IIn this case, you can still open an account by visiting your local Social Security office." + ] + }, + { + "input": "['what personal information will I need to provide?', 'no you can visit your local Social Security office to open an account in person', 'yes read the Federal Trade Commission s Credit Freeze FAQs ', 'Do I have to do it online?', 'can i get more informarion on it?', ' you ll be askedto Verify your identity by providing personal information about yourself and answering questions thatonly you are likely to know .', 'yes', ' If you have a security freeze , fraud alert , or both on your credit report ,you can still open a my Social Security account by temporarily lifting it', 'Do you have a security freeze or fraud alert on your credit report?', 'ok great! you can still open a my Social Security account by temporarily lifting it', 'Will I be asked for identitiy?', 'you will be asked to Create a username and password you ll use to access your online account .', 'can I still open a social security account?', 'Do you have a security freeze or fraud alert on your credit report?']", + "output": [ + "Do you have a security freeze or fraud alert on your credit report?", + "Do you have a security freeze or fraud alert on your credit report?", + "yes", + "ok great! you can still open a my Social Security account by temporarily lifting it", + "can I still open a social security account?", + " If you have a security freeze , fraud alert , or both on your credit report ,you can still open a my Social Security account by temporarily lifting it", + "Will I be asked for identitiy?", + "you will be asked to Create a username and password you ll use to access your online account .", + "can i get more informarion on it?", + "yes read the Federal Trade Commission s Credit Freeze FAQs ", + "what personal information will I need to provide?", + " you ll be askedto Verify your identity by providing personal information about yourself and answering questions thatonly you are likely to know .", + "Do I have to do it online?", + "no you can visit your local Social Security office to open an account in person" + ] + }, + { + "input": "['Can other people use my social security account?', 'ok thanks', 'ho can I get more info on fraud alerts?', 'Contact our Identity Services Provider and request that they temporarily lift your security freeze orfraud alert', 'what if I do not want a temp lift?', 'you can still open a my Social Security account by temporarily lifting it .', 'no', 'what does someone do if they have a freeze or fraud alert on my credit report?', 'you can visit your local Social Security office to open an account in person', 'No it is for your use only.', 'read the Federal Trade Commission s Credit Freeze FAQs .', 'Do you know why that is?']", + "output": [ + "what does someone do if they have a freeze or fraud alert on my credit report?", + "you can still open a my Social Security account by temporarily lifting it .", + "ok thanks", + "Contact our Identity Services Provider and request that they temporarily lift your security freeze orfraud alert", + "Can other people use my social security account?", + "No it is for your use only.", + "Do you know why that is?", + "no", + "what if I do not want a temp lift?", + "you can visit your local Social Security office to open an account in person", + "ho can I get more info on fraud alerts?", + "read the Federal Trade Commission s Credit Freeze FAQs ." + ] + }, + { + "input": "[\"she's 63\", 'Can we make an appointment to get help with the SSI application?', \"can we just do it online if we can't go in?\", 'The Supplemental Security Income program pays benefits to disabled adults and children who have limited income and resources.', 'no she was married', 'Has she never been married?', 'I need SSI benefits information', 'The TTY number is 1-800-325-0778', 'Is the person that wants to file for SSI between the ages of 18 and 65?', 'She does not meet the requirements to file for SSI online.', 'Yes, the number is 1-800-772-1213, and they will help a person age 65 and older.', \"she's hard of hearing so is that also the TTY number?\", 'You can schedule an appointment with a local Social Security office to file an application. Call 1-800-772-1213 from 7 a.m. to 7 p.m. Monday through Friday.', 'is there a number where I can get help with the process for an older person that will need more help?']", + "output": [ + "I need SSI benefits information", + "The Supplemental Security Income program pays benefits to disabled adults and children who have limited income and resources.", + "is there a number where I can get help with the process for an older person that will need more help?", + "Yes, the number is 1-800-772-1213, and they will help a person age 65 and older.", + "she's hard of hearing so is that also the TTY number?", + "The TTY number is 1-800-325-0778", + "Can we make an appointment to get help with the SSI application?", + "You can schedule an appointment with a local Social Security office to file an application. Call 1-800-772-1213 from 7 a.m. to 7 p.m. Monday through Friday.", + "can we just do it online if we can't go in?", + "Is the person that wants to file for SSI between the ages of 18 and 65?", + "she's 63", + "Has she never been married?", + "no she was married", + "She does not meet the requirements to file for SSI online." + ] + }, + { + "input": "['Is there an online application for children with disability?', \"At this time Social Security does not have an online application for Children's benefits; but you can always visit Apply For Disability Benefits Under Age 18 to apply for you child.\", 'No, I am married now.', 'You could call 1-800-325-0778.', 'Supplemental Security Income or SSI is a program for disabled adults and children who have limited income and resources.', 'Can you tell me a little bit about Supplemental Security Income benefits?', 'Yes, I am between the ages of 18 and 65.', 'Is there a number I could call because I am hard of hearing?', 'Is the adult between the ages of 18 and 65?', 'Have you never been married?', 'Then you cannot file for SSI online.', 'How would I be eligible to file online for SSI?']", + "output": [ + "Can you tell me a little bit about Supplemental Security Income benefits?", + "Supplemental Security Income or SSI is a program for disabled adults and children who have limited income and resources.", + "Is there a number I could call because I am hard of hearing?", + "You could call 1-800-325-0778.", + "Is there an online application for children with disability?", + "At this time Social Security does not have an online application for Children's benefits; but you can always visit Apply For Disability Benefits Under Age 18 to apply for you child.", + "How would I be eligible to file online for SSI?", + "Is the adult between the ages of 18 and 65?", + "Yes, I am between the ages of 18 and 65.", + "Have you never been married?", + "No, I am married now.", + "Then you cannot file for SSI online." + ] + }, + { + "input": "[\"That's great. You know that our mission is to deliver Social Security services that meet the changing need of the public.\", \"Very well. You may be eligible for a benefit based on a former spouse's work if that marriage lasted 10 years or more.\", 'Have your spouse or ex-spouse died?', 'Oh yeah, some of them are eligible for that, as i am.', \"Oh, well, i suppose a little compensation isn't bad at all, huh?..Is there any requirements for that? Because i'm 64 and well i haven't married again.\", \"Hi there, how is it going?. Look, i was told the other day to search information about possible benefits that may be due for me and my family, could you tell me if that's true?\", 'Umm, that would be nice, i think. Is so much information, what can i do if a need more? Can i contact you?', 'Are you or any member of your family, receiving Social Security or Supplemental Security Income?', 'Sure, no problem. But first, let me ask you, Are you or any member of your family eligible for some benefits?', \"I'm sorry for your loss. However, for that happening, you may become eligible for a higher Social Security benefit.\", 'Yeah, mi ex-spouse, some months ago.', \"Sure. You can always use our website, which is a valuable resource for information about all Social Security's programs. There you can do a lot of things.\", 'No, currently no one is receiving any of those.']", + "output": [ + "Hi there, how is it going?. Look, i was told the other day to search information about possible benefits that may be due for me and my family, could you tell me if that's true?", + "Sure, no problem. But first, let me ask you, Are you or any member of your family eligible for some benefits?", + "Oh yeah, some of them are eligible for that, as i am.", + "That's great. You know that our mission is to deliver Social Security services that meet the changing need of the public.", + "Are you or any member of your family, receiving Social Security or Supplemental Security Income?", + "No, currently no one is receiving any of those.", + "Have your spouse or ex-spouse died?", + "Yeah, mi ex-spouse, some months ago.", + "I'm sorry for your loss. However, for that happening, you may become eligible for a higher Social Security benefit.", + "Oh, well, i suppose a little compensation isn't bad at all, huh?..Is there any requirements for that? Because i'm 64 and well i haven't married again.", + "Very well. You may be eligible for a benefit based on a former spouse's work if that marriage lasted 10 years or more.", + "Umm, that would be nice, i think. Is so much information, what can i do if a need more? Can i contact you?", + "Sure. You can always use our website, which is a valuable resource for information about all Social Security's programs. There you can do a lot of things." + ] + }, + { + "input": "['In that case, if you work you still can receive the monthly social security benefits, no matter how much you earn.', 'Hello, what increased benefits could my family and I get?', 'You want to know if you or your family are eligible for increased benefits?', \"Social Security's mission is to deliver services that meet the changing needs of the public.\", 'Yes, our TTY number is 1-800-325-0778', 'How would it be for those that are over 62 years old and unmarried?', \"Yes, that's correct.\", 'And for those at full retirement age?', 'It depends, there are certain life changes that may affect your eligibility for increased federal benefits. For example, if your spouse or ex-spouse dies, you may become eligible for a higher social security benefit.', 'Is there a TTY number for deaf people?', 'In my case, I receive SSI, how could that affect my eligibility?.', \"You could be eligible based on an ex-spouse's work if that marriage lasted for at least 10 years.\"]", + "output": [ + "Hello, what increased benefits could my family and I get?", + "You want to know if you or your family are eligible for increased benefits?", + "Yes, that's correct.", + "Social Security's mission is to deliver services that meet the changing needs of the public.", + "In my case, I receive SSI, how could that affect my eligibility?.", + "It depends, there are certain life changes that may affect your eligibility for increased federal benefits. For example, if your spouse or ex-spouse dies, you may become eligible for a higher social security benefit.", + "How would it be for those that are over 62 years old and unmarried?", + "You could be eligible based on an ex-spouse's work if that marriage lasted for at least 10 years.", + "Is there a TTY number for deaf people?", + "Yes, our TTY number is 1-800-325-0778", + "And for those at full retirement age?", + "In that case, if you work you still can receive the monthly social security benefits, no matter how much you earn." + ] + }, + { + "input": "['It may sound a little morbid but think is great to know that you can get that kind of benefit. Ok, another question, Is there further options to contact you, besides your website?', \"Oh, that sounds interesting. Let me look this again. What you are saying is that if i'm already receiving a benefit based on my current spouse, i still able to be eligible for another benefit, is that correct?\", \"Hi, i'm being curious about what benefits may I be due. Could you help me with that?\", 'In that, case, would you like to get some related information?', \"No, i don't think so, thanks\", 'Yes. As said before, you can be eligible for that extra benefit if happens you have this ex-spouse.', 'Are you or any of your family members on a eligible status for benefits?', 'Yes, there is. That would be our toll free number at 1-800-772-1213. There you can reach to us, with total confidentiality.', \"Well, yes. If you have suffered the loss of your spouse or ex-spouse, you could be eligible for a higher survivor benefit based on the work of your spouse. In regard of your ex-spouse, the may allow you to be eligible for a higher survivor benefit even if you're already receiving a benefit on another spouse.\", 'say, i heard that there are benefits for people which lost their spouse or even their ex-spouse, is that true?', 'No, nor me o any of my family members.']", + "output": [ + "Hi, i'm being curious about what benefits may I be due. Could you help me with that?", + "Are you or any of your family members on a eligible status for benefits?", + "No, nor me o any of my family members.", + "In that, case, would you like to get some related information?", + "No, i don't think so, thanks", + "say, i heard that there are benefits for people which lost their spouse or even their ex-spouse, is that true?", + "Well, yes. If you have suffered the loss of your spouse or ex-spouse, you could be eligible for a higher survivor benefit based on the work of your spouse. In regard of your ex-spouse, the may allow you to be eligible for a higher survivor benefit even if you're already receiving a benefit on another spouse.", + "Oh, that sounds interesting. Let me look this again. What you are saying is that if i'm already receiving a benefit based on my current spouse, i still able to be eligible for another benefit, is that correct?", + "Yes. As said before, you can be eligible for that extra benefit if happens you have this ex-spouse.", + "It may sound a little morbid but think is great to know that you can get that kind of benefit. Ok, another question, Is there further options to contact you, besides your website?", + "Yes, there is. That would be our toll free number at 1-800-772-1213. There you can reach to us, with total confidentiality." + ] + }, + { + "input": "['No, neither.', \"Social Security's mission is to deliver services that meet the changing needs of the public.\", 'Yes, my ex-wife died some time ago.', 'Then you may become eligible for a higher Social Security benefit.', 'Do you want to know if you are eligible for increased benefits?', \"and what if I'm already receiving a survivor benefit from based on my dead wife's work?\", 'Has your spouse or ex-spouse died?', 'What extra benefits can I get?', 'Yes.', 'Do you receive Social Security or SSI?', \"You can check the information about benefits on the Social Security website. There's also the Benefit Eligibility Screening Tool (BEST) that you can use to find out if you or your family can get benefits that Social Security administers.\", \"How can I find out if any of my family members are eligible for benefits based on another person's work?\", 'If your ex-spouse benefits are higher, you are eligible to receive a higher benefit.']", + "output": [ + "What extra benefits can I get?", + "Do you want to know if you are eligible for increased benefits?", + "Yes.", + "Social Security's mission is to deliver services that meet the changing needs of the public.", + "Do you receive Social Security or SSI?", + "No, neither.", + "Has your spouse or ex-spouse died?", + "Yes, my ex-wife died some time ago.", + "Then you may become eligible for a higher Social Security benefit.", + "How can I find out if any of my family members are eligible for benefits based on another person's work?", + "You can check the information about benefits on the Social Security website. There's also the Benefit Eligibility Screening Tool (BEST) that you can use to find out if you or your family can get benefits that Social Security administers.", + "and what if I'm already receiving a survivor benefit from based on my dead wife's work?", + "If your ex-spouse benefits are higher, you are eligible to receive a higher benefit." + ] + }, + { + "input": "['you may be eligible for a higher survivor benefit based on his or her work ', 'certain life changes may affect eligibility for an increase in your federal benefits . For example , if your spouse or ex - spouse dies', 'If you served in the U.S. military , you may be eligible for benefits through the Veterans Administration', 'ok yes', 'Our mission is to deliver Social Security services that meet the changing needs of the public ', 'who is eligible?', 'oh that is not the case with me', 'You, or Your Family Members, May Be Eligible for Increased Benefits', 'Not applicable to me, no', 'Does anyone in your family get SSI', 'What if I served in the military?', 'will i get higher pay if they die?']", + "output": [ + "who is eligible?", + "You, or Your Family Members, May Be Eligible for Increased Benefits", + "ok yes", + "Our mission is to deliver Social Security services that meet the changing needs of the public ", + "Does anyone in your family get SSI", + "Not applicable to me, no", + "certain life changes may affect eligibility for an increase in your federal benefits . For example , if your spouse or ex - spouse dies", + "oh that is not the case with me", + "will i get higher pay if they die?", + "you may be eligible for a higher survivor benefit based on his or her work ", + "What if I served in the military?", + "If you served in the U.S. military , you may be eligible for benefits through the Veterans Administration" + ] + }, + { + "input": "['Do you have family members who are children?', 'even if I get SSI?', 'I get higher if my spouse died?', 'what other information do you have/', ' if your spouse or ex - spouse dies ,you may become eligible for a higher Social Security benefit .', 'you may be eligible for a higher disability benefit based on your own work ', 'The death of an ex - spouse may allow you to be eligible for a higher survivor benefit even if you are already receiving a survivor benefit on another spouse', 'certain life changes may affect eligibility for an increase in your federal benefits For example , if your spouse or ex - spouse dies , [ you may become eligible for a higher Social Security benefit .s\\n', 'what if I get divorced?', 'who in my family can get benefits', 'what if my parents worked?', ' Retirement Planner']", + "output": [ + "who in my family can get benefits", + "Do you have family members who are children?", + "what if I get divorced?", + " if your spouse or ex - spouse dies ,you may become eligible for a higher Social Security benefit .", + "even if I get SSI?", + "certain life changes may affect eligibility for an increase in your federal benefits For example , if your spouse or ex - spouse dies , [ you may become eligible for a higher Social Security benefit .s\n", + "what if my parents worked?", + "you may be eligible for a higher disability benefit based on your own work ", + "what other information do you have/", + " Retirement Planner", + "I get higher if my spouse died?", + "The death of an ex - spouse may allow you to be eligible for a higher survivor benefit even if you are already receiving a survivor benefit on another spouse" + ] + }, + { + "input": "['How do I find out what benefits I qualify for?', \"I'm asking for me, not a family member.\", 'That will depend on many factors. Since you have worked, you may be eligible to receive a higher disability benefit.', 'Would you also be interested in information on related topics like our retirement or disability planner?', 'Are you asking about benefits for yourself or a family member?', \"Yes, those who are receiving benefits based on their parent's work, but have also worked themselves like you have could qualify you for a higher disability amount.\", \"There is a Benefit Eligibility Screening Tool on our website that will help you find out if you're eligible for benefits. \", 'How do I know if I qualify for benefits?', 'No, thank you. I just want to know about what benefits I qualify for.', \"I worked, but am no longer able to do so. How do I find out if I'm eligible for disability benefits?\", 'A higher disability benefit?']", + "output": [ + "How do I find out what benefits I qualify for?", + "Are you asking about benefits for yourself or a family member?", + "I'm asking for me, not a family member.", + "Would you also be interested in information on related topics like our retirement or disability planner?", + "No, thank you. I just want to know about what benefits I qualify for.", + "I worked, but am no longer able to do so. How do I find out if I'm eligible for disability benefits?", + "That will depend on many factors. Since you have worked, you may be eligible to receive a higher disability benefit.", + "A higher disability benefit?", + "Yes, those who are receiving benefits based on their parent's work, but have also worked themselves like you have could qualify you for a higher disability amount.", + "How do I know if I qualify for benefits?", + "There is a Benefit Eligibility Screening Tool on our website that will help you find out if you're eligible for benefits. " + ] + }, + { + "input": "[\"good to know , and do you guys have a number I could call if I can't get online?\", 'yes that would help. I need more information about benefits', 'and I have another question. can I get benefits because of my ex wife?', 'and which is more private if I want to do it that way, like if I call will it be private?', 'Yes, you can call us toll - free at 1 - 800 - 772 - 1213 .', \"Okay, we have the following; Retirement Planner, Disability Planner, and a Survivors ' Planner\", 'I want to know what kind of benefits I may be able to get', 'Would you like some related information about benefits so you can read more about it on your own time?', 'We treat all calls confidentially .', 'would you like to know if you or your family are eligible for increased benefits?', \"To find out if you might be eligible for a benefit based on another person's work you can view the information about benefits on the Social Security website .You can also use the Benefit Eligibility Screening Tool BEST to find out if you could get benefits that Social Security administers. BEST will take your answers and inform you of what benefits you may be eligible for.\", \"You may may be eligible for a benefit based on a former spouse's work if that marriage lasted 10 years or more .\", \"and I want to find out more about being eligible for benefits because of someone else's contributions, so is there something I can look at for that?\", 'no ']", + "output": [ + "I want to know what kind of benefits I may be able to get", + "would you like to know if you or your family are eligible for increased benefits?", + "no ", + "Would you like some related information about benefits so you can read more about it on your own time?", + "yes that would help. I need more information about benefits", + "Okay, we have the following; Retirement Planner, Disability Planner, and a Survivors ' Planner", + "and I have another question. can I get benefits because of my ex wife?", + "You may may be eligible for a benefit based on a former spouse's work if that marriage lasted 10 years or more .", + "good to know , and do you guys have a number I could call if I can't get online?", + "Yes, you can call us toll - free at 1 - 800 - 772 - 1213 .", + "and I want to find out more about being eligible for benefits because of someone else's contributions, so is there something I can look at for that?", + "To find out if you might be eligible for a benefit based on another person's work you can view the information about benefits on the Social Security website .You can also use the Benefit Eligibility Screening Tool BEST to find out if you could get benefits that Social Security administers. BEST will take your answers and inform you of what benefits you may be eligible for.", + "and which is more private if I want to do it that way, like if I call will it be private?", + "We treat all calls confidentially ." + ] + }, + { + "input": "[\"Hi, good afternoon. I'm interested into knowing what benefits may be due for me.\", 'In fact, you can. If that scenario happens, you may be eligible for a higher survivor benefit based on her work. In case the deceased person is your ex-spouse, you may be eligible for a higher benefit even of you are already receiving a survivor benefit on another spouse.', 'No problem. I have to ask, are you or any member of your family in a qualifying state for benefits?', 'No, not right now, just asking about the topic.', \"That's correct. They key on this type of benefits is the most up to date information. As such, there are certain life events that you are required to report to us. For a complete list, see reference publications.\", \"You can use our toll free number at 1-800-772-1213. There you'll have total confidentiality.\", \"O.k, i'll take a look to that. Now, this number you said before, you said is toll free, right?\", 'O.K. in that case, do you want me to refer some sources for further information?', \"Um, i see. Say, with this kind of benefits, i suppose there's a need to report changes our lives, are we?\", \"No, it's not necessary right now.\", 'Although, in that regard, what can i use to get more information? Something like this?', \"That's correct, no charge for use them.\", \"Look, this may be a morbid question but, in the case my spouse, or ex-spouse, because i'm divorced, dies, Do i may be eligible for some benefit from you?\"]", + "output": [ + "Hi, good afternoon. I'm interested into knowing what benefits may be due for me.", + "No problem. I have to ask, are you or any member of your family in a qualifying state for benefits?", + "No, not right now, just asking about the topic.", + "O.K. in that case, do you want me to refer some sources for further information?", + "No, it's not necessary right now.", + "Although, in that regard, what can i use to get more information? Something like this?", + "You can use our toll free number at 1-800-772-1213. There you'll have total confidentiality.", + "Look, this may be a morbid question but, in the case my spouse, or ex-spouse, because i'm divorced, dies, Do i may be eligible for some benefit from you?", + "In fact, you can. If that scenario happens, you may be eligible for a higher survivor benefit based on her work. In case the deceased person is your ex-spouse, you may be eligible for a higher benefit even of you are already receiving a survivor benefit on another spouse.", + "Um, i see. Say, with this kind of benefits, i suppose there's a need to report changes our lives, are we?", + "That's correct. They key on this type of benefits is the most up to date information. As such, there are certain life events that you are required to report to us. For a complete list, see reference publications.", + "O.k, i'll take a look to that. Now, this number you said before, you said is toll free, right?", + "That's correct, no charge for use them." + ] + }, + { + "input": "['Do you get benefits now?', 'What if I am deaf?', 'ok ', \" Our website is a valuable resource for information about all of Social Security 's programs\", 'how do I see how much i can get?', 'Our mission is to deliver Social Security services that meet the changing needs of the public ', 'What benefits do i get?', 'How do i contact social security?', 'yes', 'see the information about benefits on the Social Security website', 'If you , or a family member , receive Social Security or Supplemental Security Income SSI certain life changes may affect eligibility for an increase in your federal benefits . ', 'Do you receive SSI?', ' you may call our TTY number , 1 - 800 - 325 - 0778 ']", + "output": [ + "What benefits do i get?", + "Do you receive SSI?", + "yes", + "Our mission is to deliver Social Security services that meet the changing needs of the public ", + "Do you get benefits now?", + "If you , or a family member , receive Social Security or Supplemental Security Income SSI certain life changes may affect eligibility for an increase in your federal benefits . ", + "ok ", + "How do i contact social security?", + " Our website is a valuable resource for information about all of Social Security 's programs", + "What if I am deaf?", + " you may call our TTY number , 1 - 800 - 325 - 0778 ", + "how do I see how much i can get?", + "see the information about benefits on the Social Security website" + ] + }, + { + "input": "['yes', 'how do I set up direct deposit?', 'I still have questions where can I find more info?', 'are you deaf or hard hearing?', 'If you have questions or need help understanding how to set up or change direct deposit online', 'what if you applied for benefitsbefore that date and did not sign up for electronic payments at that time', 'no\\n', 'No I have not', 'You are asking how to set up direct deposit correct?', 'you have not set up direct deposit yet?', ' we strongly urge you to do sonow ', 'ok thanks', 'call our toll - free TTY number , 1 - 800 - 325 - 0778 , between7 a.m. and 7 p.m. Monday through Friday .']", + "output": [ + "how do I set up direct deposit?", + "You are asking how to set up direct deposit correct?", + "no\n", + "what if you applied for benefitsbefore that date and did not sign up for electronic payments at that time", + " we strongly urge you to do sonow ", + "you have not set up direct deposit yet?", + "No I have not", + "I still have questions where can I find more info?", + "If you have questions or need help understanding how to set up or change direct deposit online", + "ok thanks", + "are you deaf or hard hearing?", + "yes", + "call our toll - free TTY number , 1 - 800 - 325 - 0778 , between7 a.m. and 7 p.m. Monday through Friday ." + ] + }, + { + "input": "['What if a person has a security freeze on their credit report?', 'No it can only be used by you', 'can I share my account with someone?', 'If you have a security freeze , fraud alert , or both on your credit repor', 'does that apply to you', 'how do I create an account?', 'Can I get more security alerts?', ' the Identity Services Provider mayautomatically reinstate it after your temporary lift expires', 'To create a my Social Security account , [3] you ll be askedto :s\\n Verify your identity by providing personal information about yourself and answering questions thatonly you are likely to know', 'For more information on security freezes and fraud alerts , [18] read the Federal Trade Commission s Credit Freeze FAQs .', 'yes', 'who reinstates it?']", + "output": [ + "What if a person has a security freeze on their credit report?", + "does that apply to you", + "yes", + "If you have a security freeze , fraud alert , or both on your credit repor", + "who reinstates it?", + " the Identity Services Provider mayautomatically reinstate it after your temporary lift expires", + "Can I get more security alerts?", + "For more information on security freezes and fraud alerts , [18] read the Federal Trade Commission s Credit Freeze FAQs .", + "can I share my account with someone?", + "No it can only be used by you", + "how do I create an account?", + "To create a my Social Security account , [3] you ll be askedto :s\n Verify your identity by providing personal information about yourself and answering questions thatonly you are likely to know" + ] + }, + { + "input": "[\"Correct. You'll have to verify your identity by providing personal information about yourself and answering questions that only you are likely to know.\", 'Yes, you can create a my Social Security account online after lifting the security freeze or fraud alert.', 'In that case you can still open a my Social Security account by temporarily lifting it. Contact our Identity Services Provider and request that they temporarily lift your security freeze or fraud alert. Create a my Social Security account online after lifting the security freeze or fraud alert.', 'Yes, it is safe. You are the only one who can create your personal my Social Security account for your own exclusive use.', 'And I can create such an account after lifting my security freeze, right?', \"Yes, you'll be asked to verify your identity by providing personal information about yourself and answering questions that only you are likely to know.\", 'Hello. Can you tell me if I have a security freeze on my credit report?', 'Ah, ok. I probably have to verify my identity then?', 'That pretty much answers my question, thank you. And then I can create an account, right? What if someone else already opened an account in my stead?', 'Is that safe?', \"Yes, I do. Let's say I have reason to believe so.\", 'And then I verify my identity and such, correct?', 'Of course. Do you suspect that you have a security freeze, fraud alert, or both on your credit report then?', 'Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment. You are the only one who can create your personal my Social Security account for your own exclusive use. No one can create or use an account on your behalf, even with written permission.']", + "output": [ + "Hello. Can you tell me if I have a security freeze on my credit report?", + "Of course. Do you suspect that you have a security freeze, fraud alert, or both on your credit report then?", + "Yes, I do. Let's say I have reason to believe so.", + "In that case you can still open a my Social Security account by temporarily lifting it. Contact our Identity Services Provider and request that they temporarily lift your security freeze or fraud alert. Create a my Social Security account online after lifting the security freeze or fraud alert.", + "That pretty much answers my question, thank you. And then I can create an account, right? What if someone else already opened an account in my stead?", + "Social Security is dedicated to protecting the information and resources entrusted to us , including your personal information and investment. You are the only one who can create your personal my Social Security account for your own exclusive use. No one can create or use an account on your behalf, even with written permission.", + "Ah, ok. I probably have to verify my identity then?", + "Yes, you'll be asked to verify your identity by providing personal information about yourself and answering questions that only you are likely to know.", + "Is that safe?", + "Yes, it is safe. You are the only one who can create your personal my Social Security account for your own exclusive use.", + "And I can create such an account after lifting my security freeze, right?", + "Yes, you can create a my Social Security account online after lifting the security freeze or fraud alert.", + "And then I verify my identity and such, correct?", + "Correct. You'll have to verify your identity by providing personal information about yourself and answering questions that only you are likely to know." + ] + }, + { + "input": "['Do you still have questions?', 'I need to set up direct deposit for my benefit payment', 'Are you familiar with direct deposit?', 'No', 'How do I do this without access to a computer to set up an account?', 'No', 'Sign in and Select the blue Benefits & Payment Details link on the right side of the screen .', 'NO', 'No', 'Can you access our online services?', 'Do you have a free my SS account ti read about additional information related to this service?', 'How do I set up direct deposit without an account?', 'Read how to Set Up or Change Direct Deposit of Benefit Payment Online']", + "output": [ + "I need to set up direct deposit for my benefit payment", + "Can you access our online services?", + "No", + "Are you familiar with direct deposit?", + "No", + "Do you have a free my SS account ti read about additional information related to this service?", + "NO", + "Do you still have questions?", + "No", + "How do I set up direct deposit without an account?", + "Read how to Set Up or Change Direct Deposit of Benefit Payment Online", + "How do I do this without access to a computer to set up an account?", + "Sign in and Select the blue Benefits & Payment Details link on the right side of the screen ." + ] + }, + { + "input": "['Have you already reached full retirement age?', \"We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between \", 'yes', 'you can choose to start receiving benefits before the month you apply but we can not pay retroactive benefits for any month before you reached full retirement age or more than 6 months in the past', 'Is there additional information for other things to consider?', 'Is there a benefit increase after 70', 'when is the best time to start reitirement benefits?', 'Can you tell me about increase for delayed retirement?', 'Can i have information for early or late retirement please', 'read Retirement Information for Medicare Beneficiaries', 'read to Consider and Other Things', 'he benefit increase no longer applies when you reach age 70 , even if you continue to delay taking benefits']", + "output": [ + "Can you tell me about increase for delayed retirement?", + "Have you already reached full retirement age?", + "yes", + "you can choose to start receiving benefits before the month you apply but we can not pay retroactive benefits for any month before you reached full retirement age or more than 6 months in the past", + "when is the best time to start reitirement benefits?", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between ", + "Can i have information for early or late retirement please", + "read Retirement Information for Medicare Beneficiaries", + "Is there additional information for other things to consider?", + "read to Consider and Other Things", + "Is there a benefit increase after 70", + "he benefit increase no longer applies when you reach age 70 , even if you continue to delay taking benefits" + ] + }, + { + "input": "['consider reading Retirement Information for Medicare Beneficiaries', \"We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between .\", 'Where can I read on that some more?', 'what other addition information is there?', 'When do I start receiving benefits?', 'Is there any additional information for delayed retirement credits?', 'You can read about increase for delayed retirement', 'ou can choose to start receiving benefits before the month you apply', 'read Retirement Information for Medicare Beneficiaries', \"yes read What 's the best time to start your retirement benefits ?\", 'What about infromation for medicare beneficiaries?', 'What about early or late retirement?']", + "output": [ + "Is there any additional information for delayed retirement credits?", + "yes read What 's the best time to start your retirement benefits ?", + "what other addition information is there?", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between .", + "Where can I read on that some more?", + "You can read about increase for delayed retirement", + "What about early or late retirement?", + "consider reading Retirement Information for Medicare Beneficiaries", + "When do I start receiving benefits?", + "ou can choose to start receiving benefits before the month you apply", + "What about infromation for medicare beneficiaries?", + "read Retirement Information for Medicare Beneficiaries" + ] + }, + { + "input": "['read Retirement Information for Medicare Beneficiaries', 'n some circumstances your Medicare coverage may be delayed and cost more .', 'Have you reached full retirement age?', \"What's the best time to start retirement benefits?\", 'What if I have not signed up?', \"We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between\", 'Is there additional information about early or late retirement?', ' you can choose to start receiving benefits before the month you apply .', 'Is there an increase for delayed retirement?', 'yes n some circumstances your Medicare coverage may be delayed and cost more .', \"So if I don't sign up medicare coverage may be delayed?\", 'yes']", + "output": [ + "Is there an increase for delayed retirement?", + "Have you reached full retirement age?", + "yes", + " you can choose to start receiving benefits before the month you apply .", + "What if I have not signed up?", + "n some circumstances your Medicare coverage may be delayed and cost more .", + "Is there additional information about early or late retirement?", + "read Retirement Information for Medicare Beneficiaries", + "So if I don't sign up medicare coverage may be delayed?", + "yes n some circumstances your Medicare coverage may be delayed and cost more .", + "What's the best time to start retirement benefits?", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between" + ] + }, + { + "input": "['I am thinking of delaying my retirement benefits but I have a few questions about it before I decision, can you help me please?', 'You should sign up for Medicare at age 65.\\n', 'Have you already reached full retirement age?', 'No I have not but will in six months time.', 'Do you need information about when it is the best time to start your retirement benefits?', 'I need additional information about when to start my retirement benefits, can you supply this info for me?', 'Yes I am not certain if it is best to start with early retirement or wait a while and start retirement at a later date.', 'At what age should I sign up for Medicare?', 'Are you needing information about early or late retirement?', 'I can supply you with retirement information for Medicare Beneficiaries which will help you decide what is best for you.', 'No I don;t need info about that.']", + "output": [ + "I am thinking of delaying my retirement benefits but I have a few questions about it before I decision, can you help me please?", + "Have you already reached full retirement age?", + "No I have not but will in six months time.", + "I need additional information about when to start my retirement benefits, can you supply this info for me?", + "Do you need information about when it is the best time to start your retirement benefits?", + "No I don;t need info about that.", + "Are you needing information about early or late retirement?", + "Yes I am not certain if it is best to start with early retirement or wait a while and start retirement at a later date.", + "I can supply you with retirement information for Medicare Beneficiaries which will help you decide what is best for you.", + "At what age should I sign up for Medicare?", + "You should sign up for Medicare at age 65.\n" + ] + }, + { + "input": "['You can, but be sure to sign up for just Medicare at age 65.', 'You can get more information to help you decide by reading the sections Early or Late Retirement, Retirement Information for Medicare Beneficiaries, to Consider and Other things.', 'We do not recommend starting at age 62, your full retirement age, age 70, or any age in between.', 'Tell me about the increase for delayed retirement.', 'You can choose to start receiving the benefits from the month before you apply.', 'What would be the best time to start receiving my retirement benefits?', 'Have you already reached full retirement age?', 'when would I start receiving benefits after reaching full retirement age?', 'How could I decide?', 'Can I decide to delay my retirement?', 'Not yet.']", + "output": [ + "Tell me about the increase for delayed retirement.", + "Have you already reached full retirement age?", + "Not yet.", + "Can I decide to delay my retirement?", + "You can, but be sure to sign up for just Medicare at age 65.", + "when would I start receiving benefits after reaching full retirement age?", + "You can choose to start receiving the benefits from the month before you apply.", + "What would be the best time to start receiving my retirement benefits?", + "We do not recommend starting at age 62, your full retirement age, age 70, or any age in between.", + "How could I decide?", + "You can get more information to help you decide by reading the sections Early or Late Retirement, Retirement Information for Medicare Beneficiaries, to Consider and Other things." + ] + }, + { + "input": "['I can give you additional information but could be give me your age please?', 'Are there any benefits to delaying my retirement until I am 70?', \"We don't make recommendations as to when would be the best time for you to start retirement benefits, however, you can start benefits at age 62 or your full retirement age of 70 or any age in between.\", 'Additional information can be found in the page titled Retirement Information for Medicare Beneficiaries.', 'Yes you can, however we can not pay retroactive benefits for any month before you reach full retirement age or more than 6 months in the past.', 'I need help deciding what is best for me, could you supply me with additional information about early or late retirement?', 'I am age 60 and would like additional information about retirement benefits.', \"If you don't sign up in some circumstances your Medicare coverage may be delayed and cost more.\", \"I am trying to decide when I should apply for retirement benefits, I am not sure what's the best time to start. Can you please give me some additional information about this.\\n\", 'Is it possible to receive benefits before the month that I apply for them?', \"What will happen if I don't sign up for Medicare coverage?\", 'Social Security retirement benefits are increased by a certain percentage depending on your date of birth if you delay your retirement beyond full retirement age. This benefit increase no longer applies when you reach age 70.']", + "output": [ + "I am trying to decide when I should apply for retirement benefits, I am not sure what's the best time to start. Can you please give me some additional information about this.\n", + "I can give you additional information but could be give me your age please?", + "I am age 60 and would like additional information about retirement benefits.", + "We don't make recommendations as to when would be the best time for you to start retirement benefits, however, you can start benefits at age 62 or your full retirement age of 70 or any age in between.", + "I need help deciding what is best for me, could you supply me with additional information about early or late retirement?", + "Additional information can be found in the page titled Retirement Information for Medicare Beneficiaries.", + "Are there any benefits to delaying my retirement until I am 70?", + "Social Security retirement benefits are increased by a certain percentage depending on your date of birth if you delay your retirement beyond full retirement age. This benefit increase no longer applies when you reach age 70.", + "Is it possible to receive benefits before the month that I apply for them?", + "Yes you can, however we can not pay retroactive benefits for any month before you reach full retirement age or more than 6 months in the past.", + "What will happen if I don't sign up for Medicare coverage?", + "If you don't sign up in some circumstances your Medicare coverage may be delayed and cost more." + ] + }, + { + "input": "['Yes ', 'Social Security retirement benefits are increased by a certain percentage depending on date of birth if you delay your retirement beyond full retirement age', 'Are there any additional infor mation they need?', 'When can I start getting benefits', 'What are delayed retirement credits?', \"Thank you for your response. If you 've already reached full retirement age , [6] you can choose to start receiving benefits before the month you apply\", 'you can choose to start receiving benefits before the month you apply', 'Do they evr increase?', 'If you decide to delay your retirement , be sure to sign up for just Medicare at age 65 ', ' Early or Late Retirement ?\\n Retirement Information for Medicare Beneficiaries', 'Can I delaye my retirement', 'Have you reached retirement age?']", + "output": [ + "What are delayed retirement credits?", + "Have you reached retirement age?", + "Yes ", + "Thank you for your response. If you 've already reached full retirement age , [6] you can choose to start receiving benefits before the month you apply", + "When can I start getting benefits", + "you can choose to start receiving benefits before the month you apply", + "Do they evr increase?", + "Social Security retirement benefits are increased by a certain percentage depending on date of birth if you delay your retirement beyond full retirement age", + "Are there any additional infor mation they need?", + " Early or Late Retirement ?\n Retirement Information for Medicare Beneficiaries", + "Can I delaye my retirement", + "If you decide to delay your retirement , be sure to sign up for just Medicare at age 65 " + ] + }, + { + "input": "['Why would it cost more', \"Here 's some additional information that may help you decide what 's right for you :\", 'ok no thanks', 'is there a best time to start it?', 'Does it ever increase?', 'If you do not sign up , in some circumstances your Medicare coverage may be delayed and cost more ', 'can i start them early?', \" in some circumstances your Medicare coverage may be delayed and cost more .\\n Additional Informationr\\n What 's the best time to start your retirement benefits \", 'Why are they delayed?', 'yes you can, a month early', \"We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between .\"]", + "output": [ + "Why are they delayed?", + " in some circumstances your Medicare coverage may be delayed and cost more .\n Additional Informationr\n What 's the best time to start your retirement benefits ", + "is there a best time to start it?", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between .", + "ok no thanks", + "Does it ever increase?", + "Here 's some additional information that may help you decide what 's right for you :", + "can i start them early?", + "yes you can, a month early", + "Why would it cost more", + "If you do not sign up , in some circumstances your Medicare coverage may be delayed and cost more " + ] + }, + { + "input": "[' Social Security retirement benefits are increased by a certain percentage depending on date of birth if you delay your retirement beyond full retirement age ', 'Is there early or late retirement?', \"If you 've already reached full retirement age The benefit increase no longer applies when you reach age 70 , even if you continue to delay taking benefits .\", \"We 're not recommending that you start at age 62 , your full retirement age , age 70 \", 'When does the benefits increase?', 'What if I do not sign up?', 'ok thankyou, anything else?', 'Can payments be delayed?', 'ok yes that is me', \"Here 's some additional information that may help you decide what 's right for you :\", ' in some circumstances your Medicare coverage may be delayed and cost more ', 'is there a best age to get them?']", + "output": [ + "When does the benefits increase?", + "If you 've already reached full retirement age The benefit increase no longer applies when you reach age 70 , even if you continue to delay taking benefits .", + "ok yes that is me", + "ok thankyou, anything else?", + "is there a best age to get them?", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 ", + "Is there early or late retirement?", + "Here 's some additional information that may help you decide what 's right for you :", + "Can payments be delayed?", + " Social Security retirement benefits are increased by a certain percentage depending on date of birth if you delay your retirement beyond full retirement age ", + "What if I do not sign up?", + " in some circumstances your Medicare coverage may be delayed and cost more " + ] + }, + { + "input": "['is there any other information i need to know?', 'when can I choose to start benefits?', \"Here 's some additional information that may help you decide what 's right for you :\\n Early or Late Retirement ?\", 'The benefit increase no longer applies when you reach age 70 , even if you continue to delay taking benefits .', 'yes there is ', \"We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between .\", 'is 62 the best time to start them?', \"We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between \", 'oh ok thank you', 'you can choose to start receiving benefits before the month you apply', \" What 's the best time to start your retirement benefits\", 'what age does the benefit increase cut off?']", + "output": [ + "is there any other information i need to know?", + "yes there is ", + " What 's the best time to start your retirement benefits", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between .", + "oh ok thank you", + "Here 's some additional information that may help you decide what 's right for you :\n Early or Late Retirement ?", + "when can I choose to start benefits?", + "you can choose to start receiving benefits before the month you apply", + "is 62 the best time to start them?", + "We 're not recommending that you start at age 62 , your full retirement age , age 70 , or any age in between ", + "what age does the benefit increase cut off?", + "The benefit increase no longer applies when you reach age 70 , even if you continue to delay taking benefits ." + ] + }, + { + "input": "['It is important that you may be able to get additional income through supplemental income with certain life events', 'Do you have certain life changes that need to be reported?', 'Your spouse may be able to receive benefits if her needs have changed', 'No', 'You may be eligible for a higher disability benefit based on your own work ', 'How can I find out information on requirments for increase benefits?', 'How do I find out if my spouse elibible?', 'Yes certain life changes may affect eligibility for an increase in your federal benefits', 'What about eligibility based on my own work?', 'Yes ] Our mission is to deliver Social Security services that meet the changing needs of the public ', 'I need to know if my family members are eligible for increased benefits', 'I already receive SSI']", + "output": [ + "I need to know if my family members are eligible for increased benefits", + "Yes ] Our mission is to deliver Social Security services that meet the changing needs of the public ", + "I already receive SSI", + "Yes certain life changes may affect eligibility for an increase in your federal benefits", + "How do I find out if my spouse elibible?", + "Your spouse may be able to receive benefits if her needs have changed", + "Do you have certain life changes that need to be reported?", + "No", + "How can I find out information on requirments for increase benefits?", + "It is important that you may be able to get additional income through supplemental income with certain life events", + "What about eligibility based on my own work?", + "You may be eligible for a higher disability benefit based on your own work " + ] + }, + { + "input": "['No my child is not over 18 years old yet.', 'How will you decide I am disabled?', 'How can you determine if an adult child is disabled for SSDI?', 'If you cannot do other types of work then we will probably decide you are disabled.', 'Is there other related information I would need to know?', \"Is one of the conditions of getting disability that I can't do any other work?\", 'No, I am not working or making more than $1,220.', 'Does it matter if I work when applying for disability?', 'Yes, you might need to consider Apply for Disability Benefits Child Under Age 18 and Family Benefits.', 'Is your child older than 18 years old?', 'Yes, if you are unable to do any other type of work then you will be able to get disability.', 'Are you still working and your earnings are over $1,220 a month?']", + "output": [ + "Does it matter if I work when applying for disability?", + "Are you still working and your earnings are over $1,220 a month?", + "No, I am not working or making more than $1,220.", + "Is one of the conditions of getting disability that I can't do any other work?", + "Yes, if you are unable to do any other type of work then you will be able to get disability.", + "How will you decide I am disabled?", + "If you cannot do other types of work then we will probably decide you are disabled.", + "How can you determine if an adult child is disabled for SSDI?", + "Is your child older than 18 years old?", + "No my child is not over 18 years old yet.", + "Is there other related information I would need to know?", + "Yes, you might need to consider Apply for Disability Benefits Child Under Age 18 and Family Benefits." + ] + }, + { + "input": "['do you more information?', 'yes ', 'ok great! ', 'yeah i understand', 'when do benefits come?', \" When you 've earned $ 5,440 , you 've earned your four credits for the year .\\n The number of work credits you need to qualify for disability benefits depends on your age when you become disabled \", ' If you are receiving Social Security disability benefits when you reach full retirement age , your disability benefits automatically convert to retirement benefits , but the amount remains the same .', 'how do I qualify for social security?', 'ok great! ', 'ok thanks do I need to meet a disability?', 'did you have any other questions?', 'yes', ' How Much Work Do You Need?', 'Benefits usually continue until you are able to work again on a regular basis ']", + "output": [ + "how do I qualify for social security?", + " If you are receiving Social Security disability benefits when you reach full retirement age , your disability benefits automatically convert to retirement benefits , but the amount remains the same .", + "did you have any other questions?", + "yeah i understand", + "ok great! ", + " How Much Work Do You Need?", + " When you 've earned $ 5,440 , you 've earned your four credits for the year .\n The number of work credits you need to qualify for disability benefits depends on your age when you become disabled ", + "ok thanks do I need to meet a disability?", + "yes", + "do you more information?", + "yes ", + "ok great! ", + "when do benefits come?", + "Benefits usually continue until you are able to work again on a regular basis " + ] + }, + { + "input": "['your benefits are reduced a fraction of a percent for each month before your full retirement age, those numbers depend on other factors so I can\\'t give you a \"real number\" at the moment.', 'so how much do I lose if I start early? can you give me a real number?', 'Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits .', 'Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits .', 'if you delay your benefits until after full retirement age you may be eligible for delayed retirement credits that would increase your monthly benefit. but there may be other things to consider when making your decision about your retirement benefits ', \"so early I get less, late I may get more and at the time everyone retires or whatever it's called I get average or something like that, right?\", 'and what if I start later than I should start?', 'your benefits are reduced a fraction of a percent for each month before your full retirement age .', 'You can help me with benefits for retirement at my age', 'Would you like to know about retirement benefits according to your age?', 'yes, because I am not at the age when others say you should fully retire whatever that is', 'now I know, can you tell me what is different if I start benefits early?']", + "output": [ + "You can help me with benefits for retirement at my age", + "Would you like to know about retirement benefits according to your age?", + "yes, because I am not at the age when others say you should fully retire whatever that is", + "Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits .", + "now I know, can you tell me what is different if I start benefits early?", + "your benefits are reduced a fraction of a percent for each month before your full retirement age .", + "and what if I start later than I should start?", + "if you delay your benefits until after full retirement age you may be eligible for delayed retirement credits that would increase your monthly benefit. but there may be other things to consider when making your decision about your retirement benefits ", + "so early I get less, late I may get more and at the time everyone retires or whatever it's called I get average or something like that, right?", + "Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits .", + "so how much do I lose if I start early? can you give me a real number?", + "your benefits are reduced a fraction of a percent for each month before your full retirement age, those numbers depend on other factors so I can't give you a \"real number\" at the moment." + ] + }, + { + "input": "['what if i start benefits early?', 'if you start benefits early your benefits are reduced a fraction of', 'what if I retire early?', 'what is full retiremnt age', 'Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits .No matter what your full retirement age also called \" normal retirement age \"', 'what if you retire early?', 'You can retire at any time between age 62 and full retirement age ', 'what if I delay benefits until full retirement', 'You can retire at any time between age 62 and full retirement age ', 'Is the benefits by year of birth?', ' Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits ', 'if you delay your benefits until after full retirement age you may be eligible for delayed retirement credits that would increase your monthly benefit']", + "output": [ + "what if you retire early?", + "You can retire at any time between age 62 and full retirement age ", + "what if i start benefits early?", + "if you start benefits early your benefits are reduced a fraction of", + "Is the benefits by year of birth?", + "Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits .No matter what your full retirement age also called \" normal retirement age \"", + "what if I delay benefits until full retirement", + "if you delay your benefits until after full retirement age you may be eligible for delayed retirement credits that would increase your monthly benefit", + "what is full retiremnt age", + " Full retirement age is the age at which a person may first become entitled to full or unreduced retirement benefits ", + "what if I retire early?", + "You can retire at any time between age 62 and full retirement age " + ] + }, + { + "input": "[' You may request a hearing online', 'Was your disability claim was recently denied for medical reasons?', 'What if I disagree with the determination that was made?', 'Can I request a reconsideration online?', 'where can I learn more about this process?', 'yes you can request an appeal online ', 'Please read visit Federal Court Review Process', 'yes', 'What if I nead to request a hearing for a non medical determination online?', 'How do I check the status of my hearing?', 'A my Social Security account is an easy , convenient , and secure way to do business with us ', 'For a reason that is not disability related for example : income , resources , overpayments , living arrangements , you can request a non - medical hearing online']", + "output": [ + "Can I request a reconsideration online?", + "Was your disability claim was recently denied for medical reasons?", + "yes", + "yes you can request an appeal online ", + "where can I learn more about this process?", + "Please read visit Federal Court Review Process", + "What if I disagree with the determination that was made?", + " You may request a hearing online", + "What if I nead to request a hearing for a non medical determination online?", + "For a reason that is not disability related for example : income , resources , overpayments , living arrangements , you can request a non - medical hearing online", + "How do I check the status of my hearing?", + "A my Social Security account is an easy , convenient , and secure way to do business with us " + ] + }, + { + "input": "['did you request a hearing?', 'ok great', 'Sure! you can check the status of your disability and SSI Reconsideration using your personal my Social Security account ', 'What if I disagree with the hearing decision?', 'Can I reuest an appeals council review?', 'yes', 'If the Appeals Council decides to review your case , [55] it will either decide your case itself or return it to an administrative law judge for', 'How do you Check the Status of Your Reconsideration', 'Do you have a social security account?', 'you can request a non - medical hearing online', 'How do I Request a Hearing for a Non-Medical Determination Online', 'yes i do', 'you may request a review by Social Security s Appeals Council online']", + "output": [ + "How do you Check the Status of Your Reconsideration", + "Sure! you can check the status of your disability and SSI Reconsideration using your personal my Social Security account ", + "Do you have a social security account?", + "yes i do", + "ok great", + "Can I reuest an appeals council review?", + "If the Appeals Council decides to review your case , [55] it will either decide your case itself or return it to an administrative law judge for", + "How do I Request a Hearing for a Non-Medical Determination Online", + "did you request a hearing?", + "yes", + "you can request a non - medical hearing online", + "What if I disagree with the hearing decision?", + "you may request a review by Social Security s Appeals Council online" + ] + }, + { + "input": "['not', 'in this case you must return the benefit received for the month of death and any subsequent month.', 'yes', \"and can benefits be paid to the worker's children and the surviving spouse who cares for the children, even if the worker does not have the required amount of credits?\", 'Can other family members be eligible for the benefit?', 'Are the other members your stepchild, grandchild, grandchild, or foster child?', 'Is your deceased receiving Social Security benefits?', 'must return benefits paid in August', 'in this case you cannot choose other relatives', \"Yes, they can obtain benefits if the worker has credit for a year and a half of work 6 credits in the three years just before his death. Everyone's situation is different and you should talk to a Social Security claims representative about your options.\", 'I would like to know what happens if the deceased receives monthly benefits?', 'If I mentioned continuing to receive benefits after death. For example, if the person died in July, when should they return the benefits?']", + "output": [ + "I would like to know what happens if the deceased receives monthly benefits?", + "Is your deceased receiving Social Security benefits?", + "yes", + "in this case you must return the benefit received for the month of death and any subsequent month.", + "Can other family members be eligible for the benefit?", + "Are the other members your stepchild, grandchild, grandchild, or foster child?", + "not", + "in this case you cannot choose other relatives", + "If I mentioned continuing to receive benefits after death. For example, if the person died in July, when should they return the benefits?", + "must return benefits paid in August", + "and can benefits be paid to the worker's children and the surviving spouse who cares for the children, even if the worker does not have the required amount of credits?", + "Yes, they can obtain benefits if the worker has credit for a year and a half of work 6 credits in the three years just before his death. Everyone's situation is different and you should talk to a Social Security claims representative about your options." + ] + }, + { + "input": "['Then it will be easy and your benefits will automatically switch over to survivors benefits once we receive the report of death.', 'Yes, there is a limit to the amount family members can receive each month and it varies but is generally between 150 to 180 percent of the basic benefit rate.', 'Are other family members eligible for survivor benefits?', 'No, I do not.', 'Do you need to know what family members are eligible?', 'Yes, I receive benefits as a spouse.', 'Have you all ready received benefits as a spouse?', 'Are there any special situations I should know about survivor benefits?', 'Then you do not have family members that are eligible.', 'Is there a maximum limit to the amount a family could get?', 'Yes, I would like to know if they are eligible.', 'Do you have a stepchild, grandchild, step grandchild, or adopted child?']", + "output": [ + "Are other family members eligible for survivor benefits?", + "Do you need to know what family members are eligible?", + "Yes, I would like to know if they are eligible.", + "Do you have a stepchild, grandchild, step grandchild, or adopted child?", + "No, I do not.", + "Then you do not have family members that are eligible.", + "Are there any special situations I should know about survivor benefits?", + "Have you all ready received benefits as a spouse?", + "Yes, I receive benefits as a spouse.", + "Then it will be easy and your benefits will automatically switch over to survivors benefits once we receive the report of death.", + "Is there a maximum limit to the amount a family could get?", + "Yes, there is a limit to the amount family members can receive each month and it varies but is generally between 150 to 180 percent of the basic benefit rate." + ] + }, + { + "input": "['When I earn $5,440 how many credits does that give me?', 'Is the child age 18 or older?', 'Then we will evaluate his or her disability the same way we would the disability for any adult. We then send in the application to the Disability Determination Services in your state that completes the decision for us.', 'How many work credits do I need and what does it depend on?', 'How long should my work history be?', 'How is it determined if an adult \"child\" is disabled for SSDI benefits?', 'The number of work credits you need to qualify for disability benefits depends on your age when you become disabled. Most of the time, you need 40 credits, 20 of which were earned in the last 10 years ending with the year you become disabled.', 'Yes, I would like to learn about disability benefits.', 'Yes, my child is 18 years or older.', 'When you earn $5,440 you have earned your four credits for the year.', 'In addition to meeting our definition of disability, you must also have worked long enough and recently under Social Security to qualify for disability.', 'You must first have worked in jobs covered by Social Security and then you must have a medical condition that meets our definition of disability.', 'How do I qualify for Disability?', 'Do you want to know how to qualify for disability benefits?']", + "output": [ + "How do I qualify for Disability?", + "Do you want to know how to qualify for disability benefits?", + "Yes, I would like to learn about disability benefits.", + "You must first have worked in jobs covered by Social Security and then you must have a medical condition that meets our definition of disability.", + "How long should my work history be?", + "In addition to meeting our definition of disability, you must also have worked long enough and recently under Social Security to qualify for disability.", + "When I earn $5,440 how many credits does that give me?", + "When you earn $5,440 you have earned your four credits for the year.", + "How many work credits do I need and what does it depend on?", + "The number of work credits you need to qualify for disability benefits depends on your age when you become disabled. Most of the time, you need 40 credits, 20 of which were earned in the last 10 years ending with the year you become disabled.", + "How is it determined if an adult \"child\" is disabled for SSDI benefits?", + "Is the child age 18 or older?", + "Yes, my child is 18 years or older.", + "Then we will evaluate his or her disability the same way we would the disability for any adult. We then send in the application to the Disability Determination Services in your state that completes the decision for us." + ] + }, + { + "input": "['What happens if a person goes back to work?', 'Did you go back to work?', 'Two things can cause us to decide that you are no longer disabled and to stop your benefits :\\n if you work at a level we consider \" substantial . \"\\n [In 2019 ', 'Can I get more information about work incentives?', 'For more information about Social Security work incentives , read Working While Disabled', 'Are there any publications on this?', 'not yet. ', 'you will continue to receive benefits as long as you are disabled .However there are certain circumstances that may', 'Will my disability change?', 'Please refer to What You Need To Know When You Get Social Security Disability Benefits', 'what causes benefits to stop ']", + "output": [ + "What happens if a person goes back to work?", + "Did you go back to work?", + "not yet. ", + "Are there any publications on this?", + "Please refer to What You Need To Know When You Get Social Security Disability Benefits", + "Can I get more information about work incentives?", + "For more information about Social Security work incentives , read Working While Disabled", + "what causes benefits to stop ", + "Two things can cause us to decide that you are no longer disabled and to stop your benefits :\n if you work at a level we consider \" substantial . \"\n [In 2019 ", + "Will my disability change?", + "you will continue to receive benefits as long as you are disabled .However there are certain circumstances that may" + ] + }, + { + "input": "['when can a widow get her own benefits that she earned through work?', 'Is the person a stepchild, grandchild, step grandchild, or adopted child?', 'So you want to know which family members may be eligible?', 'can someone get retirement and survivors benefits at the same time?', 'you can tell me who can get survivors benefits when someone dies', \"A widow any age who is caring for the deceased's child who is under age 16 or disabled and receiving benefits on their record can be eligible under certain circumstances.\", \"no I don't think so\", 'They can switch to their own retirement benefit as early as age 62. This assumes you are eligible for retirement benefits and your retirement rate is higher than your rate as a widow', 'They are not eligible for survivors benefits', 'yes I know about wives but what about the kids or grandkids?', \"can the widow get monthly benefits if she is caring for the dead guy's daughter?\", 'They can apply for retirement or survivors benefits now and switch to the other higher benefit at a later date']", + "output": [ + "you can tell me who can get survivors benefits when someone dies", + "So you want to know which family members may be eligible?", + "yes I know about wives but what about the kids or grandkids?", + "Is the person a stepchild, grandchild, step grandchild, or adopted child?", + "no I don't think so", + "They are not eligible for survivors benefits", + "can someone get retirement and survivors benefits at the same time?", + "They can apply for retirement or survivors benefits now and switch to the other higher benefit at a later date", + "when can a widow get her own benefits that she earned through work?", + "They can switch to their own retirement benefit as early as age 62. This assumes you are eligible for retirement benefits and your retirement rate is higher than your rate as a widow", + "can the widow get monthly benefits if she is caring for the dead guy's daughter?", + "A widow any age who is caring for the deceased's child who is under age 16 or disabled and receiving benefits on their record can be eligible under certain circumstances." + ] + }, + { + "input": "['Yes, I have.', 'Great! Do you have any stepchild, grandchild, step grandchild or adopted child?', 'Good. And what about parents? of age of 62 or older?', 'Great. And how they benefit with this?', 'hello there. I would like to know if there are the chance that others family members besides my spouse get benefited too. ', \"Great then. That's good to know. Then you have the family members that also can benefit of your application ten.\", 'Yes, of course. Do you have other relatives?', 'But what happens if I die and you still send the payments?', 'In that case, this paychecks most be returned and no cashed.', 'Yes, lucky me. I still have my parents around.', 'The can receive credits in money. Until four credits each year.', 'Yes. I got other family members.']", + "output": [ + "hello there. I would like to know if there are the chance that others family members besides my spouse get benefited too. ", + "Yes, of course. Do you have other relatives?", + "Yes. I got other family members.", + "Great! Do you have any stepchild, grandchild, step grandchild or adopted child?", + "Yes, I have.", + "Good. And what about parents? of age of 62 or older?", + "Yes, lucky me. I still have my parents around.", + "Great then. That's good to know. Then you have the family members that also can benefit of your application ten.", + "Great. And how they benefit with this?", + "The can receive credits in money. Until four credits each year.", + "But what happens if I die and you still send the payments?", + "In that case, this paychecks most be returned and no cashed." + ] + }, + { + "input": "['if i am not ready to retire can I apply?', 'You should sign up for Medicare three months before reaching age 65 , even if you are not ready to start receiving retirement benefits', 'You can apply online for Medicare even if you are not ready to retire', 'did you want to enroll in Medicare part B?', 'Did you receive it?', 'To help protect your identity , Medicare has sent you a new Medicare card .s [25] Your new card will have a new Medicare Number that s unique to you , instead of your Social Security Number', 'yes', 'no', 'do you have access to a computer?', ' When should I apply?', 'yes', 'Did you know new medicare cards were sent out?', 'How To Apply Online For Just Medicare', 'not right now']", + "output": [ + "How To Apply Online For Just Medicare", + "do you have access to a computer?", + "not right now", + "Did you know new medicare cards were sent out?", + "yes", + "Did you receive it?", + "yes", + "To help protect your identity , Medicare has sent you a new Medicare card .s [25] Your new card will have a new Medicare Number that s unique to you , instead of your Social Security Number", + " When should I apply?", + "You should sign up for Medicare three months before reaching age 65 , even if you are not ready to start receiving retirement benefits", + "did you want to enroll in Medicare part B?", + "no", + "if i am not ready to retire can I apply?", + "You can apply online for Medicare even if you are not ready to retire" + ] + }, + { + "input": "['Are you receiving retirement, survivor or disability benefits from social security?', \"No, I'm not receiving any of those right now.\", 'Yeah, i think i still need a little help.', 'If that your case, you can easily check your address we have on record via the My Profile Tab on my social security.', \"O.k, at least i have an option. Going back to the address thing, What can you tell me if i'm receiving SSI?\", \"Don't worry, you can make use of our toll free number for further questions unanswered here. Oh,, and you can go visit a social security office.\", 'What can i do if i still have some questions?', 'Do i understand you want information about changing your address or telephone number?', 'I see. So, do you want to know how to change your address only?', \"Hi, i'm need of going through a change of address, could you help me?\", 'Yes, only that.', 'Du yo have any questions about changing address process? Need more help?', 'No, not exactly both.']", + "output": [ + "Hi, i'm need of going through a change of address, could you help me?", + "Do i understand you want information about changing your address or telephone number?", + "No, not exactly both.", + "I see. So, do you want to know how to change your address only?", + "Yes, only that.", + "Are you receiving retirement, survivor or disability benefits from social security?", + "No, I'm not receiving any of those right now.", + "What can i do if i still have some questions?", + "Du yo have any questions about changing address process? Need more help?", + "Yeah, i think i still need a little help.", + "Don't worry, you can make use of our toll free number for further questions unanswered here. Oh,, and you can go visit a social security office.", + "O.k, at least i have an option. Going back to the address thing, What can you tell me if i'm receiving SSI?", + "If that your case, you can easily check your address we have on record via the My Profile Tab on my social security." + ] + }, + { + "input": "[' Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible .', 'If you do not have a birth certificate , you may request one from the state where you were born', 'what other retirement planning websites are there?', 'yes', 'you can apply online, keep in mind Please be ready to supply the information we need to approve your application for these benefits', 'yes', 'what info will you need?', 'ok great!', 'do you have a birth certificate?', 'what should I doif i do not have a birth certificate?', 'They will let you know. ', 'how do I apply?', 'do I need my direct deposti info?']", + "output": [ + "how do I apply?", + "you can apply online, keep in mind Please be ready to supply the information we need to approve your application for these benefits", + "do you have a birth certificate?", + "yes", + "ok great!", + "what info will you need?", + "They will let you know. ", + "what should I doif i do not have a birth certificate?", + "If you do not have a birth certificate , you may request one from the state where you were born", + "what other retirement planning websites are there?", + " Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible .", + "do I need my direct deposti info?", + "yes" + ] + }, + { + "input": "['Where can I apply for it at?', 'Do you want to know how to get it?', 'No I do not at this time', 'do you have a birth certificate?', 'no thanks I know how', 'What if your pension was terminated?', 'yes', 'Hello You can reply online.', 'What site can I go to for retirement planning?', 'do i need to bring my bank information?', \"If your pension plan was terminated, you may be able to use the PBGC's Find an Unclaimed Pension tool to find out if you have unclaimed benefits.)\", 'go to Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible']", + "output": [ + "Where can I apply for it at?", + "Hello You can reply online.", + "do you have a birth certificate?", + "No I do not at this time", + "Do you want to know how to get it?", + "no thanks I know how", + "What site can I go to for retirement planning?", + "go to Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible", + "What if your pension was terminated?", + "If your pension plan was terminated, you may be able to use the PBGC's Find an Unclaimed Pension tool to find out if you have unclaimed benefits.)", + "do i need to bring my bank information?", + "yes" + ] + }, + { + "input": "['Good morning. Please, i want to acquire some data about the retirement planner.', 'Do you have or not a birth certificate?', \"Well, you don't have to worry, because you can request one from the state where you were born.\", 'Are you going to apply for retirement benefits or medicare?', \"That's a relief. So, to be sure, i just need Form SSA-1 to be completed when i finally apply for benefits, right?\", 'Great. When you do it, you must be ready to supply the information we need to approve your application for these benefits, such as Form SSA-1 Apply for Retirement Benefits or Medicare.', \"That's correct. That's all you need.\", 'Yeah, of course i will.', \"No, no, i don't think so. I have everything i need for now, thanks for your help.\", \"But, eventually you'll apply, don't you?\", \"Yeah, i don't have one at the moment.\", 'Do you need more information, like where to write for more details, or something else?', 'No, not yet. Just looking for information as reference.']", + "output": [ + "Good morning. Please, i want to acquire some data about the retirement planner.", + "Are you going to apply for retirement benefits or medicare?", + "No, not yet. Just looking for information as reference.", + "But, eventually you'll apply, don't you?", + "Yeah, of course i will.", + "Great. When you do it, you must be ready to supply the information we need to approve your application for these benefits, such as Form SSA-1 Apply for Retirement Benefits or Medicare.", + "Do you have or not a birth certificate?", + "Yeah, i don't have one at the moment.", + "Well, you don't have to worry, because you can request one from the state where you were born.", + "That's a relief. So, to be sure, i just need Form SSA-1 to be completed when i finally apply for benefits, right?", + "That's correct. That's all you need.", + "Do you need more information, like where to write for more details, or something else?", + "No, no, i don't think so. I have everything i need for now, thanks for your help." + ] + }, + { + "input": "['You Can Apply online For Retirement Benefits Or Medicare\\n ', 'So you are divorced, correct?', 'no thanks', ' When You Apply Please be ready to supply the information we need to approve your application for these benefits :', 'Where should I begin?', 'would you like to know other websites?', 'no thanks', 'what if I am divorced?', 'that does not apply to me', 'what do I need when I apply?', 'ok thanks for the response. Would you like to apply online?']", + "output": [ + "Where should I begin?", + "You Can Apply online For Retirement Benefits Or Medicare\n ", + "that does not apply to me", + "ok thanks for the response. Would you like to apply online?", + "no thanks", + "would you like to know other websites?", + "no thanks", + "what do I need when I apply?", + " When You Apply Please be ready to supply the information we need to approve your application for these benefits :", + "what if I am divorced?", + "So you are divorced, correct?" + ] + }, + { + "input": "['is there a website I can see?', 'Do you have medicare?', 'yes', 'you may request one from the state where you were born ', \"you may be able to use the PBGC's Find an Unclaimed Pension tool to find out if you have unclaimed benefits.\", ' Please be ready to supply the information we need to approve your application for these benefits', 'What if I do not have a birth certificate?', 'was your pension terminated?', 'yes', 'You are asking to apply online, correct?', ' Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible', 'You Can Apply For Retirement Benefits Or Medicare', 'yes', 'can I apply online?', 'Can I apply for benefits on line?']", + "output": [ + "Can I apply for benefits on line?", + "You are asking to apply online, correct?", + "yes", + "Do you have medicare?", + "yes", + " Please be ready to supply the information we need to approve your application for these benefits", + "What if I do not have a birth certificate?", + "you may request one from the state where you were born ", + "can I apply online?", + "You Can Apply For Retirement Benefits Or Medicare", + "is there a website I can see?", + " Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible", + "was your pension terminated?", + "yes", + "you may be able to use the PBGC's Find an Unclaimed Pension tool to find out if you have unclaimed benefits." + ] + }, + { + "input": "['Nah, thank you. I very well know that.', 'When you need to apply for retirement benefits or Medicare, we require the form SSA-1 from you.', 'Yeah, I would appreciate that.', 'Do you want to know where to write to in your state to get a birth certificate?', 'Do you want to know what you need for an application?', 'In that case you may request one from the state where you were born.', 'Alright, will do. If I was going to apply, which form should I use?', 'Nah, just information please.', 'Do you NOT have a birth certificate available?', 'Good day, I have questions regarding the benefits planner for my upcoming retirement.', 'If you want to apply for retirement benefits or Medicare you need form SSA-1.', \"Yeah. See, that's the thing. My parents used to keep my birth certificate, but their home got flooded and a lot of the papers lost. I don't have a birth certificate to show.\", 'Do you wish to apply for retirement benefits or Medicare then?']", + "output": [ + "Good day, I have questions regarding the benefits planner for my upcoming retirement.", + "Do you wish to apply for retirement benefits or Medicare then?", + "Nah, just information please.", + "Do you want to know what you need for an application?", + "Yeah, I would appreciate that.", + "When you need to apply for retirement benefits or Medicare, we require the form SSA-1 from you.", + "Do you NOT have a birth certificate available?", + "Yeah. See, that's the thing. My parents used to keep my birth certificate, but their home got flooded and a lot of the papers lost. I don't have a birth certificate to show.", + "In that case you may request one from the state where you were born.", + "Alright, will do. If I was going to apply, which form should I use?", + "If you want to apply for retirement benefits or Medicare you need form SSA-1.", + "Do you want to know where to write to in your state to get a birth certificate?", + "Nah, thank you. I very well know that." + ] + }, + { + "input": "['Are you deaf or hard of hearing?', 'What happens if i do not have a birth certificate?', 'Please be ready to supply the information we need to approve your application for these benefits such on form SSA-1', 'I need help with Retirement benefits planner.', 'How can I apply for Retirement Benefits or Medicare?', 'You should still use our online retirement benefit application to sign up for just Medicare three months before your 65th birthday even if you do not retire.', 'Yes, I would like to apply for Retirement Benefits and Medicare.', 'What happens when I apply?', 'You need to request your birth certificate from the state you were born.', 'Do you want to apply for Retirement Benefits or Medicare?', 'You can apply online for those benefits.', 'No I am not deaf or hard of hearing.']", + "output": [ + "I need help with Retirement benefits planner.", + "Do you want to apply for Retirement Benefits or Medicare?", + "Yes, I would like to apply for Retirement Benefits and Medicare.", + "You can apply online for those benefits.", + "Are you deaf or hard of hearing?", + "No I am not deaf or hard of hearing.", + "What happens when I apply?", + "Please be ready to supply the information we need to approve your application for these benefits such on form SSA-1", + "What happens if i do not have a birth certificate?", + "You need to request your birth certificate from the state you were born.", + "How can I apply for Retirement Benefits or Medicare?", + "You should still use our online retirement benefit application to sign up for just Medicare three months before your 65th birthday even if you do not retire." + ] + }, + { + "input": "['Can I apply for retirement benefits or medicare?', 'What doi need when applying?', 'yes. If you do not have a birth certificate ,you may request one from the state where you were born', 'no.', 'Are there any retirement websites?', 'that is correct.', 'Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible ', 'was your pension plan terminated?', 'I am hard of hearing what do I do?', 'That is not a problem you can call us at TTY 1-800-325-0778.', 'ok thank you. Apply Online', 'you are asking if you can apply for retirement or medicare benefits correct?', 'Do I need a birth certificate?', 'Please be ready to supply the information we need to approve your application for these benefits ']", + "output": [ + "Can I apply for retirement benefits or medicare?", + "you are asking if you can apply for retirement or medicare benefits correct?", + "that is correct.", + "ok thank you. Apply Online", + "I am hard of hearing what do I do?", + "That is not a problem you can call us at TTY 1-800-325-0778.", + "Do I need a birth certificate?", + "yes. If you do not have a birth certificate ,you may request one from the state where you were born", + "Are there any retirement websites?", + "Benefit Eligibility Screening Tool BEST to help identify other Social Security programs for which you may be eligible ", + "was your pension plan terminated?", + "no.", + "What doi need when applying?", + "Please be ready to supply the information we need to approve your application for these benefits " + ] + }, + { + "input": "['Are you asking how to apply for medicare benefits?', 'How old do you have to be?', 'Feel free to Apply Online', 'yes I am', 'I am deaf how can you help?', 'do I need a birth certificate?', 'what do I need to do?', 'I am not ready to retire but I still want to apply', 'If you do not have a birth certificate , you may request one from the state where you were born', 'If you are not getting Social Security and you are not ready to retire you should still use our online retirement benefit application to sign up for just Medicare three months before your 65th birthday', 'You must be at least 61 years and 9 months old to apply for retirement benefits .If you are already age 62', 'what information will I need', ' We may ask you to provide certain documents to show that you are eligible and help us decide how much your benefits should be . ', 'If you are deaf or hard of hearing , you can call us at TTYs\\n1-800-325-0778.']", + "output": [ + "what do I need to do?", + "Are you asking how to apply for medicare benefits?", + "yes I am", + "Feel free to Apply Online", + "I am deaf how can you help?", + "If you are deaf or hard of hearing , you can call us at TTYs\n1-800-325-0778.", + "I am not ready to retire but I still want to apply", + "If you are not getting Social Security and you are not ready to retire you should still use our online retirement benefit application to sign up for just Medicare three months before your 65th birthday", + "do I need a birth certificate?", + "If you do not have a birth certificate , you may request one from the state where you were born", + "How old do you have to be?", + "You must be at least 61 years and 9 months old to apply for retirement benefits .If you are already age 62", + "what information will I need", + " We may ask you to provide certain documents to show that you are eligible and help us decide how much your benefits should be . " + ] + }, + { + "input": "[\"No, sorry. That's not what I wanted to know. \", 'Absolutely. The Employee Benefit Research Institute is an officially listed resource.', 'Would you like to learn about other retirement planning websites then?', \"So it's reliable, I see. One more question regarding the application. Do the benefits start right when I apply or how does it work?\", \"Let ME ask the questions, please. I think this way it's going to be easier. I recently came across the employee benefit research institute, is that a website you'd recommend?\", \"No, I haven't applied yet.\", \"No, I don't want to.\", 'It depends, you may be able to start your benefits in the month you apply. You should apply for benefits no more than four months before the date you want your benefits to start. Benefits are paid the month after they are due.', 'Of course. Did you apply for retirement benefits or Medicare?', 'Do you want to know about the application process?', 'Hey, can you tell me something about my retirement benefits planner?']", + "output": [ + "Hey, can you tell me something about my retirement benefits planner?", + "Of course. Did you apply for retirement benefits or Medicare?", + "No, I haven't applied yet.", + "Do you want to know about the application process?", + "No, sorry. That's not what I wanted to know. ", + "Would you like to learn about other retirement planning websites then?", + "No, I don't want to.", + "Let ME ask the questions, please. I think this way it's going to be easier. I recently came across the employee benefit research institute, is that a website you'd recommend?", + "Absolutely. The Employee Benefit Research Institute is an officially listed resource.", + "So it's reliable, I see. One more question regarding the application. Do the benefits start right when I apply or how does it work?", + "It depends, you may be able to start your benefits in the month you apply. You should apply for benefits no more than four months before the date you want your benefits to start. Benefits are paid the month after they are due." + ] + }, + { + "input": "[\"I'm not ready to apply \", 'Yes you can Visit your local Social Security office Please call first to make an appointment .', 'Whats the easiest way to apply?', 'Please read Other Retirement Planning Websites', 'The easiest and quickest way to apply is online', 'What is your age?', 'No I am not', 'Can I find out more information at my local SS office?', 'Are you applying for medicare also', 'This is not applicable to me', 'I need to plann for retirement']", + "output": [ + "I need to plann for retirement", + "Are you applying for medicare also", + "No I am not", + "What is your age?", + "I'm not ready to apply ", + "Please read Other Retirement Planning Websites", + "This is not applicable to me", + "Can I find out more information at my local SS office?", + "Yes you can Visit your local Social Security office Please call first to make an appointment .", + "Whats the easiest way to apply?", + "The easiest and quickest way to apply is online" + ] + }, + { + "input": "['Can I apply in person?', 'what will they need to see when I apply?', 'you may request one from the state where you were born', 'Apply Online', 'what information will they need when I apply?', 'when will the benefits start?', 'How canI apply for retirement?', 'You want to apply for retirement?', 'I am hard of hearing what do i do?', 'correct\\n', 'you should still use our online retirement benefit application to sign up for just Medicare three months before your 65th birthday', \"You Need to Apply for Spouse 's or Divorced Spouse 's Benefits [27] Information - Form SSA-2\", 'yes', 'you can call us at TTY\\n1-800-325-0778.']", + "output": [ + "How canI apply for retirement?", + "You want to apply for retirement?", + "correct\n", + "Apply Online", + "I am hard of hearing what do i do?", + "you can call us at TTY\n1-800-325-0778.", + "what will they need to see when I apply?", + "you may request one from the state where you were born", + "when will the benefits start?", + "you should still use our online retirement benefit application to sign up for just Medicare three months before your 65th birthday", + "Can I apply in person?", + "yes", + "what information will they need when I apply?", + "You Need to Apply for Spouse 's or Divorced Spouse 's Benefits [27] Information - Form SSA-2" + ] + }, + { + "input": "['Can you tell me something about the benefit letter for social security?', 'Ok. And how do I print such a letter online? I need it for my documents.', 'Of course. Do you need help with requesting your benefit verification letter then?', 'No, thanks. I need to know something else.', \"In that case you can call our toll-free number at 1-800-772-1213 or visit your Social Security office, we'll walk you through the process.\", 'Do you want me to explain what a Social Security Benefit Verification Letter is?', \"Ah, so that's how it works! Thank you. Can I ask another question?\", 'The benefit verification letter, sometimes called a benefits letter, or a Social Security award letter, serves as proof of your retirement, disability, Supplemental Security Income SSI, or Medicare benefits. It also serves as proof that you have applied for benefits or that you have never received Social Security benefits or SSI.', 'Simply sign in to your account below and go to Replacement Documents on the right side of the screen, then choose get a Benefit Verification Letter to view, save and print your personalized letter.', 'Gladly. Do you want to get your Social Security Benefit Verification Letter online?', 'Yeah, I kinda do.', 'Well, sure. I mean, why not?']", + "output": [ + "Can you tell me something about the benefit letter for social security?", + "Gladly. Do you want to get your Social Security Benefit Verification Letter online?", + "No, thanks. I need to know something else.", + "Do you want me to explain what a Social Security Benefit Verification Letter is?", + "Well, sure. I mean, why not?", + "The benefit verification letter, sometimes called a benefits letter, or a Social Security award letter, serves as proof of your retirement, disability, Supplemental Security Income SSI, or Medicare benefits. It also serves as proof that you have applied for benefits or that you have never received Social Security benefits or SSI.", + "Ok. And how do I print such a letter online? I need it for my documents.", + "Simply sign in to your account below and go to Replacement Documents on the right side of the screen, then choose get a Benefit Verification Letter to view, save and print your personalized letter.", + "Ah, so that's how it works! Thank you. Can I ask another question?", + "Of course. Do you need help with requesting your benefit verification letter then?", + "Yeah, I kinda do.", + "In that case you can call our toll-free number at 1-800-772-1213 or visit your Social Security office, we'll walk you through the process." + ] + }, + { + "input": "['How long does creating my Social Security account take?', 'You can always call our toll-free TTY number at 1-800-325-0778 between 7a.m. and 7 p.m. every Monday through Friday.', 'I am hard of hearing what do i do?', 'How do i get ahold of replacement documents?', 'It should only take 10 minutes of your time.', 'Yes, i still need help with how to get the verification online.', 'All you need to do is call our toll-free number at 1-800-772-1213 or visit our office.', 'What if I still have questions about my benefit verification letter?', 'The verification letter serves as proof of your retirement, disability, SSI, or Medicare benefits. It also serves as proof that you receive benefits.', 'Do you still have any questions or need any help with how to request the verification online?', 'Just sign into your my Social Security account and go directly to Replacement Documents and choose the replacement document you need.', 'What is the benefit verification letter and why do i need it?']", + "output": [ + "What if I still have questions about my benefit verification letter?", + "Do you still have any questions or need any help with how to request the verification online?", + "Yes, i still need help with how to get the verification online.", + "All you need to do is call our toll-free number at 1-800-772-1213 or visit our office.", + "I am hard of hearing what do i do?", + "You can always call our toll-free TTY number at 1-800-325-0778 between 7a.m. and 7 p.m. every Monday through Friday.", + "How do i get ahold of replacement documents?", + "Just sign into your my Social Security account and go directly to Replacement Documents and choose the replacement document you need.", + "What is the benefit verification letter and why do i need it?", + "The verification letter serves as proof of your retirement, disability, SSI, or Medicare benefits. It also serves as proof that you receive benefits.", + "How long does creating my Social Security account take?", + "It should only take 10 minutes of your time." + ] + }, + { + "input": "[\"then you'd get deducted 1$ for every 2$ you make above the yearly limit. The yearly limit for 2019 is 17640$.\", 'So I can actually keep my benefits while working, even if with a deduction, right?', 'No.', '66 for those born between 1943 and 1954. And from 1955 onwards, two months are added for every birth year until the full retirement age reaches 67 for people born in 1960 and later.', \"but what if I'm under full retirement age during the full year before full retirement age?\", 'If I decide to keep working after retirement how much can I earn and still get retirement benefits?', \"Yes, that's correct.\", 'Are you younger than full age retirement and make more than the yearly earnings limit?', 'as of 2019, the limit is 17.640$', 'What its the full retirement age?', \"What's the earning yearly limit again?\"]", + "output": [ + "If I decide to keep working after retirement how much can I earn and still get retirement benefits?", + "Are you younger than full age retirement and make more than the yearly earnings limit?", + "No.", + "but what if I'm under full retirement age during the full year before full retirement age?", + "then you'd get deducted 1$ for every 2$ you make above the yearly limit. The yearly limit for 2019 is 17640$.", + "What its the full retirement age?", + "66 for those born between 1943 and 1954. And from 1955 onwards, two months are added for every birth year until the full retirement age reaches 67 for people born in 1960 and later.", + "So I can actually keep my benefits while working, even if with a deduction, right?", + "Yes, that's correct.", + "What's the earning yearly limit again?", + "as of 2019, the limit is 17.640$" + ] + }, + { + "input": "['What if I am younger than the full retirement age?', 'do you deduct if we are under the full retirement age?', 'How Much Can I Earn And Still Get Benefits?', 'If you are under full retirement age for the entire year , we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit .', 'Do you work now?', 'Sure I will be happy to help', 'your earnings may reduce your benefit amount ', 'If you are younger than full retirement age and make more than the yearly earnings limit your earnings may reduce your benefit amount', ' If you are younger than full retirement age and make more than the yearly earnings limit ,', 'no', ' If you are younger than full retirement age and make more than the yearly earnings limit ', 'hello I have some questions']", + "output": [ + "hello I have some questions", + "Sure I will be happy to help", + "Do you work now?", + "no", + "How Much Can I Earn And Still Get Benefits?", + "If you are younger than full retirement age and make more than the yearly earnings limit your earnings may reduce your benefit amount", + "What if I am younger than the full retirement age?", + " If you are younger than full retirement age and make more than the yearly earnings limit ", + " If you are younger than full retirement age and make more than the yearly earnings limit ,", + "your earnings may reduce your benefit amount ", + "do you deduct if we are under the full retirement age?", + "If you are under full retirement age for the entire year , we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit ." + ] + }, + { + "input": "['Yes, you can work while you receive Social Security retirement benefits or survivors benefits.', 'Yes, it will increase your future benefits.', 'Will it increase my benefits while I work?', 'If you are younger than full retirement age and make more than the yearly earning limit your benefits may reduce.', 'Will your earnings be higher than one of the previous years?', 'What could happen when I do work while getting benefits?', 'Can I get benefits while I am working?', 'It could mean a higher benefit for you in the future if you work while getting benefits.', 'We will recalculate your benefit amount and pay the increase retroactive to January the year after you earned the money.', 'No, I am not younger than full retirement age.', 'Yes, they will be higher than the previous years earnings.', 'How much can I earn and still get benefits?']", + "output": [ + "Can I get benefits while I am working?", + "Yes, you can work while you receive Social Security retirement benefits or survivors benefits.", + "What could happen when I do work while getting benefits?", + "It could mean a higher benefit for you in the future if you work while getting benefits.", + "Will it increase my benefits while I work?", + "Yes, it will increase your future benefits.", + "Will your earnings be higher than one of the previous years?", + "Yes, they will be higher than the previous years earnings.", + "We will recalculate your benefit amount and pay the increase retroactive to January the year after you earned the money.", + "How much can I earn and still get benefits?", + "If you are younger than full retirement age and make more than the yearly earning limit your benefits may reduce.", + "No, I am not younger than full retirement age." + ] + }, + { + "input": "[' For 2019 , that limit is $ 17,64', 'what is the yearly limit?', 'how much can I still earn?', ' we will recalculate your benefit amount ', 'can I get benefits while working?', 'You are wanting to know if you can work while getting benefits, correct?', 'How Much Can I Earn And Still Get Benefits?', 'no', 'How is it calculated?', ' If you are younger than full retirement age and make more than the yearly earnings limit , your earnings may reduce your benefit amount .', 'If you are under full retirement age for the entire year , we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit']", + "output": [ + "can I get benefits while working?", + "You are wanting to know if you can work while getting benefits, correct?", + "no", + "How Much Can I Earn And Still Get Benefits?", + "If you are under full retirement age for the entire year , we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit", + "How is it calculated?", + " we will recalculate your benefit amount ", + "how much can I still earn?", + " If you are younger than full retirement age and make more than the yearly earnings limit , your earnings may reduce your benefit amount .", + "what is the yearly limit?", + " For 2019 , that limit is $ 17,64" + ] + }, + { + "input": "['You are asking how much you cna earn while still working, correct?', ' we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit .', 'that limit is $ 17,640 ', 'Can I get benefits while working?', 'it could mean a higher benefit for you in the future', ' that limit is $ 17,640 ', 'how much can I earn and still get benefits?', 'we will recalculate your benefit amount We pay the increase retroactive to January the year after you earned the money .', 'what if my earnings are high?', 'You can work while you receive Social Security retirement or survivors benefits .', 'How Much Can I Earn And Still Get Benefits?', 'yes', 'what is the deduction?', 'Will it lower my amount?']", + "output": [ + "Can I get benefits while working?", + "You can work while you receive Social Security retirement or survivors benefits .", + "Will it lower my amount?", + "it could mean a higher benefit for you in the future", + "how much can I earn and still get benefits?", + "that limit is $ 17,640 ", + "what is the deduction?", + " we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit .", + "what if my earnings are high?", + "we will recalculate your benefit amount We pay the increase retroactive to January the year after you earned the money .", + "How Much Can I Earn And Still Get Benefits?", + "You are asking how much you cna earn while still working, correct?", + "yes", + " that limit is $ 17,640 " + ] + }, + { + "input": "['It could mean a higher benefit for you in the future when receiving benefits.', 'We will deduct $1 from your benefits for every $2 you earn above the limit for the year.', 'We will recalculate your benefit amount and pay the increase retroactive to January the year after you earned it.', 'What happens when I do work?', 'Are you younger than full retirement age and make more than the yearly benefit?', 'What happens if I am under full retirement age for the entire year?', 'No I am not younger than the full retirement age.', 'Is it possible to work while receiving benefits?', 'Yes it is possible to work while receiving Social Security retirement or survivors benefits and it could mean higher benefits in the future.', 'What happens if my earnings for the prior year are higher than one of the years you used to compute my retirement benefits?', 'How much will I be able to earn and still receive benefits?']", + "output": [ + "Is it possible to work while receiving benefits?", + "Yes it is possible to work while receiving Social Security retirement or survivors benefits and it could mean higher benefits in the future.", + "What happens when I do work?", + "It could mean a higher benefit for you in the future when receiving benefits.", + "How much will I be able to earn and still receive benefits?", + "Are you younger than full retirement age and make more than the yearly benefit?", + "No I am not younger than the full retirement age.", + "What happens if my earnings for the prior year are higher than one of the years you used to compute my retirement benefits?", + "We will recalculate your benefit amount and pay the increase retroactive to January the year after you earned it.", + "What happens if I am under full retirement age for the entire year?", + "We will deduct $1 from your benefits for every $2 you earn above the limit for the year." + ] + }, + { + "input": "['Can I get benefits while working', 'are you working?', ' If you are younger than full retirement age and make more than the yearly earnings limit', 'If you are younger than full retirement age and make more than the yearly earnings limit , your earnings may reduce your benefit amount ', 'will I get a higher benfit?', ' When you do ,it could mean a higher benefit for you in the future ', 'If earnings are higher the prior year what happens?', ' How Much Can I Earn And Still Get Benefits?', 'is it a high benefit?', 'how much can I earn and still get benfits?', ' Higher benefits can be important to you later in life and increase the future benefit amounts your family and your survivors could receive .', 'Each year we review the records for all working Social Security recipients', 'If you are under full retirement age for the entire year , we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit', 'Is there a review?', 'are you currecntly working?']", + "output": [ + "Can I get benefits while working", + "are you currecntly working?", + "are you working?", + "will I get a higher benfit?", + " When you do ,it could mean a higher benefit for you in the future ", + "how much can I earn and still get benfits?", + "If you are younger than full retirement age and make more than the yearly earnings limit , your earnings may reduce your benefit amount ", + "is it a high benefit?", + " Higher benefits can be important to you later in life and increase the future benefit amounts your family and your survivors could receive .", + " How Much Can I Earn And Still Get Benefits?", + " If you are younger than full retirement age and make more than the yearly earnings limit", + "Is there a review?", + "Each year we review the records for all working Social Security recipients", + "If earnings are higher the prior year what happens?", + "If you are under full retirement age for the entire year , we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit" + ] + }, + { + "input": "['For 2019 , that limit is $ 17,640 ', 'If I work will it increase?', 'Are you under full retirement age?', ' How Much Can I Earn And Still Get Benefits?', 'ok great', 'How Much Can I Earn And Still Get Benefits?', 'If you are under full retirement age for the entire year , [16] we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit', 'For 2019 , that limit is $ 17,640 ', 'are you currently working?', 'Will it ever increase?', 'we will recalculate your benefit amount We pay the increase retroactive to January the year after you earned the money .', 'IS there a limit on how much I can earn?', 'Higher benefits can be important to you later in life and increase the future benefit amounts your family and your survivors could receive', 'ok thanks', 'yes', 'ok great! If you are younger than full retirement age and make more than the yearly earnings limit ']", + "output": [ + " How Much Can I Earn And Still Get Benefits?", + "are you currently working?", + "yes", + "ok great! If you are younger than full retirement age and make more than the yearly earnings limit ", + "IS there a limit on how much I can earn?", + "For 2019 , that limit is $ 17,640 ", + "Are you under full retirement age?", + "For 2019 , that limit is $ 17,640 ", + "Will it ever increase?", + "Higher benefits can be important to you later in life and increase the future benefit amounts your family and your survivors could receive", + "ok thanks", + "ok great", + "If I work will it increase?", + "we will recalculate your benefit amount We pay the increase retroactive to January the year after you earned the money .", + "How Much Can I Earn And Still Get Benefits?", + "If you are under full retirement age for the entire year , [16] we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit" + ] + }, + { + "input": "['will I get higher benefits?', 'what if you are under full retirement age?', 'can a person who works get benefits?', ' we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit', ' If you are younger than full retirement age and make more than the yearly earnings limit', 'If you are under full retirement age for the entire year we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit .', 'Higher benefits can be important to you later in life and increase the future benefit amounts your family and your survivors could receive ', 'If you are under full retirement age for the entire year ] we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit', 'yes', 'are you working?', 'does any money get deducted?', 'so it deducts if i am younger?']", + "output": [ + "can a person who works get benefits?", + "are you working?", + "yes", + " If you are younger than full retirement age and make more than the yearly earnings limit", + "what if you are under full retirement age?", + "If you are under full retirement age for the entire year we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit .", + "will I get higher benefits?", + "Higher benefits can be important to you later in life and increase the future benefit amounts your family and your survivors could receive ", + "does any money get deducted?", + " we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit", + "so it deducts if i am younger?", + "If you are under full retirement age for the entire year ] we deduct $ 1 from your benefit payments for every $ 2 you earn above the annual limit" + ] + }, + { + "input": "['What if I am younger than the full retirement age?', 'What is the earning limit for 2019?', 'Yes you can but the benefits may be reduced.', 'The limit for 2019 is $17,640.', 'What if I was born in 1955?', 'Yes, we will deduct $1 from your benefit payments for every $2 you earn above the annual limit.', 'Full retirement age is 66 years old for people born between 1943 and 1954.', 'Beginning with 1955, two months are added for every birth year until the full retirement age reach 67 for people born in 1960 or later.', 'Can I still earn money and receive benefits at the same time?', 'Am I deducted money if I am under the full retirement age for the entire year and earn over the limit?', 'What is considered to be the full retirement age?']", + "output": [ + "Can I still earn money and receive benefits at the same time?", + "Yes you can but the benefits may be reduced.", + "What if I am younger than the full retirement age?", + "What is the earning limit for 2019?", + "The limit for 2019 is $17,640.", + "What is considered to be the full retirement age?", + "Full retirement age is 66 years old for people born between 1943 and 1954.", + "What if I was born in 1955?", + "Beginning with 1955, two months are added for every birth year until the full retirement age reach 67 for people born in 1960 or later.", + "Am I deducted money if I am under the full retirement age for the entire year and earn over the limit?", + "Yes, we will deduct $1 from your benefit payments for every $2 you earn above the annual limit." + ] + }, + { + "input": "[' you can use our online retirement application to sign up just for Medicare and wait to apply for your retirement or spouses benefits', 'yeah', 'ok great! noproblem.', 'You can start your retirement benefit at any point from age 62 up until age 70 .', 'thank you', 'ok great, anymore questions?', 'when can I start a retirement benfit?', 'You can start your retirement benefit at any point from age 62 up until age 70 . ', 'ho do i apply for medicare?', 'what is a benefits planner?', 'please explain Lifetime Benefits We Can Pay On Your Record', 'If your full retirement age is 66 and you decideto start your retirement benefits at age 65', 'do you want to apply for medicare?', ' Are you are within three months of age 65 or older and not ready to start your monthly Social Security benefits yet?']", + "output": [ + "what is a benefits planner?", + "do you want to apply for medicare?", + "yeah", + " Are you are within three months of age 65 or older and not ready to start your monthly Social Security benefits yet?", + "thank you", + "ok great! noproblem.", + "please explain Lifetime Benefits We Can Pay On Your Record", + "You can start your retirement benefit at any point from age 62 up until age 70 . ", + "ho do i apply for medicare?", + " you can use our online retirement application to sign up just for Medicare and wait to apply for your retirement or spouses benefits", + "when can I start a retirement benfit?", + "You can start your retirement benefit at any point from age 62 up until age 70 .", + "If your full retirement age is 66 and you decideto start your retirement benefits at age 65", + "ok great, anymore questions?" + ] + }, + { + "input": "[\"No, i' m not having any issues with that.\", 'No, not only that.', 'So you want to know about lifetime benefits?', 'Well, for starters, Do you want to apply for medicare only?', \"Yes, that's the one.\", \"No, not yet, but i'm looking for info about it.\", \"Hi, i've thinking about retirement and heard about planning for that. What can you tell me?\", \"Well, there's one thing. Do you signed up for medical insurance?\", 'Do you need help with you health insurance coverage', 'No, neither that.', 'Then you have signed up for medicare, right?', 'OK, well, maybe are you going to get a job?', 'No, no, none of the options you presented is according what i want.']", + "output": [ + "Hi, i've thinking about retirement and heard about planning for that. What can you tell me?", + "Well, for starters, Do you want to apply for medicare only?", + "No, not only that.", + "So you want to know about lifetime benefits?", + "No, neither that.", + "OK, well, maybe are you going to get a job?", + "No, no, none of the options you presented is according what i want.", + "Do you need help with you health insurance coverage", + "No, i' m not having any issues with that.", + "Well, there's one thing. Do you signed up for medical insurance?", + "Yes, that's the one.", + "Then you have signed up for medicare, right?", + "No, not yet, but i'm looking for info about it." + ] + }, + { + "input": "['where can I get more information about enrollment periods for Part B?', \"I haven't.\", 'What if my group health plan coverage ends during my initial enrollment period for Medicare Part B?', 'It can cause a delay in your coverage and you may have to pay a higher premium later, unless you qualify for a SEP.', \"In my case, I'm older than 65 and have medical insurance coverage under a group health plan based on my current employment. Do I qualify for a SEP?\", 'Have you signed up for Medicare?', \"You could, for example, qualify for a SEP and sign up for Medicare Part B in the 8-month period that begins with the month after your group health plan coverage or the employment it's based on ends.\", 'You can read the information about general and SEP in our booklet or talk to your personnel office.', 'under what circumstances can I qualify for a SEP?', \"then you wouldn't qualify for a SEP.\", 'How would affect me if I decide to apply for Medicare part B later?', 'Should I sign up for Medicare Part B?', 'You may, yes.']", + "output": [ + "Should I sign up for Medicare Part B?", + "Have you signed up for Medicare?", + "I haven't.", + "under what circumstances can I qualify for a SEP?", + "You could, for example, qualify for a SEP and sign up for Medicare Part B in the 8-month period that begins with the month after your group health plan coverage or the employment it's based on ends.", + "What if my group health plan coverage ends during my initial enrollment period for Medicare Part B?", + "then you wouldn't qualify for a SEP.", + "where can I get more information about enrollment periods for Part B?", + "You can read the information about general and SEP in our booklet or talk to your personnel office.", + "In my case, I'm older than 65 and have medical insurance coverage under a group health plan based on my current employment. Do I qualify for a SEP?", + "You may, yes.", + "How would affect me if I decide to apply for Medicare part B later?", + "It can cause a delay in your coverage and you may have to pay a higher premium later, unless you qualify for a SEP." + ] + }, + { + "input": "['Is there a certain amount you can earn?', 'For my spouses employment also?', 'Even if you plan to continue working you may still be able to receive some benefits .', 'If you plan to continue working delaying benefitsalso increases the maximum monthly survivors benefit you may receive .', 'your benefitwill be 130.67 percent of your full retirement age benefit', ' If you areunder full retirement age and you earn over a certain amount we will deduct the excess earnings from your benefits ', 'f you are age 65 or older and your medical insurance coverage is under a group health plan based on your current employment', 'What if I am full retiremet age?', 'What is the percent of benefit aft full reitrement?', 'What if I plan to continue working after taking benefits?', 'What is the premium I pay on my health insurance coverage?', 'Is there a special enrollment period?', 'Some beneficiaries with higher incomes will pay a highermonthly Part B premium']", + "output": [ + "What if I plan to continue working after taking benefits?", + "Even if you plan to continue working you may still be able to receive some benefits .", + "Is there a certain amount you can earn?", + " If you areunder full retirement age and you earn over a certain amount we will deduct the excess earnings from your benefits ", + "What if I am full retiremet age?", + "If you plan to continue working delaying benefitsalso increases the maximum monthly survivors benefit you may receive .", + "What is the percent of benefit aft full reitrement?", + "your benefitwill be 130.67 percent of your full retirement age benefit", + "Is there a special enrollment period?", + "f you are age 65 or older and your medical insurance coverage is under a group health plan based on your current employment", + "For my spouses employment also?", + "What is the premium I pay on my health insurance coverage?", + "Some beneficiaries with higher incomes will pay a highermonthly Part B premium" + ] + }, + { + "input": "['are you within three months of age 65 or older and not ready to start your monthly Social Security benefits yet', 'Even if you plan to continue workingyou may still be able to receive some benefits', 'yes', 'ok great.. you can use our online retirement application to sign up just for Medicare and wait to apply for your retirement or spouses benefits later ', 'What if you plan to continue to work?', 'Can I apply before the age?', ' we will deduct the excess earnings from your benefits ', ' You can start your retirement benefit at any point from age 62 up until age 70 . ', 'yes', 'Are you under the full retirement age?', 'If I do not enroll in both parts a and B can I do so later?', 'yes', 'How do i apply for medicare?']", + "output": [ + "How do i apply for medicare?", + "are you within three months of age 65 or older and not ready to start your monthly Social Security benefits yet", + "yes", + "ok great.. you can use our online retirement application to sign up just for Medicare and wait to apply for your retirement or spouses benefits later ", + "What if you plan to continue to work?", + "Even if you plan to continue workingyou may still be able to receive some benefits", + "Are you under the full retirement age?", + "yes", + " we will deduct the excess earnings from your benefits ", + "Can I apply before the age?", + " You can start your retirement benefit at any point from age 62 up until age 70 . ", + "If I do not enroll in both parts a and B can I do so later?", + "yes" + ] + }, + { + "input": "['You can start your retirement benefit at any point from age 62 up until age 70 .Your benefit amount will be higher the longer you delay starting it.\\xa0This adjustment is usually permanent.\\xa0.', 'so I get less if I apply early before full retirement and when is full retirement?', 'Even if you plan to continue working you may still be able to receive benefits .', 'Are you in full retirement?', 'And is Medicare like medicaid?', ' You can start your retirement benefit at any point from age 62 up until age 70 .', 'not yet', 'okay and do I have to start my benefits before 66 or 67 years old when I hit my full retirement age?', \"you don't have to check, can I ask when I can start my benefits?\", 'I want info about what happens to my benefits if I want to keep working', \"Medicare is our country 's health insurance program for people age 65 or older .The program helps with the cost of health care , but it does not cover all medical expenses or the cost of most long - term care .\", 'Yes, your benefits are reduced because you are taking them earlier before full retirement age. Full retirement age is 66 for people born between 1943 and 1954.Beginning with 1955, two months are added for every birth year until the full retirement age reaches 67 for people born in 1960 or later.']", + "output": [ + "I want info about what happens to my benefits if I want to keep working", + "Even if you plan to continue working you may still be able to receive benefits .", + "Are you in full retirement?", + "not yet", + "you don't have to check, can I ask when I can start my benefits?", + "You can start your retirement benefit at any point from age 62 up until age 70 .Your benefit amount will be higher the longer you delay starting it.\u00a0This adjustment is usually permanent.\u00a0.", + "so I get less if I apply early before full retirement and when is full retirement?", + "Yes, your benefits are reduced because you are taking them earlier before full retirement age. Full retirement age is 66 for people born between 1943 and 1954.Beginning with 1955, two months are added for every birth year until the full retirement age reaches 67 for people born in 1960 or later.", + "And is Medicare like medicaid?", + "Medicare is our country 's health insurance program for people age 65 or older .The program helps with the cost of health care , but it does not cover all medical expenses or the cost of most long - term care .", + "okay and do I have to start my benefits before 66 or 67 years old when I hit my full retirement age?", + " You can start your retirement benefit at any point from age 62 up until age 70 ." + ] + }, + { + "input": "['What other things should I consider?', ' You may not need to applyfor Medicare supplementary medical insurance Part B at age 65 You may qualify for a SEP thatwill let you sign up for Part B during ', 'please read Other Things To Consider if you plan to continue to work', 'What iformation is there for applying before full retirement age?', \"If your medical insurance coverage is under a group health plan based on your , or your spouse 's , current employment and you are age 65 or older\", ' Some beneficiaries with higher incomes will pay a highermonthly Part B premium', 'What about medical insurance part b what do I need to know?', 'Yes I am 65', 'Is there special enrollment period for applying for medicare only?', 'What if my health care coverage ends before enrollment period?', '] your benefitswill be reduced because you are taking them earlier', ' If your group health plan coverage or the employment it isbased on ends during your initial enrollment period for Medicare Part B ,you do not qualifyfor a SEP .s']", + "output": [ + "Is there special enrollment period for applying for medicare only?", + "If your medical insurance coverage is under a group health plan based on your , or your spouse 's , current employment and you are age 65 or older", + "Yes I am 65", + " You may not need to applyfor Medicare supplementary medical insurance Part B at age 65 You may qualify for a SEP thatwill let you sign up for Part B during ", + "What about medical insurance part b what do I need to know?", + " Some beneficiaries with higher incomes will pay a highermonthly Part B premium", + "What other things should I consider?", + "please read Other Things To Consider if you plan to continue to work", + "What if my health care coverage ends before enrollment period?", + " If your group health plan coverage or the employment it isbased on ends during your initial enrollment period for Medicare Part B ,you do not qualifyfor a SEP .s", + "What iformation is there for applying before full retirement age?", + "] your benefitswill be reduced because you are taking them earlier" + ] + }, + { + "input": "['is this a need or should do that I sign up for Part B at 65?', \"and I don't have to do it at age 65, you said I could do it at older right?\", 'You can put it off, but if you do not choose to enroll in Medicare Part B and then decide to do so later your coverage may be delayed and you may have to pay a higher monthly premium unless you qualify for a \" Special Enrollment Period , \" or SEP .', 'Are you 65 or older and under a group health plan by an employer?', 'I heard about a special enrollment period and wondered if it was for people like me...is it?', 'you may not need to apply for Medicare supplementary medical insurance Part B at age 65. You may qualify for a Special Enrollment Period that will let you sign up for Part B during another time.', 'no', 'I need a little help, I want to find out about Part B, Medical insurance', \"no I haven't that I know of\", 'Yes we do. If you want to learn more about enrollment periods for Part B please read the information in our \" \" booklet or talk to your personnel office before you decide .', 'Have you signed up for Medicare?', \"I'm a little more informed but still could use more info. Do you guys have something I could look at to learn more about Special Enrollment Periods?\"]", + "output": [ + "I need a little help, I want to find out about Part B, Medical insurance", + "Have you signed up for Medicare?", + "no I haven't that I know of", + "I heard about a special enrollment period and wondered if it was for people like me...is it?", + "Are you 65 or older and under a group health plan by an employer?", + "no", + "and I don't have to do it at age 65, you said I could do it at older right?", + "You can put it off, but if you do not choose to enroll in Medicare Part B and then decide to do so later your coverage may be delayed and you may have to pay a higher monthly premium unless you qualify for a \" Special Enrollment Period , \" or SEP .", + "is this a need or should do that I sign up for Part B at 65?", + "you may not need to apply for Medicare supplementary medical insurance Part B at age 65. You may qualify for a Special Enrollment Period that will let you sign up for Part B during another time.", + "I'm a little more informed but still could use more info. Do you guys have something I could look at to learn more about Special Enrollment Periods?", + "Yes we do. If you want to learn more about enrollment periods for Part B please read the information in our \" \" booklet or talk to your personnel office before you decide ." + ] + }, + { + "input": "['I need to find out about medicare health insurance coverage', ' If you are age 65 or older and your medical insurance coverage is under a group health plan based on your current employment', 'When I appy for medicare should I sign up for medical insurance part B?', ' Medicare is health insurance program for people age 65 or older', 'What if I apply for medicare only what are my options?', 'At any point from age 62 up until age 70 .', 'You may not need to applyfor Medicare supplementary medical insurance Part B at age 65', 'When is the special enrollment period?', ' you need to be sure that you understand how waiting until later will affect', 'You will be asked if you want to enroll in Medical insurance Part B . when you sign up for medicare', ' Any month you remain covered under the group health plan and you employment continues. or The 8-month period that begins with the month after your group health plan coverage ends', 'When can I start my lifetime benefits?', 'How do I qualify for special enrollment period?', 'ok yes I am age 65']", + "output": [ + "I need to find out about medicare health insurance coverage", + " Medicare is health insurance program for people age 65 or older", + "When can I start my lifetime benefits?", + "At any point from age 62 up until age 70 .", + "What if I apply for medicare only what are my options?", + " you need to be sure that you understand how waiting until later will affect", + "When I appy for medicare should I sign up for medical insurance part B?", + "You will be asked if you want to enroll in Medical insurance Part B . when you sign up for medicare", + "When is the special enrollment period?", + " Any month you remain covered under the group health plan and you employment continues. or The 8-month period that begins with the month after your group health plan coverage ends", + "How do I qualify for special enrollment period?", + " If you are age 65 or older and your medical insurance coverage is under a group health plan based on your current employment", + "ok yes I am age 65", + "You may not need to applyfor Medicare supplementary medical insurance Part B at age 65" + ] + }, + { + "input": "[' If you areunder full retirement age and you earn over a certain amount we will deduct the excess earnings from your benefits ', 'how do you only apply for medicare?', 'You can start your retirement benefit at any point from age 62 up until age 70 ', 'What if you are under the full retirement age?', 'What is SEP?', 'are you 65? ', 'Can I apply for medicare only?', 'you can use our online retirement application to sign up just for Medicare and wait to apply for your retirement or spouses benefits later ', 'yes', 'when can you start the benfits?', 'yes', \"If you are age 65 or older and your medical insurance coverage is under a group health plan based on your , or your spouse 's , current employment\"]", + "output": [ + "how do you only apply for medicare?", + "are you 65? ", + "yes", + "you can use our online retirement application to sign up just for Medicare and wait to apply for your retirement or spouses benefits later ", + "What if you are under the full retirement age?", + " If you areunder full retirement age and you earn over a certain amount we will deduct the excess earnings from your benefits ", + "What is SEP?", + "If you are age 65 or older and your medical insurance coverage is under a group health plan based on your , or your spouse 's , current employment", + "when can you start the benfits?", + "You can start your retirement benefit at any point from age 62 up until age 70 ", + "Can I apply for medicare only?", + "yes" + ] + }, + { + "input": "[\" If you are age 65 or older and your medical insurance coverage is under a group health plan based on your , or your spouse 's , current employment\", 'what about health coverage?', \"Medicare is our country 's health insurance program for people age 65 or older \", 'what is SEP?', 'You can start your retirement benefit at any point from age 62 up until age 70 .', 'Where can I get more information?', 'Is there life time benefits?', 'did you apply benefits before age 65?', 'When you sign up for Medicare you will be asked if you want to enroll in Medical insurance Part B', 'Do I sign up for medicare part B?', 'For more information that will help you decide the best time to start benefits , please read Other Things To Consider ', 'You can start your retirement benefit at any point from age 62 up until age 70 . ', 'yeah']", + "output": [ + "Is there life time benefits?", + "You can start your retirement benefit at any point from age 62 up until age 70 .", + "did you apply benefits before age 65?", + "yeah", + "You can start your retirement benefit at any point from age 62 up until age 70 . ", + "Where can I get more information?", + "For more information that will help you decide the best time to start benefits , please read Other Things To Consider ", + "what about health coverage?", + "Medicare is our country 's health insurance program for people age 65 or older ", + "Do I sign up for medicare part B?", + "When you sign up for Medicare you will be asked if you want to enroll in Medical insurance Part B", + "what is SEP?", + " If you are age 65 or older and your medical insurance coverage is under a group health plan based on your , or your spouse 's , current employment" + ] + }, + { + "input": "[\"Yes, that's correct. You may qualify for a SEP that will let you sign up for Part B.\", 'Who can get covered by Medicare?', \"Hi, i'm receiving benefits, but i wanted to know if there is a chance i keep them now i'm looking to continue working.\", 'Are you at full retirement age?', \"If that's the case, maybe your full coverage will be delayed and you may have to pay a bigger amount unless you qualify for SEP.\", \"What happens if I can't sign up for Medicare Plan B?\", 'Medicare Plan B helps pay for doctors services and many other things.', \"Yes, i'm at that age.\", \"We don't need to get any supplementary medical insurance, isn't?\", 'Those who have reached age 65 or older.The program helps them with the cost of health care.', 'No problem there. You may be still capable to receive those benefits.', 'What do the Medical insurance Part B? What is its function?', 'Well, if that so, we will deduct the excess earning from your benefits.']", + "output": [ + "Hi, i'm receiving benefits, but i wanted to know if there is a chance i keep them now i'm looking to continue working.", + "No problem there. You may be still capable to receive those benefits.", + "Are you at full retirement age?", + "Yes, i'm at that age.", + "Well, if that so, we will deduct the excess earning from your benefits.", + "What happens if I can't sign up for Medicare Plan B?", + "If that's the case, maybe your full coverage will be delayed and you may have to pay a bigger amount unless you qualify for SEP.", + "Who can get covered by Medicare?", + "Those who have reached age 65 or older.The program helps them with the cost of health care.", + "What do the Medical insurance Part B? What is its function?", + "Medicare Plan B helps pay for doctors services and many other things.", + "We don't need to get any supplementary medical insurance, isn't?", + "Yes, that's correct. You may qualify for a SEP that will let you sign up for Part B." + ] + }, + { + "input": "[\"Hm, that's interesting. Thank you for letting me know that there is a delay. Do you offer any other publications about disability benefits?\", 'Are there any ways to apply for disability benefits other than by mail?', \"That's great, I'll give it a read later. And when should I apply for disability benefits?\", 'When can I expect supplemental security income to be paid?', 'Do you have a publication about Medicare?', 'Disability Home.', 'Did you apply for Social Security?', \"Hello, I'm here to learn more about how you determine if a person is disabled.\", 'In that case disability benefits will not begin until the sixth full month of disability. The Social Security disability waiting period begins with the first full month after the date we decide your disability began.', 'You should apply as soon as you become disabled.', 'Yes, I did.', 'We pay SSI disability benefits for the first full month after the date you filed your claim, or, if later, the date you become eligible for SSI.', 'Yes, we do have a publication about Medicare.', 'Yes, the Disability Starter Kit will help you get ready for your disability interview or online application. Kits are available for adults and for children under age 18.', 'Yes, you can apply for Disability benefits online, or if you prefer, you can apply by calling our toll-free number, 1-800-772-1213.']", + "output": [ + "Hello, I'm here to learn more about how you determine if a person is disabled.", + "Disability Home.", + "Do you have a publication about Medicare?", + "Yes, we do have a publication about Medicare.", + "That's great, I'll give it a read later. And when should I apply for disability benefits?", + "You should apply as soon as you become disabled.", + "Did you apply for Social Security?", + "Yes, I did.", + "In that case disability benefits will not begin until the sixth full month of disability. The Social Security disability waiting period begins with the first full month after the date we decide your disability began.", + "Hm, that's interesting. Thank you for letting me know that there is a delay. Do you offer any other publications about disability benefits?", + "Yes, the Disability Starter Kit will help you get ready for your disability interview or online application. Kits are available for adults and for children under age 18.", + "When can I expect supplemental security income to be paid?", + "We pay SSI disability benefits for the first full month after the date you filed your claim, or, if later, the date you become eligible for SSI.", + "Are there any ways to apply for disability benefits other than by mail?", + "Yes, you can apply for Disability benefits online, or if you prefer, you can apply by calling our toll-free number, 1-800-772-1213." + ] + }, + { + "input": "['do you want to apply for a child? ', 'CHECK the Starter Kit for disabled children. This kit answers common questions about applying for Supplemental Security Income benefits for children, and includes a worksheet to help you gather the information you need.', \"You will need to complete an SSI Supplemental Security Income Application AND a Child Disability Report. The report collects information on the child's disabling condition and how it affects their ability to function.\", 'no', 'Hello, I would like to obtain information about disability benefits for a child under 18 ', 'ya', 'ALREADY CHECK the Starter Kit for Disabled Children?', 'yes', \"PLEASE CONTACT Social Security right away to find out if the parent and child's income and resources are within the allowed limits, and to start the SSI application process\", 'How can I do if I need help?', 'Contact us by phone or in person to make an appointment to complete the SSI application. We will assist you in person or by phone.', 'C\u00f3mo solicitar beneficios por discapacidad para un menor', 'How do you find out if the income and resources of the parents and child are within the allowed limits?', 'Have you contacted Social Security?']", + "output": [ + "Hello, I would like to obtain information about disability benefits for a child under 18 ", + "do you want to apply for a child? ", + "yes", + "You will need to complete an SSI Supplemental Security Income Application AND a Child Disability Report. The report collects information on the child's disabling condition and how it affects their ability to function.", + "How do you find out if the income and resources of the parents and child are within the allowed limits?", + "PLEASE CONTACT Social Security right away to find out if the parent and child's income and resources are within the allowed limits, and to start the SSI application process", + "C\u00f3mo solicitar beneficios por discapacidad para un menor", + "CHECK the Starter Kit for disabled children. This kit answers common questions about applying for Supplemental Security Income benefits for children, and includes a worksheet to help you gather the information you need.", + "Have you contacted Social Security?", + "no", + "ALREADY CHECK the Starter Kit for Disabled Children?", + "ya", + "How can I do if I need help?", + "Contact us by phone or in person to make an appointment to complete the SSI application. We will assist you in person or by phone." + ] + }, + { + "input": "['I need more information\\n', \"FILL OUT the online Child Disability Report . At the end of the report ,s [15] we will ask you to sign a form that gives the child 's doctor permission to give us information about his / her disability .\", 'yes', 'To apply for a child', \"The report collects information about the child 's disabling condition and how it affects his / her ability to function\", 'If Applying for a child (under 18) what are the steps for Disability Benefits\\n', \"You will need to complete an Application for Supplemental Security Income SSI AND a Child Disability Report . The report collects information about the child 's disabling condition and how it affects his / her ability to function\", ' you can call us toll - free at 1 - 800 - 772 - 1213 ', 'If i do not want to do this report online or i need help ', 'what can you tell me about\\nDisability Benefits | Apply For A Child (Under Age 18)', 'Please contact us by phone or in person to schedule an appointment to complete the SSI application ', 'To apply for a child?']", + "output": [ + "what can you tell me about\nDisability Benefits | Apply For A Child (Under Age 18)", + "To apply for a child?", + "yes", + "You will need to complete an Application for Supplemental Security Income SSI AND a Child Disability Report . The report collects information about the child 's disabling condition and how it affects his / her ability to function", + "If Applying for a child (under 18) what are the steps for Disability Benefits\n", + "FILL OUT the online Child Disability Report . At the end of the report ,s [15] we will ask you to sign a form that gives the child 's doctor permission to give us information about his / her disability .", + "I need more information\n", + "Please contact us by phone or in person to schedule an appointment to complete the SSI application ", + "To apply for a child", + "The report collects information about the child 's disabling condition and how it affects his / her ability to function", + "If i do not want to do this report online or i need help ", + " you can call us toll - free at 1 - 800 - 772 - 1213 " + ] + }, + { + "input": "['Of course. You should know that you must earn at least 40 Social Security credits to qualify for Social Security benefits. You earn Social Security credits when you work and pay Social Security taxes.', \"I heard about this work test. You see, I'm actually blind, so how is this supposed to work for me?\", 'Yes, you must meet a recent work test and a duration work test.', 'You keep talking about those credits. How do I earn them?', 'Yes, I currently do.', \"I'm looking for info about social security credits.\", 'In that case you must only meet the duration of work test.', 'If you still pay it at the time of your death, we will pay your survivors based on that entitlement. We will not have to determine your credits again.', 'And do I need anything else to be eligible for disability benefits?', 'Do you work and pay Social Security taxes?', \"Alright. Let's talk about survivors benefits. What if I'm already receiving retirement or disability benefits? Will my wife get those benefits?\", 'Then you earn up to a maximum of four credits per year.']", + "output": [ + "I'm looking for info about social security credits.", + "Of course. You should know that you must earn at least 40 Social Security credits to qualify for Social Security benefits. You earn Social Security credits when you work and pay Social Security taxes.", + "I heard about this work test. You see, I'm actually blind, so how is this supposed to work for me?", + "In that case you must only meet the duration of work test.", + "Alright. Let's talk about survivors benefits. What if I'm already receiving retirement or disability benefits? Will my wife get those benefits?", + "If you still pay it at the time of your death, we will pay your survivors based on that entitlement. We will not have to determine your credits again.", + "You keep talking about those credits. How do I earn them?", + "Do you work and pay Social Security taxes?", + "Yes, I currently do.", + "Then you earn up to a maximum of four credits per year.", + "And do I need anything else to be eligible for disability benefits?", + "Yes, you must meet a recent work test and a duration work test." + ] + }, + { + "input": "[\"We cannot pay you benefits if you do not have enough credits. We use the amount of credits you have earned to determine your eligibility for retirement or disability benefits, as well as your family's eligibility for survivor benefits when you die.\", 'What do I have to do to be eligible for disability benefits?', 'you must have at least 20 credits in the 10-year period immediately before you become disabled', 'How much credit should I have before I become disabled?', 'You must complete a recent work test and a duration work test.', 'were you born after 1928?', 'Of course You must earn at least 40 Social Security credits to qualify for Social Security benefits. You earn Social Security credits when you work and pay Social Security taxes.', 'no', \"What if I don't have enough credit?\", 'Hello, I would like to obtain information about Social Security Credits', 'What is the Number of credits needed for retirement benefits?']", + "output": [ + "Hello, I would like to obtain information about Social Security Credits", + "Of course You must earn at least 40 Social Security credits to qualify for Social Security benefits. You earn Social Security credits when you work and pay Social Security taxes.", + "How much credit should I have before I become disabled?", + "you must have at least 20 credits in the 10-year period immediately before you become disabled", + "What is the Number of credits needed for retirement benefits?", + "were you born after 1928?", + "no", + "What do I have to do to be eligible for disability benefits?", + "You must complete a recent work test and a duration work test.", + "What if I don't have enough credit?", + "We cannot pay you benefits if you do not have enough credits. We use the amount of credits you have earned to determine your eligibility for retirement or disability benefits, as well as your family's eligibility for survivor benefits when you die." + ] + }, + { + "input": "[' Do not routinely carry your Social Security card', 'how Keep my Information Secure', 'Create a my Social Security account to help you keep track of your records', 'what steps can i take to help protect my personal information', 'Help ensure you get the retirement benefits you should by reviewing the basics like how we determine your benefit amount and who else in your family might be eligible. Visit our Learn About Retirement Benefits page to make sure you know the basics of retirement benefits', 'you receive a suspicious call from someone claiming to be from Social Security ', ' Identity theft affects millions of people each year and can cause serious financial and identity - related problems .s [73] Protect yourself by securing your personal information , taking the time to understand the threat of identity theft , and exercising caution ', 'Social Security is diligently working at national , regional , and local levels to combat the fraud that undermines our mission to serve the American public .', 'not', 'How do I protect myself from fraud?', 'How to report suspicious activity', 'I need more information\\n', 'what are my rights']", + "output": [ + "how Keep my Information Secure", + " Identity theft affects millions of people each year and can cause serious financial and identity - related problems .s [73] Protect yourself by securing your personal information , taking the time to understand the threat of identity theft , and exercising caution ", + "what steps can i take to help protect my personal information", + " Do not routinely carry your Social Security card", + "what are my rights", + "Help ensure you get the retirement benefits you should by reviewing the basics like how we determine your benefit amount and who else in your family might be eligible. Visit our Learn About Retirement Benefits page to make sure you know the basics of retirement benefits", + "I need more information\n", + "Create a my Social Security account to help you keep track of your records", + "How do I protect myself from fraud?", + "Social Security is diligently working at national , regional , and local levels to combat the fraud that undermines our mission to serve the American public .", + "How to report suspicious activity", + "you receive a suspicious call from someone claiming to be from Social Security ", + "not" + ] + }, + { + "input": "[\"That's great and all, but what if I need help with managing my benefits and can not find the answer?\", 'In that case you can visit our contact us page for other ways to get support.', 'Identity theft affects millions of people each year and can cause serious financial and identity-related problems. Protect yourself by securing your personal information, taking the time to understand the threat of identity theft, and exercising caution.', \"No, I'm just asking.\", 'Sounds great. How do I report suspicious activity then?', 'Did you receive a suspicious call from someone claiming to be from Social Security?', 'There are also several services available, right?', \"I was wondering if you have some resources about retirement benefits. I'm looking for some answers.\", 'Correct. We continue to expand the services available online. Visit our online services page to see a complete list, including the newest services to help you manage your information. You can also search our comprehensive FAQs section for help with specific retirement issues.', \"That's good to know. And what can I do to keep my information safe?\", 'Of course. There are many time-saving options available to you, we have several online services.']", + "output": [ + "I was wondering if you have some resources about retirement benefits. I'm looking for some answers.", + "Of course. There are many time-saving options available to you, we have several online services.", + "That's great and all, but what if I need help with managing my benefits and can not find the answer?", + "In that case you can visit our contact us page for other ways to get support.", + "There are also several services available, right?", + "Correct. We continue to expand the services available online. Visit our online services page to see a complete list, including the newest services to help you manage your information. You can also search our comprehensive FAQs section for help with specific retirement issues.", + "That's good to know. And what can I do to keep my information safe?", + "Identity theft affects millions of people each year and can cause serious financial and identity-related problems. Protect yourself by securing your personal information, taking the time to understand the threat of identity theft, and exercising caution.", + "Sounds great. How do I report suspicious activity then?", + "Did you receive a suspicious call from someone claiming to be from Social Security?", + "No, I'm just asking." + ] + }, + { + "input": "['Social Security Credits', 'And can I continue working if I receive the benefit?', 'And can I continue working if I receive the benefit?', 'Can I be working, applying for retirement, or both?', 'We have other tools and resources to help you estimate your benefit amount. Visit the Social Security Calculators page for more online and downloadable calculator options.', 'How can I Estimate my benefits?', 'hi can you help me with retirement planning', 'Do you know that many factors affect retirement planning?', 'The Retirement Calculator within my Social Security allows you to obtain personalized retirement benefit estimates based on your actual earnings', 'no', \"What if I don't want to create a my Social Security account?\", 'Planning is the key to creating your best retirement. You will have to plan and save for years to reach your retirement goals.']", + "output": [ + "hi can you help me with retirement planning", + "Planning is the key to creating your best retirement. You will have to plan and save for years to reach your retirement goals.", + "Do you know that many factors affect retirement planning?", + "no", + "How can I Estimate my benefits?", + "The Retirement Calculator within my Social Security allows you to obtain personalized retirement benefit estimates based on your actual earnings", + "What if I don't want to create a my Social Security account?", + "We have other tools and resources to help you estimate your benefit amount. Visit the Social Security Calculators page for more online and downloadable calculator options.", + "Can I be working, applying for retirement, or both?", + "Social Security Credits", + "And can I continue working if I receive the benefit?", + "And can I continue working if I receive the benefit?" + ] + }, + { + "input": "['you want to know the factors affecting retirement planning', 'Railroad Earnings', 'what can you tell me about Retirement Benefits\\n', 'Jump to a topic on this page', ' Earning types with special rules', 'Planning is the key to creating your best retirement. You ll need to plan and save for years to achieve your retirement goals ', 'we want you to understand what Social Security can mean to you and your family s financial future', ' You can get Social Security retirement benefits as early as age 62', 'yes', \"if i'm ready to retire?\", ' We want you to know what Social Security can mean for you and your family s financial future', ' what is the Early Retirement Age', 'What is Retirement Planning like?\\n']", + "output": [ + "What is Retirement Planning like?\n", + "Planning is the key to creating your best retirement. You ll need to plan and save for years to achieve your retirement goals ", + "you want to know the factors affecting retirement planning", + "yes", + "we want you to understand what Social Security can mean to you and your family s financial future", + "if i'm ready to retire?", + "Jump to a topic on this page", + "what can you tell me about Retirement Benefits\n", + " We want you to know what Social Security can mean for you and your family s financial future", + " what is the Early Retirement Age", + " You can get Social Security retirement benefits as early as age 62", + " Earning types with special rules", + "Railroad Earnings" + ] + }, + { + "input": "['I see. And what exactly can this card do for me?', \"Yes, that's the case.\", 'Will do. So, I have read about the Direct Express card. How can I get one of these?', 'Are you currently NOT getting Social Security or SSI benefits but are planning to apply?', \"The Direct Express card is a debit card you can use to access your benefits. And you don't need a bank account, we deposit your federal benefit payment directly into your card account.\", 'You can consider the Direct Express debit card as another viable option, for example.', 'If you already have an account, you should have your checkbook or a copy of your bank statement with you.', 'I see. And what if I already have an account?', \"It's quick and easy to sign up for the card. Call the toll - free Direct Express hotline at 1 - 800 - 333 - 1795. Social Security can help you sign up.\", 'Sounds great. So do I need to contact my bank for direct deposit or is there another viable option?', 'Then you should tell the Social Security representative when you apply for benefits that you want to sign up for Direct Deposit.', \"Hello there. I'm currently not receiving any benefits, but would like to apply for direct deposit. In the light of this I have some questions, hope you can answer them for me.\"]", + "output": [ + "Hello there. I'm currently not receiving any benefits, but would like to apply for direct deposit. In the light of this I have some questions, hope you can answer them for me.", + "Are you currently NOT getting Social Security or SSI benefits but are planning to apply?", + "Yes, that's the case.", + "Then you should tell the Social Security representative when you apply for benefits that you want to sign up for Direct Deposit.", + "I see. And what if I already have an account?", + "If you already have an account, you should have your checkbook or a copy of your bank statement with you.", + "Will do. So, I have read about the Direct Express card. How can I get one of these?", + "It's quick and easy to sign up for the card. Call the toll - free Direct Express hotline at 1 - 800 - 333 - 1795. Social Security can help you sign up.", + "I see. And what exactly can this card do for me?", + "The Direct Express card is a debit card you can use to access your benefits. And you don't need a bank account, we deposit your federal benefit payment directly into your card account.", + "Sounds great. So do I need to contact my bank for direct deposit or is there another viable option?", + "You can consider the Direct Express debit card as another viable option, for example." + ] + }, + { + "input": "['to changing Social Security benefits online direct deposit?', 'What do I do When I decide which account is right for me?', 'y Does the Direct Express card not work?', 'tell the Social Security representative when you apply for the benefits you want to enroll in Direct Deposit.', 'Are you already receiving Social Security or SSI benefits?', 'You must open an account before you can sign up for Direct Deposit. You should compare prices in your area to find an account that has the features you want at a price you can afford.', 'Hello, I would like to know what happens if I am already receiving benefits?', 'yes', 'y Does the Direct Express card not work?', 'yes', 'Inform the representative of the financial institution that you are interested in registering to receive your benefits through Direct Deposit.', 'What should I do if I am currently not receiving benefits?', \"What if someone doesn't have an account?\"]", + "output": [ + "Hello, I would like to know what happens if I am already receiving benefits?", + "Are you already receiving Social Security or SSI benefits?", + "yes", + "to changing Social Security benefits online direct deposit?", + "yes", + "What if someone doesn't have an account?", + "You must open an account before you can sign up for Direct Deposit. You should compare prices in your area to find an account that has the features you want at a price you can afford.", + "What do I do When I decide which account is right for me?", + "Inform the representative of the financial institution that you are interested in registering to receive your benefits through Direct Deposit.", + "What should I do if I am currently not receiving benefits?", + "tell the Social Security representative when you apply for the benefits you want to enroll in Direct Deposit.", + "y Does the Direct Express card not work?", + "y Does the Direct Express card not work?" + ] + }, + { + "input": "['Of course. Do you want more information about the income-related monthly adjustment amounts or to apply for Medicare Part A or B?', 'Then you need to show us your signed copy of the return. Use Form Medicare Income-Related Monthly Adjustment Amount Life-Changing Event to report a major life-changing event.', 'So can you tell me what will change, now that I earn more?', 'What if I filed a federal income tax return for the year?', 'Has your income gone down due to any of the following situations, and does the change make a difference in the income level we consider?', 'My income has changed and I wanted to know how that affects my Medicare.', \"You'll pay a larger percentage of the total cost of Part B based on the income you normally report to the Internal Revenue Service IRS. You'll pay monthly Part B premiums equal to 35, 50, 65, 80, or 85 percent of the total cost, depending on what you report to the IRS.\", 'No, I actually earn more now.', 'In that case you can visit our webpage Medicare Resources.', 'Can you give me any information or sources to learn more about my Medicare?', 'Yes.']", + "output": [ + "My income has changed and I wanted to know how that affects my Medicare.", + "Has your income gone down due to any of the following situations, and does the change make a difference in the income level we consider?", + "No, I actually earn more now.", + "Can you give me any information or sources to learn more about my Medicare?", + "Of course. Do you want more information about the income-related monthly adjustment amounts or to apply for Medicare Part A or B?", + "Yes.", + "In that case you can visit our webpage Medicare Resources.", + "So can you tell me what will change, now that I earn more?", + "You'll pay a larger percentage of the total cost of Part B based on the income you normally report to the Internal Revenue Service IRS. You'll pay monthly Part B premiums equal to 35, 50, 65, 80, or 85 percent of the total cost, depending on what you report to the IRS.", + "What if I filed a federal income tax return for the year?", + "Then you need to show us your signed copy of the return. Use Form Medicare Income-Related Monthly Adjustment Amount Life-Changing Event to report a major life-changing event." + ] + }, + { + "input": "['In that case we would need to see documentation verifying the event and the reduction in your income. ', 'My income has changed and I wanted to know which impact this has on my retirement.', \"That's what I thought. And how high are the monthly medicare premiums?\", 'Has your income gone down due to any of the following situations, and the change makes a difference in the income level we consider?', 'In that case we need to see documentation verifying the event and the reduction in your income. The documentation you provide should relate to the event and may include a death certificate, a letter from your employer about your retirement, or something similar.', 'Well, we use your most recent federal tax return the IRS provides to us. This information is from a tax return filed in 2019 for tax year 2018. Sometimes, the IRS only provides information from a return filed in 2018 for tax year 2017.', 'So if I had less income, what would I need to do? My wife has that issue currently.', 'The standard Part B premium for 2020 is $ 144.60.', 'No. It has gone up, actually.', 'What would happen if I earned less, like you suggested?', 'I see. So how exactly do you determine my income-related adjustment amounts?']", + "output": [ + "My income has changed and I wanted to know which impact this has on my retirement.", + "Has your income gone down due to any of the following situations, and the change makes a difference in the income level we consider?", + "No. It has gone up, actually.", + "What would happen if I earned less, like you suggested?", + "In that case we would need to see documentation verifying the event and the reduction in your income. ", + "I see. So how exactly do you determine my income-related adjustment amounts?", + "Well, we use your most recent federal tax return the IRS provides to us. This information is from a tax return filed in 2019 for tax year 2018. Sometimes, the IRS only provides information from a return filed in 2018 for tax year 2017.", + "So if I had less income, what would I need to do? My wife has that issue currently.", + "In that case we need to see documentation verifying the event and the reduction in your income. The documentation you provide should relate to the event and may include a death certificate, a letter from your employer about your retirement, or something similar.", + "That's what I thought. And how high are the monthly medicare premiums?", + "The standard Part B premium for 2020 is $ 144.60." + ] + }, + { + "input": "['not', 'not', ' Not currently receiving benefits?', 'yes', 'If i already receive Social Security or SSI benefits and you have a bank account?', 'what can you tell me about Social Security Direct Deposit\\n', 'Are you already receiving benefits?', 'you don t get Social Security or SSI benefits yet but are planning to apply?', ' you can sign up for Direct Deposit by :\\nstarting or changing Direct Deposit online Social Security benefits only', 'have your checkbook or a copy of your bank statement with you .', 'you already have an account?', 'yes']", + "output": [ + "what can you tell me about Social Security Direct Deposit\n", + "Are you already receiving benefits?", + "not", + " Not currently receiving benefits?", + "yes", + "you don t get Social Security or SSI benefits yet but are planning to apply?", + "not", + "you already have an account?", + "yes", + "have your checkbook or a copy of your bank statement with you .", + "If i already receive Social Security or SSI benefits and you have a bank account?", + " you can sign up for Direct Deposit by :\nstarting or changing Direct Deposit online Social Security benefits only" + ] + }, + { + "input": "['not', 'if i can use the card to make purchases , pay bills or get cash at thousands of locations?', 'calling Social Security toll - free at 1 - 800 - 772 - 1213 TTY 1 - 800 - 325 - 0778 ', ' It s quick and easy to sign up for the card . Call the toll - free Direct Express hotline at 1 - 800 - 333 - 1795 . Also, Social Security can help you sign up ', 'what can you tell me about Social Security Direct Deposit\\n', 'you must open an account before you can sign up for Direct Deposit . You should shop around in your area to find an account that has the features you want at a price you can afford .', 'Already receiving benefits?', ' you already receive Social Security or SSI benefits and you have a bank account?', ' If i already receive Social Security or SSI benefits and I have a bank account , I can sign up for Direct Deposit?', 'yes', \" If i do n't have an account\"]", + "output": [ + "what can you tell me about Social Security Direct Deposit\n", + "Already receiving benefits?", + "yes", + " you already receive Social Security or SSI benefits and you have a bank account?", + "not", + "if i can use the card to make purchases , pay bills or get cash at thousands of locations?", + " It s quick and easy to sign up for the card . Call the toll - free Direct Express hotline at 1 - 800 - 333 - 1795 . Also, Social Security can help you sign up ", + " If i already receive Social Security or SSI benefits and I have a bank account , I can sign up for Direct Deposit?", + "calling Social Security toll - free at 1 - 800 - 772 - 1213 TTY 1 - 800 - 325 - 0778 ", + " If i do n't have an account", + "you must open an account before you can sign up for Direct Deposit . You should shop around in your area to find an account that has the features you want at a price you can afford ." + ] + }, + { + "input": "['For more information about the income - related monthly adjustment amounts or to apply for Medicare Part A or B ', 'not', 'If I amended your tax return', 'I need more information\\n', 'you ll pay an income - related monthly adjustment amount only on the benefit you have', 'we counts and it changes the income to determine the income - related monthly adjustment amounts your MAGI , let us know .', 'you disagree with the decision we made about your income - related monthly adjustment amounts', 'what can you tell me about Medicare Premiums: Rules For Higher-Income Beneficiaries', ' If i have only one Medicare Part B or Medicare prescription drug coverage', ' The law requires an adjustment to your monthly Medicare Part B medical insurance and Medicare prescription drug coverage premiums', 'If i Disagree With Our Decision', 'how I requested?', 'visit our webpage Medicare Resources .']", + "output": [ + "what can you tell me about Medicare Premiums: Rules For Higher-Income Beneficiaries", + " The law requires an adjustment to your monthly Medicare Part B medical insurance and Medicare prescription drug coverage premiums", + " If i have only one Medicare Part B or Medicare prescription drug coverage", + "you ll pay an income - related monthly adjustment amount only on the benefit you have", + "If i Disagree With Our Decision", + "you disagree with the decision we made about your income - related monthly adjustment amounts", + "not", + "If I amended your tax return", + "we counts and it changes the income to determine the income - related monthly adjustment amounts your MAGI , let us know .", + "I need more information\n", + "For more information about the income - related monthly adjustment amounts or to apply for Medicare Part A or B ", + "how I requested?", + "visit our webpage Medicare Resources ." + ] + }, + { + "input": "['Could this mean that I have to pay a higher premium?', 'Does Medicare help me to pay for my prescribed drugs?', \"Yes, but most people don't pay higher premiums.\", 'In that case you need to show us your signed copy of the return. Use Form Medicare Income-Related Monthly Adjustment Amount Life-Changing Event to report a major life-changing event.', 'Hello, I have some questions about Medicare premiums.', 'Yes. Medicare prescription drug coverage helps pay for your prescription drugs. The government pays a major portion of the total costs for this coverage, and the beneficiary pays the rest. ', 'Are you single and filed an individual tax return, or married and filed a joint tax return?', 'Of course. First, you should know that the law requires an adjustment to your monthly Medicare Part B medical insurance and Medicare prescription drug coverage premiums. This affects less than five percent of people with Medicare.', 'I see. Well, what if I filed a federal income tax return for the year?', 'You should be aware that the standard Part B premium for 2020 is $ 144.60.', 'Makes sense. What can you tell me about monthly Medicare premiums?', 'No, sorry.']", + "output": [ + "Hello, I have some questions about Medicare premiums.", + "Of course. First, you should know that the law requires an adjustment to your monthly Medicare Part B medical insurance and Medicare prescription drug coverage premiums. This affects less than five percent of people with Medicare.", + "Could this mean that I have to pay a higher premium?", + "Yes, but most people don't pay higher premiums.", + "I see. Well, what if I filed a federal income tax return for the year?", + "In that case you need to show us your signed copy of the return. Use Form Medicare Income-Related Monthly Adjustment Amount Life-Changing Event to report a major life-changing event.", + "Does Medicare help me to pay for my prescribed drugs?", + "Yes. Medicare prescription drug coverage helps pay for your prescription drugs. The government pays a major portion of the total costs for this coverage, and the beneficiary pays the rest. ", + "Makes sense. What can you tell me about monthly Medicare premiums?", + "You should be aware that the standard Part B premium for 2020 is $ 144.60.", + "Are you single and filed an individual tax return, or married and filed a joint tax return?", + "No, sorry." + ] + }, + { + "input": "['Who do I go to if I need help?', 'You can call us toll free at 1 - 800 - 772 - 1213', 'Hello, I would like to know how to apply for a disability benefits for a minor', 'can I request it for a child?', 'Do you want to find out if the income and resources of the parents and child are within the allowed limits?', 'with Social Security', 'COMPLETE the Child Disability Report online.', 'Who did I start the SSI application process with?', 'CHECK the Starter Kit for Disabled Children.s [10] This kit answers common questions about applying for Supplemental Security Income benefits for children, and includes a worksheet to help you gather the information you need.', 'yes', \"You will need to complete an SSI Supplemental Security Income Application AND a Child Disability Report. The report collects information about the child's disburs condition and how it affects her ability to function. At this time, only the Child Disability Report can be completed online.\", 'What should I do with the report?']", + "output": [ + "Hello, I would like to know how to apply for a disability benefits for a minor", + "CHECK the Starter Kit for Disabled Children.s [10] This kit answers common questions about applying for Supplemental Security Income benefits for children, and includes a worksheet to help you gather the information you need.", + "Do you want to find out if the income and resources of the parents and child are within the allowed limits?", + "yes", + "Who do I go to if I need help?", + "You can call us toll free at 1 - 800 - 772 - 1213", + "can I request it for a child?", + "You will need to complete an SSI Supplemental Security Income Application AND a Child Disability Report. The report collects information about the child's disburs condition and how it affects her ability to function. At this time, only the Child Disability Report can be completed online.", + "Who did I start the SSI application process with?", + "with Social Security", + "What should I do with the report?", + "COMPLETE the Child Disability Report online." + ] + }, + { + "input": "[\"What if I don't want to do the disability report online?\", 'Of course. You can call our toll-free TTY number, 1-800-325-0778.', \"You will need to complete an Application for Supplemental Security Income SSI AND a Child Disability Report. The report collects information about the child's disabling condition and how it affects his/her ability to function. At this time, only the Child Disability Report can be completed online.\", 'In that case you can call us toll-free at 1-800-772-1213.', 'So now that I have contacted Social Security and made sure I fulfill the requirements I can apply for SSI, right?', 'Yes, I did. I talked to them yesterday.', \"Yes, that's correct.\", 'Great. Is there anything else I need to know regarding my application?', 'I could use some guidance on how to apply for a disabled child.', 'Of course. You should review the Child Disability Starter Kit. This kit answers common questions about applying for Supplemental Security Income SSI benefits for children , and includes a worksheet that will help you gather the information you need.', \"And what if I'm hard of hearing? Do you have a number for that?\", 'Did you contact Social Security to find out whether the income and resources of the parents and the child are within the allowed limits, and to start the SSI application process?']", + "output": [ + "I could use some guidance on how to apply for a disabled child.", + "Of course. You should review the Child Disability Starter Kit. This kit answers common questions about applying for Supplemental Security Income SSI benefits for children , and includes a worksheet that will help you gather the information you need.", + "Did you contact Social Security to find out whether the income and resources of the parents and the child are within the allowed limits, and to start the SSI application process?", + "Yes, I did. I talked to them yesterday.", + "What if I don't want to do the disability report online?", + "In that case you can call us toll-free at 1-800-772-1213.", + "And what if I'm hard of hearing? Do you have a number for that?", + "Of course. You can call our toll-free TTY number, 1-800-325-0778.", + "Great. Is there anything else I need to know regarding my application?", + "You will need to complete an Application for Supplemental Security Income SSI AND a Child Disability Report. The report collects information about the child's disabling condition and how it affects his/her ability to function. At this time, only the Child Disability Report can be completed online.", + "So now that I have contacted Social Security and made sure I fulfill the requirements I can apply for SSI, right?", + "Yes, that's correct." + ] + }, + { + "input": "['you must meet a recent work test and a duration work test ', 'what is the number of credits needed for retirement benefits', 'If i are statutorily blind?', \"it's not my case Social Security Credits\\n\", ' The amount of earnings it takes to earn a credit may change each year ', 'how to be eligible for disability benefits?', 'you were born after 1928?', 'not', ' you must only meet the duration of work test', 'You must earn at least 40 Social Security credits to qualify for Social Security benefits . You earn Social Security credits when you work and pay Social Security taxes .', 'How Credits Are Earned']", + "output": [ + "it's not my case Social Security Credits\n", + "You must earn at least 40 Social Security credits to qualify for Social Security benefits . You earn Social Security credits when you work and pay Social Security taxes .", + "If i are statutorily blind?", + " you must only meet the duration of work test", + "what is the number of credits needed for retirement benefits", + "you were born after 1928?", + "not", + "How Credits Are Earned", + " The amount of earnings it takes to earn a credit may change each year ", + "how to be eligible for disability benefits?", + "you must meet a recent work test and a duration work test " + ] + }, + { + "input": "['no', 'Can you tell me the amount of credits needed for survivor benefits?', 'in that case there is no recent proof of work requirement.', 'no', 'were you born after 1928?', 'can you please tell me the number of credits needed for retirement benefits', 'What happens when it comes to legal blindness?', 'Of course You must earn at least 40 Social Security credits to qualify for Social Security benefits. You earn Social Security credits when you work and pay Social Security taxes.', 'Hello, I would like to obtain information about Social Security Credits', 'Are you already receiving retirement or disability benefits at the time of your death?', 'The number of credits needed for family members to be eligible for survivor benefits depends on their age when they die. The younger you are, the less credits needed.']", + "output": [ + "Hello, I would like to obtain information about Social Security Credits", + "Of course You must earn at least 40 Social Security credits to qualify for Social Security benefits. You earn Social Security credits when you work and pay Social Security taxes.", + "can you please tell me the number of credits needed for retirement benefits", + "were you born after 1928?", + "no", + "What happens when it comes to legal blindness?", + "in that case there is no recent proof of work requirement.", + "Can you tell me the amount of credits needed for survivor benefits?", + "The number of credits needed for family members to be eligible for survivor benefits depends on their age when they die. The younger you are, the less credits needed.", + "Are you already receiving retirement or disability benefits at the time of your death?", + "no" + ] + }, + { + "input": "['how to withdraw the application', 'ou may help someone else fill out their application ,', 'How to apply for retirement benefits with the local office', ' life changes occur after you submit your application . You have up to 12 months to withdraw your application , if you change your mind ', 'I need more information\\n', ' your local Social Security office can help you apply . Although our offices are closed to the public , employees from those offices are assisting people by telephone .', 'your spouse or family member may be able to receive benefits on your record if they qualify ', 'You can do most of your business with Social Security online ', 'you can not use these online services?', 'yes', 'Help apply online', 'Your Right To Question The Decision Made On Your Claim', 'Get Your Social Security Benefit Verification Letter Online']", + "output": [ + "How to apply for retirement benefits with the local office", + "You can do most of your business with Social Security online ", + "you can not use these online services?", + "yes", + " your local Social Security office can help you apply . Although our offices are closed to the public , employees from those offices are assisting people by telephone .", + "how to withdraw the application", + " life changes occur after you submit your application . You have up to 12 months to withdraw your application , if you change your mind ", + "Help apply online", + "ou may help someone else fill out their application ,", + "I need more information\n", + "your spouse or family member may be able to receive benefits on your record if they qualify ", + "Get Your Social Security Benefit Verification Letter Online", + "Your Right To Question The Decision Made On Your Claim" + ] + }, + { + "input": "['What else should I do to prepare for my application?', 'You can save your application to finish another time if needed. Next time you sign in, go to Return to a Saved Application.', 'Alright. Can I fill out my application but wait before sending it in?', 'Sure. Why not?', 'Can I withdraw my application if I change my mind?', 'Of course. Before you apply, be ready to provide your Social Security number and information.', \"Yes. Sometimes life changes occur after you submit your application. You have up to 12 months to withdraw your application, if you change your mind. You will be required to repay any benefits you've already received.\", 'Do you want to know what an account is?', 'First gather the documents listed on our Checklist for Online Medicare, Retirement & Spouses Application. Instructions on how to submit your documents will appear at the end of the online application.', 'I was wondering where I can find information for my application. I want to apply for retirement benefits.', 'Contact the Federal Benefits Unit for your country of residence if you live outside the U.S. or a U.S. territory and wish to apply for retirement benefits.', 'Online Services.', 'What if during my retirement I want to live outside of the U.S.?']", + "output": [ + "I was wondering where I can find information for my application. I want to apply for retirement benefits.", + "Of course. Before you apply, be ready to provide your Social Security number and information.", + "What else should I do to prepare for my application?", + "First gather the documents listed on our Checklist for Online Medicare, Retirement & Spouses Application. Instructions on how to submit your documents will appear at the end of the online application.", + "Can I withdraw my application if I change my mind?", + "Yes. Sometimes life changes occur after you submit your application. You have up to 12 months to withdraw your application, if you change your mind. You will be required to repay any benefits you've already received.", + "Alright. Can I fill out my application but wait before sending it in?", + "You can save your application to finish another time if needed. Next time you sign in, go to Return to a Saved Application.", + "What if during my retirement I want to live outside of the U.S.?", + "Contact the Federal Benefits Unit for your country of residence if you live outside the U.S. or a U.S. territory and wish to apply for retirement benefits.", + "Do you want to know what an account is?", + "Sure. Why not?", + "Online Services." + ] + }, + { + "input": "['no', 'ok you just log into one of those', 'how do you Check your VA claim or appeal status', 'yes', ' Find out how to check the status of a VA claim or appeal online', 'What if I don t see a document I sent to VA as evidence?', 'Do you plan on printing anything from this site?', \"Certain documents don't appear online\", 'Can I use the tool?', 'Can i use this tool to check the status of a claim', 'yes', 'Do you have one of the following accounts? A Premium My HealtheVet account , or\\n A Premium DS Logon account used for eBenefits and milConnect , or\\n that you can create here on VA.gov A verified ID.me account', 'Will my personal information be protected if I use this tool?', 'yes']", + "output": [ + "how do you Check your VA claim or appeal status", + " Find out how to check the status of a VA claim or appeal online", + "Can I use the tool?", + "Do you have one of the following accounts? A Premium My HealtheVet account , or\n A Premium DS Logon account used for eBenefits and milConnect , or\n that you can create here on VA.gov A verified ID.me account", + "yes", + "ok you just log into one of those", + "Will my personal information be protected if I use this tool?", + "yes", + "Do you plan on printing anything from this site?", + "no", + "What if I don t see a document I sent to VA as evidence?", + "Certain documents don't appear online", + "Can i use this tool to check the status of a claim", + "yes" + ] + }, + { + "input": "['You can look at frequently asked questions about decision reviews under FAQs.', \"What can I do if I don't agree with a board decision?\", 'It is in your best interest not to miss the scheduled exams.', \"You can request a Board Appeal after an initial claim, Supplemental Claim, or Higher-Level Review decision; and you can't request to appeals in a row.\", 'I have more questions, how do I find the answers?', 'Then you may file a Supplemental Claim or appeal to the U.S. Court of Appeals for Veterans Claims.', 'If VA schedules an exam what do I do?', 'Do you have new and relevant evidence to support your case?', 'Is there help available with a decision review?', 'Yes, I have new and relevant information that will support my case.', 'When can I request a Board Appeal?', 'A Veterans Service Organization or VA-accredited attorney can help you request a decision review.']", + "output": [ + "What can I do if I don't agree with a board decision?", + "Do you have new and relevant evidence to support your case?", + "Yes, I have new and relevant information that will support my case.", + "Then you may file a Supplemental Claim or appeal to the U.S. Court of Appeals for Veterans Claims.", + "When can I request a Board Appeal?", + "You can request a Board Appeal after an initial claim, Supplemental Claim, or Higher-Level Review decision; and you can't request to appeals in a row.", + "Is there help available with a decision review?", + "A Veterans Service Organization or VA-accredited attorney can help you request a decision review.", + "I have more questions, how do I find the answers?", + "You can look at frequently asked questions about decision reviews under FAQs.", + "If VA schedules an exam what do I do?", + "It is in your best interest not to miss the scheduled exams." + ] + }, + { + "input": "['The eligibility for this benefit is related to if you have or not a disability related to your service which limits you ability to work or prevent you from working.', 'hg', 'Are there any other benefits?', 'Is there any help or contact with someone for emotional help?', 'Yes, with Resources for Veterans we help you to get links to help you in your job search.', \"We do a research and rate the amount we'll provide to help you pay for the basic needs you might have like food and clothing.\", 'The life insurance explore your life, that way you will know how you will do your aplication if as a service member, veteran or family member.', \"And how do you know that the money you'll give wil be enough?\", 'Do you help veterans to find jobs?', 'And how do I know which options do I have?', 'hg', 'gh', 'gh', 'You can also get access to educational benefits if you are a veteran, reservist or national guard soldier', 'You can connect with our caring Veterans Crisis line for confidential help. Many of them are also Veterans.', 'And how I get this benefits?']", + "output": [ + "hg", + "gh", + "gh", + "hg", + "And how do you know that the money you'll give wil be enough?", + "We do a research and rate the amount we'll provide to help you pay for the basic needs you might have like food and clothing.", + "And how I get this benefits?", + "The eligibility for this benefit is related to if you have or not a disability related to your service which limits you ability to work or prevent you from working.", + "And how do I know which options do I have?", + "The life insurance explore your life, that way you will know how you will do your aplication if as a service member, veteran or family member.", + "Are there any other benefits?", + "You can also get access to educational benefits if you are a veteran, reservist or national guard soldier", + "Is there any help or contact with someone for emotional help?", + "You can connect with our caring Veterans Crisis line for confidential help. Many of them are also Veterans.", + "Do you help veterans to find jobs?", + "Yes, with Resources for Veterans we help you to get links to help you in your job search." + ] + }, + { + "input": "['what is Military sexual trauma (MST)', 'no', 'yes', 'what is MST ', ' If you have a VA primary care provider , talk to that professional about what you ve been through ', 'do you need support?', 'How do I access VA services for MST?', 'are all the providers trained in mst?', 'Call 800 - 273 - 8255 , then select 1 ', 'do you need support?', ' Military sexual trauma MST refers to sexual assault or repeated , threatening sexual harassment that happened while a Veteran was in the military ', 'How do I talk to someone right now?']", + "output": [ + "what is Military sexual trauma (MST)", + "do you need support?", + "do you need support?", + "no", + "what is MST ", + " Military sexual trauma MST refers to sexual assault or repeated , threatening sexual harassment that happened while a Veteran was in the military ", + "How do I access VA services for MST?", + " If you have a VA primary care provider , talk to that professional about what you ve been through ", + "are all the providers trained in mst?", + "yes", + "How do I talk to someone right now?", + "Call 800 - 273 - 8255 , then select 1 " + ] + }, + { + "input": "['What if I need to male changes to my first application?', 'Where do I send this, to my home town GI Bill office?', \"How do I know if I'm eligible for benefits?\", 'Yes.', 'First you must submit certain documents and apply.', 'Can I submit my documents online?', 'Were you asked for any documents?', \"No you must mail it to the VA regional claims processing office that's in the same location as your school.\", 'Yes you can upload them on the GI Bill website.', 'Then you must go to the GI Bill website and upload them.', 'Yes I can.', 'I need information about what happens after applying for the GI Bill please.', \"Sorry but you can't make changes to your application.\"]", + "output": [ + "I need information about what happens after applying for the GI Bill please.", + "Yes I can.", + "Were you asked for any documents?", + "Yes.", + "Then you must go to the GI Bill website and upload them.", + "What if I need to male changes to my first application?", + "Sorry but you can't make changes to your application.", + "How do I know if I'm eligible for benefits?", + "First you must submit certain documents and apply.", + "Where do I send this, to my home town GI Bill office?", + "No you must mail it to the VA regional claims processing office that's in the same location as your school.", + "Can I submit my documents online?", + "Yes you can upload them on the GI Bill website." + ] + }, + { + "input": "['What happens if I owe more money than my house is worth?', 'I have a VA direct loan. Can someone take care of my case?', 'Yes, a repayment plan can help you avoid foreclosure.', \"Can't you talk to my servicer? I don't know how to do it.\", \"If you have a VA direct or VA-backed loan and it's 61 days past due, we'll automatically assign a VA Loan Technician to your loan.\", 'In that case your servicer might agree to a short sale. his means the servicer will accept the total proceeds from the home sale even if it s less than the full amount you owe on the mortgage as full payment of the debt you owe.', \"Yes, I am. This is why I'm here.\", 'That sounds good. Is there something that can help me avoid foreclosure?', \"Don't worry. If you have a VA direct or VA-backed loan and it's 61 days past due, we'll automatically assign a VA Loan Technician to your loan.\", 'Of course. Are you falling behind on your mortgage payments then?', 'My loan is more than 60 days past due, can you get someone to help me please?', 'If you need our help and advice, please contact a VA Loan Technician at 1-877-827-3702.', 'Hey there. I need help avoiding a mortgage foreclosure.', 'I understand. You should know, that if you fall far behind on your mortgage payments, your mortgage servicer, the company that handles collecting the money for your lender, can take your house to cover the money owed. This process is called foreclosure. I can help you find out how our VA loan technicians can help you avoid foreclosure and keep your house.']", + "output": [ + "Hey there. I need help avoiding a mortgage foreclosure.", + "Of course. Are you falling behind on your mortgage payments then?", + "Yes, I am. This is why I'm here.", + "I understand. You should know, that if you fall far behind on your mortgage payments, your mortgage servicer, the company that handles collecting the money for your lender, can take your house to cover the money owed. This process is called foreclosure. I can help you find out how our VA loan technicians can help you avoid foreclosure and keep your house.", + "I have a VA direct loan. Can someone take care of my case?", + "If you have a VA direct or VA-backed loan and it's 61 days past due, we'll automatically assign a VA Loan Technician to your loan.", + "That sounds good. Is there something that can help me avoid foreclosure?", + "Yes, a repayment plan can help you avoid foreclosure.", + "Can't you talk to my servicer? I don't know how to do it.", + "If you need our help and advice, please contact a VA Loan Technician at 1-877-827-3702.", + "My loan is more than 60 days past due, can you get someone to help me please?", + "Don't worry. If you have a VA direct or VA-backed loan and it's 61 days past due, we'll automatically assign a VA Loan Technician to your loan.", + "What happens if I owe more money than my house is worth?", + "In that case your servicer might agree to a short sale. his means the servicer will accept the total proceeds from the home sale even if it s less than the full amount you owe on the mortgage as full payment of the debt you owe." + ] + }, + { + "input": "['What if my records were destroyed in fire?', 'not at this time', 'where do I submit my disability compensation claim?', 'Submit your disability compensation claim, NA Form 13055, and any supporting documents', ' Were my records destroyed in the 1973 NPRC fire in St. Louis?', 'How can I get the records I need to support my VA disability compensation claim?', 'Get instructions for filing a disability claimGet help from a trained professiona', 'Do you need to file a claim involving reconstructing of records?', ' In 1973 a fire at the National Personnel Records Center NPRC in St. Louis , Missouri , destroyed the records held for Veterans who were discharged from the Army and Air Force during certain periods of time', ' Your records may have been destroyed in the fire if you were discharged from either :s\\nThe Army between November 1 , 1912 , and January 1 , 1960 The fire destroyed 80 % of the records held for Veterans discharged from the Army during this time period ', 'where do I Get instructions for filing a disability claimGet help from a trained professiona', ' Fill out the National Archives request for information form']", + "output": [ + "What if my records were destroyed in fire?", + " In 1973 a fire at the National Personnel Records Center NPRC in St. Louis , Missouri , destroyed the records held for Veterans who were discharged from the Army and Air Force during certain periods of time", + " Were my records destroyed in the 1973 NPRC fire in St. Louis?", + " Your records may have been destroyed in the fire if you were discharged from either :s\nThe Army between November 1 , 1912 , and January 1 , 1960 The fire destroyed 80 % of the records held for Veterans discharged from the Army during this time period ", + "where do I submit my disability compensation claim?", + "Submit your disability compensation claim, NA Form 13055, and any supporting documents", + "Do you need to file a claim involving reconstructing of records?", + "not at this time", + "where do I Get instructions for filing a disability claimGet help from a trained professiona", + "Get instructions for filing a disability claimGet help from a trained professiona", + "How can I get the records I need to support my VA disability compensation claim?", + " Fill out the National Archives request for information form" + ] + }, + { + "input": "['The Program of Comprehensive Assistance for Family Caregivers, she may qualify for health care benefits and other caregiver support through it.', 'Great, great. Now, her disabilities require medication, are there any prescreption benefits through our local pharmacy if we sign up for a program? ', \"Great. She'll be happy to hear that. What is the name of the program again?\", 'So, she has been married to a service member who died on duty, his surviving spouse. And we heard about the health program. Does she qualify for this?', 'Yes, you can get prescription benefits through your local pharmacy or through our Meds by Mail program.', \"I've also read about the Camp Lejeune Family Member Program, how can I find out if my sister qualifies for it?\", 'Yes, in your case you may be able to get health insurance through CHAMPVA. Through this program, we cover the cost of some of your health care services and supplies.', \"Yes, she may qualify for health care benefits. In certain cases, people may also qualify for health care benefits due to a disability related to their Veteran's service.\", 'Of course. Are you the spouse, surviving spouse, dependent child or family caregiver of a Veteran or service member then?', \"No, I'm not. You see, I'm trying to get information for my sister, she has problems doing that on her own due to her disability.\", 'You may qualify for healthcare benefits through VA. Please refer to the website to find out if you do.', 'Does this mean she might also qualify for health care benefits then?', \"Oh, hello. I'm here to learn more about health care for spouses. Can you help me out?\"]", + "output": [ + "Oh, hello. I'm here to learn more about health care for spouses. Can you help me out?", + "Of course. Are you the spouse, surviving spouse, dependent child or family caregiver of a Veteran or service member then?", + "No, I'm not. You see, I'm trying to get information for my sister, she has problems doing that on her own due to her disability.", + "So, she has been married to a service member who died on duty, his surviving spouse. And we heard about the health program. Does she qualify for this?", + "Yes, in your case you may be able to get health insurance through CHAMPVA. Through this program, we cover the cost of some of your health care services and supplies.", + "Does this mean she might also qualify for health care benefits then?", + "Yes, she may qualify for health care benefits. In certain cases, people may also qualify for health care benefits due to a disability related to their Veteran's service.", + "Great. She'll be happy to hear that. What is the name of the program again?", + "The Program of Comprehensive Assistance for Family Caregivers, she may qualify for health care benefits and other caregiver support through it.", + "Great, great. Now, her disabilities require medication, are there any prescreption benefits through our local pharmacy if we sign up for a program? ", + "Yes, you can get prescription benefits through your local pharmacy or through our Meds by Mail program.", + "I've also read about the Camp Lejeune Family Member Program, how can I find out if my sister qualifies for it?", + "You may qualify for healthcare benefits through VA. Please refer to the website to find out if you do." + ] + }, + { + "input": "[' If you approve my application, what do I do next?', 'When will I hear back about it?', 'After you have applies, we send a letter in the mail to let you know if you were approved', 'In less than 1 week', 'we ll set up an appointment for you with a VA doctor or provider and send you a notice with your appointment time in the mail ', 'Wait for your welcome call from VA . We ll call you to welcome you to the VA health care program , help you with scheduling your first doctor s appointment , and answer any questions you may have about your health care benefits ', ' contact your local VA medical center and speak with the enrollment coordinator', ' Read your Veterans Health Benefits Handbook ', 'what if I requested a doctor appointment?', 'have you already applied?', 'yes ', 'what happens after After you apply for health care benefits', 'Do I get some sort of card?', 'If it is approved what happens next?']", + "output": [ + "what happens after After you apply for health care benefits", + "After you have applies, we send a letter in the mail to let you know if you were approved", + "When will I hear back about it?", + "have you already applied?", + "yes ", + "In less than 1 week", + "If it is approved what happens next?", + "Wait for your welcome call from VA . We ll call you to welcome you to the VA health care program , help you with scheduling your first doctor s appointment , and answer any questions you may have about your health care benefits ", + "Do I get some sort of card?", + " contact your local VA medical center and speak with the enrollment coordinator", + "what if I requested a doctor appointment?", + "we ll set up an appointment for you with a VA doctor or provider and send you a notice with your appointment time in the mail ", + " If you approve my application, what do I do next?", + " Read your Veterans Health Benefits Handbook " + ] + }, + { + "input": "['Gotcha. Then we fill it out and mail it to the local office, right?', 'Alright. You said a Social Security number or VA file number is needed, correct?', 'Are you dependent of a Veteran or service member?', \"My husband just chimed in and said we can do it on our own, he'll fill it out and we are going to send it by mail. Is that possible?\", 'We have those. Which forms do I have to fill out and send to you?', 'Yes, my husband is a Veteran.', \"You'll need to download the VA Form 22 - 1995 for Veterans and service members PDF, and the VA Form 22 - 5495 for dependents PDF then.\", \"Correct. You'll need that person's Social Security number or VA file number and basic service history information.\", 'Yes, fill out the form and mail it to the VA regional claims processing office that s in the same region as your school. You can find a list of regional claims processing offices on our page.', \"Actually, can I get someone to help me with submitting my request? It's all a bit confusing and overwhelming to me.\", \"You'll need to download the VA Form 22 - 1995 for Veterans and service members PDF, and the VA Form 22 - 5495 for dependents PDF.\", \"In that case you'll also need that person's Social Security number or VA file number and basic service history information.\", 'Yes, you can work with a trained professional called an accredited representative to get help requesting a change to your benefits and submitting your request.', 'Hello, I just wanted to know what information I need for my request.', \"Of course. You'll need your Social Security number and VA file number, for example.\"]", + "output": [ + "Hello, I just wanted to know what information I need for my request.", + "Of course. You'll need your Social Security number and VA file number, for example.", + "Are you dependent of a Veteran or service member?", + "Yes, my husband is a Veteran.", + "In that case you'll also need that person's Social Security number or VA file number and basic service history information.", + "We have those. Which forms do I have to fill out and send to you?", + "You'll need to download the VA Form 22 - 1995 for Veterans and service members PDF, and the VA Form 22 - 5495 for dependents PDF.", + "Actually, can I get someone to help me with submitting my request? It's all a bit confusing and overwhelming to me.", + "Yes, you can work with a trained professional called an accredited representative to get help requesting a change to your benefits and submitting your request.", + "My husband just chimed in and said we can do it on our own, he'll fill it out and we are going to send it by mail. Is that possible?", + "You'll need to download the VA Form 22 - 1995 for Veterans and service members PDF, and the VA Form 22 - 5495 for dependents PDF then.", + "Gotcha. Then we fill it out and mail it to the local office, right?", + "Yes, fill out the form and mail it to the VA regional claims processing office that s in the same region as your school. You can find a list of regional claims processing offices on our page.", + "Alright. You said a Social Security number or VA file number is needed, correct?", + "Correct. You'll need that person's Social Security number or VA file number and basic service history information." + ] + }, + { + "input": "[\"You won't have to pay the fee on your taxes if enrolled in VA health care.\", 'What information do you have about the Affordable Care Act and how it affects VA health care coverage?', 'You would have to been enrolled in one or more of the programs such as VA health care.', 'starting in 2019 or any year after you do not have to pay a penalty if you have no health insurance.', 'Will my VA health coverage meet the minimum coverage for ACA requirement?', \"Do I still have to pay the penalty if I didn't have health insurance?\", 'No, I do not have health insurance for 2019.', 'The Affordable Care Act or ACA was created to expand access to coverage, control health care costs, and improve health care quality and care. ', 'Yes, you VA health coverage meets the minimum coverage requirement.', 'Do you have health insurance for 2019?', 'What happens if I do have the minimum coverage?', 'What programs to I need to be in to qualify for ACA minimum?']", + "output": [ + "What information do you have about the Affordable Care Act and how it affects VA health care coverage?", + "The Affordable Care Act or ACA was created to expand access to coverage, control health care costs, and improve health care quality and care. ", + "Will my VA health coverage meet the minimum coverage for ACA requirement?", + "Yes, you VA health coverage meets the minimum coverage requirement.", + "What happens if I do have the minimum coverage?", + "You won't have to pay the fee on your taxes if enrolled in VA health care.", + "Do I still have to pay the penalty if I didn't have health insurance?", + "starting in 2019 or any year after you do not have to pay a penalty if you have no health insurance.", + "Do you have health insurance for 2019?", + "No, I do not have health insurance for 2019.", + "What programs to I need to be in to qualify for ACA minimum?", + "You would have to been enrolled in one or more of the programs such as VA health care." + ] + }, + { + "input": "['not at this time', 'does disability compensation pay monthly?', 'not at this time', ' VA disability compensation pay offers a monthly tax - free payment to Veterans who got sick or injured while serving in the military and to Veterans whose service made an existing condition worse', 'VA disability compensation pay offers a monthly tax - free payment to Veterans who got sick or injured while serving in the military and to Veterans whose service made an existing condition worse', 'what is VA disability compensation', ' Check your VA claim or appeal statusTrack the status of your disability claim or appeal ', 'Do you need to find out how to apply?', 'are you looking for grants?', 'About VA disability ratingsLearn how we assign disability ratings and effective dates , and what to do after you get your rating ', 'how do you Manage your Veterans disability benefits', 'can I get More information and resources']", + "output": [ + "what is VA disability compensation", + "VA disability compensation pay offers a monthly tax - free payment to Veterans who got sick or injured while serving in the military and to Veterans whose service made an existing condition worse", + "Do you need to find out how to apply?", + "not at this time", + "does disability compensation pay monthly?", + " VA disability compensation pay offers a monthly tax - free payment to Veterans who got sick or injured while serving in the military and to Veterans whose service made an existing condition worse", + "how do you Manage your Veterans disability benefits", + " Check your VA claim or appeal statusTrack the status of your disability claim or appeal ", + "can I get More information and resources", + "About VA disability ratingsLearn how we assign disability ratings and effective dates , and what to do after you get your rating ", + "are you looking for grants?", + "not at this time" + ] + }, + { + "input": "['Military OneSourceThis free service provides expert support to connect military personnel and their families with the best available resources to fit their needs', 'How do I reach SAMHSA?', 'Are there Resources and support outside VA', ' visit the Military OneSource website', 'can I get Resources and support outside VA', 'no', 'are there other resources?', 'did you need the hotline number?', 'You can also get support from resources offered by other government departments and community organizations outside of VA', 'do they have a support website?', ' You can also get support from resources offered by other government departments and community organizations outside of VA ', 'Call 1800 - 662-HELP 800 - 662 - 4357']", + "output": [ + "Are there Resources and support outside VA", + "You can also get support from resources offered by other government departments and community organizations outside of VA", + "do they have a support website?", + " visit the Military OneSource website", + "How do I reach SAMHSA?", + "Call 1800 - 662-HELP 800 - 662 - 4357", + "can I get Resources and support outside VA", + " You can also get support from resources offered by other government departments and community organizations outside of VA ", + "did you need the hotline number?", + "no", + "are there other resources?", + "Military OneSourceThis free service provides expert support to connect military personnel and their families with the best available resources to fit their needs" + ] + }, + { + "input": "['How can I get disabilty benefits?', 'You may be able to get benefits because of illnesses caused by environmental hazards such as particulate matter or large burn pits while serving in Iraq, Afghanistan, and Djibouti.', 'No, I am not sick I just want information in case I become sick.', 'You will have to show that your health problems stem from contact with environmental hazards while serving.', 'You will need to file a claim, of course, and you will have to show your health problems are linked to hazards from serving in the military.', 'What can I do since I could have been exposed to environmental hazards while serving in Iraq?', 'What happens when I file for benefits?', 'Are you saying you maybe sick because you had contact with environmental hazards while serving in Iraq?', 'I think I could have been exposed to environmental hazards while serving in the military.', 'Is it possible to get disability benefits from VA?', 'You could have been exposed to toxic chemicals in the air, water, or soil while serving.', 'Then you may have illnesses or other conditions that could be caused by exposure and this means you can get benefits because of that.', 'How would I have been exposed to these hazards?']", + "output": [ + "What can I do since I could have been exposed to environmental hazards while serving in Iraq?", + "Are you saying you maybe sick because you had contact with environmental hazards while serving in Iraq?", + "No, I am not sick I just want information in case I become sick.", + "How can I get disabilty benefits?", + "You will need to file a claim, of course, and you will have to show your health problems are linked to hazards from serving in the military.", + "I think I could have been exposed to environmental hazards while serving in the military.", + "Then you may have illnesses or other conditions that could be caused by exposure and this means you can get benefits because of that.", + "Is it possible to get disability benefits from VA?", + "You may be able to get benefits because of illnesses caused by environmental hazards such as particulate matter or large burn pits while serving in Iraq, Afghanistan, and Djibouti.", + "What happens when I file for benefits?", + "You will have to show that your health problems stem from contact with environmental hazards while serving.", + "How would I have been exposed to these hazards?", + "You could have been exposed to toxic chemicals in the air, water, or soil while serving." + ] + }, + { + "input": "['So all I have to do is to call there?', 'Do you wish to access these services?', 'I already have a VA primary care provider, can I talk to him?', 'Please visit our website to learn about VA programs for Veterans who are homeless and learn about our homelessness programs. Contact the National Call Center for Homeless Veterans at 877-424-3838 for help 24 hours a day, 7 days a week.', \"I have to admit, all this substance use made me a little broke. I might not be able to pay my mortgage. What if I'm at the risk of becoming homeless? What then?\", 'Of course. The VA health care program covers services to treat substance use problems.', 'If you served in Operation New Dawn, call your local VA medical center, and ask to speak to the OND coordinator.', 'Of course. You can talk to him about your substance use. Your provider can help you get screened for substance use problems and related issues like PTSD or depression and can offer treatment and support as needed.', 'I served in Operation New Dawn and wanted to know what to do when suffering from substance use problems?', 'Yes, just call your local VA medical center and they will help you.', 'Hello there, I have problems with substance use and need help.', \"No, it's fine. I just wanted to ask some questions first.\"]", + "output": [ + "Hello there, I have problems with substance use and need help.", + "Of course. The VA health care program covers services to treat substance use problems.", + "Do you wish to access these services?", + "No, it's fine. I just wanted to ask some questions first.", + "I served in Operation New Dawn and wanted to know what to do when suffering from substance use problems?", + "If you served in Operation New Dawn, call your local VA medical center, and ask to speak to the OND coordinator.", + "So all I have to do is to call there?", + "Yes, just call your local VA medical center and they will help you.", + "I already have a VA primary care provider, can I talk to him?", + "Of course. You can talk to him about your substance use. Your provider can help you get screened for substance use problems and related issues like PTSD or depression and can offer treatment and support as needed.", + "I have to admit, all this substance use made me a little broke. I might not be able to pay my mortgage. What if I'm at the risk of becoming homeless? What then?", + "Please visit our website to learn about VA programs for Veterans who are homeless and learn about our homelessness programs. Contact the National Call Center for Homeless Veterans at 877-424-3838 for help 24 hours a day, 7 days a week." + ] + }, + { + "input": "[\"That'd be fantastic. Also, where can I get help if I'm financially troubled and am about to lose my house?\", 'Would you like to know more about other VA benefits and services?', 'No, thank you.', \"I'm rather young for a Veteran, so I was wondering if I can still go to college somehow. Can you tell me what to do?\", \"I've been searching for information and resources on how to get back into employment on the Internet, but didn't find anything too helpful.\", 'Of course. We offer the help you need to build your career and find the opportunities that are right for you.', \"Well, on our website you can for example view the current subsistence allowance rates to find out the amount we'll provide to help you pay for basic needs like food and clothing if you 're an eligible Veteran participating in the Voc Rehab program.\", \"Hello. I'm currently unemployed and would like to ask about possible jobs for me.\", \"Yes, I'm positive we can help you out.\", 'We offer many programs and services that may help including free health care and, in some cases, free limited dental care. We can also help you connect with resources in your community, like homeless shelters or faith-based organizations.', 'That does sound good. Can you help me out then?', 'Yes, our counselors can help you transition from military to college life.']", + "output": [ + "Hello. I'm currently unemployed and would like to ask about possible jobs for me.", + "Of course. We offer the help you need to build your career and find the opportunities that are right for you.", + "That does sound good. Can you help me out then?", + "Yes, I'm positive we can help you out.", + "I've been searching for information and resources on how to get back into employment on the Internet, but didn't find anything too helpful.", + "Well, on our website you can for example view the current subsistence allowance rates to find out the amount we'll provide to help you pay for basic needs like food and clothing if you 're an eligible Veteran participating in the Voc Rehab program.", + "Would you like to know more about other VA benefits and services?", + "No, thank you.", + "I'm rather young for a Veteran, so I was wondering if I can still go to college somehow. Can you tell me what to do?", + "Yes, our counselors can help you transition from military to college life.", + "That'd be fantastic. Also, where can I get help if I'm financially troubled and am about to lose my house?", + "We offer many programs and services that may help including free health care and, in some cases, free limited dental care. We can also help you connect with resources in your community, like homeless shelters or faith-based organizations." + ] + }, + { + "input": "['In that case be sure not to miss them. They are important.', \"I wasn't planning to. Tell me, if a senior reviewer gives it a second glance, what exactly will happen?\", 'No, while I do disagree I lack the evidence that you need.', 'Of course. Do you disagree with the board decision and have new and relevant evidence that supports your case?', 'You have 1 year from the date on your decision to request a decision review.', 'How are you doing? I have some questions about what to do after a board decision I have a problem with.', 'Because of that I want to request another review from a higher level. Is that possible?', 'Alright. So what is the time limit on requesting a review?', 'A senior reviewer will take another look at your case and determine whether the decision can be changed based on a difference of opinion or an error. ', 'Ok, got that. And what if VA schedules an exam for me?', \"That's exactly the information I wanted, thank you. What if I have any other questions?\", 'If you visit our FAQ, you can get answers to frequently asked questions about decision reviews.', \"Yes, you can request a Higher-Level Review of an initial claim or Supplemental Claim decision. This option isn't available after a Higher-Level Review or Board decision though.\"]", + "output": [ + "How are you doing? I have some questions about what to do after a board decision I have a problem with.", + "Of course. Do you disagree with the board decision and have new and relevant evidence that supports your case?", + "No, while I do disagree I lack the evidence that you need.", + "Because of that I want to request another review from a higher level. Is that possible?", + "Yes, you can request a Higher-Level Review of an initial claim or Supplemental Claim decision. This option isn't available after a Higher-Level Review or Board decision though.", + "Alright. So what is the time limit on requesting a review?", + "You have 1 year from the date on your decision to request a decision review.", + "Ok, got that. And what if VA schedules an exam for me?", + "In that case be sure not to miss them. They are important.", + "I wasn't planning to. Tell me, if a senior reviewer gives it a second glance, what exactly will happen?", + "A senior reviewer will take another look at your case and determine whether the decision can be changed based on a difference of opinion or an error. ", + "That's exactly the information I wanted, thank you. What if I have any other questions?", + "If you visit our FAQ, you can get answers to frequently asked questions about decision reviews." + ] + }, + { + "input": "[\"I'm not sure if my disability is part of your records, can I claim it anyway?\", 'In some cases, you may need to turn in one or more additional forms to support your disability claim. You should visit our website to find out which forms you need.', \"Correct. You can continue uploading more evidence for up to one year to support your claim. Evidence may include supporting documents like medical test results, doctor's reports, and other records.\", \"I've been wondering if I have to turn in additional forms, other than the standard ones. Do you know more about that?\", 'Err, alright. Well, I have another question. I went to a non-VA health care provider for diagnosis. Do I need to send you any documents in this case?', 'Of course. Have you filed a claim for disability compensation then?', 'No, not yet. I actually have some questions about it first.', \"Yes, you'll need to upload copies of all medical records that can provide information about the disability you're claiming.\", 'The next step would be to upload evidence for my disability claim then, right?', \"Of course you can. Remember, you'll also want to upload statements that support your claim. These statements should be from people who know about, or who you've talked to about, your claimed medical condition and how and when it occurred.\", 'Hey there. I need some assistance with my disability claim.']", + "output": [ + "Hey there. I need some assistance with my disability claim.", + "Of course. Have you filed a claim for disability compensation then?", + "No, not yet. I actually have some questions about it first.", + "I've been wondering if I have to turn in additional forms, other than the standard ones. Do you know more about that?", + "In some cases, you may need to turn in one or more additional forms to support your disability claim. You should visit our website to find out which forms you need.", + "Err, alright. Well, I have another question. I went to a non-VA health care provider for diagnosis. Do I need to send you any documents in this case?", + "Yes, you'll need to upload copies of all medical records that can provide information about the disability you're claiming.", + "I'm not sure if my disability is part of your records, can I claim it anyway?", + "Of course you can. Remember, you'll also want to upload statements that support your claim. These statements should be from people who know about, or who you've talked to about, your claimed medical condition and how and when it occurred.", + "The next step would be to upload evidence for my disability claim then, right?", + "Correct. You can continue uploading more evidence for up to one year to support your claim. Evidence may include supporting documents like medical test results, doctor's reports, and other records." + ] + }, + { + "input": "[\"ok and what do I do if I don't understand the information on the website?\", 'Once we help you find the right facility and doctor for you, you can contact them directly through the site, make appointments, and refill any medications.', 'My depression is a result of a traumatic brain injury. How do I get help with that?\\n', 'Yes, you have reached the right place. How can I help you?', 'Yes, you are still covered. Do you have more questions?', \"I don't understand my benefits and how to get them. Can you help me?\", 'I know all about VA benefits. What is your first question about them?', \"Oh, I forgot to ask, do they have specialists for Parkinson's disease too?\", 'Yes, we do have specialists for that as well. ', 'We also have a phone number you can call. It is 877-222-8387. It is toll-free and it is open from 8 am to 8 pm Monday through Friday.', 'Well first, I am a veteran but I have depression. Can I still get benefits?', 'We do have specialists to help you with that. We can look them up to find out what facility would be best for you. Does that answer all of your questions?', 'Ok, how do I know how much my benefits are and how to get them?', 'Is there a way for me to find a place to help me on the VA website?']", + "output": [ + "I don't understand my benefits and how to get them. Can you help me?", + "Yes, you have reached the right place. How can I help you?", + "Ok, how do I know how much my benefits are and how to get them?", + "I know all about VA benefits. What is your first question about them?", + "Well first, I am a veteran but I have depression. Can I still get benefits?", + "Yes, you are still covered. Do you have more questions?", + "My depression is a result of a traumatic brain injury. How do I get help with that?\n", + "We do have specialists to help you with that. We can look them up to find out what facility would be best for you. Does that answer all of your questions?", + "Is there a way for me to find a place to help me on the VA website?", + "Once we help you find the right facility and doctor for you, you can contact them directly through the site, make appointments, and refill any medications.", + "ok and what do I do if I don't understand the information on the website?", + "We also have a phone number you can call. It is 877-222-8387. It is toll-free and it is open from 8 am to 8 pm Monday through Friday.", + "Oh, I forgot to ask, do they have specialists for Parkinson's disease too?", + "Yes, we do have specialists for that as well. " + ] + }, + { + "input": "['What if I need help understanding my benefits or accessing services?', 'you want to know more about your VA health care benefits , your health care team , and where you ll go for care', 'not', ' We re committed to serving the health needs of Veterans with LGBT and related identities and providing care in a sensitive , safe environment at all VA health facilities .', 'Can I manage my VA health and benefits online?', 'If that is my case, what can I do?', 'call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m.', ' you can manage your VA health and benefits online through VA.gov : Refill your prescriptionsSend a message to your VA health care providerCheck the status of a disability or pension claim', 'Certain healt0h concerns may be more likely to affect Veterans who served in a specific time and place . Find out which health concerns you should be aware of depending on when and where you served', 'We cover the cost of many of these services under the VA health care program', 'Does VA address the specific health needs of LGBT Veterans?', 'you need help accessing services', 'Are there any health concerns I should be aware of based on my service history?']", + "output": [ + "What if I need help understanding my benefits or accessing services?", + "you want to know more about your VA health care benefits , your health care team , and where you ll go for care", + "not", + "you need help accessing services", + "call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m.", + "Can I manage my VA health and benefits online?", + " you can manage your VA health and benefits online through VA.gov : Refill your prescriptionsSend a message to your VA health care providerCheck the status of a disability or pension claim", + "If that is my case, what can I do?", + "We cover the cost of many of these services under the VA health care program", + "Are there any health concerns I should be aware of based on my service history?", + "Certain healt0h concerns may be more likely to affect Veterans who served in a specific time and place . Find out which health concerns you should be aware of depending on when and where you served", + "Does VA address the specific health needs of LGBT Veterans?", + " We re committed to serving the health needs of Veterans with LGBT and related identities and providing care in a sensitive , safe environment at all VA health facilities ." + ] + }, + { + "input": "['At VA, we offer many services and programs for veterans with specific needs such as female veterans, veterans with mental health problems, and elderly or disabled veterans. We cover the cost of many of these services under the VA health care program.', 'Want to learn more about your VA health care benefits?', 'hi i need help about the services they offer for VA with Health Needs and Conditions', 'We cover the cost of many of these services under the VA health care program.', 'What if I need help understanding my benefits or accessing services?', 'do not', 'and do they cover the costs for medical services?', 'Do you know if there are any health issues I should be aware of based on my service history?', 'Yes', 'Yes', 'Yes. Certain health concerns may be more likely to affect veterans who provided services at a specific time and place.', \"and is Parkinson's disease included?\"]", + "output": [ + "hi i need help about the services they offer for VA with Health Needs and Conditions", + "At VA, we offer many services and programs for veterans with specific needs such as female veterans, veterans with mental health problems, and elderly or disabled veterans. We cover the cost of many of these services under the VA health care program.", + "Do you know if there are any health issues I should be aware of based on my service history?", + "Yes", + "Yes. Certain health concerns may be more likely to affect veterans who provided services at a specific time and place.", + "and do they cover the costs for medical services?", + "We cover the cost of many of these services under the VA health care program.", + "and is Parkinson's disease included?", + "Yes", + "What if I need help understanding my benefits or accessing services?", + "Want to learn more about your VA health care benefits?", + "do not" + ] + }, + { + "input": "[' Mental health and trauma - related needs', 'If you want to know more about your VA health care benefits , your health care team , and where you ll go for care , we can help . Learn more about your VA health care coverages', 'What if I need help understanding my benefits or accessing services?', ' We re committed to serving the health needs of Veterans with LGBT and related identities and providing care in a sensitive , safe environment at all VA health facilities', 'Can I manage my VA health and benefits online?', 'call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m', 'yes', 'if I need help to access the services,\\n', 'you can download these fact sheets:\\nTransgender male health care PDF', 'if I need help to access the services\\n', 'Does VA address the specific health needs of LGBT Veterans?', 'How do I find out how to get health services for a specific condition or need?', 'yes']", + "output": [ + "How do I find out how to get health services for a specific condition or need?", + " Mental health and trauma - related needs", + "if I need help to access the services\n", + "call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m", + "What if I need help understanding my benefits or accessing services?", + "If you want to know more about your VA health care benefits , your health care team , and where you ll go for care , we can help . Learn more about your VA health care coverages", + "Does VA address the specific health needs of LGBT Veterans?", + " We re committed to serving the health needs of Veterans with LGBT and related identities and providing care in a sensitive , safe environment at all VA health facilities", + "if I need help to access the services,\n", + "yes", + "you can download these fact sheets:\nTransgender male health care PDF", + "Can I manage my VA health and benefits online?", + "yes" + ] + }, + { + "input": "[\"No, that's not what I need to know.\", 'Can I talk to someone about how to access certain services?', 'Are you signed up for the VA health care program?', 'Indeed, certain health concerns may be more likely to affect Veterans who served in a specific time and place. You can find out which health concerns you should be aware of depending on when and where you served.', \"Thank you for the number. You see, I don't understand how to manage my benefits online. Or can you actually explain it to me quickly?\", \"I'm considering an application. Are health concerns a general problem for veterans?\", 'Yes, I can.', 'Yes, simply call our toll-free hotline at 877-222-8387, Monday through Friday , 8:00 a.m. to 8:00 p.m. ET.', \"No, I'm not signed up.\", \"Hello. Hope you're in good health. I need some information about my benefits.\", 'Of course. Do you want to know more about your VA health care benefits, your health care team, and where you ll go for care?']", + "output": [ + "Hello. Hope you're in good health. I need some information about my benefits.", + "Of course. Do you want to know more about your VA health care benefits, your health care team, and where you ll go for care?", + "No, that's not what I need to know.", + "Can I talk to someone about how to access certain services?", + "Yes, simply call our toll-free hotline at 877-222-8387, Monday through Friday , 8:00 a.m. to 8:00 p.m. ET.", + "Thank you for the number. You see, I don't understand how to manage my benefits online. Or can you actually explain it to me quickly?", + "Yes, I can.", + "Are you signed up for the VA health care program?", + "No, I'm not signed up.", + "I'm considering an application. Are health concerns a general problem for veterans?", + "Indeed, certain health concerns may be more likely to affect Veterans who served in a specific time and place. You can find out which health concerns you should be aware of depending on when and where you served." + ] + }, + { + "input": "['What if I need help?', 'Do you offer assistance for like mental health problems?', 'Do you want to know more about your VA health care benefits , your health care team , and where you ll go for care ,', 'yes', 'call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m. ET', 'You can Read about our approach to recognizing same - sex marriage', \"If I'm signed up for the VA health care program can I manage my VA health benefits online?\", 'Are there any health concerns I should be aware of based on my service history?', 'What if I need help understanding my benefits or accessing services?', ' Yes.Certain health concerns may be more likely to affect Veterans who served in a specific time and place . Find out which health concerns you should be aware of depending on when and where you served ', ' we can help ', 'you can manage your VA health and benefits online through VA.gov : Refill your prescriptionsSend a message to your VA health care providerCheck the status of a disability or pension claim', ' At VA , we offer many services and programs for Veterans with specific needs like women Veterans , Veterans with mental health problems , and elderly or disabled Veterans .We cover the cost of many of these services under the VA health care program .', 'Is there information on same sex marriages?']", + "output": [ + "What if I need help understanding my benefits or accessing services?", + "Do you want to know more about your VA health care benefits , your health care team , and where you ll go for care ,", + "yes", + " we can help ", + "If I'm signed up for the VA health care program can I manage my VA health benefits online?", + "you can manage your VA health and benefits online through VA.gov : Refill your prescriptionsSend a message to your VA health care providerCheck the status of a disability or pension claim", + "What if I need help?", + "call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m. ET", + "Is there information on same sex marriages?", + "You can Read about our approach to recognizing same - sex marriage", + "Are there any health concerns I should be aware of based on my service history?", + " Yes.Certain health concerns may be more likely to affect Veterans who served in a specific time and place . Find out which health concerns you should be aware of depending on when and where you served ", + "Do you offer assistance for like mental health problems?", + " At VA , we offer many services and programs for Veterans with specific needs like women Veterans , Veterans with mental health problems , and elderly or disabled Veterans .We cover the cost of many of these services under the VA health care program ." + ] + }, + { + "input": "[' Yes. Certain health concerns may be more likely to affect Veterans who served in a specific time and place .', 'What services are available for health needs and conditions?', 'Do you have any health concerns based on your service history?', 'Do you need to know more about your VA health care benefits , your health care team , and where you ll go for care', 'What if I need help understanding my benefits or accessing services?', 'So it depends on where I served?', 'Can you help access the services?', 'At VA , we offer many services and programs for Veterans with specific needs like women Veterans , Veterans with mental health problems , and elderly or disabled Veterans .We cover the cost of many of these services under the VA health care program .', 'call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m. ET.', 'Yes', 'No', 'Certain health concerns may be more likely to affect Veterans who served in a specific time and place . Find out which health concerns you should be aware of depending on when and where you served ']", + "output": [ + "What services are available for health needs and conditions?", + "At VA , we offer many services and programs for Veterans with specific needs like women Veterans , Veterans with mental health problems , and elderly or disabled Veterans .We cover the cost of many of these services under the VA health care program .", + "Do you have any health concerns based on your service history?", + "Yes", + "Certain health concerns may be more likely to affect Veterans who served in a specific time and place . Find out which health concerns you should be aware of depending on when and where you served ", + "So it depends on where I served?", + " Yes. Certain health concerns may be more likely to affect Veterans who served in a specific time and place .", + "What if I need help understanding my benefits or accessing services?", + "Do you need to know more about your VA health care benefits , your health care team , and where you ll go for care", + "No", + "Can you help access the services?", + "call our toll - free hotline at 877 - 222 - 8387 , Monday through Friday , 8:00 a.m. to 8:00 p.m. ET." + ] + }, + { + "input": "['Yes. If you are signed up for the VA health care program, you can manage your VA health and benefits online through VA.gov', 'We have PDF fact sheets you can download. we have more information on Transgender male health care, Transgender female health care, Male Veterans: Gay and bisexual health care, and Female Veterans: Lesbian and bisexual health care ', 'Yes, we are committed to serving the health needs of Veterans with LGBT and related identities and providing care in a sensitive, safe environment at all VA health facilities. We have fact sheets you can download for more information.', 'can I do some of these things online or do I have to visit my local VA office?', 'but do you have anything for someone that served during a certain war or area like them boys that had problems with agent orange?', 'At VA, we offer many services and programs for Veterans with specific needs like women Veterans, Veterans with mental health problems, and elderly or disabled Veterans. We cover the cost of many of these services under the VA health care program. ', 'what about gay vets, do you have something to make them feel like they are taken care of?', 'can I get more help so someone can explain things to me?', 'Would you like more information on this ?', 'Yes, certain health concerns may be more likely to affect Veterans who served in a specific time and place. We can help you find out which health concerns you should be aware of depending on when and where you served. ', \"I'm a vet and wanted to know what you have for someone like me\", 'Yes, if you want to know more about your VA health care benefits, your health care team, and where you will go for care, we can help.', 'yes']", + "output": [ + "I'm a vet and wanted to know what you have for someone like me", + "At VA, we offer many services and programs for Veterans with specific needs like women Veterans, Veterans with mental health problems, and elderly or disabled Veterans. We cover the cost of many of these services under the VA health care program. ", + "but do you have anything for someone that served during a certain war or area like them boys that had problems with agent orange?", + "Yes, certain health concerns may be more likely to affect Veterans who served in a specific time and place. We can help you find out which health concerns you should be aware of depending on when and where you served. ", + "what about gay vets, do you have something to make them feel like they are taken care of?", + "Yes, we are committed to serving the health needs of Veterans with LGBT and related identities and providing care in a sensitive, safe environment at all VA health facilities. We have fact sheets you can download for more information.", + "Would you like more information on this ?", + "yes", + "We have PDF fact sheets you can download. we have more information on Transgender male health care, Transgender female health care, Male Veterans: Gay and bisexual health care, and Female Veterans: Lesbian and bisexual health care ", + "can I get more help so someone can explain things to me?", + "Yes, if you want to know more about your VA health care benefits, your health care team, and where you will go for care, we can help.", + "can I do some of these things online or do I have to visit my local VA office?", + "Yes. If you are signed up for the VA health care program, you can manage your VA health and benefits online through VA.gov" + ] + }, + { + "input": "['is there more help with understanding the services available to me?', 'what do you have?', 'If you are in a VA health care program you can manage your VA health benefits online through VA.gov', 'We can help you find out how to get health services for mental health and trauma-related needs', 'can I do all of my business with the VA online?', 'are you a real person or a robot? anyways, I need health care for depression', 'will you help me by finding out if I was exposed to anything that could make me sick?', 'VA offers many services and programs for Veterans with specific needs. We cover the cost of many of these services under the VA health care program. ', 'Yes, we can help you find out which health concerns you should be aware of depending on when and where you served. ', 'no I prefer to get help online', 'Yes, we can help if you want to know more about your VA health care benefits, your health care team, and where you will go for care. Do you need a phone number to call for more help?']", + "output": [ + "are you a real person or a robot? anyways, I need health care for depression", + "We can help you find out how to get health services for mental health and trauma-related needs", + "what do you have?", + "VA offers many services and programs for Veterans with specific needs. We cover the cost of many of these services under the VA health care program. ", + "can I do all of my business with the VA online?", + "If you are in a VA health care program you can manage your VA health benefits online through VA.gov", + "is there more help with understanding the services available to me?", + "Yes, we can help if you want to know more about your VA health care benefits, your health care team, and where you will go for care. Do you need a phone number to call for more help?", + "no I prefer to get help online", + "will you help me by finding out if I was exposed to anything that could make me sick?", + "Yes, we can help you find out which health concerns you should be aware of depending on when and where you served. " + ] + }, + { + "input": "['Can you help me with military sexual trauma too?', 'Hello, I came here to learn in what way your services can cover my health needs.', 'Great, so how exactly can I figure out if your services could help me with a specific need?', 'Are you concerned about your health because of your service history?', 'Yes, we can help you with a military sexual trauma as well.', 'Yes, I am. I have some issues with my health since I have served my country.', 'What if I have questions about these things? Can you help me then?', \"That'd be helpful. Now, what advantages do I have when I'm signed up for the VA health care program?\", 'At VA, we offer many services and programs for Veterans with specific needs like women Veterans, Veterans with mental health problems, and elderly or disabled Veterans. We cover the cost of many of these services under the VA health care program.', 'You can manage your VA health and benefits online through VA.gov: Refill your prescriptions. Send a message to your VA health care provider. Check the status of a disability or pension claim.', 'We can help you with mental health and trauma-related needs, for example.', 'Yes, we can help.', 'Then you should know that certain health concerns may be more likely to affect Veterans who served in a specific time and place. We can help you find out which health concerns you should be aware of depending on when and where you served.']", + "output": [ + "Hello, I came here to learn in what way your services can cover my health needs.", + "At VA, we offer many services and programs for Veterans with specific needs like women Veterans, Veterans with mental health problems, and elderly or disabled Veterans. We cover the cost of many of these services under the VA health care program.", + "Are you concerned about your health because of your service history?", + "Yes, I am. I have some issues with my health since I have served my country.", + "Then you should know that certain health concerns may be more likely to affect Veterans who served in a specific time and place. We can help you find out which health concerns you should be aware of depending on when and where you served.", + "That'd be helpful. Now, what advantages do I have when I'm signed up for the VA health care program?", + "You can manage your VA health and benefits online through VA.gov: Refill your prescriptions. Send a message to your VA health care provider. Check the status of a disability or pension claim.", + "What if I have questions about these things? Can you help me then?", + "Yes, we can help.", + "Great, so how exactly can I figure out if your services could help me with a specific need?", + "We can help you with mental health and trauma-related needs, for example.", + "Can you help me with military sexual trauma too?", + "Yes, we can help you with a military sexual trauma as well." + ] + }, + { + "input": "['\\nCan you get free VA medical care for any illness or injury?', 'You can get free VA medical care for any illness or injury.', 'What information do you specifically want to obtain?\\n\\nWe are committed to providing free medical care for military service-related conditions and for veterans with catastrophic disabilities and disability ratings of at least 50%, as well as for those who cannot afford care.', 'Yes!', '\\nWhat are the costs of VA health care costs?', '\\nCan I always qualify for VA Enhanced Health Care Eligibility Status?', '\\nI would like information related to the costs of medical care.', 'What other services do they offer?', 'Can I get free medical care from veterans?\\n', \"No, we don't need that kind of information.\", '\\nYes, we have multiple benefits.', 'Yes, and you do not need to give us additional information.', 'Should I provide my financial information for details?', 'Can I qualify for 5 years of free assistance?']", + "output": [ + "\nI would like information related to the costs of medical care.", + "What information do you specifically want to obtain?\n\nWe are committed to providing free medical care for military service-related conditions and for veterans with catastrophic disabilities and disability ratings of at least 50%, as well as for those who cannot afford care.", + "\nWhat are the costs of VA health care costs?", + "You can get free VA medical care for any illness or injury.", + "Can I get free medical care from veterans?\n", + "\nCan you get free VA medical care for any illness or injury?", + "What other services do they offer?", + "\nYes, we have multiple benefits.", + "Should I provide my financial information for details?", + "No, we don't need that kind of information.", + "\nCan I always qualify for VA Enhanced Health Care Eligibility Status?", + "Yes, and you do not need to give us additional information.", + "Can I qualify for 5 years of free assistance?", + "Yes!" + ] + }, + { + "input": "[' Find out if you re eligible and how to apply to get career and educational counseling through VR&E as the dependent family member of a service member or Veteran with a service - connected disability .', 'You can get educational and vocational counseling , plus help with :\\n Exploring your abilities and interests\\nMapping out a path to employment', 'How do I apply?', 'How do I apply for Chapter 36 services?', 'Can I get Educational and Career Counseling services provided by VR&E (also called Chapter 36)?', ' The Post-9/11 GI Bill Chapter 33 is one thing.', 'Log in to your eBenefits account ', 'What are employment benefits for dependent family members?', 'You can apply online right now ', 'No', 'You may be eligible for Educational and Career Counseling if you meet both of the requirements ', 'What kind of VR&E benefits can I get?', 'What are dependents eligible for?', 'Are you or family using VR&E benefits and services?']", + "output": [ + "What are employment benefits for dependent family members?", + " Find out if you re eligible and how to apply to get career and educational counseling through VR&E as the dependent family member of a service member or Veteran with a service - connected disability .", + "Can I get Educational and Career Counseling services provided by VR&E (also called Chapter 36)?", + "You may be eligible for Educational and Career Counseling if you meet both of the requirements ", + "How do I apply?", + "You can apply online right now ", + "Are you or family using VR&E benefits and services?", + "No", + "What kind of VR&E benefits can I get?", + "You can get educational and vocational counseling , plus help with :\n Exploring your abilities and interests\nMapping out a path to employment", + "What are dependents eligible for?", + " The Post-9/11 GI Bill Chapter 33 is one thing.", + "How do I apply for Chapter 36 services?", + "Log in to your eBenefits account " + ] + }, + { + "input": "['ok thanks and how do I get GI Bill and other educational benefits?', \"Explore veterans mortgage loan options, apply for your COE Eligibility Certificate, and get help if you're having trouble making your mortgage payments.\", 'Of course one is: VA Transition Assistance Learn about the VA benefits available to you and your family as you leave Active Duty, the National Guard, or the Reserve.', 'What should I do if I want a mortgage loan?', 'VA education benefits help veterans, service members, and their qualified family members with needs like paying for college tuition, finding the right school or training program, and getting professional advice.', 'Get help from the US Department of Labor. USA To find a job, get training, or explore career options.', 'Do you know what you can do on this page?', 'And where should I go to help find a job?', 'What other VA benefits and services are there?', 'About the GI Bill benefits Learn how the GI Bill works and explore your options for paying for school or training.', 'do not', 'hi i need help about VA Education and Training Benefits']", + "output": [ + "hi i need help about VA Education and Training Benefits", + "VA education benefits help veterans, service members, and their qualified family members with needs like paying for college tuition, finding the right school or training program, and getting professional advice.", + "Do you know what you can do on this page?", + "do not", + "What other VA benefits and services are there?", + "Of course one is: VA Transition Assistance Learn about the VA benefits available to you and your family as you leave Active Duty, the National Guard, or the Reserve.", + "What should I do if I want a mortgage loan?", + "Explore veterans mortgage loan options, apply for your COE Eligibility Certificate, and get help if you're having trouble making your mortgage payments.", + "And where should I go to help find a job?", + "Get help from the US Department of Labor. USA To find a job, get training, or explore career options.", + "ok thanks and how do I get GI Bill and other educational benefits?", + "About the GI Bill benefits Learn how the GI Bill works and explore your options for paying for school or training." + ] + }, + { + "input": "['what are the benefits of VA education', 'how to manage veterans education benefits', 'you want to know the GI Bill eligibility', 'not', 'what other benefit should i know', \"it's not my case\", ' View your VA payment historySee your payment history for VA education and other benefits you may have like disability compensation and pension', 'can you give me details of Get GI Bill and other education benefits\\n', 'About GI Bill benefitsLearn how the GI Bill works and explore your options to pay for school or training', \"it's not my case\", 'VA education benefits help Veterans , service members , and their qualified family members with needs like paying college tuition , finding the right school or training', 'How to applyLearn how to prepare and apply for the GI Bill or other VA education and training benefits', 'After submitting the application, what should I do?', 'About GI Bill benefitsLearn how the GI Bill works and explore your options to pay for school or training']", + "output": [ + "can you give me details of Get GI Bill and other education benefits\n", + "About GI Bill benefitsLearn how the GI Bill works and explore your options to pay for school or training", + "After submitting the application, what should I do?", + "it's not my case", + "what other benefit should i know", + "How to applyLearn how to prepare and apply for the GI Bill or other VA education and training benefits", + "you want to know the GI Bill eligibility", + "not", + "About GI Bill benefitsLearn how the GI Bill works and explore your options to pay for school or training", + "it's not my case", + "what are the benefits of VA education", + "VA education benefits help Veterans , service members , and their qualified family members with needs like paying college tuition , finding the right school or training", + "how to manage veterans education benefits", + " View your VA payment historySee your payment history for VA education and other benefits you may have like disability compensation and pension" + ] + }, + { + "input": "['I need more information and resources about VA Education Benefits\\n', 'you can access Other educational assistance programs If you are a member of the Guard, a reservist or a veteran who does not qualify for the GI Post-9/11 Bill,\\n', 'And what would you recommend while leaving active duty?\\n', \"Learn about VA's educational benefit programs and compare GI Bill benefits by school.\\n\", 'Get a CareerScope evaluation to help you discover your career path as you transition to civilian life.\\n', 'Want to know what other VA benefits and services exist?\\n', 'What do I do with my benefit? If my school closed?\\n', 'do not', 'in VA Transition Assistance Learn about the VA benefits available to you and your family as you leave Active Duty, the National Guard, or the Reserve.\\n', 'Request to restore your GI Bill benefits If your school closed or its program ended due to a change in VA regulations or a new law, request that your GI Bill benefits be reinstated.\\n', 'And what help can I get to discover my professional career?\\n', \"What do I do if I don't qualify for the GI Post-9/11 Bill?\\n\"]", + "output": [ + "I need more information and resources about VA Education Benefits\n", + "Learn about VA's educational benefit programs and compare GI Bill benefits by school.\n", + "Want to know what other VA benefits and services exist?\n", + "do not", + "What do I do with my benefit? If my school closed?\n", + "Request to restore your GI Bill benefits If your school closed or its program ended due to a change in VA regulations or a new law, request that your GI Bill benefits be reinstated.\n", + "What do I do if I don't qualify for the GI Post-9/11 Bill?\n", + "you can access Other educational assistance programs If you are a member of the Guard, a reservist or a veteran who does not qualify for the GI Post-9/11 Bill,\n", + "And what help can I get to discover my professional career?\n", + "Get a CareerScope evaluation to help you discover your career path as you transition to civilian life.\n", + "And what would you recommend while leaving active duty?\n", + "in VA Transition Assistance Learn about the VA benefits available to you and your family as you leave Active Duty, the National Guard, or the Reserve.\n" + ] + }, + { + "input": "['Yes', \"What should I know about VA's other benefits and services?\\n\", 'benefits like paying for college tuition, finding the right school or training program, and getting professional advice.\\n', 'Can the Gl Bill school or program be changed?\\n', 'of course Change your school or GI Bill program Request a change to use a different GI Bill program or to transfer your benefits to a new school or training program.\\n', 'and what things does this program cover?\\n', 'Do you want to know what to do after applying?\\n', 'hi i need help about VA Education and Training Benefits\\n', 'About the GI Bill benefits Learn how the GI Bill works and explore your options for paying for school or training.\\n', 'VA education benefits help veterans, service members, and their qualified family members with needs like paying for college tuition, finding the right school or training program, and getting professional advice.\\n', 'What do I need to know if I want to get GI Bill and other educational benefits?\\n', 'Do you want to know what you can find on this page?\\n', 'do not', 'VA Transition Assistance Learn about the VA benefits available to you and your family as you leave Active Duty, the National Guard, or the Reserve.\\n']", + "output": [ + "hi i need help about VA Education and Training Benefits\n", + "VA education benefits help veterans, service members, and their qualified family members with needs like paying for college tuition, finding the right school or training program, and getting professional advice.\n", + "Do you want to know what you can find on this page?\n", + "do not", + "What do I need to know if I want to get GI Bill and other educational benefits?\n", + "About the GI Bill benefits Learn how the GI Bill works and explore your options for paying for school or training.\n", + "Do you want to know what to do after applying?\n", + "Yes", + "What should I know about VA's other benefits and services?\n", + "VA Transition Assistance Learn about the VA benefits available to you and your family as you leave Active Duty, the National Guard, or the Reserve.\n", + "Can the Gl Bill school or program be changed?\n", + "of course Change your school or GI Bill program Request a change to use a different GI Bill program or to transfer your benefits to a new school or training program.\n", + "and what things does this program cover?\n", + "benefits like paying for college tuition, finding the right school or training program, and getting professional advice.\n" + ] + }, + { + "input": "['What can i do with that managing?', 'What can i do managing my benefits?', 'Sure. You have many options to pay for school or training.', \"That's correct, like i said, many benefits.\", 'Have you applied already?', 'Yes, i had.', \"Then i could have access to those earlier benefits, isn't?\", 'And which topics you can guide me, please?', 'Well, you have the VA transition assistance for when you go out of the active duty life.', \"Well, i can tell you about Getting education benefits, manage your Veteran's education benefits and more information and resources.\", 'You have to view the VA chart to know that.', 'There are some like paying college tuition, finding the right school or training program and getting career counseling. ', 'Oh i see, what can you tell me about other benefits and services?', 'You can apply to restore your BI Bill benefits if your school is closed or ended for a change.', \"Hello, i've been reading about the benefits that Veterans can get, but i was wondering about education benefits. Could you tell me about it, if possible?\", 'What kind of benefits can i get with that?']", + "output": [ + "Hello, i've been reading about the benefits that Veterans can get, but i was wondering about education benefits. Could you tell me about it, if possible?", + "Sure. You have many options to pay for school or training.", + "Have you applied already?", + "Yes, i had.", + "What kind of benefits can i get with that?", + "There are some like paying college tuition, finding the right school or training program and getting career counseling. ", + "And which topics you can guide me, please?", + "Well, i can tell you about Getting education benefits, manage your Veteran's education benefits and more information and resources.", + "Oh i see, what can you tell me about other benefits and services?", + "Well, you have the VA transition assistance for when you go out of the active duty life.", + "Then i could have access to those earlier benefits, isn't?", + "That's correct, like i said, many benefits.", + "What can i do managing my benefits?", + "You can apply to restore your BI Bill benefits if your school is closed or ended for a change.", + "What can i do with that managing?", + "You have to view the VA chart to know that." + ] + }, + { + "input": "['Hello there. Please, do you have any educational benefits for veterans?', 'But first, could you remind me what else i get besides paying school?', 'Yes, we have. We offer you the VA educational benefits which help veterans and their qualified family members with needs like paying college tuition, finding the right school or training program and getting career counseling.', 'Well, that benefits can help you find a proper school and getting career counseling.', 'Yeah, that would be good.', 'Would you like me to explain more about what do you have in this section?', 'As said before, it can help you to pay for school or training.', 'Yes please.', 'O.k, then, what can yo tell me about the GI Bill?', 'Aside the VA education benefits. We can help you on getting GI Bill and other education benefits, plus managing your veterans education benefits and getting more information and resources.', 'Do you want to know how to prepare for the application?', \"No, there's no necessity right now.\", 'Do you want to know what to do after you apply for these benefits?']", + "output": [ + "Hello there. Please, do you have any educational benefits for veterans?", + "Yes, we have. We offer you the VA educational benefits which help veterans and their qualified family members with needs like paying college tuition, finding the right school or training program and getting career counseling.", + "Would you like me to explain more about what do you have in this section?", + "Yes please.", + "Aside the VA education benefits. We can help you on getting GI Bill and other education benefits, plus managing your veterans education benefits and getting more information and resources.", + "O.k, then, what can yo tell me about the GI Bill?", + "As said before, it can help you to pay for school or training.", + "Do you want to know what to do after you apply for these benefits?", + "No, there's no necessity right now.", + "Do you want to know how to prepare for the application?", + "Yeah, that would be good.", + "But first, could you remind me what else i get besides paying school?", + "Well, that benefits can help you find a proper school and getting career counseling." + ] + }, + { + "input": "['What about vocational rehabilitation?', 'I am looking for more information about VA education.', 'I guess I am.', 'Are you interested in learning about any other VA benefits or services?', 'Yes, I can help you with that as well.', 'Can I apply to have my GI Bill benefits restored?', 'I can help you learn about transferring out of active duty.', 'Ok, I was wondering if there is any help if I have trouble paying my mortgage?', 'Yes, you can apply for a Certificate of Eligibility COE.', 'Yes, I can help you learn about VA education benefits.', 'Oh yes, I can help with that too.', 'Is there an online system to verify if I am enrolled?', 'Yes.', 'Yes, we have a system called WAVE.', 'Can I transfer my unused post 9/11 GI bill benefits to my spouse?']", + "output": [ + "I am looking for more information about VA education.", + "Yes, I can help you learn about VA education benefits.", + "Are you interested in learning about any other VA benefits or services?", + "I guess I am.", + "I can help you learn about transferring out of active duty.", + "Can I transfer my unused post 9/11 GI bill benefits to my spouse?", + "Yes.", + "Is there an online system to verify if I am enrolled?", + "Yes, we have a system called WAVE.", + "Ok, I was wondering if there is any help if I have trouble paying my mortgage?", + "Yes, you can apply for a Certificate of Eligibility COE.", + "Can I apply to have my GI Bill benefits restored?", + "Yes, I can help you with that as well.", + "What about vocational rehabilitation?", + "Oh yes, I can help with that too." + ] + }, + { + "input": "['You will then be able to learn about GI Bill and other education benefits, manage your Veterans education benefits and find more resources.', 'What are VA education and training benefits for?', 'Is it possible to learn about choosing GI Bill approved schools?', \"How can I manage my Veteran's education benefits?\", 'VA education benefits help Veterans, service members, and their qualified family members with things such as college tuition, finding a good school, and getting career counseling. ', 'Yes, you can register to do business with VA and get support for your Veteran owned small business.', 'You will learn how the GI Bill works and explore your options to pay for school or training.', 'You can view your VA payment history for VA education and other benefits you may have including disability compensation and pension.', 'Can I learn about getting GI Bill and other education benefits?', 'What other VA benefits and services are available?', 'VA transition assistance is available to you and your family as you move out of active-duty, National Guard, or Reserve service.', 'Yes, I would like to look at the page.', 'Would you like to go on this page to learn about Veteran Education benefits?', 'You can see approved GI Bill schools via our link.', 'Am I able to register to do business with VA and get support for my Veteran-owned business?']", + "output": [ + "What are VA education and training benefits for?", + "VA education benefits help Veterans, service members, and their qualified family members with things such as college tuition, finding a good school, and getting career counseling. ", + "Would you like to go on this page to learn about Veteran Education benefits?", + "Yes, I would like to look at the page.", + "You will then be able to learn about GI Bill and other education benefits, manage your Veterans education benefits and find more resources.", + "Can I learn about getting GI Bill and other education benefits?", + "You will learn how the GI Bill works and explore your options to pay for school or training.", + "Am I able to register to do business with VA and get support for my Veteran-owned business?", + "Yes, you can register to do business with VA and get support for your Veteran owned small business.", + "How can I manage my Veteran's education benefits?", + "You can view your VA payment history for VA education and other benefits you may have including disability compensation and pension.", + "What other VA benefits and services are available?", + "VA transition assistance is available to you and your family as you move out of active-duty, National Guard, or Reserve service.", + "Is it possible to learn about choosing GI Bill approved schools?", + "You can see approved GI Bill schools via our link." + ] + }, + { + "input": "['I would like to know more about VA education benefits.', 'Correct. We offer career counseling for Veterans, service members and their qualified family members.', 'You talked about a GI Bill before. What is that and how does it work?', 'Of course. VA education benefits help Veterans, service members, and their qualified family members with needs like paying college tuition, finding the right school or training program, and getting career counseling.', \"Correct. If you 're a Guardsman, Reservist, or Veteran who doesn't qualify for the Post-9/11 GI Bill, you might still be eligible for other VA education benefits.\", 'Ok. Do you have some reviews or recommendations from people who used this GI Bill before?', 'On this page you can get the GI Bill and other education benefits, manage your Veterans education benefits and find more information and resources.', 'Ah, so you offer career counseling as well?', \"Yes, we have My Story. It tell you how Veterans and service members use the GI Bill. Hear inspiring stories from Veterans and service members who've advanced their education and training with the Post-9/11 GI Bill.\", 'Would you like to know what regarding those benefits we offer on this page?', \"Alright. And what if I don't qualify for this GI Bill? Can I still apply for education benefits?\", \"Yeah, that'd be wonderful.\", 'You can learn more about the GI Bill and explore your options to pay for school or training on our page.']", + "output": [ + "I would like to know more about VA education benefits.", + "Of course. VA education benefits help Veterans, service members, and their qualified family members with needs like paying college tuition, finding the right school or training program, and getting career counseling.", + "Would you like to know what regarding those benefits we offer on this page?", + "Yeah, that'd be wonderful.", + "On this page you can get the GI Bill and other education benefits, manage your Veterans education benefits and find more information and resources.", + "Ah, so you offer career counseling as well?", + "Correct. We offer career counseling for Veterans, service members and their qualified family members.", + "You talked about a GI Bill before. What is that and how does it work?", + "You can learn more about the GI Bill and explore your options to pay for school or training on our page.", + "Ok. Do you have some reviews or recommendations from people who used this GI Bill before?", + "Yes, we have My Story. It tell you how Veterans and service members use the GI Bill. Hear inspiring stories from Veterans and service members who've advanced their education and training with the Post-9/11 GI Bill.", + "Alright. And what if I don't qualify for this GI Bill? Can I still apply for education benefits?", + "Correct. If you 're a Guardsman, Reservist, or Veteran who doesn't qualify for the Post-9/11 GI Bill, you might still be eligible for other VA education benefits." + ] + }, + { + "input": "['You can get the GI Bill and other education benefits, manage your Veterans education benefits or find more information and resources. ', 'Where can I learn more about VA education and training benefits?', 'You can visit our page to learn about VA education benefits programs and compare GI Bill benefits by school.', \"You're in the right place. VA education benefits help Veterans, service members, and their qualified family members with needs like paying college tuition, finding the right school or training program, and getting career counseling.\", 'Would you like to know what you can do on our page?', 'And are there any other options or programs beside GI Bill?', 'By visiting our page you can learn about VA benefits available to you and your family as you transition out of active duty, National Guard, or reserve service.', 'About the GI Bill you mentioned before: my brother used that service, but his school closed. Does that mean his benefits are gone for good?', 'Yes, by all means.', \"That's quite informative, thank you. Are there any other benefits I should be aware of?\", 'You can apply to restore your GI Bill benefits, if your school closed or your program ended because of a change in VA regulations or a new law. Simply apply to have your GI Bill benefits restored.', 'Fair enough. Are there any other services I should know about?', \"You can explore options for Veterans home loans, apply for your Certificate of Eligibility COE, and get help if you're having trouble making your mortgage payments.\", \"Of course. If you're a Guardsman, Reservist, or Veteran who doesn't qualify for the Post-9/11 GI Bill, you may be eligible for other VA education benefits.\", 'Can you give me more information about these services?']", + "output": [ + "Where can I learn more about VA education and training benefits?", + "You're in the right place. VA education benefits help Veterans, service members, and their qualified family members with needs like paying college tuition, finding the right school or training program, and getting career counseling.", + "Would you like to know what you can do on our page?", + "Yes, by all means.", + "You can get the GI Bill and other education benefits, manage your Veterans education benefits or find more information and resources. ", + "That's quite informative, thank you. Are there any other benefits I should be aware of?", + "You can explore options for Veterans home loans, apply for your Certificate of Eligibility COE, and get help if you're having trouble making your mortgage payments.", + "About the GI Bill you mentioned before: my brother used that service, but his school closed. Does that mean his benefits are gone for good?", + "You can apply to restore your GI Bill benefits, if your school closed or your program ended because of a change in VA regulations or a new law. Simply apply to have your GI Bill benefits restored.", + "And are there any other options or programs beside GI Bill?", + "Of course. If you're a Guardsman, Reservist, or Veteran who doesn't qualify for the Post-9/11 GI Bill, you may be eligible for other VA education benefits.", + "Can you give me more information about these services?", + "You can visit our page to learn about VA education benefits programs and compare GI Bill benefits by school.", + "Fair enough. Are there any other services I should know about?", + "By visiting our page you can learn about VA benefits available to you and your family as you transition out of active duty, National Guard, or reserve service." + ] + }, + { + "input": "['yes, about disability', 'How do I download the guides I want?', 'I need help with the VA Welcome Kit', \"Yes, I'll give you the link to the guide in either color or black and white PDF. You can print out the copies for your friend and share them with others that may find them relevant\", 'are you a family member?', 'Okay, the VA Welcome Kit can help inform you of the benefits and services that are available to you. ', \"no, I'm a friend that is helping a friend\", 'no', 'and can I get the VA Welcome Kit?', 'and you would like to learn more about benefits?', 'You can use VA.gov to file a claim for disability compensation for conditions related to military service, and manage benefits', 'are you a Veteran?']", + "output": [ + "I need help with the VA Welcome Kit", + "Okay, the VA Welcome Kit can help inform you of the benefits and services that are available to you. ", + "How do I download the guides I want?", + "are you a Veteran?", + "no", + "are you a family member?", + "no, I'm a friend that is helping a friend", + "and you would like to learn more about benefits?", + "yes, about disability", + "You can use VA.gov to file a claim for disability compensation for conditions related to military service, and manage benefits", + "and can I get the VA Welcome Kit?", + "Yes, I'll give you the link to the guide in either color or black and white PDF. You can print out the copies for your friend and share them with others that may find them relevant" + ] + }, + { + "input": "['Hello there, I would like to know more about VA benefits for service members.', 'Great. One more thing, I suffer from hearing loss. Do you have a phone number for people who are hard of hearing?', 'Yes, I am a member of the National Guard.', 'How can I sign up for these VA mental health services? My wife says I should, because I often shout in my sleep.', 'Of course. If you need support for a specific mental health problem or if you re having problems sleeping or controlling your anger, we offer help in the shape of VA mental health services.', 'In that case you may be eligible for VA benefits both during service and after separation or retirement.', 'Simply call or walk in to any VA medical center anytime, day or night. Find your nearest VA health facility or call or walk in to any Vet Center during clinic hours.', 'Of course. If you need support for a specific mental health problem or if you re having problems sleeping or controlling your anger, we offer help in the shape of VA mental health services.', 'Alright. I mentioned before that I have trouble sleeping. Can VA health care help me with that as well?', \"I see. While we're at it, can you tell me about VA benefits I can use during and after service?\", 'Are you serving on active duty in the United States uniformed services?', 'We do. Please call TTY: 1-800-877-8339 if you have hearing loss.', 'Of course. You can use GI Bill and other education benefits. Use our page to find out if you qualify for VA education benefits to help pay for school or training.', \"I've noted that down. Well, since my last combat mission I suffer from some mental health problems and it's been really tough for me recently. Can I get some help?\"]", + "output": [ + "Hello there, I would like to know more about VA benefits for service members.", + "Are you serving on active duty in the United States uniformed services?", + "Yes, I am a member of the National Guard.", + "In that case you may be eligible for VA benefits both during service and after separation or retirement.", + "Great. One more thing, I suffer from hearing loss. Do you have a phone number for people who are hard of hearing?", + "We do. Please call TTY: 1-800-877-8339 if you have hearing loss.", + "I've noted that down. Well, since my last combat mission I suffer from some mental health problems and it's been really tough for me recently. Can I get some help?", + "Of course. If you need support for a specific mental health problem or if you re having problems sleeping or controlling your anger, we offer help in the shape of VA mental health services.", + "How can I sign up for these VA mental health services? My wife says I should, because I often shout in my sleep.", + "Simply call or walk in to any VA medical center anytime, day or night. Find your nearest VA health facility or call or walk in to any Vet Center during clinic hours.", + "I see. While we're at it, can you tell me about VA benefits I can use during and after service?", + "Of course. You can use GI Bill and other education benefits. Use our page to find out if you qualify for VA education benefits to help pay for school or training.", + "Alright. I mentioned before that I have trouble sleeping. Can VA health care help me with that as well?", + "Of course. If you need support for a specific mental health problem or if you re having problems sleeping or controlling your anger, we offer help in the shape of VA mental health services." + ] + }, + { + "input": "['and you want to know the requirements for Disability', 'Educationr\\nCheck your Post-9/11 GI Bill benefitss\\nView your payment historys\\nChange your current education benefits', 'and how would the pension be?', 'Apply for a printed Veteran ID card , get your VA benefit letters and medical records , and learn how to apply for a discharge upgrade', 'what general VA benefits and health care information', 'ok how do i register?', 'Apply for monthly payments for wartime Veterans and survivors with limited or no income who meet certain age and disability requirements ', 'you want to know about health care', 'yes', 'not', 'not', 'can you give me details of Access and manage your VA benefits and health care\\n']", + "output": [ + "can you give me details of Access and manage your VA benefits and health care\n", + "you want to know about health care", + "not", + "and you want to know the requirements for Disability", + "not", + "what general VA benefits and health care information", + "yes", + "Educationr\nCheck your Post-9/11 GI Bill benefitss\nView your payment historys\nChange your current education benefits", + "ok how do i register?", + "Apply for a printed Veteran ID card , get your VA benefit letters and medical records , and learn how to apply for a discharge upgrade", + "and how would the pension be?", + "Apply for monthly payments for wartime Veterans and survivors with limited or no income who meet certain age and disability requirements " + ] + }, + { + "input": "[\"Learn about the benefits for which you may qualify as a spouse, dependent or survivor. And find out what you're eligible for as a family member caring for a veteran with disabilities.\\n\", 'What should I do with appointments?\\n', 'Schedule and view your appointments\\n', 'want to know about health care?\\n', 'and is there health care?\\n', 'hi i need help about how to access and manage my VA benefits and healthcare\\n', 'Fill and track your recipes\\n Send a secure message to your healthcare team.\\n Schedule and view your appointments', 'Request a printed veteran ID card, get your VA benefit letters and medical records, and learn how to request a discharge update\\n', 'and what records should i make?\\n', 'If You Apply For VA Healthcare, Find Out How To Access Services And Manage Your Health And Benefits Online\\n', 'Yes\\n', 'Can you help me learn about the benefits for family members?\\n']", + "output": [ + "hi i need help about how to access and manage my VA benefits and healthcare\n", + "want to know about health care?\n", + "Yes\n", + "Fill and track your recipes\n Send a secure message to your healthcare team.\n Schedule and view your appointments", + "What should I do with appointments?\n", + "Schedule and view your appointments\n", + "Can you help me learn about the benefits for family members?\n", + "Learn about the benefits for which you may qualify as a spouse, dependent or survivor. And find out what you're eligible for as a family member caring for a veteran with disabilities.\n", + "and what records should i make?\n", + "Request a printed veteran ID card, get your VA benefit letters and medical records, and learn how to request a discharge update\n", + "and is there health care?\n", + "If You Apply For VA Healthcare, Find Out How To Access Services And Manage Your Health And Benefits Online\n" + ] + }, + { + "input": "['Yes.', 'Not right now.\\n', 'Yes, I have already submitted it and would like to verify its status.', '\\nCould I be eligible as a family member caring for a veteran with disabilities?', '\\nDo you want to file a claim for compensation?', 'Could you see my scheduled appointments?', '\\nCould you give me information about a file for a VA disability increase?', '\\nYes, definitely.', 'Yes, you apply to the request.', 'Hello! I would like advice on medical care\\n', '\\nDo you want to schedule an appointment?', 'Can my wife enjoy the benefits?']", + "output": [ + "Hello! I would like advice on medical care\n", + "\nDo you want to schedule an appointment?", + "Not right now.\n", + "\nCould you give me information about a file for a VA disability increase?", + "\nDo you want to file a claim for compensation?", + "Yes, I have already submitted it and would like to verify its status.", + "\nCould I be eligible as a family member caring for a veteran with disabilities?", + "Yes, you apply to the request.", + "Can my wife enjoy the benefits?", + "\nYes, definitely.", + "Could you see my scheduled appointments?", + "Yes." + ] + }, + { + "input": "['Yes there are requirements', 'Are there requirements for care under the VA mission Act?', 'Would you like to know what is covered with health care?', 'Apply for monthly payments for wartime Veterans and survivors with limited or no income who meet certain age and disability requirements ', 'What burial help is available?', 'You can Apply for VA health care , find out how to access services , and manage your health and benefits online .', 'How do I access and manage my VA benefits and health care?', \"Get help planning a burial in a VA national cemetery , order a headstone or other memorial item to honor a Veteran 's service , and apply for survivor and dependent benefits .\", ' Refill and track your prescriptions\\nSend a secure message to your health care teams\\nSchedule and view your appointments\\nView your lab and test results', 'What are requirements for pension?', 'What health care information do you have?', 'Yes that would help']", + "output": [ + "How do I access and manage my VA benefits and health care?", + "Would you like to know what is covered with health care?", + "Yes that would help", + " Refill and track your prescriptions\nSend a secure message to your health care teams\nSchedule and view your appointments\nView your lab and test results", + "Are there requirements for care under the VA mission Act?", + "Yes there are requirements", + "What are requirements for pension?", + "Apply for monthly payments for wartime Veterans and survivors with limited or no income who meet certain age and disability requirements ", + "What burial help is available?", + "Get help planning a burial in a VA national cemetery , order a headstone or other memorial item to honor a Veteran 's service , and apply for survivor and dependent benefits .", + "What health care information do you have?", + "You can Apply for VA health care , find out how to access services , and manage your health and benefits online ." + ] + }, + { + "input": "['Yes, your spouse, dependent, or survivor can get them.', 'What service member benefits would I find out about?', 'Does the VA have an official podcast?', 'You can refill and track your prescriptions, send a secure message to your healthcare team, and view appointments and schedule them.', 'What can I check about education benefits?', 'How can I manage my VA benefits and health care?', 'Yes, it is called Borne the Battle and it contains stories of inspiring Veterans, important resources, offices, and VA benefits.', 'Yes, I would like to know what I would be able to access.', 'Can family members get benefits?', 'You can check your claim or appeal status, view payment history, or upload evidence to support your claim.', 'What about my disability benefits can I check on VA.gov?', 'Do you want to know about how to access and manage your health care?', 'You will find out about eligibility during service and which time-sensitive benefits to consider when you are down serving.', 'You will be ablel to check your Post-9/11 GI Bill benefits; view payment history; or change your current education benefits.']", + "output": [ + "How can I manage my VA benefits and health care?", + "Do you want to know about how to access and manage your health care?", + "Yes, I would like to know what I would be able to access.", + "You can refill and track your prescriptions, send a secure message to your healthcare team, and view appointments and schedule them.", + "Does the VA have an official podcast?", + "Yes, it is called Borne the Battle and it contains stories of inspiring Veterans, important resources, offices, and VA benefits.", + "What service member benefits would I find out about?", + "You will find out about eligibility during service and which time-sensitive benefits to consider when you are down serving.", + "Can family members get benefits?", + "Yes, your spouse, dependent, or survivor can get them.", + "What can I check about education benefits?", + "You will be ablel to check your Post-9/11 GI Bill benefits; view payment history; or change your current education benefits.", + "What about my disability benefits can I check on VA.gov?", + "You can check your claim or appeal status, view payment history, or upload evidence to support your claim." + ] + }, + { + "input": "['Yes, there you can apply for a printed Veteran ID card', 'Yes, you can apply for a printed Veteran ID card , get your VA benefit letters and medical records , and learn how to apply for a discharge upgrade on the site.', 'also, can you help me with records?', 'Would you like help with Education topics?', 'Do you need help with disability?', 'not that either', 'yes', 'and my ID stuff would be under records?', 'You can use the site to Check your Post-9/11 GI Bill benefits, View your payment history, Change your current education benefits, and do other things.', 'can one also get help with funerals for vets?', 'no', \"You can get help planning a burial in a VA national cemetery , order a headstone or other memorial item to honor a Veteran's service, and apply for survivor and dependent benefits .\", 'I want to use the VA.gov site for my benefits and need help', 'Do you need help with Health care?']", + "output": [ + "I want to use the VA.gov site for my benefits and need help", + "Do you need help with Health care?", + "no", + "Do you need help with disability?", + "not that either", + "Would you like help with Education topics?", + "yes", + "You can use the site to Check your Post-9/11 GI Bill benefits, View your payment history, Change your current education benefits, and do other things.", + "also, can you help me with records?", + "Yes, you can apply for a printed Veteran ID card , get your VA benefit letters and medical records , and learn how to apply for a discharge upgrade on the site.", + "can one also get help with funerals for vets?", + "You can get help planning a burial in a VA national cemetery , order a headstone or other memorial item to honor a Veteran's service, and apply for survivor and dependent benefits .", + "and my ID stuff would be under records?", + "Yes, there you can apply for a printed Veteran ID card" + ] + }, + { + "input": "[\"and it's the place to go for disability issues too right?\", 'You can download your benefit letters on the Records section.', 'Are you looking for help on a particular area like health care?', 'I need help with my records too, like my ID and my benefits documents so can you do that too?', 'Yes, health care', 'Yes, you can apply for survivor and dependent benefits .', 'On the site you can fill and track your prescriptions, Send a secure message to your health care team, Schedule and view your appointments , and other tasks.', 'is there a place to go for survivor benefits?', 'You can learn about the benefits you may qualify for as a spouse , dependent , or survivor . Also, find out what you are eligible for as a family member caring for a Veteran with disabilities .', 'what about other benefits for family?', 'so would my benefits letter that I need be under benefits or records?', 'I need help with your site', 'Yes, you can get Veteran ID cards, access your VA medical records, and download benefit letters', 'Yes, you can do such tasks as check your claim or appeal status, view your payment history, or upload evidence to support your claim']", + "output": [ + "I need help with your site", + "Are you looking for help on a particular area like health care?", + "Yes, health care", + "On the site you can fill and track your prescriptions, Send a secure message to your health care team, Schedule and view your appointments , and other tasks.", + "I need help with my records too, like my ID and my benefits documents so can you do that too?", + "Yes, you can get Veteran ID cards, access your VA medical records, and download benefit letters", + "and it's the place to go for disability issues too right?", + "Yes, you can do such tasks as check your claim or appeal status, view your payment history, or upload evidence to support your claim", + "is there a place to go for survivor benefits?", + "Yes, you can apply for survivor and dependent benefits .", + "what about other benefits for family?", + "You can learn about the benefits you may qualify for as a spouse , dependent , or survivor . Also, find out what you are eligible for as a family member caring for a Veteran with disabilities .", + "so would my benefits letter that I need be under benefits or records?", + "You can download your benefit letters on the Records section." + ] + }, + { + "input": "['I would be happy to help you. I can assist you with refilling your prescriptions, I can help you contact your health team, and make appointments.', 'Okay, well thanks, that is good to know. I actually need help with life insurance. What are the options?', 'Yes thanks I do need help with my health care.', 'I can help you learn about your options.', 'Can he call to check his payment history?', \"I'm interested in learning about dependant benefits. What can I qualify for if my father dies?\", 'Yes I can help you with that. I can also help you get a headstone as well.', \"Oh that's great. Can you also help me with planning a burial for my father?\", 'I can help you learn more about dependant benefits and what you qualify for.', 'Absolutely he can.', 'I need to manage my VA health benefits.', 'Is this in regards to your health care?']", + "output": [ + "I need to manage my VA health benefits.", + "Is this in regards to your health care?", + "Yes thanks I do need help with my health care.", + "I would be happy to help you. I can assist you with refilling your prescriptions, I can help you contact your health team, and make appointments.", + "Okay, well thanks, that is good to know. I actually need help with life insurance. What are the options?", + "I can help you learn about your options.", + "I'm interested in learning about dependant benefits. What can I qualify for if my father dies?", + "I can help you learn more about dependant benefits and what you qualify for.", + "Oh that's great. Can you also help me with planning a burial for my father?", + "Yes I can help you with that. I can also help you get a headstone as well.", + "Can he call to check his payment history?", + "Absolutely he can." + ] + }, + { + "input": "['On our page you can find out what benefits you may be eligible for during service and which time-sensitive benefits to consider when separating or retiring.', 'Gladly. You can refill and track your prescriptions, send a secure message to your health care team, schedule and view your appointments.', 'Alright. Which brings me to service member benefits. What benefits can a service member expect?', \"On our page you can learn about the benefits you may qualify for as a spouse, dependent, or survivor. You can also find out what you're eligible for as a family member caring for a Veteran with disabilities.\", \"Of course. You can get help planning a burial in a VA national cemetery, order a headstone or other memorial item to honor a Veteran's service, and apply for survivor and dependent benefits.\", \"Ok, and since I'm not the youngest anymore, can you tell me something about burials for Veterans?\", 'I see. What can you do for careers and employment?', 'You can apply for vocational rehabilitation services, get support for your Veteran-owned small business, and access other career resources.', 'I would like to know more about how I can manage my VA benefits and health care, please.', 'Of course. Would you like to know more about managing your health care?', \"Yes, that's what I just said.\", 'Seems awfully useful, ok. What about family member benefits?']", + "output": [ + "I would like to know more about how I can manage my VA benefits and health care, please.", + "Of course. Would you like to know more about managing your health care?", + "Yes, that's what I just said.", + "Gladly. You can refill and track your prescriptions, send a secure message to your health care team, schedule and view your appointments.", + "I see. What can you do for careers and employment?", + "You can apply for vocational rehabilitation services, get support for your Veteran-owned small business, and access other career resources.", + "Seems awfully useful, ok. What about family member benefits?", + "On our page you can learn about the benefits you may qualify for as a spouse, dependent, or survivor. You can also find out what you're eligible for as a family member caring for a Veteran with disabilities.", + "Alright. Which brings me to service member benefits. What benefits can a service member expect?", + "On our page you can find out what benefits you may be eligible for during service and which time-sensitive benefits to consider when separating or retiring.", + "Ok, and since I'm not the youngest anymore, can you tell me something about burials for Veterans?", + "Of course. You can get help planning a burial in a VA national cemetery, order a headstone or other memorial item to honor a Veteran's service, and apply for survivor and dependent benefits." + ] + }, + { + "input": "['yes', 'you can check you claim or appeal status, view payment history, and upload evidence to support your claim.', 'What else can I do?', 'What other resources are available?', 'Yes please', 'I need to access and manage my VA benefits and health care.', 'Would you like to look at Health care first?', 'Can I access records?', 'Apply for VA health care, find out how to access services and manage your health and benefits online', 'Are you needing disability information too?', 'What about health care?', 'VA has an official podcast. Borne the Battle spotlights inspiring Veteran stories , important resources , offices , and VA benefits .', 'You can apply for a printed Veteran ID card, get your VA benefit letters and medical records.', 'you can refill and track prescriptions, send secure messages to your health care team and schedule and view your appointments.']", + "output": [ + "I need to access and manage my VA benefits and health care.", + "Would you like to look at Health care first?", + "Yes please", + "Are you needing disability information too?", + "yes", + "you can check you claim or appeal status, view payment history, and upload evidence to support your claim.", + "Can I access records?", + "You can apply for a printed Veteran ID card, get your VA benefit letters and medical records.", + "What other resources are available?", + "VA has an official podcast. Borne the Battle spotlights inspiring Veteran stories , important resources , offices , and VA benefits .", + "What about health care?", + "you can refill and track prescriptions, send secure messages to your health care team and schedule and view your appointments.", + "What else can I do?", + "Apply for VA health care, find out how to access services and manage your health and benefits online" + ] + }, + { + "input": "[\"yes I would so I don't overpay\", 'but can you start with the resources about what insurance I need?', 'Do you need help getting life insurance, mananging your policy and benefits, or are you just looking to get more informed on the subject?', 'Yes, we have a way of signing up for Veterans benefits email updates', 'I just wanted to get a little info on life insurance', 'Okay, VA life insurance can offer financial security for Veterans , service members , and their spouses and dependent children. We can help you look at your options,manage your policy and file claims.', 'you can take care of all of my life insurance needs huh?', 'do you have a way for me to sign-up with my e-mail so you send me a newsletter or whatever you send out?', 'Yes, we help you explore your options, manage your policy and file claims. VA life insurance can offer financial security for Veterans, service members, and their families', 'Okay, we will help you get life insurance, manange your policy and benefits, and give you more resources on the topic', 'all of it', 'You can use the life insurance needs calculator and VGLI comparison questionnaire to help you decide how much life insurance you need', 'Would you like to know more about how much life insurance you need?']", + "output": [ + "I just wanted to get a little info on life insurance", + "Okay, VA life insurance can offer financial security for Veterans , service members , and their spouses and dependent children. We can help you look at your options,manage your policy and file claims.", + "Do you need help getting life insurance, mananging your policy and benefits, or are you just looking to get more informed on the subject?", + "all of it", + "Okay, we will help you get life insurance, manange your policy and benefits, and give you more resources on the topic", + "but can you start with the resources about what insurance I need?", + "Would you like to know more about how much life insurance you need?", + "yes I would so I don't overpay", + "You can use the life insurance needs calculator and VGLI comparison questionnaire to help you decide how much life insurance you need", + "you can take care of all of my life insurance needs huh?", + "Yes, we help you explore your options, manage your policy and file claims. VA life insurance can offer financial security for Veterans, service members, and their families", + "do you have a way for me to sign-up with my e-mail so you send me a newsletter or whatever you send out?", + "Yes, we have a way of signing up for Veterans benefits email updates" + ] + }, + { + "input": "['What if I have a hearing loss?', 'No I am not', 'Do you need mental services right away?', 'Yes I need to access it right away.', 'Is there assistance with mental care?', 'ARe you on active duty?', 'There are options. ', 'Call TTY 1-800-877-8339', 'ARe you a traditional or technical member of the National Guard and Reserve?', 'I need to know about VA benefits for service members', 'No I am not', 'Yes for a year after separation no matter your discharge status, service history or eligibility for VA health care.', 'You can call or walk in to any VA medical center anytime day or night.', 'How do I convert SGLI coverage to a Veterans Group Life or commercial policy?']", + "output": [ + "I need to know about VA benefits for service members", + "ARe you on active duty?", + "No I am not", + "ARe you a traditional or technical member of the National Guard and Reserve?", + "No I am not", + "How do I convert SGLI coverage to a Veterans Group Life or commercial policy?", + "There are options. ", + "What if I have a hearing loss?", + "Call TTY 1-800-877-8339", + "Is there assistance with mental care?", + "Yes for a year after separation no matter your discharge status, service history or eligibility for VA health care.", + "Do you need mental services right away?", + "Yes I need to access it right away.", + "You can call or walk in to any VA medical center anytime day or night." + ] + }, + { + "input": "['Yes', 'If you served at Camp Lejeune or MCAS New River between August 1953 and December 1987 , you may be at risk for certain illnesses believed to be caused by contaminants found in the drinking water during that time .', 'I can help you Find out if you can get disability compensation monthly payments and other benefits for illnesses or other conditions , like the ones listed below . These are illnesses and conditions we believe may be caused by contact with harmful chemicals or other hazardous materials while serving in the military ', 'Visit the U.S. Army web page ,or\\n Call 800 - 984 - 8523', 'Were you a volunteer involved in chemical and biological testing?', 'Yes 1973', 'How do I get help?', 'Were you involved in medical research for the U.S. biological and chemical programs between 1942 and 1975 ?', 'I need to know if I can get information on exposure to hazardous chemicals and materials.', 'Does the contaminated drinking water at Camp Lejeune qualify?', 'If you served in the Republic of Vietnam or in or near the Korean Demilitarized Zone DMZ during the Vietnam Era or in certain related jobs you may have had contact with Agent Orange , an herbicide used to clear plants and trees during the war ', 'What about asbestos exposure?', 'What about agent orange exposure?', 'If you worked in certain military jobs , you may have had contact with asbestos toxic fibers once used in many buildings and products .', 'You can get medical care through the U.S. Army if you volunteered for this research and have an injury or illness directly caused by your participation .']", + "output": [ + "I need to know if I can get information on exposure to hazardous chemicals and materials.", + "I can help you Find out if you can get disability compensation monthly payments and other benefits for illnesses or other conditions , like the ones listed below . These are illnesses and conditions we believe may be caused by contact with harmful chemicals or other hazardous materials while serving in the military ", + "Were you a volunteer involved in chemical and biological testing?", + "Yes", + "Were you involved in medical research for the U.S. biological and chemical programs between 1942 and 1975 ?", + "Yes 1973", + "You can get medical care through the U.S. Army if you volunteered for this research and have an injury or illness directly caused by your participation .", + "How do I get help?", + "Visit the U.S. Army web page ,or\n Call 800 - 984 - 8523", + "What about agent orange exposure?", + "If you served in the Republic of Vietnam or in or near the Korean Demilitarized Zone DMZ during the Vietnam Era or in certain related jobs you may have had contact with Agent Orange , an herbicide used to clear plants and trees during the war ", + "Does the contaminated drinking water at Camp Lejeune qualify?", + "If you served at Camp Lejeune or MCAS New River between August 1953 and December 1987 , you may be at risk for certain illnesses believed to be caused by contaminants found in the drinking water during that time .", + "What about asbestos exposure?", + "If you worked in certain military jobs , you may have had contact with asbestos toxic fibers once used in many buildings and products ." + ] + }, + { + "input": "['Good to know I can come here for all the help I need. I will also need help with the survivors pension, do you have anything on that ?', 'Yes, we can help someone find out if they are eligible and how to apply for VA pension benefits as a surviving spouse or child of a deceased Veteran with wartime service', 'VA pension benefits are available to some wartime Veterans and their survivors.', 'I need help with pension benefits', 'no, just help me with pension benefits', 'Yes, we can help you find out how to apply for and manage your VA health care benefits .', 'can you also help me later with how to check the status of a claim?', 'Would you like more info on what we can help you with?', 'can you help me with pension benefits?', 'Yes, we will help you on how to check the status of an open claim for VA disability compensation or pension benefits', 'Yes, we can help you get pension benefits, manage your pension benefits, and look at more information and resources on the matter', 'can I also get help with VA health benefits?']", + "output": [ + "I need help with pension benefits", + "VA pension benefits are available to some wartime Veterans and their survivors.", + "Would you like more info on what we can help you with?", + "no, just help me with pension benefits", + "can you help me with pension benefits?", + "Yes, we can help you get pension benefits, manage your pension benefits, and look at more information and resources on the matter", + "can I also get help with VA health benefits?", + "Yes, we can help you find out how to apply for and manage your VA health care benefits .", + "can you also help me later with how to check the status of a claim?", + "Yes, we will help you on how to check the status of an open claim for VA disability compensation or pension benefits", + "Good to know I can come here for all the help I need. I will also need help with the survivors pension, do you have anything on that ?", + "Yes, we can help someone find out if they are eligible and how to apply for VA pension benefits as a surviving spouse or child of a deceased Veteran with wartime service" + ] + }, + { + "input": "[\"Hey there, how is it going?. I'm a veteran with a disability and heard about some program that helps those with my condition. Could you help me out?\", 'Totally correct. Not only veterans can apply for this, but service-members can too.', 'Umm, pretty encouraging. And lets say i prefer to performing a job corresponding to my actual set of skills. Could you help me on that regard?', 'In my case, can i receive help from you in order to start some enterprise?', 'O.k, O.k, is that i was sure to have read about it somewhere. Look.if i want to get more skills on something, you can help me out?', 'No problem. So, to confirm, are you a service member with a service-connected disability that impacts your ability to work?', 'No, not a service member. A veteran.', \"Well, that's good to know that i have options available. Sorry about being repetitive, but you told me earlier that self employment was possible and that's not only for veterans, did you?\", \"Yes, in fact you can. If you're a veteran with a service-connected disability, you can receive help from us to start your own business.\", 'Surely, we can. You would have to go for a little process and find out if you can get employment counseling and job-search support.', 'Positive on that. Through our Long term services, we can help you develop new skills.']", + "output": [ + "Hey there, how is it going?. I'm a veteran with a disability and heard about some program that helps those with my condition. Could you help me out?", + "No problem. So, to confirm, are you a service member with a service-connected disability that impacts your ability to work?", + "No, not a service member. A veteran.", + "In my case, can i receive help from you in order to start some enterprise?", + "Yes, in fact you can. If you're a veteran with a service-connected disability, you can receive help from us to start your own business.", + "Umm, pretty encouraging. And lets say i prefer to performing a job corresponding to my actual set of skills. Could you help me on that regard?", + "Surely, we can. You would have to go for a little process and find out if you can get employment counseling and job-search support.", + "Well, that's good to know that i have options available. Sorry about being repetitive, but you told me earlier that self employment was possible and that's not only for veterans, did you?", + "Totally correct. Not only veterans can apply for this, but service-members can too.", + "O.k, O.k, is that i was sure to have read about it somewhere. Look.if i want to get more skills on something, you can help me out?", + "Positive on that. Through our Long term services, we can help you develop new skills." + ] + }, + { + "input": "[\"and I'm getting SGLI?\", 'I need help getting insurance', 'SGLI covers service members, and you may also be eligible for other coverage', 'is there another option for servicemembers?', 'Are you ending your military tour of duty soon?', 'yes', 'You can get SGLI group life insurance while you are serving', 'Okay, you will need to get new coverage quickly. In some cases, you must act within 120 days of leaving the military to be sure there is no break in your coverage.', 'We can help you find out which VA insurance programs may be right for you as a Veteran, service member, spouse, or dependent child.', 'do you have anything for housing?', 'Different programs cover Veterans, service members , and family members. You may also be able to get short-term financial coverage through TSGLI to help you recover from a traumatic (severe) injury.', 'If you have a severe service-connected disability you may be able to get mortgage protection insurance for a home that has been adapted to meet your needs.', 'SGLI and you may be able to get other coverage for certain situations', 'what VA insurance can I get?', 'how do I know which one is for me? I am in the Army']", + "output": [ + "I need help getting insurance", + "We can help you find out which VA insurance programs may be right for you as a Veteran, service member, spouse, or dependent child.", + "what VA insurance can I get?", + "Different programs cover Veterans, service members , and family members. You may also be able to get short-term financial coverage through TSGLI to help you recover from a traumatic (severe) injury.", + "how do I know which one is for me? I am in the Army", + "SGLI covers service members, and you may also be eligible for other coverage", + "Are you ending your military tour of duty soon?", + "yes", + "Okay, you will need to get new coverage quickly. In some cases, you must act within 120 days of leaving the military to be sure there is no break in your coverage.", + "and I'm getting SGLI?", + "You can get SGLI group life insurance while you are serving", + "is there another option for servicemembers?", + "SGLI and you may be able to get other coverage for certain situations", + "do you have anything for housing?", + "If you have a severe service-connected disability you may be able to get mortgage protection insurance for a home that has been adapted to meet your needs." + ] + }, + { + "input": "['Yes, we have a regular phone number as well as a TTY phone number.', 'I did find out that I qualify for two different ones. How do I decide what to do now?', 'Now, you can call the TTY number to get more guidance in picking which benefits to use.', 'Great, that is just what I need. Do you have the number?', 'Is it possible for getting more than one VA education benefit at the same time?', 'You should know, however, that if you qualify for more than one, you cannot use both at the same time. They must be used separately.', 'Yes, that makes sense. How do I enroll once I decide which program is right for me?', 'Ok, I was told that I qualify for Montgomery Bill under Category III. What does that category mean anyway?', 'The first step should be to use the GI Bill Comparison tool to make sure you are approved for the benefits. ', 'We can help you make the right decision for you to help maximize the benefits in your situation.', 'OK, well I have already been approved. What do I do now?', 'Do I have to call? I am deaf. Is there a TTY number?', 'That category is for veterans who were on active duty on September 30, 1990. Does that apply to you?', 'It is possible to qualify for more than one at once.', 'Yes, the number for TTY is 711-xxx-xxxx.']", + "output": [ + "Is it possible for getting more than one VA education benefit at the same time?", + "It is possible to qualify for more than one at once.", + "You should know, however, that if you qualify for more than one, you cannot use both at the same time. They must be used separately.", + "I did find out that I qualify for two different ones. How do I decide what to do now?", + "We can help you make the right decision for you to help maximize the benefits in your situation.", + "Do I have to call? I am deaf. Is there a TTY number?", + "Yes, we have a regular phone number as well as a TTY phone number.", + "Great, that is just what I need. Do you have the number?", + "Yes, the number for TTY is 711-xxx-xxxx.", + "Ok, I was told that I qualify for Montgomery Bill under Category III. What does that category mean anyway?", + "That category is for veterans who were on active duty on September 30, 1990. Does that apply to you?", + "Yes, that makes sense. How do I enroll once I decide which program is right for me?", + "The first step should be to use the GI Bill Comparison tool to make sure you are approved for the benefits. ", + "OK, well I have already been approved. What do I do now?", + "Now, you can call the TTY number to get more guidance in picking which benefits to use." + ] + }, + { + "input": "[' The GI Bill Comparison Tool can help you pick a school . Use the GI Bill Comparison Tools\\nYou should contact your school s certifying official to make sure your program is approved for VA benefits .', 'You can still get Dependency and Indemnity Compensation DIC payments while using the Fry Scholarship', 'what are the benefits as a child of a service member', 'If my parents died in the line of duty before August 1, 2011', 'you can use both the Fry Scholarship and DEA . You can get up to 81 months of full - time training, but you can use only one program at a time ', 'yes', 'If my parents died in the line of duty before August 1, 2011', ' As the spouse of a service member', ' You can be married or unmarried ', 'How do I get a Fry Scholarship?', 'Do you want to know how to choose a school?', 'you may qualify for both the Fry Scholarship and the Survivors and Dependents Educational Assistance DEA program . But you can use only one program at a time. We cap combined benefits at 81 months of full - time training.']", + "output": [ + "How do I get a Fry Scholarship?", + "Do you want to know how to choose a school?", + "yes", + " The GI Bill Comparison Tool can help you pick a school . Use the GI Bill Comparison Tools\nYou should contact your school s certifying official to make sure your program is approved for VA benefits .", + "what are the benefits as a child of a service member", + " You can be married or unmarried ", + "If my parents died in the line of duty before August 1, 2011", + "you may qualify for both the Fry Scholarship and the Survivors and Dependents Educational Assistance DEA program . But you can use only one program at a time. We cap combined benefits at 81 months of full - time training.", + "If my parents died in the line of duty before August 1, 2011", + "you can use both the Fry Scholarship and DEA . You can get up to 81 months of full - time training, but you can use only one program at a time ", + " As the spouse of a service member", + "You can still get Dependency and Indemnity Compensation DIC payments while using the Fry Scholarship" + ] + }, + { + "input": "[\"I'll do that. And what about these VR&E programs?\", 'Of course. Do you have a service-connected disability that limits your ability to work or prevents you from working?', \"Gladly. We can also help you find out if you're eligible for certain counseling services, training, and education benefits.\", 'Hello, I have some questions regarding my job and the time in which I recover.', \"Good, in that case I'd like to apply for the VR&E programs. Can you help me with that?\", 'Yes, we can help you find out how to apply for VR&E benefits and services as a service member or Veteran.', \"In that case the VA Vocational Rehabilitation and Employment VR&E program also referred to as Chapter 31 can help. We can find out if you're eligible and tell you how you can apply for vocational rehabilitation benefits and services, like help exploring employment options and any required training needs.\", 'The VR&E programs for service members and Veterans can provide you with support-and-services tracks for help with learning new skills, finding a new job, starting a business, getting educational counseling, or returning to your former job.', 'Yes, you should look into VetSuccess on Campus to find out if our counselors can help you transition from military to college life.', 'Yes, I do.', 'That sounds great! Do you have any resources I can refer to?', 'What about benefits for my wife? Can you help me with that as well?']", + "output": [ + "Hello, I have some questions regarding my job and the time in which I recover.", + "Of course. Do you have a service-connected disability that limits your ability to work or prevents you from working?", + "Yes, I do.", + "In that case the VA Vocational Rehabilitation and Employment VR&E program also referred to as Chapter 31 can help. We can find out if you're eligible and tell you how you can apply for vocational rehabilitation benefits and services, like help exploring employment options and any required training needs.", + "That sounds great! Do you have any resources I can refer to?", + "Yes, you should look into VetSuccess on Campus to find out if our counselors can help you transition from military to college life.", + "I'll do that. And what about these VR&E programs?", + "The VR&E programs for service members and Veterans can provide you with support-and-services tracks for help with learning new skills, finding a new job, starting a business, getting educational counseling, or returning to your former job.", + "Good, in that case I'd like to apply for the VR&E programs. Can you help me with that?", + "Yes, we can help you find out how to apply for VR&E benefits and services as a service member or Veteran.", + "What about benefits for my wife? Can you help me with that as well?", + "Gladly. We can also help you find out if you're eligible for certain counseling services, training, and education benefits." + ] + }, + { + "input": "['Can I access my VA life insurance online?', 'What if I have a Veterans Group Life Insurance polity with a VGLI control number?', 'What can I use the online portal for VA life insurance for?', 'You can check that your policy status is up to date, pay your premium, and find out about your plan a renewal options with the online portal.', 'Do you know the easiest way to access your policy is online through our portal?', \"No, I don't.\", 'Do you have a VA life insurance with a file number that starts with a V, RH, J, RS, K, or W?', 'Yes, but how do I access my policy?', 'How do I get access if I have VGLI policy?', 'Yes, I have VA life insurance.', 'You can access your policy online at the Office of Servicemembers Group Life Insurance at Prudential Insurance Company of America.', 'Do you have VA life insurance?', 'Yes, you can check your premium online and pay it there too.', 'Is it possible to check my premium online?', 'You can go online through Prudential and they work with us to provide your SGLI and VGLI benefits.']", + "output": [ + "Can I access my VA life insurance online?", + "Do you have VA life insurance?", + "Yes, I have VA life insurance.", + "Do you know the easiest way to access your policy is online through our portal?", + "Yes, but how do I access my policy?", + "Do you have a VA life insurance with a file number that starts with a V, RH, J, RS, K, or W?", + "No, I don't.", + "What can I use the online portal for VA life insurance for?", + "You can check that your policy status is up to date, pay your premium, and find out about your plan a renewal options with the online portal.", + "What if I have a Veterans Group Life Insurance polity with a VGLI control number?", + "You can access your policy online at the Office of Servicemembers Group Life Insurance at Prudential Insurance Company of America.", + "How do I get access if I have VGLI policy?", + "You can go online through Prudential and they work with us to provide your SGLI and VGLI benefits.", + "Is it possible to check my premium online?", + "Yes, you can check your premium online and pay it there too." + ] + }, + { + "input": "['Yes, you will see your past VA payments for survivors pension benefits and survivors and dependents educational assistance benefits.', \"What happens if I don't get a payment within 15 days?\", 'Yes, you can sign in to VA.gov and change your address and other contact information.', 'How long will it take for me to get my first disability payment?', 'If I am a survivor of a Veteran or service member can i see past history of VA payments?', 'You may be able to add eligible dependents to your VA disability to get a higher payment or benefit rate.', 'Can I change my address through my VA.gov profile?', 'Yes, it show a disability rating above 10%', 'That means you should get your first payment within 15 days.', 'You should definitely contact the VA with any changes such as marital status, have a baby, adopt a child, or experience any other life changes that could affect your payment or rating.', 'What if I have a disability rating of 30% or more?', 'You should call the veterans Help Line at 800-827-1000 TTY :800-829-4833 monday through friday, 8 a.m to 9 p.m., ET.', 'Does your decision notice show at least a 10% disability rating?', 'What should I do if I need to make changes to my information?']", + "output": [ + "How long will it take for me to get my first disability payment?", + "Does your decision notice show at least a 10% disability rating?", + "Yes, it show a disability rating above 10%", + "That means you should get your first payment within 15 days.", + "What should I do if I need to make changes to my information?", + "You should definitely contact the VA with any changes such as marital status, have a baby, adopt a child, or experience any other life changes that could affect your payment or rating.", + "What if I have a disability rating of 30% or more?", + "You may be able to add eligible dependents to your VA disability to get a higher payment or benefit rate.", + "What happens if I don't get a payment within 15 days?", + "You should call the veterans Help Line at 800-827-1000 TTY :800-829-4833 monday through friday, 8 a.m to 9 p.m., ET.", + "Can I change my address through my VA.gov profile?", + "Yes, you can sign in to VA.gov and change your address and other contact information.", + "If I am a survivor of a Veteran or service member can i see past history of VA payments?", + "Yes, you will see your past VA payments for survivors pension benefits and survivors and dependents educational assistance benefits." + ] + }, + { + "input": "['Do you have VA health care?', 'OK. Is there a place to contact if I need more information on this stuff later?', \"Yes, that's right.\", 'Thanks. Next question. I have to travel to Europe in six months. Does that affect my coverage at all?', 'You will get choose one VA location to receive regular care at.', \"Ok, that's good to know. I just moved into a new town and I wasn't sure how to find a place. They have my old address in my records though. How do I change it?\", \"I need to make a doctor appointment but I don't know where to go.\", 'To make sure you are covered, you will need to sign up for our Foreign Medical Program.', \"You can call your VA medical center's enrollment coordinator, who should be able to answer your questions. \", 'To change your address, just call 877-222-VETS. It is open from Monday through Friday, 8 a.m. to 8 p.m.', 'We have over 1,200 locations. Are you asking which one you will be able to go to?', 'Yeah. There are a few within driving distance but I was wondering if I have to go to a certain one or what. ', 'If that is the case, you may be referred to other locations as necessary.', 'What if I get sick and have to see special doctors?']", + "output": [ + "I need to make a doctor appointment but I don't know where to go.", + "Do you have VA health care?", + "Yes, that's right.", + "We have over 1,200 locations. Are you asking which one you will be able to go to?", + "Yeah. There are a few within driving distance but I was wondering if I have to go to a certain one or what. ", + "You will get choose one VA location to receive regular care at.", + "What if I get sick and have to see special doctors?", + "If that is the case, you may be referred to other locations as necessary.", + "Ok, that's good to know. I just moved into a new town and I wasn't sure how to find a place. They have my old address in my records though. How do I change it?", + "To change your address, just call 877-222-VETS. It is open from Monday through Friday, 8 a.m. to 8 p.m.", + "Thanks. Next question. I have to travel to Europe in six months. Does that affect my coverage at all?", + "To make sure you are covered, you will need to sign up for our Foreign Medical Program.", + "OK. Is there a place to contact if I need more information on this stuff later?", + "You can call your VA medical center's enrollment coordinator, who should be able to answer your questions. " + ] + }, + { + "input": "['Among the things you may know are VA Healthcare Copayment Rates See our current copayment rates for different types of care, tests, and medications.', \"Call the National Homeless Veterans Call Center at 877 - 424 - 3838 for help 24 hours a day, 7 days a week. You'll speak privately with a trained VA counselor for free.\", 'Hello, I would like to know More information and resources of VA Health Care', \"Pay your VA copayment bill Pay your VA copayment securely online, by phone or by mail, or in person and find out what to do if you're having trouble making payments.\", 'After I request what should I do?', 'do not', 'Find out when to expect a decision on your application, and what to do next.', 'and what law protects my health care coverage?', 'What other things should I know?', 'The ACA Affordable Care Act and your VA health care coverage Find out what you need to know about the Affordable Care Act and what it means for veterans.', \"Exposure to Chemicals or Hazardous Products Learn about health problems related to exposures during military service. Learn about the VA special health records you can join that document Veterans' exposure to Agent Orange, depleted uranium, ionizing radiation, air hazards, and other hazardous materials.\", 'Do you want to know Other VA benefits and services?', 'and can i pay online?', 'Where can i get more information?']", + "output": [ + "Hello, I would like to know More information and resources of VA Health Care", + "Among the things you may know are VA Healthcare Copayment Rates See our current copayment rates for different types of care, tests, and medications.", + "Do you want to know Other VA benefits and services?", + "do not", + "and can i pay online?", + "Pay your VA copayment bill Pay your VA copayment securely online, by phone or by mail, or in person and find out what to do if you're having trouble making payments.", + "After I request what should I do?", + "Find out when to expect a decision on your application, and what to do next.", + "and what law protects my health care coverage?", + "The ACA Affordable Care Act and your VA health care coverage Find out what you need to know about the Affordable Care Act and what it means for veterans.", + "Where can i get more information?", + "Call the National Homeless Veterans Call Center at 877 - 424 - 3838 for help 24 hours a day, 7 days a week. You'll speak privately with a trained VA counselor for free.", + "What other things should I know?", + "Exposure to Chemicals or Hazardous Products Learn about health problems related to exposures during military service. Learn about the VA special health records you can join that document Veterans' exposure to Agent Orange, depleted uranium, ionizing radiation, air hazards, and other hazardous materials." + ] + }, + { + "input": "['Do you have symptoms of PTSD and did you suffer a serious injury, personal trauma, sexual trauma, or were threatened with injury, sexual assault, or death while serving in the military?', 'I see. And who should I contact if an emergency happens?', 'Do you have more information about PTSD support?', 'Of course. You can connect with our caring, qualified Veterans Crisis Line responders for confidential help. Many of them are Veterans themselves. This service is private, free, and available 24/7.', \"No, I don't. I'm just here out of interest.\", 'Alright, but I meant something else. Do you have a hotline for such cases?', \"Whether you just returned from a deployment or have been home for 40 years, it's never too late to get help for post-traumatic stress disorder. Getting counseling or treatment can help you manage your symptoms and keep them from getting worse.\", 'Of course, see our Understanding PTSD and PTSD Treatment booklet for more about PTSD symptoms and treatment or go to our National Center for PTSD website for information about PTSD treatment and support.', 'Correct. Providers offer added PTSD care in some of our large community-based outpatient clinics.', 'Yes, PTSD specialists provide regular outpatient care to Veterans with PTSD in each VA medical center across the U.S.. Special residential live-in or inpatient care programs found in each region of the U.S. help Veterans with severe PTSD symptoms who have trouble doing normal daily activities like going to work.', 'I see. Do you offer other forms of treatment as well?', 'I heard there are also providers offering additional care. Is that right?', \"I'm here because I need to know a few things about compensation for veterans with PTSD.\", 'You can call 911 or go to the nearest emergency room.', 'Great. What if the veteran in question just came home from a combat mission?']", + "output": [ + "I'm here because I need to know a few things about compensation for veterans with PTSD.", + "Do you have symptoms of PTSD and did you suffer a serious injury, personal trauma, sexual trauma, or were threatened with injury, sexual assault, or death while serving in the military?", + "No, I don't. I'm just here out of interest.", + "Do you have more information about PTSD support?", + "Of course, see our Understanding PTSD and PTSD Treatment booklet for more about PTSD symptoms and treatment or go to our National Center for PTSD website for information about PTSD treatment and support.", + "I see. And who should I contact if an emergency happens?", + "You can call 911 or go to the nearest emergency room.", + "Alright, but I meant something else. Do you have a hotline for such cases?", + "Of course. You can connect with our caring, qualified Veterans Crisis Line responders for confidential help. Many of them are Veterans themselves. This service is private, free, and available 24/7.", + "Great. What if the veteran in question just came home from a combat mission?", + "Whether you just returned from a deployment or have been home for 40 years, it's never too late to get help for post-traumatic stress disorder. Getting counseling or treatment can help you manage your symptoms and keep them from getting worse.", + "I see. Do you offer other forms of treatment as well?", + "Yes, PTSD specialists provide regular outpatient care to Veterans with PTSD in each VA medical center across the U.S.. Special residential live-in or inpatient care programs found in each region of the U.S. help Veterans with severe PTSD symptoms who have trouble doing normal daily activities like going to work.", + "I heard there are also providers offering additional care. Is that right?", + "Correct. Providers offer added PTSD care in some of our large community-based outpatient clinics." + ] + }, + { + "input": "[\"I'll check it out, thanks. How can I connect with my local program manager for female veterans?\", 'Contact your local medical center and ask for the Women Veterans Program Manager find a VA medical center near you, or call our Women Veterans Call Center at 855-829-6636, Monday through Friday.', 'Wonderful. I had a bad sexual experience. Do you provide help related to such traumas?', 'And where can I find more information?', 'Yes, I am.', \"Yes, we do. You can get help through VA. You don't need to have a service-connected disability rating, and you may be able to get MST-related care even if you don't qualify for other VA services. You also don't need to have reported the MST or have other proof that it happened.\", \"Hello there. I hope you're doing well. I came here to learn more about women's health services for female veterans.\", \"That's a start. Where can I find women's health services near my location?\", \"Our women's health website gives you the latest information about how we help women Veterans stay well and our Center for Women Veterans website tells you about health care and other benefits and programs for women Veterans.\", \"In that case you're part of the fastest-growing group within our Veteran population. And we're dedicated to meeting your health care needs.\", \"You can look for women's health services specific to your nearest VA medical center. Simply go to the website of the VA health care system that the medical center is part of.\", 'Of course. Are you a female veteran?']", + "output": [ + "Hello there. I hope you're doing well. I came here to learn more about women's health services for female veterans.", + "Of course. Are you a female veteran?", + "Yes, I am.", + "In that case you're part of the fastest-growing group within our Veteran population. And we're dedicated to meeting your health care needs.", + "Wonderful. I had a bad sexual experience. Do you provide help related to such traumas?", + "Yes, we do. You can get help through VA. You don't need to have a service-connected disability rating, and you may be able to get MST-related care even if you don't qualify for other VA services. You also don't need to have reported the MST or have other proof that it happened.", + "That's a start. Where can I find women's health services near my location?", + "You can look for women's health services specific to your nearest VA medical center. Simply go to the website of the VA health care system that the medical center is part of.", + "And where can I find more information?", + "Our women's health website gives you the latest information about how we help women Veterans stay well and our Center for Women Veterans website tells you about health care and other benefits and programs for women Veterans.", + "I'll check it out, thanks. How can I connect with my local program manager for female veterans?", + "Contact your local medical center and ask for the Women Veterans Program Manager find a VA medical center near you, or call our Women Veterans Call Center at 855-829-6636, Monday through Friday." + ] + }, + { + "input": "['Anything else you can tell me about my Va care team?', 'What can you do to take care of me??', 'Do you want to change to a different primary care doctor?', \"Your team's goal is to plan all the care you need to help you stay healthy throughout your life.\", 'We can help you get care in the way that works best for you. This may include personal visits with your primary care provider, group clinics, and 24/7 phone support. You can also get educational information online and secure messages with your healthcare team through \"My HealtheVet\" portal.', 'In that case, find out how you can receive care from a provider in your local community through community care.', 'Please, talk me about my VA care team.', 'No, that is not among my plans.', 'Your VA care team can provide or organize preventive care, such as flu shots to prevent disease, and screenings to help find diseases like cancer in its early stages, when treatment is most likely to be successful.', 'Can you talk me about my VA primary care provider and PACT team?', 'Of course. at VA, we take a team approach to health care with you as the principal figure. Research shows that this type of approach leads to better quality care, more satisfied patients, and fewer hospital visits.', 'What if I am re-enrolled in VA health care?']", + "output": [ + "Please, talk me about my VA care team.", + "Your team's goal is to plan all the care you need to help you stay healthy throughout your life.", + "Do you want to change to a different primary care doctor?", + "No, that is not among my plans.", + "What if I am re-enrolled in VA health care?", + "In that case, find out how you can receive care from a provider in your local community through community care.", + "Can you talk me about my VA primary care provider and PACT team?", + "Of course. at VA, we take a team approach to health care with you as the principal figure. Research shows that this type of approach leads to better quality care, more satisfied patients, and fewer hospital visits.", + "What can you do to take care of me??", + "We can help you get care in the way that works best for you. This may include personal visits with your primary care provider, group clinics, and 24/7 phone support. You can also get educational information online and secure messages with your healthcare team through \"My HealtheVet\" portal.", + "Anything else you can tell me about my Va care team?", + "Your VA care team can provide or organize preventive care, such as flu shots to prevent disease, and screenings to help find diseases like cancer in its early stages, when treatment is most likely to be successful." + ] + }, + { + "input": "['can a dependent also use my benefits to go to community college or another school?', 'We issue payments after each months classes', 'Yes, you can use any left over GI Bill benefits to pay for classes on another degree.', 'Yes, and we can help you find out if you can use GI Bill benefits for college as a Veteran, service member, or qualified dependent. We can help you learn more about payment rates for undergraduate and graduate degree courses at institutions of higher learning like a 4-year university, community college, or graduate school. ', 'For the For the Post-9/11 GI Bill we pay tuition and fees directly to the school. Money for books is sent to you at the beginning of the term', 'exactly that', 'can I take classes at 2 schools at the same time if I still have benefits leftover?', 'Yes', 'how much will I be getting so I can budget?', 'how do you send me the money so I can pay tuition?', 'Yes, you can take classes at more than one school under the GI Bill if the classes at both schools count toward your degree. Also, the school granting your degree has to consider the classes at the second school to be required in order to get your degree', 'need info on whether or not I can use my GI Bill benefits for more classes after graduating', 'Your payment amounts will be based on the number of classes you go to and the hours spent in those classes', \"I'm on the post 9-11 Bill, I thought it was before classes so I can buy books and pay for the classes?\", 'Do you want to earn a degree and then start classes on another degree?']", + "output": [ + "need info on whether or not I can use my GI Bill benefits for more classes after graduating", + "Yes", + "Do you want to earn a degree and then start classes on another degree?", + "exactly that", + "Yes, you can use any left over GI Bill benefits to pay for classes on another degree.", + "how do you send me the money so I can pay tuition?", + "We issue payments after each months classes", + "I'm on the post 9-11 Bill, I thought it was before classes so I can buy books and pay for the classes?", + "For the For the Post-9/11 GI Bill we pay tuition and fees directly to the school. Money for books is sent to you at the beginning of the term", + "can I take classes at 2 schools at the same time if I still have benefits leftover?", + "Yes, you can take classes at more than one school under the GI Bill if the classes at both schools count toward your degree. Also, the school granting your degree has to consider the classes at the second school to be required in order to get your degree", + "how much will I be getting so I can budget?", + "Your payment amounts will be based on the number of classes you go to and the hours spent in those classes", + "can a dependent also use my benefits to go to community college or another school?", + "Yes, and we can help you find out if you can use GI Bill benefits for college as a Veteran, service member, or qualified dependent. We can help you learn more about payment rates for undergraduate and graduate degree courses at institutions of higher learning like a 4-year university, community college, or graduate school. " + ] + }, + { + "input": "['If your decision notice shows at least a 10% disability rating, you will get your first payment within 15 days of the notice.', 'can you get benefits for dependents if you have a rating over 30%?', 'what benefits would we be able to get if we had a rating of 100?', 'no', 'Yes, disability compensation may include other benefits like health care ', 'I need help with getting a disability rating', 'can the rating help me get healthcare too?', 'You would be able to get dental care and access to commissaries and exchanges', 'Yes, you can get financial support and benefits for your qualified dependents.', 'Did you get a decision notice from us that confirms your disability rating?', 'when will you start sending the checks?']", + "output": [ + "I need help with getting a disability rating", + "Did you get a decision notice from us that confirms your disability rating?", + "no", + "can you get benefits for dependents if you have a rating over 30%?", + "Yes, you can get financial support and benefits for your qualified dependents.", + "when will you start sending the checks?", + "If your decision notice shows at least a 10% disability rating, you will get your first payment within 15 days of the notice.", + "can the rating help me get healthcare too?", + "Yes, disability compensation may include other benefits like health care ", + "what benefits would we be able to get if we had a rating of 100?", + "You would be able to get dental care and access to commissaries and exchanges" + ] + }, + { + "input": "['In this case, the surgery required a recovery time of at least one month or reports show that the surgery or treatment was for a service-connected disability.', 'Yes, I am.', 'And who do you provide cover for?', \"Yes, you may be able to get disability benefits if you've had surgery or received other treatment at a VA hospital, approved hospital, or outpatient center for a disability related to your military service called a service-connected disability.\", 'Hello, I came here to learn more about my disability rating after I had a surgery.', 'Is it enough that I had surgery?', \"Are you recovering from surgery or a disability related to your military service that's left you unable to move?\", \"If the surgery resulted in severe issues, like surgical wounds that haven't totally healed, and the surgery required a recovery time of at least one month or reports show that the surgery or treatment was for a service-connected disability, then you qualify.\", \"Yes, you may be able to get disability benefits if you've had surgery or received other treatment at a VA hospital, approved hospital, or outpatient center for a disability related to your military service called a service-connected disability.\", 'Does this mean I could get disability benefits?', \"So, according to the state I'm currently in after my surgery, could I get disability benefits?\", 'We cover all Veterans.', \"What if my surgery didn't go well and cause severe problems?\", 'In that case, you may be able to get a temporary 100 % disability rating and disability compensation or benefits if you have this kind of immobilizing disability.']", + "output": [ + "Hello, I came here to learn more about my disability rating after I had a surgery.", + "Are you recovering from surgery or a disability related to your military service that's left you unable to move?", + "Yes, I am.", + "In that case, you may be able to get a temporary 100 % disability rating and disability compensation or benefits if you have this kind of immobilizing disability.", + "So, according to the state I'm currently in after my surgery, could I get disability benefits?", + "Yes, you may be able to get disability benefits if you've had surgery or received other treatment at a VA hospital, approved hospital, or outpatient center for a disability related to your military service called a service-connected disability.", + "Does this mean I could get disability benefits?", + "Yes, you may be able to get disability benefits if you've had surgery or received other treatment at a VA hospital, approved hospital, or outpatient center for a disability related to your military service called a service-connected disability.", + "Is it enough that I had surgery?", + "In this case, the surgery required a recovery time of at least one month or reports show that the surgery or treatment was for a service-connected disability.", + "What if my surgery didn't go well and cause severe problems?", + "If the surgery resulted in severe issues, like surgical wounds that haven't totally healed, and the surgery required a recovery time of at least one month or reports show that the surgery or treatment was for a service-connected disability, then you qualify.", + "And who do you provide cover for?", + "We cover all Veterans." + ] + }, + { + "input": "['of course You are not alone, and you can get help.', 'Where can i get more information?', 'and where can I get advice and resources for spouses, parents and veterans?', 'Find these and other resources near you', 'visit the Coaching Into Care website. Visit Coaching for care', 'do not', 'what do you recomend?', 'but if there is help for them?', 'Get tips for talking to children of different ages about suicide:\\n Preschool children\\n School-age children', 'How do I tell my child about a suicide attempt in the family?', 'Hello, I would like to know what suicide prevention measures there are for veterans', 'Learn about suicide prevention and the support we offer. Visit our suicide prevention website\\n Visit our Make the Connection website for resources and to see stories of veterans who have overcome depression and other mental health challenges.', 'Are you a veteran in a mental health crisis and are you thinking about hurting yourself, or do you know a veteran who is considering this act now?']", + "output": [ + "Hello, I would like to know what suicide prevention measures there are for veterans", + "Are you a veteran in a mental health crisis and are you thinking about hurting yourself, or do you know a veteran who is considering this act now?", + "do not", + "but if there is help for them?", + "of course You are not alone, and you can get help.", + "How do I tell my child about a suicide attempt in the family?", + "Get tips for talking to children of different ages about suicide:\n Preschool children\n School-age children", + "what do you recomend?", + "Find these and other resources near you", + "Where can i get more information?", + "Learn about suicide prevention and the support we offer. Visit our suicide prevention website\n Visit our Make the Connection website for resources and to see stories of veterans who have overcome depression and other mental health challenges.", + "and where can I get advice and resources for spouses, parents and veterans?", + "visit the Coaching Into Care website. Visit Coaching for care" + ] + }, + { + "input": "['Say, can I also apply by mail?', 'Of course. You can find out what happens after you request a decision review on our page.', 'Yes, we made an appointment for an examination.', 'Yes, you can apply by mail.', 'During the call, you and/or your representative can talk about why you think the decision should be changed and identify errors. ', 'In that case be sure not to miss them.', 'How much time do I have to file a higher level review?', '*not possible to reply*', \"I've read some details about this on your page. If I call with a senior review, what do I have to expect?\", \"Yes, you can request a higher-level review of an initial claim or supplemental claim decision. This option isn't available after a higher-level review or board appeal. It's also not available if you're one of multiple people claiming the same benefit, this is rare.\", \"Yeah, I don't plan to. *not possible to ask a question*\", 'You have 1 year from the date on your decision to file a higher-level review.', \"I won't need that long. So, is it possible for me to file a higher level review to begin with?\", 'Does VA schedule exams for you?', 'Hello, I was wondering what the next steps are now that I requested a review of a decision.']", + "output": [ + "Hello, I was wondering what the next steps are now that I requested a review of a decision.", + "Of course. You can find out what happens after you request a decision review on our page.", + "Does VA schedule exams for you?", + "Yes, we made an appointment for an examination.", + "In that case be sure not to miss them.", + "Yeah, I don't plan to. *not possible to ask a question*", + "*not possible to reply*", + "How much time do I have to file a higher level review?", + "You have 1 year from the date on your decision to file a higher-level review.", + "I won't need that long. So, is it possible for me to file a higher level review to begin with?", + "Yes, you can request a higher-level review of an initial claim or supplemental claim decision. This option isn't available after a higher-level review or board appeal. It's also not available if you're one of multiple people claiming the same benefit, this is rare.", + "I've read some details about this on your page. If I call with a senior review, what do I have to expect?", + "During the call, you and/or your representative can talk about why you think the decision should be changed and identify errors. ", + "Say, can I also apply by mail?", + "Yes, you can apply by mail." + ] + }, + { + "input": "['What finger to do to use these services?', 'where to get more information about priority groups?', 'In order to use these services, you must be enrolled in VA health care, and you must have received care from us within the past 24 months. Be sure to tell the urgent care provider that you are using the VA urgent care benefit when you arrive.', 'You must meet several requirements. Learn more about non-VA emergency medical care', 'What should I do if the emergency care they give me is not covered by VA?', 'go to the non-VA emergency medical care section', 'you can browse our website', 'How do I contact the patient advocate at the VA Medical Center?', 'Go to the website of the VA health care system of which the medical center is a part. In page navigation, click on Patients and Visitors.', 'What requirements do I need?', 'does not qualify as it does not meet all the requirements', 'Hi. I need more information about your medical benefits package', 'do not', 'In our package we cover preventive care services, such as:\\n\\xa0 Health exams, including gender-specific exams\\n\\xa0 Health education, including nutrition education', 'and where do i get that information?', 'Are you enrolled in VA Health Care?']", + "output": [ + "Hi. I need more information about your medical benefits package", + "In our package we cover preventive care services, such as:\n\u00a0 Health exams, including gender-specific exams\n\u00a0 Health education, including nutrition education", + "What finger to do to use these services?", + "In order to use these services, you must be enrolled in VA health care, and you must have received care from us within the past 24 months. Be sure to tell the urgent care provider that you are using the VA urgent care benefit when you arrive.", + "What should I do if the emergency care they give me is not covered by VA?", + "You must meet several requirements. Learn more about non-VA emergency medical care", + "and where do i get that information?", + "go to the non-VA emergency medical care section", + "How do I contact the patient advocate at the VA Medical Center?", + "Go to the website of the VA health care system of which the medical center is a part. In page navigation, click on Patients and Visitors.", + "What requirements do I need?", + "Are you enrolled in VA Health Care?", + "do not", + "does not qualify as it does not meet all the requirements", + "where to get more information about priority groups?", + "you can browse our website" + ] + }, + { + "input": "['You can choose the Independent Living Services', 'Yes You may be eligible for VR&E benefits and services', 'yes', 'What are the benefits for severely injured active duty members?', \"What if he can't go back to work right away?\", 'How to Apply for Rehabilitation and Employment at VA Voc', 'How do I apply if I already have a VA disability rating?', \"You don't need to wait for a rating. Instead, fill out VA Vocational Rehabilitation - Advance after exiting form VA 28-0588.\", 'yes What if I am a service member who has not yet received a service related disability rating?', 'Go to eBenefits to apply', 'Please note: s [25] Seriously injured active duty members may automatically receive VR&E benefits before VA issues a disability rating, due to Sec. 1631 of the National Defense Authorization Act PL 110-181.', 'Have you been through the process of the Physical Evaluation Board?', 'Want to find out how to apply for VA Voc rehabilitation and employment?', 'what are the requirements for benefits?']", + "output": [ + "How to Apply for Rehabilitation and Employment at VA Voc", + "Want to find out how to apply for VA Voc rehabilitation and employment?", + "yes What if I am a service member who has not yet received a service related disability rating?", + "You don't need to wait for a rating. Instead, fill out VA Vocational Rehabilitation - Advance after exiting form VA 28-0588.", + "what are the requirements for benefits?", + "Have you been through the process of the Physical Evaluation Board?", + "yes", + "Yes You may be eligible for VR&E benefits and services", + "What if he can't go back to work right away?", + "You can choose the Independent Living Services", + "What are the benefits for severely injured active duty members?", + "Please note: s [25] Seriously injured active duty members may automatically receive VR&E benefits before VA issues a disability rating, due to Sec. 1631 of the National Defense Authorization Act PL 110-181.", + "How do I apply if I already have a VA disability rating?", + "Go to eBenefits to apply" + ] + }, + { + "input": "['also Is a Prisoner of War POW.', 'so if you can get COE', 'Can I get a COE?', 'the veteran had to be missing in action or a prisoner?', 'which are the requirements', 'Yes, Is missing in action or Is a Prisoner of War POW.', 'To get a VA - backed home loan as the surviving spouse of a Veteran. you ll need a Certificate of Eligibility COE to show your lender that you qualify for this benefit . ', 'tell me, VA home loan programs for surviving spouses', 'yes in war', 'if he was missing in action\\n\\xa0\\n', 'You may be able to get a COE if you re the spouse of a Veteran, and at least one of the descriptions below is true for them .']", + "output": [ + "tell me, VA home loan programs for surviving spouses", + "To get a VA - backed home loan as the surviving spouse of a Veteran. you ll need a Certificate of Eligibility COE to show your lender that you qualify for this benefit . ", + "which are the requirements", + "Can I get a COE?", + "You may be able to get a COE if you re the spouse of a Veteran, and at least one of the descriptions below is true for them .", + "the veteran had to be missing in action or a prisoner?", + "Yes, Is missing in action or Is a Prisoner of War POW.", + "if he was missing in action\n\u00a0\n", + "also Is a Prisoner of War POW.", + "yes in war", + "so if you can get COE" + ] + }, + { + "input": "['Are you scheduling your appointment with a VA health center that uses online scheduling?', 'Are you a crisis veteran or concerned about one who is?', 'and what requirements must be met to use the VA dating tool?', 'Are you or is the person interested in VA health care enrolled?', 'interesting, and how do i talk to someone now?', 'With our VA appointment tools, you can schedule some VA health care appointments online. You can also view details about upcoming appointments and organize your health calendar.', 'Hello I need information about the Program and see VA appointments online', 'and does this service have any cost?', 'do not. I just want to know the information', 'You cannot use these tools as they do not meet all the requirements', 'This service is private, free and available 24 hours a day, 7 days a week.', 'no not yet', 'yes']", + "output": [ + "Hello I need information about the Program and see VA appointments online", + "With our VA appointment tools, you can schedule some VA health care appointments online. You can also view details about upcoming appointments and organize your health calendar.", + "interesting, and how do i talk to someone now?", + "Are you a crisis veteran or concerned about one who is?", + "do not. I just want to know the information", + "and does this service have any cost?", + "This service is private, free and available 24 hours a day, 7 days a week.", + "and what requirements must be met to use the VA dating tool?", + "Are you or is the person interested in VA health care enrolled?", + "yes", + "Are you scheduling your appointment with a VA health center that uses online scheduling?", + "no not yet", + "You cannot use these tools as they do not meet all the requirements" + ] + }, + { + "input": "['Of course, a premium exemption means that you will not have to pay your life insurance premiums the monthly payments you make to maintain your policy. In most cases, premiums can only be waived up to one year before receiving a claim.', \"no it doesn't stop me from working\", 'Do you have a mental or physical disability that prevents you from having a job?', 'be Within 2 years of your date of separation, and\\n\\xa0\\xa0 Fully disabled or have certain conditions. if you meet these requirements you can keep your coverage for up to two years after leaving the military service', 'of course let me find out', 'Of course yes. but you must meet two requirements', \"sorry, you may not be able to get a waiver of your life insurance premiums since you don't meet that requirement\", 'Can you help me get information for the Premium Waiver for policyholders who are totally disabled?', 'Thank you. Another question. May I be able to keep my coverage for up to 2 years after the date I leave the military?', 'What requirements must I meet?', 'And could you help me find out if I qualify for the SGLI Disability Extension?', 'What requirements must I meet?']", + "output": [ + "Can you help me get information for the Premium Waiver for policyholders who are totally disabled?", + "Of course, a premium exemption means that you will not have to pay your life insurance premiums the monthly payments you make to maintain your policy. In most cases, premiums can only be waived up to one year before receiving a claim.", + "What requirements must I meet?", + "Do you have a mental or physical disability that prevents you from having a job?", + "no it doesn't stop me from working", + "sorry, you may not be able to get a waiver of your life insurance premiums since you don't meet that requirement", + "And could you help me find out if I qualify for the SGLI Disability Extension?", + "of course let me find out", + "Thank you. Another question. May I be able to keep my coverage for up to 2 years after the date I leave the military?", + "Of course yes. but you must meet two requirements", + "What requirements must I meet?", + "be Within 2 years of your date of separation, and\n\u00a0\u00a0 Fully disabled or have certain conditions. if you meet these requirements you can keep your coverage for up to two years after leaving the military service" + ] + }, + { + "input": "['Do you have a permanent disability that is 100% disabling?', \"What are the requirements of disability pension benefits if you're housebound?\", 'You can as long as you meet the requirements laid out regarding your current situation.', 'No, that does not describe my disability.', 'In that case, you would not be eligible for pension benefits because you must meet the specified requirements.', 'What is the benefit of a fully developed claim for a VA pension?', 'Do you have all the required documents to file this claim?', \"If we decide that we need additional documentation for you, we'll remove your claim from the FDC program and process it as a standard claim.\", 'The fully developed claim program is the fastest way available to get your VA pension claim processed without any risk to you.', \"In that case, if you're disability is rated 60% or higher, you may qualify for a pension. Does that pertain to your condition?\", 'Can I re-claim non-service-connected pension benefits?', 'No, my condition is not 100% disabling, I can still do some things on my own.', 'Yes, I have all the needed paperwork.']", + "output": [ + "What is the benefit of a fully developed claim for a VA pension?", + "The fully developed claim program is the fastest way available to get your VA pension claim processed without any risk to you.", + "Do you have all the required documents to file this claim?", + "Yes, I have all the needed paperwork.", + "If we decide that we need additional documentation for you, we'll remove your claim from the FDC program and process it as a standard claim.", + "What are the requirements of disability pension benefits if you're housebound?", + "Do you have a permanent disability that is 100% disabling?", + "No, my condition is not 100% disabling, I can still do some things on my own.", + "In that case, if you're disability is rated 60% or higher, you may qualify for a pension. Does that pertain to your condition?", + "No, that does not describe my disability.", + "In that case, you would not be eligible for pension benefits because you must meet the specified requirements.", + "Can I re-claim non-service-connected pension benefits?", + "You can as long as you meet the requirements laid out regarding your current situation." + ] + }, + { + "input": "['Are you using VA educational assistance and struggling with courses?', 'your instructor must also sign section 18 of this form. Download form VA 22 - 1990 t PDF The form must be signed and dated on or after the date of the last certified tutoring session, point 12b on the form.', 'You are enrolled in an educational program part-time or more', \"Can't get this benefit I'm sorry\", 'I am not using VA educational assistance', 'But if I am using the GI Bill Post-9/1, can I enter?', 'ok what are the requirements?', 'how you entered tutorial assistance', 'You will be assigned a tutor and will confirm the hourly payment of the tutor.', 'ok y If my school approves of your need for a tutor?', 'not']", + "output": [ + "how you entered tutorial assistance", + "Are you using VA educational assistance and struggling with courses?", + "I am not using VA educational assistance", + "But if I am using the GI Bill Post-9/1, can I enter?", + "your instructor must also sign section 18 of this form. Download form VA 22 - 1990 t PDF The form must be signed and dated on or after the date of the last certified tutoring session, point 12b on the form.", + "ok what are the requirements?", + "You are enrolled in an educational program part-time or more", + "not", + "Can't get this benefit I'm sorry", + "ok y If my school approves of your need for a tutor?", + "You will be assigned a tutor and will confirm the hourly payment of the tutor." + ] + }, + { + "input": "['How do I talk to someone now?', \"Can't you function as well as before because of its symptoms?\", 'which are the requirements?', 'Did the stressor occur during your service?', 'not', \"But if the reactions don't go away over time or interrupt your life\", \"if that's our case Post traumatic stress occurred after going through a traumatic event\", 'yes', 'You may be able to get disability benefits if you have symptoms related to a traumatic event, the stressor or your experience with the stressor is related to the symptoms of PTSD, and you meet all the requirements', \"Post-traumatic stress can occur after someone goes through a traumatic event like a fight, an assault, or a disaster.\\nMost people have some stress reactions after trauma.\\n\\xa0 But if the reactions don't go away over time or interrupt your life\", 'Can I get VA disability benefits?', 'call TTY: s [20] 800-799-4889.', \"I'm sorry you don't meet all the requirements\", 'can you give me details of VA disability compensation for PTSD']", + "output": [ + "can you give me details of VA disability compensation for PTSD", + "Post-traumatic stress can occur after someone goes through a traumatic event like a fight, an assault, or a disaster.\nMost people have some stress reactions after trauma.\n\u00a0 But if the reactions don't go away over time or interrupt your life", + "if that's our case Post traumatic stress occurred after going through a traumatic event", + "But if the reactions don't go away over time or interrupt your life", + "Can I get VA disability benefits?", + "You may be able to get disability benefits if you have symptoms related to a traumatic event, the stressor or your experience with the stressor is related to the symptoms of PTSD, and you meet all the requirements", + "which are the requirements?", + "Did the stressor occur during your service?", + "yes", + "Can't you function as well as before because of its symptoms?", + "not", + "I'm sorry you don't meet all the requirements", + "How do I talk to someone now?", + "call TTY: s [20] 800-799-4889." + ] + }, + { + "input": "['You have an illness we believe is caused by Agent Orange called a presumptive disease', 'can you give me details of Agent Orange exposure\\n', 'and if you served in Vietnam or in or near the Korean DMZ DMZ during the Vietnam era or in certain related jobs what can I do?', 'what can i do to get some benefit', 'No You may be able to get disability benefits', 'Can I get disability benefits from VA?', 'You may be able to get disability benefits if the below descriptions are true for you \\nThis must be true :\\n You have an illness we believe is caused by Agent Orange called a presumptive disease', ' The U.S. military used Agent Orange to clear plants and trees during the Vietnam War', 'ok tell me the requirements?\\n', 'you may have had contact with this herbicide . We refer to this as having a presumption of contact . Find out if you can get disability compensation and other benefits for illnesses we believe are caused by Agent Orange', 'not', 'You may be able to get disability benefits if the below descriptions are true for you']", + "output": [ + "can you give me details of Agent Orange exposure\n", + " The U.S. military used Agent Orange to clear plants and trees during the Vietnam War", + "and if you served in Vietnam or in or near the Korean DMZ DMZ during the Vietnam era or in certain related jobs what can I do?", + "you may have had contact with this herbicide . We refer to this as having a presumption of contact . Find out if you can get disability compensation and other benefits for illnesses we believe are caused by Agent Orange", + "ok tell me the requirements?\n", + "You have an illness we believe is caused by Agent Orange called a presumptive disease", + "not", + "No You may be able to get disability benefits", + "what can i do to get some benefit", + "You may be able to get disability benefits if the below descriptions are true for you \nThis must be true :\n You have an illness we believe is caused by Agent Orange called a presumptive disease", + "Can I get disability benefits from VA?", + "You may be able to get disability benefits if the below descriptions are true for you" + ] + }, + { + "input": "[\"No You may be able to get VMLI if you don't meet all the requirements. we are sorry\", 'Could I be eligible for Veterans Mortgage Life Insurance?', 'Do you have a serious disability that we have concluded was caused or made worse by your service?', 'hi i need help about Veterans Mortgage Life Insurance (VMLI)', 'Of course VMLI Veterans Mortgage Life Insurance offers mortgage protection insurance to families of veterans with severe service-related disabilities who have tailored a home to meet their needs.', 'So am I not eligible for Veterans Mortgage Life Insurance?', 'do not\\n', 'and could I request and manage coverage?', 'of course you may find out if you qualify and how to apply for and manage your coverage', 'ok I understand. and you might know if I am eligible for Veterans Mortgage Life Insurance?', 'What should I do if I already have a SAH grant?', 'If you already have a SAH grant it is easy just ask your agent about VMLI.', 'Yes', 'You may only be able to get VMLI if you meet all the requirements']", + "output": [ + "hi i need help about Veterans Mortgage Life Insurance (VMLI)", + "Of course VMLI Veterans Mortgage Life Insurance offers mortgage protection insurance to families of veterans with severe service-related disabilities who have tailored a home to meet their needs.", + "Could I be eligible for Veterans Mortgage Life Insurance?", + "Yes", + "and could I request and manage coverage?", + "of course you may find out if you qualify and how to apply for and manage your coverage", + "What should I do if I already have a SAH grant?", + "If you already have a SAH grant it is easy just ask your agent about VMLI.", + "ok I understand. and you might know if I am eligible for Veterans Mortgage Life Insurance?", + "Do you have a serious disability that we have concluded was caused or made worse by your service?", + "do not\n", + "No You may be able to get VMLI if you don't meet all the requirements. we are sorry", + "So am I not eligible for Veterans Mortgage Life Insurance?", + "You may only be able to get VMLI if you meet all the requirements" + ] + }, + { + "input": "['Yes', 'Yes You may qualify', 'in that case we can find out if it qualifies', 'Do you need another person to help you carry out daily activities, such as bathing, feeding and dressing?', 'Do you need help with daily activities, or are you confined to your home?', 'in that case we can find out if it qualifies', 'of course, VA Aid and Assistance or Housebound benefits provide monthly payments added to the amount of a VA monthly pension for qualified veterans and survivors.', 'If I meet the requirements what will happen?', 'What requirements do I need to meet?\\n', 'Yes', 'Yes You may qualify as you meet the requirements', 'hi i need help about VA Assistance and Home Assistance and Subsidy Benefits', 'What requirements do I need to meet for VA aid and attendance benefits and Housebound allocation?']", + "output": [ + "hi i need help about VA Assistance and Home Assistance and Subsidy Benefits", + "of course, VA Aid and Assistance or Housebound benefits provide monthly payments added to the amount of a VA monthly pension for qualified veterans and survivors.", + "Do you need help with daily activities, or are you confined to your home?", + "Yes", + "in that case we can find out if it qualifies", + "What requirements do I need to meet?\n", + "Do you need another person to help you carry out daily activities, such as bathing, feeding and dressing?", + "Yes", + "Yes You may qualify as you meet the requirements", + "What requirements do I need to meet for VA aid and attendance benefits and Housebound allocation?", + "in that case we can find out if it qualifies", + "If I meet the requirements what will happen?", + "Yes You may qualify" + ] + }, + { + "input": "['yes', 'Receive financial compensation payments from VA for a service - connected disability', 'you must have served 24 continuous months or the full period for which you were called to active duty , unless any of the descriptions below are true for you . ', 'naval o a\u00e9reo activo y no recibi\u00f3 un alta deshonrosa. ', 'You may qualify for enhanced eligibility status meaning you ll be placed in a higher priority group , which makes you more likely to get benefits if you meet at least one of the requirements listed below ', 'What if you received one of these discharge states?', 'May I be able to get VA health care benefits if I served in the military?', 'If you signed up after September 7, 1980, or entered active duty after October 16, 1981, what should I do?', 'do you want to know the requirements?', 'yes You may qualify for improved eligibility status, which means you will be placed in a higher priority group', ' Is there anything that will make me more likely to get these benefits?', 'yes', ' you may not be eligible for VA benefits']", + "output": [ + " Is there anything that will make me more likely to get these benefits?", + "You may qualify for enhanced eligibility status meaning you ll be placed in a higher priority group , which makes you more likely to get benefits if you meet at least one of the requirements listed below ", + "do you want to know the requirements?", + "yes", + "Receive financial compensation payments from VA for a service - connected disability", + "yes", + "yes You may qualify for improved eligibility status, which means you will be placed in a higher priority group", + "If you signed up after September 7, 1980, or entered active duty after October 16, 1981, what should I do?", + "you must have served 24 continuous months or the full period for which you were called to active duty , unless any of the descriptions below are true for you . ", + "May I be able to get VA health care benefits if I served in the military?", + "naval o a\u00e9reo activo y no recibi\u00f3 un alta deshonrosa. ", + "What if you received one of these discharge states?", + " you may not be eligible for VA benefits" + ] + }, + { + "input": "['What requirements do I need to meet?\\n', 'Did you get a Purple Heart?', 'Receive a higher pension based on being permanently confined to your home and need regular assistance and assistance?', 'do not\\n', 'Are you a former prisoner of war prisoner of war?', 'as if you meet at least one of the requirements We will cover the cost of your glasses', 'Yes', 'Do you receive benefits under Title 38 of the United States Code USC?', 'do not\\n', 'do not\\n', 'clear We will cover the cost of your glasses if you meet at least one of the requirements that are needed', 'do not\\n', 'Do you have compensable service - disability related, a disability linked to your military service for which you are receiving VA disability payments?', 'hi i need help about Will VA cover the cost of the glasses?']", + "output": [ + "hi i need help about Will VA cover the cost of the glasses?", + "clear We will cover the cost of your glasses if you meet at least one of the requirements that are needed", + "What requirements do I need to meet?\n", + "Do you have compensable service - disability related, a disability linked to your military service for which you are receiving VA disability payments?", + "do not\n", + "Are you a former prisoner of war prisoner of war?", + "do not\n", + "Did you get a Purple Heart?", + "do not\n", + "Do you receive benefits under Title 38 of the United States Code USC?", + "do not\n", + "Receive a higher pension based on being permanently confined to your home and need regular assistance and assistance?", + "Yes", + "as if you meet at least one of the requirements We will cover the cost of your glasses" + ] + }, + { + "input": "['Are you in good health, except for any service-related conditions?', 'What requirements do I need to meet?', 'yes', 'yes', 'Were you qualified for a service - related disability even if only 0%?', 'of course', 'if I have it', 'Very well, you can find out how to apply for S - DVI online or by mail.', 'Clear. The S-DVI Disability Veterans Life Insurance provides low-cost coverage to eligible service members. Would you like to know more?', 'yes', 'Were you released from active duty on or after April 25, 1951 and did not receive a dishonorable discharge?', 'Hello, I need information about Life Insurance for Veterans with Disabilities in Service (S-DVI)', 'Can you apply within 2 years from the date we provide your new service - disability related?', 'do you have a service related disability?', 'excellent meets the requirements to apply for S - DVI']", + "output": [ + "Hello, I need information about Life Insurance for Veterans with Disabilities in Service (S-DVI)", + "Clear. The S-DVI Disability Veterans Life Insurance provides low-cost coverage to eligible service members. Would you like to know more?", + "do you have a service related disability?", + "if I have it", + "Very well, you can find out how to apply for S - DVI online or by mail.", + "What requirements do I need to meet?", + "Were you released from active duty on or after April 25, 1951 and did not receive a dishonorable discharge?", + "yes", + "Were you qualified for a service - related disability even if only 0%?", + "yes", + "Are you in good health, except for any service-related conditions?", + "yes", + "Can you apply within 2 years from the date we provide your new service - disability related?", + "of course", + "excellent meets the requirements to apply for S - DVI" + ] + }, + { + "input": "['Were you released from active duty on or after April 25, 1951 and did not receive a dishonorable discharge?', 'ok I understand. but what does the term veteran mean to you?', 'do not', 'Clear. S - DVI Disability Veterans Life Insurance provides low cost coverage to eligible service members.', 'Who is covered in this insurance?', 'okay. and what requirements should i meet?', 'If you have such a disability, find out how to apply for S - DVI online or by mail.', 'You can call us at the VA Life Insurance Center at 800 - 669 - 8477. s [78] We are here from 8:30 a.m. at 6:00 p.m. we will gladly assist you', 'Hello, could you give me information about Life Insurance for disabled veterans in the S-DVI service', 'yes', 'O well. But what if I need help with my claim?', 'since you do not meet the requirements you cannot request S - DVI', 'What should I do if I have a disability related to my service?', 'Do you have questions about the Service - Disabled Veterans Insurance or a VA life insurance policy?', 'If you want more information about our definition of veterans, you can call us at the number indicated above', \"it's only for veterans\"]", + "output": [ + "Hello, could you give me information about Life Insurance for disabled veterans in the S-DVI service", + "Clear. S - DVI Disability Veterans Life Insurance provides low cost coverage to eligible service members.", + "What should I do if I have a disability related to my service?", + "If you have such a disability, find out how to apply for S - DVI online or by mail.", + "O well. But what if I need help with my claim?", + "Do you have questions about the Service - Disabled Veterans Insurance or a VA life insurance policy?", + "yes", + "You can call us at the VA Life Insurance Center at 800 - 669 - 8477. s [78] We are here from 8:30 a.m. at 6:00 p.m. we will gladly assist you", + "Who is covered in this insurance?", + "it's only for veterans", + "okay. and what requirements should i meet?", + "Were you released from active duty on or after April 25, 1951 and did not receive a dishonorable discharge?", + "do not", + "since you do not meet the requirements you cannot request S - DVI", + "ok I understand. but what does the term veteran mean to you?", + "If you want more information about our definition of veterans, you can call us at the number indicated above" + ] + }, + { + "input": "['Were you released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge?', 'Can you tell me about Service-Disabled Veterans Life Insurance?', 'Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members', 'how to get Veterans Mortgage Life Insurance?', 'find out how to apply for S - DVI online or by mail ', 'you ll need to apply for our Specially Adapted Housing SAH Grant', \"You can't apply for S - DVI \", 'no', 'what if I have a service - connected disability?', 'How much will I pay for these benefits?', 'What should I do if I received an other than honorable, bad conduct, or dishonorable discharge?', 'you may not be eligible for VA benefits ', \"Your premium rate the amount you'll pay each month for your coverage depends on some factors \", 'what are the requirements to apply?']", + "output": [ + "Can you tell me about Service-Disabled Veterans Life Insurance?", + "Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members", + "what if I have a service - connected disability?", + "find out how to apply for S - DVI online or by mail ", + "What should I do if I received an other than honorable, bad conduct, or dishonorable discharge?", + "you may not be eligible for VA benefits ", + "How much will I pay for these benefits?", + "Your premium rate the amount you'll pay each month for your coverage depends on some factors ", + "what are the requirements to apply?", + "Were you released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge?", + "no", + "You can't apply for S - DVI ", + "how to get Veterans Mortgage Life Insurance?", + "you ll need to apply for our Specially Adapted Housing SAH Grant" + ] + }, + { + "input": "['Your Loan Guaranty Agent will let you know if you have been accepted.', 'If I have a severe service-connected disability, would I be eligible for VMLI?', 'You would be applying on an S-DVI form either online or by mail.', 'It provides low cost coverage to eligible service members.', 'What requirements must be met to receive S-DVI?', 'Yes, if we conclude that your disability was caused or made worse by your service, you may qualify for VMLI.', \"Do I have to apply for S-DVI online? I don't have a computer.\", 'Then you would not be eligible to receive S-DVI.', 'Is there any way to waive the premium fees?', 'If I have a service-related disability what is the form called that I have to apply for?', 'What does service-disable veterans life insurance provide?', 'Were you honorably discharged from active duty on or after April 25th, 1951?', 'No, you can also apply by mail.', 'Who will notify me if I qualify for VMLI?', 'Yes, some basic S-DVI policies provides a waiver of premiums for veterans who are totally disabled.', 'No, I was discharged in March of 1951.']", + "output": [ + "What does service-disable veterans life insurance provide?", + "It provides low cost coverage to eligible service members.", + "If I have a service-related disability what is the form called that I have to apply for?", + "You would be applying on an S-DVI form either online or by mail.", + "If I have a severe service-connected disability, would I be eligible for VMLI?", + "Yes, if we conclude that your disability was caused or made worse by your service, you may qualify for VMLI.", + "Who will notify me if I qualify for VMLI?", + "Your Loan Guaranty Agent will let you know if you have been accepted.", + "What requirements must be met to receive S-DVI?", + "Were you honorably discharged from active duty on or after April 25th, 1951?", + "No, I was discharged in March of 1951.", + "Then you would not be eligible to receive S-DVI.", + "Is there any way to waive the premium fees?", + "Yes, some basic S-DVI policies provides a waiver of premiums for veterans who are totally disabled.", + "Do I have to apply for S-DVI online? I don't have a computer.", + "No, you can also apply by mail." + ] + }, + { + "input": "['No, it was after I was discharged.', 'Yes, I was severly disabled during my military duty.', 'It provides service-disabled veterans low-cost life insurance.', 'Based on that information you can apply for S-DVI either online or by mail.', 'And during this time in the military, did you sustain a disability?', 'What does S-DVI provide?', 'You would not be eligible, only disabilities sustained during active duty qualify.', 'Do you have a service-connected disability?', 'Yes, I was honorably discharged in 1963.', 'Yes, were you honorably discharged/released from active duty on or after April 25th, 1951?', 'Your Loan Guaranty Agent will help you throughout the process.', \"Who will help me through the process of a SAH grant if I'm accepted?\", 'Are there eligibility requirements for receiving S-DVI?']", + "output": [ + "What does S-DVI provide?", + "It provides service-disabled veterans low-cost life insurance.", + "Do you have a service-connected disability?", + "Yes, I was severly disabled during my military duty.", + "Based on that information you can apply for S-DVI either online or by mail.", + "Who will help me through the process of a SAH grant if I'm accepted?", + "Your Loan Guaranty Agent will help you throughout the process.", + "Are there eligibility requirements for receiving S-DVI?", + "Yes, were you honorably discharged/released from active duty on or after April 25th, 1951?", + "Yes, I was honorably discharged in 1963.", + "And during this time in the military, did you sustain a disability?", + "No, it was after I was discharged.", + "You would not be eligible, only disabilities sustained during active duty qualify." + ] + }, + { + "input": "['no', 'Do you have a service - connected disability?', 'yes', 'Can I apply for Service-Disabled Veterans Life Insurance?', 'what is Service-Disabled Veterans Life Insurance ?', '[40] Up to $ 10,000 of coverages\\n [41] Up to $ 30,000 of supplemental coverage', 'Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members', 'no', 'Were you released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge?', \"You can't apply for S - DVI \", 'What kind of life insurance benefits can I get with Service-Disabled Veterans Life Insurance?', 'Were you rated for a service - connected disability even if only 0%?']", + "output": [ + "what is Service-Disabled Veterans Life Insurance ?", + "Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members", + "Do you have a service - connected disability?", + "no", + "Can I apply for Service-Disabled Veterans Life Insurance?", + "Were you released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge?", + "yes", + "Were you rated for a service - connected disability even if only 0%?", + "no", + "You can't apply for S - DVI ", + "What kind of life insurance benefits can I get with Service-Disabled Veterans Life Insurance?", + "[40] Up to $ 10,000 of coverages\n [41] Up to $ 30,000 of supplemental coverage" + ] + }, + { + "input": "['Were you released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge?', 'Can I get a waiver so I don t have to pay the premiums?', \"You can't apply for S - DVI \", 'What should I do if I received an other than honorable, bad conduct, or dishonorable discharge?', 'Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members ', 'How much will I pay for these benefits?', 'no', 'Can I apply for Service-Disabled Veterans Life Insurance?', 'what if I have a service - connected disability?', 'Your premium rate the amount you ll pay each month for your coverage depends on all of the factors listed below ', ' [69] Yes ,s [70] in some cases .s [71] Under certain conditions ', 'you may not be eligible for VA benefits', 'find out how to apply for S - DVI online or by mail ', 'what can you tell me about Service-Disabled Veterans Life Insurance (S-DVI)?']", + "output": [ + "what can you tell me about Service-Disabled Veterans Life Insurance (S-DVI)?", + "Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members ", + "what if I have a service - connected disability?", + "find out how to apply for S - DVI online or by mail ", + "Can I apply for Service-Disabled Veterans Life Insurance?", + "Were you released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge?", + "no", + "You can't apply for S - DVI ", + "What should I do if I received an other than honorable, bad conduct, or dishonorable discharge?", + "you may not be eligible for VA benefits", + "Can I get a waiver so I don t have to pay the premiums?", + " [69] Yes ,s [70] in some cases .s [71] Under certain conditions ", + "How much will I pay for these benefits?", + "Your premium rate the amount you ll pay each month for your coverage depends on all of the factors listed below " + ] + }, + { + "input": "['Is all this true?', 'Do you have a service related disability?', 'Were released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge', 'yes', ' Were rated for a service - connected disability even if only 0 %', 'yes', \"Can't apply for S - DVI I'm sorry\", 'can you give me details of Service-Disabled Veterans Life Insurance (S-DVI)', 'yes', 'ok tell me the requirements?\\n', 'not', ' Solicite dentro de 2 a\u00f1os a partir de la fecha en que le otorguemos su nuevo servicio - discapacidad relacionada ', 'yes', 'Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members .', 'find out how to apply for S - DVI online or by mail ']", + "output": [ + "can you give me details of Service-Disabled Veterans Life Insurance (S-DVI)", + "Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members .", + "Do you have a service related disability?", + "yes", + "find out how to apply for S - DVI online or by mail ", + "ok tell me the requirements?\n", + "Were released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge", + "yes", + " Were rated for a service - connected disability even if only 0 %", + "yes", + "Is all this true?", + "yes", + " Solicite dentro de 2 a\u00f1os a partir de la fecha en que le otorguemos su nuevo servicio - discapacidad relacionada ", + "not", + "Can't apply for S - DVI I'm sorry" + ] + }, + { + "input": "[' find out how to apply for S - DVI online or by mail ', 'Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members ', 'How do I get these benefits?', 'not', 'If I want to request a supplemental S - DVI, what else should I know?', 'Cannot apply S - DVI does not meet all requirements.', 'if I have a service-related disability?', 'ok tell me the requirements?\\n', 'can you give me details of Service-Disabled Veterans Life Insurance (S-DVI)\\n', 'You ll need to apply for benefits in 1 of 2', 'you must have already applied for and been granted a waiver of premiums . See our information below about getting a waiver .', ' Were released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge ']", + "output": [ + "can you give me details of Service-Disabled Veterans Life Insurance (S-DVI)\n", + "Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members ", + "if I have a service-related disability?", + " find out how to apply for S - DVI online or by mail ", + "ok tell me the requirements?\n", + " Were released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge ", + "not", + "Cannot apply S - DVI does not meet all requirements.", + "If I want to request a supplemental S - DVI, what else should I know?", + "you must have already applied for and been granted a waiver of premiums . See our information below about getting a waiver .", + "How do I get these benefits?", + "You ll need to apply for benefits in 1 of 2" + ] + }, + { + "input": "['Can I apply for Service-Disabled Veterans Life Insurance?', 'yes', 'Apply within 2 years from the date we grant your new service - connected disability', 'Are in good health except for any service - connected conditions', 'You can apply for S - DVI if you meet all of the requirements listed below ', 'find out how to apply for S - DVI online or by mail .', 'Service-Disabled Veterans Life Insurance (S-DVI)', 'nothing more', 'tell me, what other requirement', 'Service-Disabled Veterans Life Insurance (S-DVI)', 'If you have a service - connected disability', 'find out how to apply for S - DVI online or by mail .', 'All of these must be true, Were released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge', 'Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members .', 'yes', ' Were rated for a service - connected disability even if only 0 % ']", + "output": [ + "Service-Disabled Veterans Life Insurance (S-DVI)", + "Service - Disabled Veterans Life Insurance S - DVI provides low - cost coverage to eligible service members .", + "If you have a service - connected disability", + "find out how to apply for S - DVI online or by mail .", + "Can I apply for Service-Disabled Veterans Life Insurance?", + "All of these must be true, Were released from active duty on or after April 25 , 1951 , and didn t receive a dishonorable discharge", + "yes", + " Were rated for a service - connected disability even if only 0 % ", + "nothing more", + "Are in good health except for any service - connected conditions", + "yes", + "Apply within 2 years from the date we grant your new service - connected disability", + "tell me, what other requirement", + "You can apply for S - DVI if you meet all of the requirements listed below ", + "Service-Disabled Veterans Life Insurance (S-DVI)", + "find out how to apply for S - DVI online or by mail ." + ] + }, + { + "input": "[\"No, I haven't.\", 'Gladly. To use all the features of this tool you need to meet several requirements.', 'Would you like to know more about VA Blue Button?', 'Oh, and can you please tell me what requirements I need to meet to use all features of it?', \"Yes. Isn't that this online tool you talked about?\", \"I'm afraid you can't use all the features of this tool then.\", \"We've been there, you told me this before. Is there a way to view my medical records online with it?\", 'Well, no can do then. But could you at least tell me more about this blue button tool then?', 'Good day. How do I get my medical records online?', 'Of course. Have you enrolled in VA health care?', 'Our online tools can help you view, organize, and share your VA medical records and personal health information. ', 'Yes, you can view, organize and share your VA medical records using this tool.']", + "output": [ + "Good day. How do I get my medical records online?", + "Our online tools can help you view, organize, and share your VA medical records and personal health information. ", + "Would you like to know more about VA Blue Button?", + "Yes. Isn't that this online tool you talked about?", + "Oh, and can you please tell me what requirements I need to meet to use all features of it?", + "Of course. Have you enrolled in VA health care?", + "No, I haven't.", + "I'm afraid you can't use all the features of this tool then.", + "Well, no can do then. But could you at least tell me more about this blue button tool then?", + "Gladly. To use all the features of this tool you need to meet several requirements.", + "We've been there, you told me this before. Is there a way to view my medical records online with it?", + "Yes, you can view, organize and share your VA medical records using this tool." + ] + }, + { + "input": "[\"You must submit a medical record showing: You have a current disability, and if there is a connection between Agent Orange's exposure and your current disability\", 'When I file my claim what should I file?', \"No You may be able to get disability benefits because you don't meet the above description.\", 'do not\\n', 'hi i need help about Agent Orange Exhibition in Vietnam or Korea', 'Yes', 'Do you have a disease that we believe is caused by Agent Orange called a suspected disease?', 'do not\\n', 'of course I understand. I have another question that means presumption of contact?', 'Did you serve in or near the Korean DMZ demilitarized zone during the Vietnam era?', 'if you have had contact with Agent Orange, a herbicide that the US Army. USA Used to clean plants and trees during the war. We refer to this as a presumption of contact', 'Did you serve in Vietnam, including aboard a ship on the inland waterways or within the 12-mile territorial seas?', 'What requirements do I need to meet?\\n']", + "output": [ + "hi i need help about Agent Orange Exhibition in Vietnam or Korea", + "Did you serve in Vietnam, including aboard a ship on the inland waterways or within the 12-mile territorial seas?", + "do not\n", + "Did you serve in or near the Korean DMZ demilitarized zone during the Vietnam era?", + "Yes", + "When I file my claim what should I file?", + "You must submit a medical record showing: You have a current disability, and if there is a connection between Agent Orange's exposure and your current disability", + "What requirements do I need to meet?\n", + "Do you have a disease that we believe is caused by Agent Orange called a suspected disease?", + "do not\n", + "No You may be able to get disability benefits because you don't meet the above description.", + "of course I understand. I have another question that means presumption of contact?", + "if you have had contact with Agent Orange, a herbicide that the US Army. USA Used to clean plants and trees during the war. We refer to this as a presumption of contact" + ] + }, + { + "input": "['What VA dental care benefits do I qualify for?', 'Are signed up for VA health careApply now ', 'What else should I know if I can keep a working denture and a working set of teeth', 'yes', 'can I get help buying dental insurance?', 'if you can buy dental insurance at a reduced cost through VADIP', 'ok tell me the conditions', 'Find out how to get VA dental care or how to buy dental insurance if you don t qualify', 'You may be able to buy dental insurance at a reduced cost through the VA Dental Insurance Program VADIP if you meet at least one of the requirements listed below ', 'What VA dental care benefits do I qualify for?', 'you may be able to get some or all of your dental care through VA . Find out how to get VA dental care or how to buy dental insurance if you don t qualify', 'The dental care must be needed to:\\nMake it possible for you to be in the vocational rehab program , \\nMake it possible for you to reach the goals of your vocational rehab program']", + "output": [ + "can I get help buying dental insurance?", + "You may be able to buy dental insurance at a reduced cost through the VA Dental Insurance Program VADIP if you meet at least one of the requirements listed below ", + "ok tell me the conditions", + "Are signed up for VA health careApply now ", + "yes", + "if you can buy dental insurance at a reduced cost through VADIP", + "What else should I know if I can keep a working denture and a working set of teeth", + "What VA dental care benefits do I qualify for?", + "you may be able to get some or all of your dental care through VA . Find out how to get VA dental care or how to buy dental insurance if you don t qualify", + "Find out how to get VA dental care or how to buy dental insurance if you don t qualify", + "What VA dental care benefits do I qualify for?", + "The dental care must be needed to:\nMake it possible for you to be in the vocational rehab program , \nMake it possible for you to reach the goals of your vocational rehab program" + ] + }, + { + "input": "['You may qualify for VA education benefits under Chapter 35 benefits if you are the spouse of a service member, but you must meet certain requirements', 'Among the benefits is\\n-Education and formation\\n-Money for tuition\\n-Money for housing', 'so am i eligible to receive educational benefits?', 'VA education benefits can be obtained for both dependents and survivors', 'Of course you can qualify for Chapter 35 benefits or job training through a GI Bill program.', 'of course I understand and what benefits can I get?', 'Can I qualify if I am the spouse of a veteran?', 'What requirements do I need to meet?\\n', 'and I have a question, is this benefit only for survivors?', 'hello i need help on how VA education benefits for survivors and dependents', 'let me ask you, did your husband die in the line of duty after September 10, 2001?', 'How do I get these benefits?', 'To obtain it you will have to apply. Apply for VA education benefits Chapter 35 benefits.', 'Yes', 'Of course, you need to find out if you are eligible for VA education benefits for dependents and survivors, also called Chapter 35 benefits.']", + "output": [ + "hello i need help on how VA education benefits for survivors and dependents", + "Of course, you need to find out if you are eligible for VA education benefits for dependents and survivors, also called Chapter 35 benefits.", + "Can I qualify if I am the spouse of a veteran?", + "Of course you can qualify for Chapter 35 benefits or job training through a GI Bill program.", + "so am i eligible to receive educational benefits?", + "You may qualify for VA education benefits under Chapter 35 benefits if you are the spouse of a service member, but you must meet certain requirements", + "What requirements do I need to meet?\n", + "let me ask you, did your husband die in the line of duty after September 10, 2001?", + "Yes", + "and I have a question, is this benefit only for survivors?", + "VA education benefits can be obtained for both dependents and survivors", + "How do I get these benefits?", + "To obtain it you will have to apply. Apply for VA education benefits Chapter 35 benefits.", + "of course I understand and what benefits can I get?", + "Among the benefits is\n-Education and formation\n-Money for tuition\n-Money for housing" + ] + }, + { + "input": "['yes', 'How do I convert an FSGLI spousal policy into an individual insurance policy?', \"You have the option of converting your spouse's FSGLI coverage into a permanent individual life-like insurance policy within 120 days from your service member's date\", 'in that case we can extend the coverage', 'You must Download the PDF of election and certificate of spouse coverage', 'I would like you to help me obtain information on How much will my service member pay for dependent coverage?', 'Upon completion of the Spouse Coverage Election and the SGLV 8286A Certificate you must have it delivered to your unit personnel officer. Download the Election PDF and Certificate of Spouse Coverage', 'What should I do once I give the certificate to the personnel officer?', 'What do I have to do to continue receiving dependent coverage after 18 years?', 'Nothing. We provide dependent coverage at no cost until the child is 18 years old, or sometimes more if the child meets one of the requirements listed below.', 'What happens if the child is a full-time student between 18 and 22 years old?', 'Is the youth a full-time student?', 'What should I do when completing the Spouse Coverage Election?']", + "output": [ + "I would like you to help me obtain information on How much will my service member pay for dependent coverage?", + "Nothing. We provide dependent coverage at no cost until the child is 18 years old, or sometimes more if the child meets one of the requirements listed below.", + "What do I have to do to continue receiving dependent coverage after 18 years?", + "Is the youth a full-time student?", + "yes", + "What should I do when completing the Spouse Coverage Election?", + "Upon completion of the Spouse Coverage Election and the SGLV 8286A Certificate you must have it delivered to your unit personnel officer. Download the Election PDF and Certificate of Spouse Coverage", + "What should I do once I give the certificate to the personnel officer?", + "You must Download the PDF of election and certificate of spouse coverage", + "What happens if the child is a full-time student between 18 and 22 years old?", + "in that case we can extend the coverage", + "How do I convert an FSGLI spousal policy into an individual insurance policy?", + "You have the option of converting your spouse's FSGLI coverage into a permanent individual life-like insurance policy within 120 days from your service member's date" + ] + }, + { + "input": "['who is responsible for the policy aspects?', ' Is a full - time student ', 'can automatically cover If I am a military spouse and I get married on or after January 2, 2013', \"You must complete the Spouse Coverage Election and SGLV 8286A Certificate and have it delivered to your unit's personnel officer. Download the Election PDF and Certificate of Spouse Coverage\", ' We won t automatically cover you . You ll need to sign up through your service member .', 'Nothing. We provide dependent coverage at no cost until the child is 18 years old, or sometimes older if the child meets one of the requirements listed below', 'If your service member is part of the Public Health Service?', 'you must meet all the requirements for it', 'What can I do To continue receiving dependent coverage after age 18,', 'How much will my service member pay for dependent coverage?', 'become solely responsible for all aspects of the policy , including premium payments ', 'yes', 'what are the requirements for We provide dependent coverage at no cost until the child is 18 years old']", + "output": [ + "How much will my service member pay for dependent coverage?", + "Nothing. We provide dependent coverage at no cost until the child is 18 years old, or sometimes older if the child meets one of the requirements listed below", + "What can I do To continue receiving dependent coverage after age 18,", + " Is a full - time student ", + "yes", + "what are the requirements for We provide dependent coverage at no cost until the child is 18 years old", + "you must meet all the requirements for it", + "can automatically cover If I am a military spouse and I get married on or after January 2, 2013", + " We won t automatically cover you . You ll need to sign up through your service member .", + "If your service member is part of the Public Health Service?", + "You must complete the Spouse Coverage Election and SGLV 8286A Certificate and have it delivered to your unit's personnel officer. Download the Election PDF and Certificate of Spouse Coverage", + "who is responsible for the policy aspects?", + "become solely responsible for all aspects of the policy , including premium payments " + ] + }, + { + "input": "['Nothing.s We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below', 'Choose a company from the list of companies participating in this program. See the companies you can choose', 'not just those two as I mentioned Spouses of service members covered under SGLI\\nDependent children of service members covered under SGLI', 'Is a full - time student ', 'Becomes permanently and totally disabled before turning 18 and can t support themselves', 'ok, what forms would my service member need?', 'Spouses of service members covered under SGLIs\\nDependent children of service members covered under SGLIs', 'How much will my service member pay for dependent coverage?', 'Besides a spouse and child, cannot another family member be covered?', 'yes', 'If you want to convert FSGLI coverage, what can I do?', 'not', 'Who s covered?', 'a service member will file an SGLV 8284A Accelerated Benefits Claim. Download SGLV 8284A PDF', 'To continue receiving dependent coverage after age 18, what are the requirements?']", + "output": [ + "How much will my service member pay for dependent coverage?", + "Nothing.s We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below", + "To continue receiving dependent coverage after age 18, what are the requirements?", + "Is a full - time student ", + "not", + "Becomes permanently and totally disabled before turning 18 and can t support themselves", + "yes", + "Who s covered?", + "Spouses of service members covered under SGLIs\nDependent children of service members covered under SGLIs", + "If you want to convert FSGLI coverage, what can I do?", + "Choose a company from the list of companies participating in this program. See the companies you can choose", + "Besides a spouse and child, cannot another family member be covered?", + "not just those two as I mentioned Spouses of service members covered under SGLI\nDependent children of service members covered under SGLI", + "ok, what forms would my service member need?", + "a service member will file an SGLV 8284A Accelerated Benefits Claim. Download SGLV 8284A PDF" + ] + }, + { + "input": "['as we would do To report the death of a family member covered by the policy?', 'if we can extend coverage in some cases indefinitely.', 'Do you want to continue receiving dependent coverage after age 18?', 'but coverage could be extended if the child becomes permanently and totally disabled before the age of 18 and can no longer support himself?', \"Hi, I'd like to know how much will my service member pay for dependent coverage?\", 'will not pay anything. We provide dependent coverage at no cost until the child is 18 years old', 'yes', 'a service member would submit a SGLV 8700 Family Member Death Report. Download SGLV 8700 PDF', 'Are you permanently and totally disabled before your 18th birthday and cannot support yourself?', 'Are you a full time student?', 'do not', 'do not']", + "output": [ + "Hi, I'd like to know how much will my service member pay for dependent coverage?", + "will not pay anything. We provide dependent coverage at no cost until the child is 18 years old", + "Do you want to continue receiving dependent coverage after age 18?", + "yes", + "Are you a full time student?", + "do not", + "Are you permanently and totally disabled before your 18th birthday and cannot support yourself?", + "do not", + "but coverage could be extended if the child becomes permanently and totally disabled before the age of 18 and can no longer support himself?", + "if we can extend coverage in some cases indefinitely.", + "as we would do To report the death of a family member covered by the policy?", + "a service member would submit a SGLV 8700 Family Member Death Report. Download SGLV 8700 PDF" + ] + }, + { + "input": "['yes', 'Who is covered?', 'OK thanks. Another question to ask To request an advance insurance payment for a spouse who is terminally ill?', 'for this a service member will file an Accelerated Benefits Claim SGLV 8284A and Download SGLV 8284A PD', 'If any of the aforementioned events happen, you, as the spouse of the service member, become solely responsible for all aspects of the policy, including premium payments.', 'hi i need to know how much will my service member pay for dependent coverage?', 'and if a death occurs in the family or a difference happens if any of that happens?', 'How to report the death of a family member covered by the policy?', 'The child Is a full-time student?', 'a service member would submit a SGLV 8700 Family Member Death Report and Download SGLV 8700 PDF', 'coverage is for Spouses of service members covered under SGLI and Dependent children of service members covered under SGLI', 'will not pay anything. We provide dependent coverage at no cost until the child is 18 years old', 'What must be done to continue receiving dependent coverage after 18 years?']", + "output": [ + "hi i need to know how much will my service member pay for dependent coverage?", + "will not pay anything. We provide dependent coverage at no cost until the child is 18 years old", + "What must be done to continue receiving dependent coverage after 18 years?", + "The child Is a full-time student?", + "yes", + "Who is covered?", + "coverage is for Spouses of service members covered under SGLI and Dependent children of service members covered under SGLI", + "OK thanks. Another question to ask To request an advance insurance payment for a spouse who is terminally ill?", + "for this a service member will file an Accelerated Benefits Claim SGLV 8284A and Download SGLV 8284A PD", + "How to report the death of a family member covered by the policy?", + "a service member would submit a SGLV 8700 Family Member Death Report and Download SGLV 8700 PDF", + "and if a death occurs in the family or a difference happens if any of that happens?", + "If any of the aforementioned events happen, you, as the spouse of the service member, become solely responsible for all aspects of the policy, including premium payments." + ] + }, + { + "input": "['Oh, about that last part. How can be my child able to continue receiving that coverage?', 'Is the child a full-time student?', 'O.k. Last question, can i convert the spousal coverage to a permanent individual insurance policy such a whole life?', 'Yes, it is.', 'Yes.', 'Yes, you can. You can do that within 120 days from the date of your service members separation form the military or divorce from you.', 'no, nothing like that.', 'Well, are you going to request an advance insurance payment for a ill spouse?', 'Hi, how you doing. Look, i was searching for information about insurance for family members. Could you tell me how much will my service member pay for dependent coverage?', 'That would be nothing. We take care of that until the child is 18 years old, or more if meet some requirements.', 'I suppose that makes him able to qualify. Which forms would need, then?', 'Are you going to notify the death of a family member covered by the policy?', \"You'll need the form SGLV 8700 or Report of Death of Family Member.\"]", + "output": [ + "Hi, how you doing. Look, i was searching for information about insurance for family members. Could you tell me how much will my service member pay for dependent coverage?", + "That would be nothing. We take care of that until the child is 18 years old, or more if meet some requirements.", + "Oh, about that last part. How can be my child able to continue receiving that coverage?", + "Is the child a full-time student?", + "Yes, it is.", + "I suppose that makes him able to qualify. Which forms would need, then?", + "Well, are you going to request an advance insurance payment for a ill spouse?", + "no, nothing like that.", + "Are you going to notify the death of a family member covered by the policy?", + "Yes.", + "You'll need the form SGLV 8700 or Report of Death of Family Member.", + "O.k. Last question, can i convert the spousal coverage to a permanent individual insurance policy such a whole life?", + "Yes, you can. You can do that within 120 days from the date of your service members separation form the military or divorce from you." + ] + }, + { + "input": "[' a service member would file a Claim for Family Coverage Death Benefits SGLV 8283A .s [118] Download SGLV 8283A PDF', 'a service member would file a Claim for Accelerated Benefits SGLV 8284A .s [112] Download SGLV 8284A PDF', 'How to receive an insurance payment in a time of need?', 'Do you want to request an advance insurance payment for a spouse who s terminally ill?', 'yes', ' [65] Nothing.s [66] We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below .', 'Do you want to know the requirements to continue receiving dependent coverage after age 18?', 'How much will my service member pay for dependent coverage?', 'Which forms would my service member need?', 'yes', 'yes', 'The child :\\nIs a full - time student?']", + "output": [ + "How much will my service member pay for dependent coverage?", + " [65] Nothing.s [66] We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below .", + "Do you want to know the requirements to continue receiving dependent coverage after age 18?", + "yes", + "The child :\nIs a full - time student?", + "yes", + "Which forms would my service member need?", + "Do you want to request an advance insurance payment for a spouse who s terminally ill?", + "yes", + "a service member would file a Claim for Accelerated Benefits SGLV 8284A .s [112] Download SGLV 8284A PDF", + "How to receive an insurance payment in a time of need?", + " a service member would file a Claim for Family Coverage Death Benefits SGLV 8283A .s [118] Download SGLV 8283A PDF" + ] + }, + { + "input": "['no', 'you ,s [92] as the service member s spouse , [93] become solely responsible for all aspects of the policy , including premium payments .\\n [94] You can t convert other types of policies such as term , variable , or universal life insurance . [95] And , [96] supplementary policy benefits such as accidental death and dismemberment or a waiver of the premium for disability aren t considered part of the conversion policy .', 'Becomes permanently and totally disabled before turning 18 and can t support themselves?', 'how to continue receiving dependent coverage after age 18?', 'How much will my service member pay for dependent coverage?', 'yes', 'one of these must be true \\nThe child :\\nIs a full - time student?', 'How do I convert a spousal FSGLI policy to an individual insurance policy?', ' [84] You have the option to convert spousal FSGLI coverage to a permanent , individual insurance policy such as whole life within 120 days from the date of your service member s :s\\n [85] Separation from the militarys\\n [86] Divorce from yous', 'what If any of the events listed happen?', 'How much will my service member pay for dependent coverage?', 'How to receive an insurance payment in a time of need?', '[117] a service member would file a Claim for Family Coverage Death Benefits SGLV 8283A .s [118] Download SGLV 8283A PDF', ' [65] Nothing.s [66] We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below .', '[65] Nothing.s [66] We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below .']", + "output": [ + "How much will my service member pay for dependent coverage?", + " [65] Nothing.s [66] We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below .", + "how to continue receiving dependent coverage after age 18?", + "one of these must be true \nThe child :\nIs a full - time student?", + "no", + "Becomes permanently and totally disabled before turning 18 and can t support themselves?", + "yes", + "How much will my service member pay for dependent coverage?", + "[65] Nothing.s [66] We provide dependent coverage at no cost until the child is 18 years old , or sometimes longer if the child meets one of the requirements listed below .", + "How do I convert a spousal FSGLI policy to an individual insurance policy?", + " [84] You have the option to convert spousal FSGLI coverage to a permanent , individual insurance policy such as whole life within 120 days from the date of your service member s :s\n [85] Separation from the militarys\n [86] Divorce from yous", + "what If any of the events listed happen?", + "you ,s [92] as the service member s spouse , [93] become solely responsible for all aspects of the policy , including premium payments .\n [94] You can t convert other types of policies such as term , variable , or universal life insurance . [95] And , [96] supplementary policy benefits such as accidental death and dismemberment or a waiver of the premium for disability aren t considered part of the conversion policy .", + "How to receive an insurance payment in a time of need?", + "[117] a service member would file a Claim for Family Coverage Death Benefits SGLV 8283A .s [118] Download SGLV 8283A PDF" + ] + }, + { + "input": "['What if I am the civil spouse of a full-time SGLI service member?', 'you should not pay anything. We provide dependent coverage at no cost until the child is 18 years old, or sometimes more if the child meets one of the requirements.', 'to see what is included in the premium payments. for more information see our website', \"We will automatically insure you under FSGLI. In this case, we will automatically withdraw your premium from your service member's payment.\", 'What can happen if I am a spouse of the service member?', 'And what includes those premium payments?', 'in this case you become solely responsible for all aspects of the policy, including premium payments.', 'What must we do to continue receiving dependent coverage after age 18?', 'What documents should I enter?', 'hi i need help about How much will my service member pay for dependent coverage?', 'the young man Is he a full-time student?', 'Yes', \"You must complete the Spouse Coverage Election and SGLV 8286A Certificate and have it delivered to your unit's personnel officer. Download the Election PDF and Certificate of Spouse Coverage\"]", + "output": [ + "hi i need help about How much will my service member pay for dependent coverage?", + "you should not pay anything. We provide dependent coverage at no cost until the child is 18 years old, or sometimes more if the child meets one of the requirements.", + "What must we do to continue receiving dependent coverage after age 18?", + "the young man Is he a full-time student?", + "Yes", + "What documents should I enter?", + "You must complete the Spouse Coverage Election and SGLV 8286A Certificate and have it delivered to your unit's personnel officer. Download the Election PDF and Certificate of Spouse Coverage", + "What if I am the civil spouse of a full-time SGLI service member?", + "We will automatically insure you under FSGLI. In this case, we will automatically withdraw your premium from your service member's payment.", + "What can happen if I am a spouse of the service member?", + "in this case you become solely responsible for all aspects of the policy, including premium payments.", + "And what includes those premium payments?", + "to see what is included in the premium payments. for more information see our website" + ] + }, + { + "input": "['Since you are a service member and the dependent child is under 18 the it would cost you nothing.', 'How can I tell you about the death of a covered family member covered by the policy?', 'Yes, my child over 18 is a full time student.', 'Is your child a full-time student?', 'How much will a service member pay for dependent coverage for a child?', 'A service member would file a Claim for Family Coverage Death Benefits SGLV 8283A and download it online.', 'How can my dependent child still receive dependent coverage after age 18?', 'A service member would need to file a Report of Death of Family Member SGLV 8700 and you can download online.', 'How can a service member login?', 'How can I receive an insurance payment in my time of need?', 'A service member will pay a premium for the spouses coverage, which will increase as the spouse ages; it also depends on the amount of coverage you want.', 'The service member can log in with their CAC or DS logon using inernet explorer or as soon as they receive notice that they can start using SOES.', 'How much will a service member pay for spousal coverage and how do the premium payments work?']", + "output": [ + "How much will a service member pay for dependent coverage for a child?", + "Since you are a service member and the dependent child is under 18 the it would cost you nothing.", + "How can my dependent child still receive dependent coverage after age 18?", + "Is your child a full-time student?", + "Yes, my child over 18 is a full time student.", + "How can a service member login?", + "The service member can log in with their CAC or DS logon using inernet explorer or as soon as they receive notice that they can start using SOES.", + "How can I tell you about the death of a covered family member covered by the policy?", + "A service member would need to file a Report of Death of Family Member SGLV 8700 and you can download online.", + "How can I receive an insurance payment in my time of need?", + "A service member would file a Claim for Family Coverage Death Benefits SGLV 8283A and download it online.", + "How much will a service member pay for spousal coverage and how do the premium payments work?", + "A service member will pay a premium for the spouses coverage, which will increase as the spouse ages; it also depends on the amount of coverage you want." + ] + }, + { + "input": "['What is VA Individual unemployment if you cannot work?', \"you can't keep a stable job that supports you financially?\", 'yes, you may be able to get disability benefits if you meet the requested requirements', 'you are unable to work due to a disability related to your service in the military?', 'not applicable to my case, if I can work', 'based on your answers you may not be able to get disability benefits', \"You must present supporting evidence such as a doctor's report or medical test results that show that your disability\", 'ok i have at least 1 service related disability with a disability rating of 60% or more', 'What requirements are requested?', 'have at least 1 service-related disability with a disability rating of 60% or more, or 2 or more service-related disabilities with at least 1 with a disability of 40% or more and a combined rating of 70% or more', 'Puedo obtener beneficios por discapacidad de VA? ', 'When I apply, how do I get benefits?', 'yes I can keep a stable job']", + "output": [ + "What is VA Individual unemployment if you cannot work?", + "you are unable to work due to a disability related to your service in the military?", + "not applicable to my case, if I can work", + "Puedo obtener beneficios por discapacidad de VA? ", + "yes, you may be able to get disability benefits if you meet the requested requirements", + "When I apply, how do I get benefits?", + "You must present supporting evidence such as a doctor's report or medical test results that show that your disability", + "What requirements are requested?", + "have at least 1 service-related disability with a disability rating of 60% or more, or 2 or more service-related disabilities with at least 1 with a disability of 40% or more and a combined rating of 70% or more", + "ok i have at least 1 service related disability with a disability rating of 60% or more", + "you can't keep a stable job that supports you financially?", + "yes I can keep a stable job", + "based on your answers you may not be able to get disability benefits" + ] + }, + { + "input": "['How do I get these benefits?', 'Had part - time Servicemembers Group Life Insurance SGLI as a member of the National Guard or Reserves', 'You may be able to get VGLI if you meet at least one of the requirements', 'How much will I pay for these benefits?', 'Veterans Group Life Insurance (VGLI)', 'you ll need to fill out an Application for Reinstatement of VGLI Coverage SGLV 180 .', 'other thing?', 'Veterans and Former service members', 'With Veterans Group Life Insurance VGLI , you may be able to keep your life insurance coverage after you leave the military for as long as you continue to pay the premiums .', 'Who is covered?', 'VGLI premium rates are based on your age and the amount of insurance coverage you want', 'Am I eligible for Veterans Group Life Insurance?', '240 days of leaving the military?', 'you won t need to prove you re in good health .']", + "output": [ + "Veterans Group Life Insurance (VGLI)", + "With Veterans Group Life Insurance VGLI , you may be able to keep your life insurance coverage after you leave the military for as long as you continue to pay the premiums .", + "Who is covered?", + "Veterans and Former service members", + "Am I eligible for Veterans Group Life Insurance?", + "Had part - time Servicemembers Group Life Insurance SGLI as a member of the National Guard or Reserves", + "other thing?", + "You may be able to get VGLI if you meet at least one of the requirements", + "How do I get these benefits?", + "you ll need to fill out an Application for Reinstatement of VGLI Coverage SGLV 180 .", + "240 days of leaving the military?", + "you won t need to prove you re in good health .", + "How much will I pay for these benefits?", + "VGLI premium rates are based on your age and the amount of insurance coverage you want" + ] + }, + { + "input": "['yes', 'The spouse or child of a Veteran who s been rated permanently and totally disabled for a service - connected disability by a VA regional benefit office', 'No', 'CHAMPVA benefits', 'CHAMPVA benefits?', 'You can only get health care through CHAMPVA if you don t qualify for TRICARE and at least one of the descriptions below is true for you', 'Download a fact sheet on CHAMPVA for primary family caregivers PDF', 'Are you the spouse or surviving spouse of or a child of a Veteran with disabilities or a Veteran who has died ?', 'At least one of these must be true', 'What else might affect whether I can get CHAMPVA benefits for myself or a family member?', 'neither', 'you may be able to get health insurance through the Civilian Health and Medical Program of the Department of Veterans Affairs CHAMPVA .', 'If you don t qualify for TRICARE the Department of Defense s health care program for active - duty and retired service members and their families']", + "output": [ + "CHAMPVA benefits", + "Are you the spouse or surviving spouse of or a child of a Veteran with disabilities or a Veteran who has died ?", + "No", + "If you don t qualify for TRICARE the Department of Defense s health care program for active - duty and retired service members and their families", + "neither", + "What else might affect whether I can get CHAMPVA benefits for myself or a family member?", + "Download a fact sheet on CHAMPVA for primary family caregivers PDF", + "CHAMPVA benefits?", + "you may be able to get health insurance through the Civilian Health and Medical Program of the Department of Veterans Affairs CHAMPVA .", + "At least one of these must be true", + "The spouse or child of a Veteran who s been rated permanently and totally disabled for a service - connected disability by a VA regional benefit office", + "yes", + "You can only get health care through CHAMPVA if you don t qualify for TRICARE and at least one of the descriptions below is true for you" + ] + }, + { + "input": "['can you tell how much an SHA grant would help?', 'Do you own your own home?', \"no I don't\", 'Through the SAH grant program you may be able to get up to 3 grants for a total of up to $ 85,645 ', 'Do you have a qualifying service-connected disability?', 'You are not eligible for the Specially Adapted Housing grant', 'You can get up to $ 6,713 through the TRA grant program for 2019 .', 'what are the qualifications for an SAH grant?', 'Will the SAH give me the same amount you told me about the SHA grant?', 'We offer housing grants for Veterans and service members with certain service-connected disabilities so they can buy or change a home to meet their needs and live more independently .Changing a home might involve installing ramps or widening doorways. We can help you find out if you are eligible for a disability housing grant and how to apply .', \"can I still use the grant if I qualified but didn't get a grant because they ran out ?\", 'You might be able to use this benefit later on if the law continues to give us the authority to offer these grants and we don t go beyond the new cap .', 'I wanted to look into what the housing grant is all about', 'yes I do']", + "output": [ + "I wanted to look into what the housing grant is all about", + "We offer housing grants for Veterans and service members with certain service-connected disabilities so they can buy or change a home to meet their needs and live more independently .Changing a home might involve installing ramps or widening doorways. We can help you find out if you are eligible for a disability housing grant and how to apply .", + "can you tell how much an SHA grant would help?", + "You can get up to $ 6,713 through the TRA grant program for 2019 .", + "can I still use the grant if I qualified but didn't get a grant because they ran out ?", + "You might be able to use this benefit later on if the law continues to give us the authority to offer these grants and we don t go beyond the new cap .", + "Will the SAH give me the same amount you told me about the SHA grant?", + "Through the SAH grant program you may be able to get up to 3 grants for a total of up to $ 85,645 ", + "what are the qualifications for an SAH grant?", + "Do you own your own home?", + "yes I do", + "Do you have a qualifying service-connected disability?", + "no I don't", + "You are not eligible for the Specially Adapted Housing grant" + ] + }, + { + "input": "['hi, show me information about Post-9/11 GI Bill', 'I did not receive a purple heart', 'Received a Purple Heart on or after September 11 , 2001 , and were honorably discharged after any amount of service', 'Served for at least 30 continuous days all at once , without a break in service on or after September 11 , 2001', 'yes', 'You can get these education benefits if you meet at least one of the requirements', 'Am I eligible for Post-9/11 GI Bill (Chapter 33) benefits?', 'yes I was active after September 2001', ' Are a dependent child using benefits transferred by a qualifying Veteran or service member', 'nothing more?', 'neither', 'Served at least 90 days on active duty either all at once or with breaks in service on or after September 11 , 2001', 'The Post-9/11 GI Bill Chapter 33 helps you pay for school or job training .', 'What if I was active duty after September 2001']", + "output": [ + "hi, show me information about Post-9/11 GI Bill", + "The Post-9/11 GI Bill Chapter 33 helps you pay for school or job training .", + "What if I was active duty after September 2001", + "yes I was active after September 2001", + "Am I eligible for Post-9/11 GI Bill (Chapter 33) benefits?", + "Served at least 90 days on active duty either all at once or with breaks in service on or after September 11 , 2001", + "nothing more?", + "Received a Purple Heart on or after September 11 , 2001 , and were honorably discharged after any amount of service", + "I did not receive a purple heart", + "Served for at least 30 continuous days all at once , without a break in service on or after September 11 , 2001", + "neither", + " Are a dependent child using benefits transferred by a qualifying Veteran or service member", + "yes", + "You can get these education benefits if you meet at least one of the requirements" + ] + }, + { + "input": "['We have links and a support system to help with that.', 'How can I learn more about the decision making process?', 'Yes, I have signed up.', 'I can help with that. Have you registered for VA health care?', 'Where can I get more information?', 'Great! Have you been instructed to get specific care?', 'Yes, I do. We have a plethora of information.', 'I can help you with that.', 'How can I start using those services?', \"If that's the case, you will need to speak with your doctor again. We need documentation that you need a specific service.\", 'How can I find out if I qualify.', 'Absolutely. I can help you learn how to access the services.', 'We have lots of resources on everything from setting goals to making the hard decisions.', \"Well, let's find out if you qualify.\", 'No, my doctor has not specified anything yet.', 'I am trying to learn about assisted living or nursing homes.', 'Can I get this through the VA?', 'Do you have information on caregivers?']", + "output": [ + "I am trying to learn about assisted living or nursing homes.", + "I can help you with that.", + "Where can I get more information?", + "We have lots of resources on everything from setting goals to making the hard decisions.", + "Can I get this through the VA?", + "Absolutely. I can help you learn how to access the services.", + "Do you have information on caregivers?", + "Yes, I do. We have a plethora of information.", + "How can I learn more about the decision making process?", + "We have links and a support system to help with that.", + "How can I start using those services?", + "Well, let's find out if you qualify.", + "How can I find out if I qualify.", + "I can help with that. Have you registered for VA health care?", + "Yes, I have signed up.", + "Great! Have you been instructed to get specific care?", + "No, my doctor has not specified anything yet.", + "If that's the case, you will need to speak with your doctor again. We need documentation that you need a specific service." + ] + }, + { + "input": "['What happens if the school still offers the program?', 'Your benefits may not change; but we require a Yellow Ribbon Program agreement each year.', 'Have you made acceptable progress toward completing your program according to the school you attend?', 'No, I have not made enough progress according to my school.', 'What requirements are needed for the funding?', 'Can you explain to me how my benefits could change from year to year?', 'What if my school has an agreement with you and continues to participate in the program?', \"If you take fewer courses then you won't get as much toward tuition and fees and your school will pay for less.\", 'Then your school must continue to give you the money as long as you meet all the requirements for the Yellow Ribbon Program.', 'Then as long as the continue to offer the Yellow Ribbon benefits to you next year then your benefits will not change.', 'What happens if I decide to take fewer courses?', 'Then the school will not give you the funding you need for the Yellow Ribbon Progrram.']", + "output": [ + "Can you explain to me how my benefits could change from year to year?", + "Your benefits may not change; but we require a Yellow Ribbon Program agreement each year.", + "What if my school has an agreement with you and continues to participate in the program?", + "Then as long as the continue to offer the Yellow Ribbon benefits to you next year then your benefits will not change.", + "What happens if I decide to take fewer courses?", + "If you take fewer courses then you won't get as much toward tuition and fees and your school will pay for less.", + "What happens if the school still offers the program?", + "Then your school must continue to give you the money as long as you meet all the requirements for the Yellow Ribbon Program.", + "What requirements are needed for the funding?", + "Have you made acceptable progress toward completing your program according to the school you attend?", + "No, I have not made enough progress according to my school.", + "Then the school will not give you the funding you need for the Yellow Ribbon Progrram." + ] + }, + { + "input": "['What are the requirements for me to get this type of benefit? ', 'VA would like to support you. We recognize that family caregivers enhance the health and well-being of Veterans they care for in their home. It is best for you to find out if you qualify for the Program of Comprehensive Assistance for Family Caregivers and how to apply.', 'Both of the requirements are true in this case.', 'It seems that you will be able to receive benefits as explained.', \"Both of the requirements I am about to tell you must be true. The Veteran you are caring for must have a serious injury including traumatic brain injury, psychological trauma, or other mental disorder that was caused or made worse by their active - duty service on or after September 11 , 2001, and because they can't perform one or more activities of daily living and/or needs supervision or protection based on symptoms of lasting neurological damage or injury they need personal care services.\", 'Yes he is unable to perform activities relating to daily living.', 'Yes they are. Firstly family caregivers of Veterans who were seriously injured in the line of duty on or before May 7, 1975, will become eligible for this program. After 2 years family caregivers of Veterans who were seriously injured in the line of duty between May 7, 1975, and September 10, 2001, will also become eligible.', 'How would one go about applying for assistance?', 'Yes there is a program of Comprehensive Assistance for family caregivers.', 'Could you please tell me what the requirements are?', 'I was just wondering if you could tell me if there is some sort of assistance available for family members who care for a Veteran with disabilities?', 'Is the VA working towards making it possible for more family caregivers getting access to this program?', \"You will qualify for the program based on your Veteran's qualifications. You may be eligible if the Veteran you are caring for meets both of the requirements list for benefits.\", 'Is the Veteran unable to perform one or more activities of daily living and/or needs supervision or protection based on symptoms of lasting neurological damage or injury?']", + "output": [ + "I was just wondering if you could tell me if there is some sort of assistance available for family members who care for a Veteran with disabilities?", + "Yes there is a program of Comprehensive Assistance for family caregivers.", + "How would one go about applying for assistance?", + "VA would like to support you. We recognize that family caregivers enhance the health and well-being of Veterans they care for in their home. It is best for you to find out if you qualify for the Program of Comprehensive Assistance for Family Caregivers and how to apply.", + "What are the requirements for me to get this type of benefit? ", + "You will qualify for the program based on your Veteran's qualifications. You may be eligible if the Veteran you are caring for meets both of the requirements list for benefits.", + "Could you please tell me what the requirements are?", + "Both of the requirements I am about to tell you must be true. The Veteran you are caring for must have a serious injury including traumatic brain injury, psychological trauma, or other mental disorder that was caused or made worse by their active - duty service on or after September 11 , 2001, and because they can't perform one or more activities of daily living and/or needs supervision or protection based on symptoms of lasting neurological damage or injury they need personal care services.", + "Both of the requirements are true in this case.", + "Is the Veteran unable to perform one or more activities of daily living and/or needs supervision or protection based on symptoms of lasting neurological damage or injury?", + "Yes he is unable to perform activities relating to daily living.", + "It seems that you will be able to receive benefits as explained.", + "Is the VA working towards making it possible for more family caregivers getting access to this program?", + "Yes they are. Firstly family caregivers of Veterans who were seriously injured in the line of duty on or before May 7, 1975, will become eligible for this program. After 2 years family caregivers of Veterans who were seriously injured in the line of duty between May 7, 1975, and September 10, 2001, will also become eligible." + ] + }, + { + "input": "['ok you may be able to get these benefits if both you and the veteran or service member meet certain eligibility requirements', 'ok i inform you that you can get help to pay for school or job training through the DEA program', 'I want to know about the DEA Educational Assistance Program for Survivors and Dependents.?', 'DEA Educational Assistance for Survivors and Dependents is a program where if you are the child or spouse of a deceased veteran or service member, captured, disappeared, or disabled, you can get help paying for school or job training', 'I want to know about the survivor and dependent program Educational assistance', 'if I am permanently and totally disabled due to a service related disability', 'are you eligible to receive educational benefits through the DEA program?', 'puede obtener ayuda para pagar la escuela o la capacitaci\u00f3n laboral ', 'What benefit can I get if I am the child or spouse of a veteran or service member who died, is captured or disappeared?', 'Are you permanently and totally disabled due to a service-related disability?', 'What happens if I qualify for both the DEA and the Fry Scholarship?', 'if i meet the requirements', 'if I am eligible to receive educational benefits through the DEA program', 'You will have to choose one or the other.', 'Do you think you meet all the requirements?']", + "output": [ + "I want to know about the survivor and dependent program Educational assistance", + "DEA Educational Assistance for Survivors and Dependents is a program where if you are the child or spouse of a deceased veteran or service member, captured, disappeared, or disabled, you can get help paying for school or job training", + "What benefit can I get if I am the child or spouse of a veteran or service member who died, is captured or disappeared?", + "ok i inform you that you can get help to pay for school or job training through the DEA program", + "I want to know about the DEA Educational Assistance Program for Survivors and Dependents.?", + "puede obtener ayuda para pagar la escuela o la capacitaci\u00f3n laboral ", + "are you eligible to receive educational benefits through the DEA program?", + "if I am eligible to receive educational benefits through the DEA program", + "ok you may be able to get these benefits if both you and the veteran or service member meet certain eligibility requirements", + "Do you think you meet all the requirements?", + "if i meet the requirements", + "Are you permanently and totally disabled due to a service-related disability?", + "if I am permanently and totally disabled due to a service related disability", + "What happens if I qualify for both the DEA and the Fry Scholarship?", + "You will have to choose one or the other." + ] + }, + { + "input": "['contact the VA regional processing office that handles your claim ', 'Can I take part in the Veterans work-study program?', '\\nthere is a program to help veterans study', \"no i'm not enrolled\", 'When and how much can I work?', 'we ll pay you each time you finish 50 hours of service or every other week , whichever comes first', 'How will I get paid?', 'Are enrolled at least three - quarter time in a college degree , vocational , or professional program', '\\nhow to apply to obtain these benefits', 'you can work up to 375 hours for that enrollment period .', 'Find out how our Veterans work - study program can help you earn money while you re enrolled in a college , a vocational school , or professional training program .', '\\nto qualify you must meet all the requirements']", + "output": [ + "\nthere is a program to help veterans study", + "Find out how our Veterans work - study program can help you earn money while you re enrolled in a college , a vocational school , or professional training program .", + "How will I get paid?", + "we ll pay you each time you finish 50 hours of service or every other week , whichever comes first", + "\nhow to apply to obtain these benefits", + "contact the VA regional processing office that handles your claim ", + "Can I take part in the Veterans work-study program?", + "Are enrolled at least three - quarter time in a college degree , vocational , or professional program", + "no i'm not enrolled", + "\nto qualify you must meet all the requirements", + "When and how much can I work?", + "you can work up to 375 hours for that enrollment period ." + ] + }, + { + "input": "['Are you enrolled in at least three-quarters of a college, vocational, or professional program?', 'Can you finish the job - study contract while still qualifying for education benefits?', 'no, i have not been able to finish the job - study contract while still qualifying for education benefits.', 'Have you found an open job at a nearby VA facility or in a VA related role at your school?', 'is a study and work program for veterans can help you earn money while enrolling in a university', 'Given your previous response, I notify you that you are not eligible for the program', 'Can I participate in the Veterans Work and Study Program?', 'How much would you earn being in the program?', 'Yes, I am enrolled for at least three quarters in a college program', 'You will earn an hourly wage that is equal to the federal minimum wage or your state minimum wage, whichever is greater', 'if I found an open job at a nearby VA facility', 'what is work study?']", + "output": [ + "what is work study?", + "is a study and work program for veterans can help you earn money while enrolling in a university", + "Can I participate in the Veterans Work and Study Program?", + "Are you enrolled in at least three-quarters of a college, vocational, or professional program?", + "Yes, I am enrolled for at least three quarters in a college program", + "Have you found an open job at a nearby VA facility or in a VA related role at your school?", + "if I found an open job at a nearby VA facility", + "Can you finish the job - study contract while still qualifying for education benefits?", + "no, i have not been able to finish the job - study contract while still qualifying for education benefits.", + "Given your previous response, I notify you that you are not eligible for the program", + "How much would you earn being in the program?", + "You will earn an hourly wage that is equal to the federal minimum wage or your state minimum wage, whichever is greater" + ] + }, + { + "input": "['No, I am not enrolled at least three-quarter time in a college degree right now.', 'Are you enrolled at least for three-quarter time in a college degree?', 'What kind of a job can I get?', 'Do you know when and how much can I work?', 'Our Veteran work -study program can help you earn money while enrolled in a college, a vocational school, or professional training program.', 'if you are enrolled for at least 15 weeks then you can work up to 375 hours for that enrollment period.', 'Do you know how much will l earn?', 'Are you enrolled for a semester that lasts for 15 weeks?', 'How does the Work study for Veterans work?', 'What must be true for me to take part in the Veterans work-study?', 'You are able to work work during or between enrollment periods.', 'Then you cannot take part in our work-study program.', 'They may pay you the difference between the amount we pay and their usual rate.', 'You can get a job that is related to VA work, meets your interests, and fills a need. As an example you could work for a VA facility.']", + "output": [ + "How does the Work study for Veterans work?", + "Our Veteran work -study program can help you earn money while enrolled in a college, a vocational school, or professional training program.", + "Do you know how much will l earn?", + "They may pay you the difference between the amount we pay and their usual rate.", + "What kind of a job can I get?", + "You can get a job that is related to VA work, meets your interests, and fills a need. As an example you could work for a VA facility.", + "Do you know when and how much can I work?", + "You are able to work work during or between enrollment periods.", + "Are you enrolled for a semester that lasts for 15 weeks?", + "if you are enrolled for at least 15 weeks then you can work up to 375 hours for that enrollment period.", + "What must be true for me to take part in the Veterans work-study?", + "Are you enrolled at least for three-quarter time in a college degree?", + "No, I am not enrolled at least three-quarter time in a college degree right now.", + "Then you cannot take part in our work-study program." + ] + }, + { + "input": "['Where do I request program information?', 'You can work during or between enrollment periods.', 'Yes, our Veterans work-study program can help you earn money while you re-enrolled in a college, a vocational school, or professional training program.', \"I'm sorry. You cannot take part in our work-study program because you don't meet all of the requirements.\", \"No, I don't.\", 'How can I participate in the program?', 'Yes, I am enrolled in a vocational program.', 'Hello, Can I work and study?', 'Do you have an open job either at a nearby VA facility or in a VA - related role at your school?', 'How much can I work?', 'Yes, you can.', 'You can contact the VA regional processing office that handles your claim.', 'Can I get paid to work a part-time job while you study?', 'Are you enrolled at least three - quarter time in a college degree, vocational, or professional program?']", + "output": [ + "Hello, Can I work and study?", + "Yes, our Veterans work-study program can help you earn money while you re-enrolled in a college, a vocational school, or professional training program.", + "Where do I request program information?", + "You can contact the VA regional processing office that handles your claim.", + "How can I participate in the program?", + "Are you enrolled at least three - quarter time in a college degree, vocational, or professional program?", + "Yes, I am enrolled in a vocational program.", + "Do you have an open job either at a nearby VA facility or in a VA - related role at your school?", + "No, I don't.", + "I'm sorry. You cannot take part in our work-study program because you don't meet all of the requirements.", + "Can I get paid to work a part-time job while you study?", + "Yes, you can.", + "How much can I work?", + "You can work during or between enrollment periods." + ] + }, + { + "input": "['How will I get paid?', 'What kind of benefits can I get?', 'You may elect to be paid in advance for 40 % of the hours in your work - study agreement , or for 50 hours , whichever is fewer', 'what are the requirements to be eligible', 'no', 'Find out how our Veterans work - study program can help you earn money while you re enrolled in a college , a vocational school , or professional training program .', \"so you can't qualify, because you need to meet all the requirements\", 'Can I take part in the Veterans work-study program?', 'Are enrolled at least three - quarter time in a college degree , vocational , or professional program', 'please show me information about Work study', 'You can take part in our work - study program if you meet all of the requirements listed', 'You can get paid to work a part - time job while you study']", + "output": [ + "please show me information about Work study", + "Find out how our Veterans work - study program can help you earn money while you re enrolled in a college , a vocational school , or professional training program .", + "Can I take part in the Veterans work-study program?", + "You can take part in our work - study program if you meet all of the requirements listed", + "What kind of benefits can I get?", + "You can get paid to work a part - time job while you study", + "what are the requirements to be eligible", + "Are enrolled at least three - quarter time in a college degree , vocational , or professional program", + "no", + "so you can't qualify, because you need to meet all the requirements", + "How will I get paid?", + "You may elect to be paid in advance for 40 % of the hours in your work - study agreement , or for 50 hours , whichever is fewer" + ] + }, + { + "input": "['Hello. I need information about the work study program please.', 'That gives me an idea, thank you. And what conditions do I need to meet?', \"No, I don't have a job. That's one of the reasons why I came here.\", 'Will do. Can you tell me what kind of job I can expect?', \"Yes, I'm currently enrolled in a college degree.\", 'Are you enrolled at least three-quarter time in a college degree, vocational, or professional program?', 'You may elect to be paid in advance for 40 % of the hours in your work-study agreement, or for 50 hours, whichever is fewer.', \"Unfortunately you can't take part in our work-study program then. I'm sorry.\", 'Have you found an open job either at a nearby VA facility or in a VA-related role at your school?', \"In that case, you should contact your school's financial aid office.\", 'That sounds wonderful. How will I get paid?', 'I see. And what if I have questions about other sources of financial aid?', 'Of course. You can find out how our Veterans work-study program can help you earn money while you re enrolled in a college, a vocational school, or professional training program.', 'Of course. You can get a job that s related to VA work, meets your interests, and fills a need. You can work for a VA facility, for example.']", + "output": [ + "Hello. I need information about the work study program please.", + "Of course. You can find out how our Veterans work-study program can help you earn money while you re enrolled in a college, a vocational school, or professional training program.", + "That sounds wonderful. How will I get paid?", + "You may elect to be paid in advance for 40 % of the hours in your work-study agreement, or for 50 hours, whichever is fewer.", + "I see. And what if I have questions about other sources of financial aid?", + "In that case, you should contact your school's financial aid office.", + "Will do. Can you tell me what kind of job I can expect?", + "Of course. You can get a job that s related to VA work, meets your interests, and fills a need. You can work for a VA facility, for example.", + "That gives me an idea, thank you. And what conditions do I need to meet?", + "Are you enrolled at least three-quarter time in a college degree, vocational, or professional program?", + "Yes, I'm currently enrolled in a college degree.", + "Have you found an open job either at a nearby VA facility or in a VA-related role at your school?", + "No, I don't have a job. That's one of the reasons why I came here.", + "Unfortunately you can't take part in our work-study program then. I'm sorry." + ] + }, + { + "input": "['Are you enrolled at least three-quarter time in a college degree, vocational, or professional program?', 'Of course. Here, you can find out how our Veterans work-study program can help you earn money while you re enrolled in a college, a vocational school, or professional training program.', 'Are you using an approved VA education benefits program to pay for your education or training?', \"No, I'm not using such a program.\", \"Then I'm afraid you can't take part in our work-study program.\", 'Yes, in a college degree.', 'Sure, I can.', 'Can you tell me more about this work-study program of yours?', 'Can you finish the work-study contract while you still qualify for education benefits?', 'Yes, I work in such a facility.', 'Have you found an open job either at a nearby VA facility or in a VA-related role at your school?', 'Alright, sounds good. What are the requirements?']", + "output": [ + "Can you tell me more about this work-study program of yours?", + "Of course. Here, you can find out how our Veterans work-study program can help you earn money while you re enrolled in a college, a vocational school, or professional training program.", + "Alright, sounds good. What are the requirements?", + "Are you enrolled at least three-quarter time in a college degree, vocational, or professional program?", + "Yes, in a college degree.", + "Have you found an open job either at a nearby VA facility or in a VA-related role at your school?", + "Yes, I work in such a facility.", + "Can you finish the work-study contract while you still qualify for education benefits?", + "Sure, I can.", + "Are you using an approved VA education benefits program to pay for your education or training?", + "No, I'm not using such a program.", + "Then I'm afraid you can't take part in our work-study program." + ] + }, + { + "input": "['Have you found an open job at a nearby VA facility or in a VA related role at your school?', 'What are the requirements to enter the program?', 'Are you enrolled in at least three quarters of a college, vocational, or professional program?', 'Can you finish the job - study contract while still qualifying for education benefits?', 'What is the work study program?', 'is a study and work program for veterans can help you earn money while enrolling in a university', 'Are you using a VA approved educational benefits program to pay for your education or training?', 'if I can finish the job - study contract while I still qualify for education benefits', 'if I am using a VA approved educational benefits program to pay for my education', 'ok according to your answers are you eligible for the study program', 'if I found an open job at a nearby VA facility', 'if I am enrolled at least three quarters in a university program']", + "output": [ + "What is the work study program?", + "is a study and work program for veterans can help you earn money while enrolling in a university", + "What are the requirements to enter the program?", + "Are you enrolled in at least three quarters of a college, vocational, or professional program?", + "if I am enrolled at least three quarters in a university program", + "Have you found an open job at a nearby VA facility or in a VA related role at your school?", + "if I found an open job at a nearby VA facility", + "Can you finish the job - study contract while still qualifying for education benefits?", + "if I can finish the job - study contract while I still qualify for education benefits", + "Are you using a VA approved educational benefits program to pay for your education or training?", + "if I am using a VA approved educational benefits program to pay for my education", + "ok according to your answers are you eligible for the study program" + ] + }, + { + "input": "['Are you enrolled at least three quarters time in a college degree, vocational, or professional program?', \"Then you are not eligible for the Veteran's work-study program.\", 'Is there any special place I need to be enrolled?', 'Am I able to take part in the Veterans work-study program?', \"What must be true for me to get Veteran's work study?\", 'How does work study work for me as a Veteran?', 'What about other financial assistance?', \"All you need to do is contact your school's financial office to find that out.\", 'No I am not enrolled for at least three quarters time in a college degree, vocational or professional program.', 'Work study programs as a Veteran can help you earn money while being enrolled in college, a vocational school, or professional training program.', 'You would have to be enrolled college courses, a vocational school, or professional training program.', 'You will have to meet certain requirements to take part in the Veterans work-study program.']", + "output": [ + "How does work study work for me as a Veteran?", + "Work study programs as a Veteran can help you earn money while being enrolled in college, a vocational school, or professional training program.", + "Is there any special place I need to be enrolled?", + "You would have to be enrolled college courses, a vocational school, or professional training program.", + "What about other financial assistance?", + "All you need to do is contact your school's financial office to find that out.", + "Am I able to take part in the Veterans work-study program?", + "You will have to meet certain requirements to take part in the Veterans work-study program.", + "What must be true for me to get Veteran's work study?", + "Are you enrolled at least three quarters time in a college degree, vocational, or professional program?", + "No I am not enrolled for at least three quarters time in a college degree, vocational or professional program.", + "Then you are not eligible for the Veteran's work-study program." + ] + }, + { + "input": "[\"Yeah, i'm enrolled in one of those.\", \"Oh yeah, i'm using one of those too.\", 'Have you found an open job either at a nearby VA facility or in a VA related role at your school?', 'Excellent. Then i can gladly inform you that you can take part in our work-study program.', 'Very well. Now, Can you finish the work-study contract while you still qualify for education benefits?', 'Excellent. That sounds great. What kind of requirements do i need for that?', \"Well, yeah, there is one. If you're enrolled in a college, or vocational school or professional training program, you could be part of our work- study program.\", 'Yeah, i think i can do that.', \"Good morning. Please, I'm a veteran and have some projects to do but need to pass through school. Do you have some kind of work study program?\", 'Yes, i have.', 'O.k, ltes see then. Next, Are you using an approved VA education benefits program to pay for your education or training?', 'O.k, lets see. Have you been enrolled at least three-quarter time in a college degree, vocational or professional program?']", + "output": [ + "Good morning. Please, I'm a veteran and have some projects to do but need to pass through school. Do you have some kind of work study program?", + "Well, yeah, there is one. If you're enrolled in a college, or vocational school or professional training program, you could be part of our work- study program.", + "Excellent. That sounds great. What kind of requirements do i need for that?", + "O.k, lets see. Have you been enrolled at least three-quarter time in a college degree, vocational or professional program?", + "Yeah, i'm enrolled in one of those.", + "Have you found an open job either at a nearby VA facility or in a VA related role at your school?", + "Yes, i have.", + "Very well. Now, Can you finish the work-study contract while you still qualify for education benefits?", + "Yeah, i think i can do that.", + "O.k, ltes see then. Next, Are you using an approved VA education benefits program to pay for your education or training?", + "Oh yeah, i'm using one of those too.", + "Excellent. Then i can gladly inform you that you can take part in our work-study program." + ] + }, + { + "input": "['Well, if that was the case, you should go to eBenefits to apply.', 'Do you have a serious employment handicap?', 'And what may i need to qualify?', \"Then a Vocational Rehabilitation Counselor will work with you to determine the severity of your handicap and see if you're ready to work or not.\", 'O.k ,and then?', 'Sorry to hear that. You may qualify for independent living services through the Vocational Rehabilitation and Employment Independent Living track. You can even receive these services if you are looking to get a job.', 'No problem with that. May i ask if your disability is an obstacle for any of your daily activities?', 'Yeah, is impending me to do my daily routines properly.', \"If you don't have that condition, then you can't apply for this benefits.\", 'Well, lets say i have that condition, how can i apply?', 'No, nothing like that.', 'Good afternoon, I would like to get info about independent living, please.']", + "output": [ + "Good afternoon, I would like to get info about independent living, please.", + "No problem with that. May i ask if your disability is an obstacle for any of your daily activities?", + "Yeah, is impending me to do my daily routines properly.", + "Sorry to hear that. You may qualify for independent living services through the Vocational Rehabilitation and Employment Independent Living track. You can even receive these services if you are looking to get a job.", + "And what may i need to qualify?", + "Do you have a serious employment handicap?", + "No, nothing like that.", + "If you don't have that condition, then you can't apply for this benefits.", + "Well, lets say i have that condition, how can i apply?", + "Well, if that was the case, you should go to eBenefits to apply.", + "O.k ,and then?", + "Then a Vocational Rehabilitation Counselor will work with you to determine the severity of your handicap and see if you're ready to work or not." + ] + }, + { + "input": "['You can get disability compensation and other benefits if you had contact with the previously mentioned components', \"What if I don't have a illness, but the presumption I could have one in the future?\", 'The first one is having an illness that could be caused by Agent Orange called a presumptive disease, is that your case?', 'what benefits can I get?', \"Well, then you can't be eligible for this benefit\", 'Hi, I would like to know about agent orange exposure Coast Guard Ships', 'No, that is not my case at all.', 'Did you serve in any U.S Navy or Coast Guard ship operating in the coastal waterways of Vietnam, between January 9 1962 and May 7, 1975?', 'Of course, they are now entitled to a presumption of service connection for illnesses related to Agent Orange exposure, this law was signed on 2019 and takes effect on January 2020', 'What If I have an illness different from those mentioned on the list of related diseases, but I believe it was caused by Agent Orange', 'What are the requirements for disability benefits from VA?', 'In that case, you should present a scientific proof that the illness was caused by Agent Orange.', 'No, I didn`t serve there', 'Is there any law that protects Blue Water Navy Veterans?', 'If you had contact with Agent Orange, herbicides used to clear trees or plants during the war, you can find out if you can get some compensation and other benefits for illnesses we believe are caused by Agent Orange.']", + "output": [ + "Hi, I would like to know about agent orange exposure Coast Guard Ships", + "Did you serve in any U.S Navy or Coast Guard ship operating in the coastal waterways of Vietnam, between January 9 1962 and May 7, 1975?", + "No, I didn`t serve there", + "What are the requirements for disability benefits from VA?", + "The first one is having an illness that could be caused by Agent Orange called a presumptive disease, is that your case?", + "No, that is not my case at all.", + "Well, then you can't be eligible for this benefit", + "What if I don't have a illness, but the presumption I could have one in the future?", + "If you had contact with Agent Orange, herbicides used to clear trees or plants during the war, you can find out if you can get some compensation and other benefits for illnesses we believe are caused by Agent Orange.", + "what benefits can I get?", + "You can get disability compensation and other benefits if you had contact with the previously mentioned components", + "What If I have an illness different from those mentioned on the list of related diseases, but I believe it was caused by Agent Orange", + "In that case, you should present a scientific proof that the illness was caused by Agent Orange.", + "Is there any law that protects Blue Water Navy Veterans?", + "Of course, they are now entitled to a presumption of service connection for illnesses related to Agent Orange exposure, this law was signed on 2019 and takes effect on January 2020" + ] + }, + { + "input": "['how soon can my wife use the benefits once they are transferred?', 'Yes, you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children.', 'Have you completed at least 6 years of service on the date your request would be approved and do you agree to add 4 more years of service?', 'She may use them right away', 'You can transfer education benefits if you are on active duty or in the Selected Reserve and you meet certain requirements', 'I want to transfer GI Bill benefits', 'when I get my 6 years can I transfer benefits to my famly?', 'what requirements do I have to meet?', 'I am sorry but you do not meet the requirements to transfer education benefits', 'Okay, you can find out if you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children. The Department of Defense decides whether you can transfer GI Bill benefits to your family ', 'no, I have 5 years of service', \"Will you have completed at least 10 years of service on the date your request would be approved , and you can't commit to add 4 more years of service because of either a policy or statute , but agree to serve for the maximum amount of time allowed ?\", 'no', 'what do I need to transfer education benefits?']", + "output": [ + "I want to transfer GI Bill benefits", + "Okay, you can find out if you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children. The Department of Defense decides whether you can transfer GI Bill benefits to your family ", + "what do I need to transfer education benefits?", + "You can transfer education benefits if you are on active duty or in the Selected Reserve and you meet certain requirements", + "what requirements do I have to meet?", + "Have you completed at least 6 years of service on the date your request would be approved and do you agree to add 4 more years of service?", + "no", + "Will you have completed at least 10 years of service on the date your request would be approved , and you can't commit to add 4 more years of service because of either a policy or statute , but agree to serve for the maximum amount of time allowed ?", + "no, I have 5 years of service", + "I am sorry but you do not meet the requirements to transfer education benefits", + "when I get my 6 years can I transfer benefits to my famly?", + "Yes, you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children.", + "how soon can my wife use the benefits once they are transferred?", + "She may use them right away" + ] + }, + { + "input": "['You can transfer educational benefits if you are on active duty or in the Selected Reserve and meet the necessary requirements for this purpose.', 'You must contact the right career counselor or personnel center.', 'How can I apply for these benefits?', 'Find out if you can transfer any of your unused post September 11 GI Bill benefits to your spouse or dependent children. The Department of Defense decides if you can transfer GI Bill benefits to your family.', 'How do I know if I qualify?', 'As I said before, you can apply online or by mail.', 'What if the DoD approves the TOE?', 'Null', 'I need some info to transfer my Post-9/11 GI Bill benefits.', 'Yes I agree.', 'In that case, your family members may apply for benefits. You can apply online or by mail now.', 'Have you completed at least 6 years of service on your application approval date and agree to add 4 more years of service?']", + "output": [ + "I need some info to transfer my Post-9/11 GI Bill benefits.", + "Find out if you can transfer any of your unused post September 11 GI Bill benefits to your spouse or dependent children. The Department of Defense decides if you can transfer GI Bill benefits to your family.", + "What if the DoD approves the TOE?", + "In that case, your family members may apply for benefits. You can apply online or by mail now.", + "How can I apply for these benefits?", + "As I said before, you can apply online or by mail.", + "Null", + "Have you completed at least 6 years of service on your application approval date and agree to add 4 more years of service?", + "Yes I agree.", + "You can transfer educational benefits if you are on active duty or in the Selected Reserve and meet the necessary requirements for this purpose.", + "How do I know if I qualify?", + "You must contact the right career counselor or personnel center." + ] + }, + { + "input": "[\"Can I still transfer my benefits if I'm on active duty?\", 'Are there requirements that must be met to transfer benefits?', \"I can't transfer benefits to a dependent again if they have previously been totally revoked right?\", 'Am I able to transfer my post-9/11 GI Bill benefits to my husband?', 'Then you would be eligible to transfer your benefits.', 'If the DoD approves the TOE, does that mean that my family may apply for benefits?', 'Correct, you would not be able to transfer benefits again to that dependent.', \"Yes, it's possible to have the benefits transferred. The Department of Defense decides on whether you can transfer GI Bill benefits to your family.\", 'Yes, have you completed at least 6 years of service and agree to 4 more years?', 'Correct, I meet those terms.', 'Does the person getting the benefits have to be enrolled in The Defense Enrollment Eligibility Reporting System?', 'Yes, they need to be enrolled in this program to qualify.', 'Yes, if approved your family may apply for benefits either online or by mail.', 'Yes, you can request to transfer, change, or revoke a Transfer of Entitlement through milConnect.']", + "output": [ + "Am I able to transfer my post-9/11 GI Bill benefits to my husband?", + "Yes, it's possible to have the benefits transferred. The Department of Defense decides on whether you can transfer GI Bill benefits to your family.", + "If the DoD approves the TOE, does that mean that my family may apply for benefits?", + "Yes, if approved your family may apply for benefits either online or by mail.", + "Can I still transfer my benefits if I'm on active duty?", + "Yes, you can request to transfer, change, or revoke a Transfer of Entitlement through milConnect.", + "I can't transfer benefits to a dependent again if they have previously been totally revoked right?", + "Correct, you would not be able to transfer benefits again to that dependent.", + "Are there requirements that must be met to transfer benefits?", + "Yes, have you completed at least 6 years of service and agree to 4 more years?", + "Correct, I meet those terms.", + "Then you would be eligible to transfer your benefits.", + "Does the person getting the benefits have to be enrolled in The Defense Enrollment Eligibility Reporting System?", + "Yes, they need to be enrolled in this program to qualify." + ] + }, + { + "input": "['How can I know the status of your transfer request?', 'What are the requirements to transfer benefits?', 'Can I transfer the benefit while I am still on active duty?', 'To find out the status of your application you should contact the following professional counselor or appropriate personnel center: Active Army - Duty Email Officer and Active Army - Enlisted Email', 'No, I have not completed at least 6 years of service on the date of approval of your application.', 'given your answers you are not eligible to transfer educational benefits', 'if a child gets married can they still qualify for benefits?', 'yes, the Department of Defense of the Department of Defense decides if you can transfer the benefits of GI Bill', 'No, I have not completed at least 10 years of service on the date of approval of your application.', 'if your dependents can qualify even if a child gets married.', 'if you can request to transfer, change or revoke a Transfer of intellectual property rights through milConnect.', 'Have you completed at least 6 years of service on your application approval date and agree to add 4 more years of service?', 'I would like information about transferring your GI Bill benefits after 9/11', 'Have you completed at least 10 years of service on the date your application is approved?']", + "output": [ + "I would like information about transferring your GI Bill benefits after 9/11", + "yes, the Department of Defense of the Department of Defense decides if you can transfer the benefits of GI Bill", + "What are the requirements to transfer benefits?", + "Have you completed at least 6 years of service on your application approval date and agree to add 4 more years of service?", + "No, I have not completed at least 6 years of service on the date of approval of your application.", + "Have you completed at least 10 years of service on the date your application is approved?", + "No, I have not completed at least 10 years of service on the date of approval of your application.", + "given your answers you are not eligible to transfer educational benefits", + "if a child gets married can they still qualify for benefits?", + "if your dependents can qualify even if a child gets married.", + "How can I know the status of your transfer request?", + "To find out the status of your application you should contact the following professional counselor or appropriate personnel center: Active Army - Duty Email Officer and Active Army - Enlisted Email", + "Can I transfer the benefit while I am still on active duty?", + "if you can request to transfer, change or revoke a Transfer of intellectual property rights through milConnect." + ] + }, + { + "input": "['May use the benefit right away, May use the benefit while you re on active duty or after you ve separated from service', 'please contact the right career counselor or personnel center from this list: Army Active - Duty Officer Email and Army Active - Duty Enlisted Email', 'You have completed at least 6 years of service on the date your request is approved and you agree to add 4 more years of service', 'I completed more than 7 years', '\\nHow spouses can use transferred benefits', 'you ll request to transfer , change , or revoke a Transfer of Entitlement TOE through milConnect .', 'please show me information about How do I transfer the benefit?', 'You can transfer education benefits if you re on active duty or in the Selected Reserve and you meet the requirements', 'Can I transfer benefits?', 'please show me information about Transfer your Post-9/11 GI Bill benefits', 'how to use the TEB Portlet for service - specific questions', 'what else is mandatory', 'The person getting benefits has enrolled in the Defense Enrollment Eligibility Reporting System DEERS', 'Find out if you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children .s']", + "output": [ + "please show me information about Transfer your Post-9/11 GI Bill benefits", + "Find out if you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children .s", + "how to use the TEB Portlet for service - specific questions", + "please contact the right career counselor or personnel center from this list: Army Active - Duty Officer Email and Army Active - Duty Enlisted Email", + "Can I transfer benefits?", + "You have completed at least 6 years of service on the date your request is approved and you agree to add 4 more years of service", + "I completed more than 7 years", + "You can transfer education benefits if you re on active duty or in the Selected Reserve and you meet the requirements", + "please show me information about How do I transfer the benefit?", + "you ll request to transfer , change , or revoke a Transfer of Entitlement TOE through milConnect .", + "\nHow spouses can use transferred benefits", + "May use the benefit right away, May use the benefit while you re on active duty or after you ve separated from service", + "what else is mandatory", + "The person getting benefits has enrolled in the Defense Enrollment Eligibility Reporting System DEERS" + ] + }, + { + "input": "['Then you should be able to transfer your education benefits.', \"Yes, that's correct. The Department of Defense decides whether you can transfer GI Bill benefits to your family.\", 'Of course. Here you can find out if you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children. Remember, the Department of Defense decides whether you can transfer GI Bill benefits to your family.', 'What if want to revoke transferred benefits?', 'In that case, please turn in another transfer request for the dependent through milConnect.', 'Yes, I have. 8 years of service.', 'I need to know how to transfer my GI Bill benefits from before 9/11.', 'What are the conditions I need to meet to be able to transfer benefits then?', 'Have you completed at least 6 years of service on the date your request is approved and you agree to add 4 more years of service?', \"And where do I turn in my requests while I'm still on active duty?\", \"You'll request to transfer, change, or revoke a Transfer of Entitlement, TOE, through milConnect, as long as you are on active duty. You can't apply for a TOE through us.\", 'Those are good news. You said that the department of defense decides if I can transfer my GI Bill benefits?']", + "output": [ + "I need to know how to transfer my GI Bill benefits from before 9/11.", + "Of course. Here you can find out if you can transfer any of your unused Post-9/11 GI Bill benefits to your spouse or dependent children. Remember, the Department of Defense decides whether you can transfer GI Bill benefits to your family.", + "What are the conditions I need to meet to be able to transfer benefits then?", + "Have you completed at least 6 years of service on the date your request is approved and you agree to add 4 more years of service?", + "Yes, I have. 8 years of service.", + "Then you should be able to transfer your education benefits.", + "Those are good news. You said that the department of defense decides if I can transfer my GI Bill benefits?", + "Yes, that's correct. The Department of Defense decides whether you can transfer GI Bill benefits to your family.", + "What if want to revoke transferred benefits?", + "In that case, please turn in another transfer request for the dependent through milConnect.", + "And where do I turn in my requests while I'm still on active duty?", + "You'll request to transfer, change, or revoke a Transfer of Entitlement, TOE, through milConnect, as long as you are on active duty. You can't apply for a TOE through us." + ] + }, + { + "input": "['Did you complete at least 6 years of service on the date your request was approved and agree to add 4 more years of service?', \"It just means that you can't transfer benefits to that person again.\", 'what must be true to transfer education benefits as an active duty service member?', 'Your family members have to follow these conditions for transferred benefits.', 'No, I did not complete 6 years of service on the date of my request.', 'Will I be able to transfer your Post-9/11 GI Bill benefits?', 'Qualified dependents are covered.', \"Yes, I have completed at least 10 years of service on teh date the request was approved but can't commit to add 4 more years because of maximum time allowed.\", 'Who is covered from the benefits?', 'When can family use transferred benefits?', 'What if a dependents transfer eligibility to get transfer of entitlement has been revoked?', 'The only way to find out if you can transfer Post-9/11 GI Bill benefits to your family is from the Department of Defense.', 'Then you can transfer your education benefits.', \"Have you completed at lest 10 years of service on the date the request was approved, can't commit to add 4 more years of service because of a policy or statute, but agree to serve for maximum of time allowed?\"]", + "output": [ + "Will I be able to transfer your Post-9/11 GI Bill benefits?", + "The only way to find out if you can transfer Post-9/11 GI Bill benefits to your family is from the Department of Defense.", + "When can family use transferred benefits?", + "Your family members have to follow these conditions for transferred benefits.", + "Who is covered from the benefits?", + "Qualified dependents are covered.", + "What if a dependents transfer eligibility to get transfer of entitlement has been revoked?", + "It just means that you can't transfer benefits to that person again.", + "what must be true to transfer education benefits as an active duty service member?", + "Did you complete at least 6 years of service on the date your request was approved and agree to add 4 more years of service?", + "No, I did not complete 6 years of service on the date of my request.", + "Have you completed at lest 10 years of service on the date the request was approved, can't commit to add 4 more years of service because of a policy or statute, but agree to serve for maximum of time allowed?", + "Yes, I have completed at least 10 years of service on teh date the request was approved but can't commit to add 4 more years because of maximum time allowed.", + "Then you can transfer your education benefits." + ] + }, + { + "input": "['Your spouse or dependent children will then be able to apply for benefits for 36 months and may get money for tuition and housing.', 'Then you can transfer your education benefits since you served 10 years and are on active duty.', 'What must be true for me to transfer my education benefits?', 'When can my spouse use the transferred benefits?', 'You can find out if you can transfer any of your unused Post-9/11 Bill benefits to your spouse or dependent children only from the Department of Defense.', 'What happens if the DoD approves the Transfer of Entitlement or TOE?', 'Can I transfer my Post-9/11 GI Bill benefits?', \"have you completed at least 10 years service per date of request approved; but can't commit to add 4 more years of service because of a policy or statute; but agree to serve for maximum amount of time allowed?\", 'You spouse may use the benefit right away or while you are still on active duty or separated from service; but do not qualify for monthly housing allowance while you are on active duty.', 'Your children may start to use the benefits only after you have finished at least 10 years of service and can use them while you are on active duty or after you have separated from service; but not use the benefit until they have gotten a high school diploma.', 'So my spouse can use the transferred benefits while I am on active duty?', 'Yes, to the 10 years completed but I am unable to add 4 more years of service because of a policy or statute; but agree to serve for maximum time allowed.', 'When can children start using benefits?', 'Have you completed at least 6 years of service on date request was approved and you agreed to 4 more years of service?', 'No, I did not agree to four years more service.', 'Yes, your spouse is eligible to use your transferred benefits while you are on active duty.']", + "output": [ + "Can I transfer my Post-9/11 GI Bill benefits?", + "You can find out if you can transfer any of your unused Post-9/11 Bill benefits to your spouse or dependent children only from the Department of Defense.", + "When can children start using benefits?", + "Your children may start to use the benefits only after you have finished at least 10 years of service and can use them while you are on active duty or after you have separated from service; but not use the benefit until they have gotten a high school diploma.", + "When can my spouse use the transferred benefits?", + "You spouse may use the benefit right away or while you are still on active duty or separated from service; but do not qualify for monthly housing allowance while you are on active duty.", + "What happens if the DoD approves the Transfer of Entitlement or TOE?", + "Your spouse or dependent children will then be able to apply for benefits for 36 months and may get money for tuition and housing.", + "What must be true for me to transfer my education benefits?", + "Have you completed at least 6 years of service on date request was approved and you agreed to 4 more years of service?", + "No, I did not agree to four years more service.", + "have you completed at least 10 years service per date of request approved; but can't commit to add 4 more years of service because of a policy or statute; but agree to serve for maximum amount of time allowed?", + "Yes, to the 10 years completed but I am unable to add 4 more years of service because of a policy or statute; but agree to serve for maximum time allowed.", + "Then you can transfer your education benefits since you served 10 years and are on active duty.", + "So my spouse can use the transferred benefits while I am on active duty?", + "Yes, your spouse is eligible to use your transferred benefits while you are on active duty." + ] + }, + { + "input": "['You will need to contact the Department of Defense, as they decide whether you can transfer your benefits or not.', 'IN this case, you should be able to transfer education benefits to your son.', 'Will you have completed at least 6 years of service on the date your transfer request is approved and are you willing to agree to complete 4 more years of service?', \"Yes, I've completed 8 years and am willing to do 4 more.\", \"How can I find out if it's possible to transfer these benefits to my son?\", 'Has the Department of Defense approved the Transfer of Entitlement from you to your son?', \"I'm currently Active Duty. Can I transfer my benefits?\", 'No, not yet.', 'I can help you find out if you can transfer these benefits to your son. Please understand that the Department of Defense decides whether you can transfer these benefits to a family member.', 'What sort of benefits would my son be qualified for?', 'I need help with transferring my Post-9/11 GI Bill benefits to my son.']", + "output": [ + "I need help with transferring my Post-9/11 GI Bill benefits to my son.", + "I can help you find out if you can transfer these benefits to your son. Please understand that the Department of Defense decides whether you can transfer these benefits to a family member.", + "What sort of benefits would my son be qualified for?", + "Has the Department of Defense approved the Transfer of Entitlement from you to your son?", + "No, not yet.", + "How can I find out if it's possible to transfer these benefits to my son?", + "You will need to contact the Department of Defense, as they decide whether you can transfer your benefits or not.", + "I'm currently Active Duty. Can I transfer my benefits?", + "Will you have completed at least 6 years of service on the date your transfer request is approved and are you willing to agree to complete 4 more years of service?", + "Yes, I've completed 8 years and am willing to do 4 more.", + "IN this case, you should be able to transfer education benefits to your son." + ] + }, + { + "input": "['Have you completed at least 6 years of service and do you agree to add four more years of service to your prior time, or have you already completed 10 years of service? ', 'I need to know if my husband can use my GI Bill? ', 'I am not going to commit to ten years of service until I find out if I can get the training schools I would like. ', 'When will my children be able to use the GI Bill benefits if I transfer them? ', 'Your children will be able to start to use the benefit only after you have finished at least 10 years of service. They may use the benefit while you are on active duty or after you have separated from service. However, they may not use teh benefit until they have gotten a high school diploma or equivalency certificate or have reached the age of eighteen. ', 'The DoD does have methods of deciding whether you can transfer GI Bill benefits to your family. ', 'I have not yet reached my 6th year of service. ', 'If I do decide to meet the requirements and want to transfer the benefit to my spouse, when would he be able to use it? ', 'While you are still on active duty, you will request to transfer, change, or revoke a Transfer or Entitlement TOE through milConnect. If the DoD approves the TOE, your family members may apply for the benefits. ', 'A spouse may be able to use the benefit right away while you are on active duty or after you have separated from service if you do not qualify for the monthly housing allowance while you are on active duty. ', 'How do I transfer my GI Bill benefit to my husband? ', 'Are you planning to spend at least ten years in the service? ', 'If you are not going to commit to ten years, your benefits will be yours and yours alone to use. ', 'Can I transfer my GI Bill benefits? ']", + "output": [ + "I need to know if my husband can use my GI Bill? ", + "The DoD does have methods of deciding whether you can transfer GI Bill benefits to your family. ", + "How do I transfer my GI Bill benefit to my husband? ", + "While you are still on active duty, you will request to transfer, change, or revoke a Transfer or Entitlement TOE through milConnect. If the DoD approves the TOE, your family members may apply for the benefits. ", + "When will my children be able to use the GI Bill benefits if I transfer them? ", + "Your children will be able to start to use the benefit only after you have finished at least 10 years of service. They may use the benefit while you are on active duty or after you have separated from service. However, they may not use teh benefit until they have gotten a high school diploma or equivalency certificate or have reached the age of eighteen. ", + "Can I transfer my GI Bill benefits? ", + "Have you completed at least 6 years of service and do you agree to add four more years of service to your prior time, or have you already completed 10 years of service? ", + "I have not yet reached my 6th year of service. ", + "Are you planning to spend at least ten years in the service? ", + "I am not going to commit to ten years of service until I find out if I can get the training schools I would like. ", + "If you are not going to commit to ten years, your benefits will be yours and yours alone to use. ", + "If I do decide to meet the requirements and want to transfer the benefit to my spouse, when would he be able to use it? ", + "A spouse may be able to use the benefit right away while you are on active duty or after you have separated from service if you do not qualify for the monthly housing allowance while you are on active duty. " + ] + }, + { + "input": "['I am not.', 'Great. Can you help me learn what services I can get?', 'Are you on disability?', 'I can share more information. We can help teach new skills or give you tips on starting your own business.', 'Sure. We can run an evaluation to find out your strengths.', 'Hi, I am trying to learn about VA vocational rehab.', 'What if I am still on active duty?', 'Then you may be eligible.', 'Are you a part of the Integrated Disability Evaluation System?', 'Yes, I am.', 'That sounds good. How can I learn more?', \"Okay. I can help. Let's find out if you are eligible.\"]", + "output": [ + "Hi, I am trying to learn about VA vocational rehab.", + "Okay. I can help. Let's find out if you are eligible.", + "Great. Can you help me learn what services I can get?", + "Sure. We can run an evaluation to find out your strengths.", + "That sounds good. How can I learn more?", + "I can share more information. We can help teach new skills or give you tips on starting your own business.", + "What if I am still on active duty?", + "Are you on disability?", + "I am not.", + "Are you a part of the Integrated Disability Evaluation System?", + "Yes, I am.", + "Then you may be eligible." + ] + }, + { + "input": "['You are not eligible for additional compensation for your daughter', 'Do you have a combined disability rating of at least 30% ?', 'can you tell me if I can get more benefits for her?', 'Yes, you may be eligible for additional disability compensation for a spouse , child , and/or parent if you meet the requirements', 'I will ask you a few questions to see if you are eligible. \\nAre you eligible for VA disability compensation?', 'yes I am', \"no I don't\", 'what are those requirements?', 'I wanted to find out how to add my daughter to my disability benefits', 'ok, can I file by mail when I am ready to add my daughter?', 'We can help you find out how to add a dependent spouse , child , and/or parent to your VA disability benefits for additional compensation .', 'Yes you can, but we encourage you to file online. The online process is simple, and you can upload your supporting documents along with your claim.']", + "output": [ + "I wanted to find out how to add my daughter to my disability benefits", + "We can help you find out how to add a dependent spouse , child , and/or parent to your VA disability benefits for additional compensation .", + "can you tell me if I can get more benefits for her?", + "Yes, you may be eligible for additional disability compensation for a spouse , child , and/or parent if you meet the requirements", + "what are those requirements?", + "I will ask you a few questions to see if you are eligible. \nAre you eligible for VA disability compensation?", + "yes I am", + "Do you have a combined disability rating of at least 30% ?", + "no I don't", + "You are not eligible for additional compensation for your daughter", + "ok, can I file by mail when I am ready to add my daughter?", + "Yes you can, but we encourage you to file online. The online process is simple, and you can upload your supporting documents along with your claim." + ] + }, + { + "input": "['you re protected under the Uniformed Services Employment and Reemployment Rights Act USERRA .', 'i am a veteran', 'sorry then you do not meet the requirements to be eligible for this benefit', 'yes', 'yes', 'You may be eligible for help if you re a Veteran with a service - connected disability', 'Can I get help returning to my former job through VR&E?', 'Are enrolled in Vocational Rehabilitation and Employment VR&E', '\\nare all required?', 'yes, Have an employment barrier or handicap', 'VR&E Reemployment track', 'are you a veteran?', 'the Vocational Rehabilitation and Employment VR&E Reemployment track can help your employer accommodate your needs .', 'show me the requirements', \"no i didn't sign up for that vocational rehab plan\"]", + "output": [ + "VR&E Reemployment track", + "are you a veteran?", + "yes", + "you re protected under the Uniformed Services Employment and Reemployment Rights Act USERRA .", + "i am a veteran", + "the Vocational Rehabilitation and Employment VR&E Reemployment track can help your employer accommodate your needs .", + "Can I get help returning to my former job through VR&E?", + "You may be eligible for help if you re a Veteran with a service - connected disability", + "show me the requirements", + "\nare all required?", + "yes, Have an employment barrier or handicap", + "yes", + "Are enrolled in Vocational Rehabilitation and Employment VR&E", + "no i didn't sign up for that vocational rehab plan", + "sorry then you do not meet the requirements to be eligible for this benefit" + ] + }, + { + "input": "['All of these must be true', 'yes', 'Have an employment barrier or handicap', 'You may be eligible for help if you re a Veteran with a service - connected disability ,and you meet all of the requirements', 'yes tell me', 'you are a veteran?', 'Would like to return to your former job', 'remember you re protected under the Uniformed Services Employment and Reemployment Rights Act USERRA .', '\\nshow me the information please', 'yes', 'Are enrolled in Vocational Rehabilitation and Employment VR&E', 'yes', \"sorry but you don't meet all the requirements\", 'ok tell me information', 'VR&E Reemployment track', 'Can I get help returning to my former job through VR&E?', 'no', ' you re protected under the Uniformed Services Employment and Reemployment Rights Act USERRA, This means you can t be disadvantaged in your civilian career because of your service ']", + "output": [ + "VR&E Reemployment track", + "you are a veteran?", + "yes", + " you re protected under the Uniformed Services Employment and Reemployment Rights Act USERRA, This means you can t be disadvantaged in your civilian career because of your service ", + "ok tell me information", + "remember you re protected under the Uniformed Services Employment and Reemployment Rights Act USERRA .", + "Can I get help returning to my former job through VR&E?", + "You may be eligible for help if you re a Veteran with a service - connected disability ,and you meet all of the requirements", + "All of these must be true", + "yes tell me", + "\nshow me the information please", + "Have an employment barrier or handicap", + "yes", + "Are enrolled in Vocational Rehabilitation and Employment VR&E", + "yes", + "Would like to return to your former job", + "no", + "sorry but you don't meet all the requirements" + ] + }, + { + "input": "['yes', 'Have an employment barrier or handicap', 'VR&E Reemployment track', 'You may be eligible for help if you re a Veteran with a service - connected disability.', 'what are the requirements', 'yes', 'the Vocational Rehabilitation and Employment VR&E Reemployment track can help your employer accommodate your needs . Your Vocational Rehabilitation Counselor VRC can provide a full range of rehabilitation services , and can refer you directly to the Department of Labor to begin the process .', 'are you a veteran?', 'no, i not enrolled in vocational rehabilitation', 'If you re a Veteran with a service - connected disability', 'Can I get help returning to my former job through VR&E?', 'Are enrolled in Vocational Rehabilitation and Employment VR&E', '\\nTo apply you must meet all the requirements. we are sorry', 'yes i am']", + "output": [ + "VR&E Reemployment track", + "are you a veteran?", + "yes", + "If you re a Veteran with a service - connected disability", + "yes i am", + "the Vocational Rehabilitation and Employment VR&E Reemployment track can help your employer accommodate your needs . Your Vocational Rehabilitation Counselor VRC can provide a full range of rehabilitation services , and can refer you directly to the Department of Labor to begin the process .", + "Can I get help returning to my former job through VR&E?", + "You may be eligible for help if you re a Veteran with a service - connected disability.", + "what are the requirements", + "Have an employment barrier or handicap", + "yes", + "Are enrolled in Vocational Rehabilitation and Employment VR&E", + "no, i not enrolled in vocational rehabilitation", + "\nTo apply you must meet all the requirements. we are sorry" + ] + }, + { + "input": "['In that case the Vocational Rehabilitation and Employment VR&E Reemployment track can help your employer accommodate your needs. Your Vocational Rehabilitation Counselor VRC can provide a full range of rehabilitation services, and can refer you directly to the Department of Labor to begin the process.', \"Then we'll invite you to an orientation session at your nearest VA regional benefit office.\", 'Yes, you may be eligible for help if you re a Veteran with a service-connected disability and you meet all of the requirements.', 'I see. What if I get diagnosed with a disability and I do meet that requirement?', \"I'm afraid you don't meet the requirements then.\", 'Are you a Veteran?', 'Do you have an employment barrier or handicap?', \"No, I don't have a handicap.\", 'What are the requirements?', \"Yes, I am. I've served my country for a long time.\", \"Well, that's a bummer. But what if I did have a disability?\", 'I would like to learn more about the VR&E reemployment track.', 'Can this help me to return to my former job?', \"In that case you're protected under the Uniformed Services Employment and Reemployment Rights Act USERRA. This means you can't be disadvantaged in your civilian career because of your service.\"]", + "output": [ + "I would like to learn more about the VR&E reemployment track.", + "Are you a Veteran?", + "Yes, I am. I've served my country for a long time.", + "In that case you're protected under the Uniformed Services Employment and Reemployment Rights Act USERRA. This means you can't be disadvantaged in your civilian career because of your service.", + "Can this help me to return to my former job?", + "Yes, you may be eligible for help if you re a Veteran with a service-connected disability and you meet all of the requirements.", + "What are the requirements?", + "Do you have an employment barrier or handicap?", + "No, I don't have a handicap.", + "I'm afraid you don't meet the requirements then.", + "Well, that's a bummer. But what if I did have a disability?", + "In that case the Vocational Rehabilitation and Employment VR&E Reemployment track can help your employer accommodate your needs. Your Vocational Rehabilitation Counselor VRC can provide a full range of rehabilitation services, and can refer you directly to the Department of Labor to begin the process.", + "I see. What if I get diagnosed with a disability and I do meet that requirement?", + "Then we'll invite you to an orientation session at your nearest VA regional benefit office." + ] + }, + { + "input": "['I would not like to return to my previous job', 'What requirements do you request?', 'yes i am veteran', 'if you may be eligible for help if you meet all the requirements.', 'do you have a job barrier or disability?', 'If I am enrolled in VR&E Vocational Rehabilitation and Employment?', 'would you like to go back to your previous job?', 'I inform you that you do not meet the requirements, so you are not eligible', 'if i have a work disability', 'ok you are protected under the USERRA Uniformed Services Employment and Reemployment Rights Act', 'you are veteran?', 'What is the VR&E reemployment list?', 'and would you be eligible for help if you are a Veteran with a service related disability?', 'Are you enrolled in VR&E Vocational Rehabilitation and Employment?']", + "output": [ + "What is the VR&E reemployment list?", + "you are veteran?", + "yes i am veteran", + "ok you are protected under the USERRA Uniformed Services Employment and Reemployment Rights Act", + "What requirements do you request?", + "do you have a job barrier or disability?", + "if i have a work disability", + "Are you enrolled in VR&E Vocational Rehabilitation and Employment?", + "If I am enrolled in VR&E Vocational Rehabilitation and Employment?", + "would you like to go back to your previous job?", + "I would not like to return to my previous job", + "I inform you that you do not meet the requirements, so you are not eligible", + "and would you be eligible for help if you are a Veteran with a service related disability?", + "if you may be eligible for help if you meet all the requirements." + ] + }, + { + "input": "['Then you would not be eligible, you must be enrolled in the VR&E program.', 'Are you a veteran with a service-connected disability?', 'Are you currently enrolled in Vocational Rehabilitation and Employment VR&E?', 'What are the requirements?', 'Do you have a handicap or an employment barrier?', 'No, I am not enrolled in that program.', 'Is the VR&E program something that would benefit me?', 'No, I am not, I am a spouse to a veteran.', \"Yes, you may be eligible for help if you're a veteran with a service-connected disability and you meet all of the requirements listed below.\", 'No I am not.', 'Will I be allowed to return to a former job through VR&E?', 'Are you a veteran?', 'Yes, I have a service-connected handicap.']", + "output": [ + "Is the VR&E program something that would benefit me?", + "Are you a veteran?", + "No I am not.", + "Are you a veteran with a service-connected disability?", + "No, I am not, I am a spouse to a veteran.", + "Will I be allowed to return to a former job through VR&E?", + "Yes, you may be eligible for help if you're a veteran with a service-connected disability and you meet all of the requirements listed below.", + "What are the requirements?", + "Do you have a handicap or an employment barrier?", + "Yes, I have a service-connected handicap.", + "Are you currently enrolled in Vocational Rehabilitation and Employment VR&E?", + "No, I am not enrolled in that program.", + "Then you would not be eligible, you must be enrolled in the VR&E program." + ] + }, + { + "input": "['You can get help with the process of returning to the job yo held before yo deployed?', 'what benefits are available to me?', 'Is there more info on how I can use this?', \"Let's find out if you are eligible. Do you have an employment barrier or handicap?\", 'Yes, If you are eligible, we will invite you to an orientation session at your nearest VA regional benefit office.', 'As a Veteran, you are protected under the Uniformed Services Employment and Reemployment Rights Act. This means you can\u2019t be disadvantaged in your civilian career because of your service. ', 'Yes, Marine', 'so no help for me getting back to my former job?', 'There is help but only if you meet the requirements', 'I would like some help with the reemployment VR&E benefits', 'You do not meet the requirements for this service.', 'are you a veteran?', \"no I don't\", 'How do I know if I am eligible?']", + "output": [ + "I would like some help with the reemployment VR&E benefits", + "are you a veteran?", + "Yes, Marine", + "As a Veteran, you are protected under the Uniformed Services Employment and Reemployment Rights Act. This means you can\u2019t be disadvantaged in your civilian career because of your service. ", + "what benefits are available to me?", + "You can get help with the process of returning to the job yo held before yo deployed?", + "Is there more info on how I can use this?", + "Yes, If you are eligible, we will invite you to an orientation session at your nearest VA regional benefit office.", + "How do I know if I am eligible?", + "Let's find out if you are eligible. Do you have an employment barrier or handicap?", + "no I don't", + "You do not meet the requirements for this service.", + "so no help for me getting back to my former job?", + "There is help but only if you meet the requirements" + ] + }, + { + "input": "['Is he enrolled in Vocational Rehabilitation and Employment and desiring to return to his former job? ', 'Will he be able to get help returning to his former job through VR&E? ', 'Does your husband have a service-connected disability? ', 'He does want to attempt to return to his former job, but needs some kind of help getting back to that with his service-related disability. ', 'Is he enrolled in VR&E? ', 'I am not a veteran, but my husband is. ', 'He is not enrolled in the program yet. That was why I am calling you for information. ', 'He does. ', 'A person may be eligible for help if he is a veteran with a service-connected disability and have an employment barrier or handicap and is enrolled in VR&E and would like to return to their former job. ', 'What are the requirements for the program? ', 'It will be able to help his employer accommodate his needs. His Vocational Rehabilitation Counselor can provide a full range of rehabilitation services, and can refer you directly to the Department of Labor to begin the process. ', 'Could you please tell me about the VR&E Reemployment track? ', \"The Vocational Rehabilitation Employment track can help your husband's employer accommodate his needs. His Vocational Rehabilitation Counselor can provide a full range of rehabilitation services, and can refer him directly to the Department of Labor to begin the process. \", 'Will my husband be able to get help returning to his former job through the program? ', 'This track can help his employer accommodate his needs. His Vocational Rehabilitation Counselor can provide a full range of rehabilitation services, and can refer you directly to the Department of Labor to begin the process. ', 'Are you a veteran? ']", + "output": [ + "Could you please tell me about the VR&E Reemployment track? ", + "Are you a veteran? ", + "I am not a veteran, but my husband is. ", + "Does your husband have a service-connected disability? ", + "He does. ", + "The Vocational Rehabilitation Employment track can help your husband's employer accommodate his needs. His Vocational Rehabilitation Counselor can provide a full range of rehabilitation services, and can refer him directly to the Department of Labor to begin the process. ", + "Will my husband be able to get help returning to his former job through the program? ", + "Is he enrolled in Vocational Rehabilitation and Employment and desiring to return to his former job? ", + "He does want to attempt to return to his former job, but needs some kind of help getting back to that with his service-related disability. ", + "Is he enrolled in VR&E? ", + "He is not enrolled in the program yet. That was why I am calling you for information. ", + "Will he be able to get help returning to his former job through VR&E? ", + "This track can help his employer accommodate his needs. His Vocational Rehabilitation Counselor can provide a full range of rehabilitation services, and can refer you directly to the Department of Labor to begin the process. ", + "It will be able to help his employer accommodate his needs. His Vocational Rehabilitation Counselor can provide a full range of rehabilitation services, and can refer you directly to the Department of Labor to begin the process. ", + "What are the requirements for the program? ", + "A person may be eligible for help if he is a veteran with a service-connected disability and have an employment barrier or handicap and is enrolled in VR&E and would like to return to their former job. " + ] + }, + { + "input": "['I am, yes.', 'We will need to see if you meet the requirements. If so, the VR&E may be able to help.', 'I can help with that. Are you a veteran?', 'Yes.', 'Yes, I recently enrolled.', 'Yes, I am.', 'Do you have time for me to review the guidelines with you?', 'First, thank you for your service. Because you served your country, you are protected under the Uniformed Service Employment and Reemployment Rights Act.', 'I am trying to learn about resuming my civilian career after serving.', 'Great. It looks like you meet all of the requirements.', 'I believe you said you want to return to your old job. Is this correct?', 'Have you joined VR&E?', 'Absolutely. Yes.', 'Are you handicapped?', 'Thank you. Is there someone who can help me get my former job?']", + "output": [ + "I am trying to learn about resuming my civilian career after serving.", + "I can help with that. Are you a veteran?", + "Yes, I am.", + "First, thank you for your service. Because you served your country, you are protected under the Uniformed Service Employment and Reemployment Rights Act.", + "Thank you. Is there someone who can help me get my former job?", + "We will need to see if you meet the requirements. If so, the VR&E may be able to help.", + "Do you have time for me to review the guidelines with you?", + "Yes.", + "Are you handicapped?", + "I am, yes.", + "Have you joined VR&E?", + "Yes, I recently enrolled.", + "I believe you said you want to return to your old job. Is this correct?", + "Absolutely. Yes.", + "Great. It looks like you meet all of the requirements." + ] + }, + { + "input": "['What particular requirements do I need to use VR&E?', 'Yes, you could be eligible for help since you are a Veteran with a disability because you served in the military.', 'Yes, I am a Veteran.', 'What is VR&E Reemployment track?', \"Then you are protected under the Uniformed Services Employment and Reemployment Rights Act USERRA, which means you can't be discriminated against because you spent time in the service.\", 'No, I do no have an employment barrier or handicap.', 'Do you have a handicap or employment barrier?', 'VR&E can help your employer accommodate your needs, your VRC can provide a full line of rehabilitation services and refer Department of Labor to begin the process.', 'Will it be possible for me to get help returning to my former job through VR&E?', 'What can VR&E help with?', 'Are you a Veteran?', 'Unfortunately, you are not eligible at this time.']", + "output": [ + "What is VR&E Reemployment track?", + "Are you a Veteran?", + "Yes, I am a Veteran.", + "Then you are protected under the Uniformed Services Employment and Reemployment Rights Act USERRA, which means you can't be discriminated against because you spent time in the service.", + "Will it be possible for me to get help returning to my former job through VR&E?", + "Yes, you could be eligible for help since you are a Veteran with a disability because you served in the military.", + "What particular requirements do I need to use VR&E?", + "Do you have a handicap or employment barrier?", + "No, I do no have an employment barrier or handicap.", + "Unfortunately, you are not eligible at this time.", + "What can VR&E help with?", + "VR&E can help your employer accommodate your needs, your VRC can provide a full line of rehabilitation services and refer Department of Labor to begin the process." + ] + }, + { + "input": "[\"So can I still get benefits even if I wasn't in the VA hospital?\", 'You could get benefits if you meet the requirements', 'so am I approved or eligible ?', 'Did you spend time in a VA hospital or a VA-approved hospital for a disability related to your military service?', 'If you answered correctly about your hospital stay then you might be able to get disability benefits', 'and what are the requirements?', \"No I wasn't\", \"no I haven't\", 'I was in an approved hospital but not a VA hospital, I was just confused before', 'I want to know more about my VA benefits and my disability rating', 'Did you spend more than 21 days in a VA hospital or other approved hospital for a service-connected disability ?', 'So you were never in a VA hospital for a service-connected disability?']", + "output": [ + "I want to know more about my VA benefits and my disability rating", + "Did you spend time in a VA hospital or a VA-approved hospital for a disability related to your military service?", + "no I haven't", + "So you were never in a VA hospital for a service-connected disability?", + "No I wasn't", + "So can I still get benefits even if I wasn't in the VA hospital?", + "You could get benefits if you meet the requirements", + "and what are the requirements?", + "Did you spend more than 21 days in a VA hospital or other approved hospital for a service-connected disability ?", + "I was in an approved hospital but not a VA hospital, I was just confused before", + "so am I approved or eligible ?", + "If you answered correctly about your hospital stay then you might be able to get disability benefits" + ] + }, + { + "input": "['Camp Lejeune water contamination health issues', 'Camp Lejeune water contamination health issues', 'yes i served at Marine Corps Base Camp Lejeune', 'Can I get disability benefits from VA?', 'Scientific and medical evidence has shown an association between exposure to these contaminants during military service and development of certain diseases later on .s', 'you may be able to get disability benefits', 'no', 'If you served at Marine Corps Base Camp Lejeune or Marine Corps Air Station MCAS New River in North Carolina', 'Served at Camp Lejeune or MCAS New River for at least 30 cumulative days from August 1953 through December 1987', 'yes, i qualify for service at Camp Lejeune', 'If you have qualifying service at Camp Lejeune and a current diagnosis of one of the conditions listed', 'sorry then you do not meet the requirements to be eligible for this benefit\\n']", + "output": [ + "Camp Lejeune water contamination health issues", + "If you served at Marine Corps Base Camp Lejeune or Marine Corps Air Station MCAS New River in North Carolina", + "yes i served at Marine Corps Base Camp Lejeune", + "If you have qualifying service at Camp Lejeune and a current diagnosis of one of the conditions listed", + "yes, i qualify for service at Camp Lejeune", + "you may be able to get disability benefits", + "Camp Lejeune water contamination health issues", + "Scientific and medical evidence has shown an association between exposure to these contaminants during military service and development of certain diseases later on .s", + "Can I get disability benefits from VA?", + "Served at Camp Lejeune or MCAS New River for at least 30 cumulative days from August 1953 through December 1987", + "no", + "sorry then you do not meet the requirements to be eligible for this benefit\n" + ] + } +] +} \ No newline at end of file